Message ID | 20211011022704.2143205-1-davemarchevsky@fb.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <bpf-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2E119C433EF for <bpf@archiver.kernel.org>; Mon, 11 Oct 2021 02:27:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 08A4F60FBF for <bpf@archiver.kernel.org>; Mon, 11 Oct 2021 02:27:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233194AbhJKC3K (ORCPT <rfc822;bpf@archiver.kernel.org>); Sun, 10 Oct 2021 22:29:10 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:15744 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232748AbhJKC3J (ORCPT <rfc822;bpf@vger.kernel.org>); Sun, 10 Oct 2021 22:29:09 -0400 Received: from pps.filterd (m0148460.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 19A81nj7006215 for <bpf@vger.kernel.org>; Sun, 10 Oct 2021 19:27:09 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : content-type : content-transfer-encoding : mime-version; s=facebook; bh=R+8yjzS/cHngTmJx9VVXcB+dEeKhMINGWb7US1nn4Sg=; b=ate/DN1Zrecry+SjBSVU3BrNsvpsWy4YX4dueCv29kIOASyZN9iCRCwV4YbZlbZH1+mJ HKcWwhBrGX+uTVc5jVhtsHA2EkAzmkCNQCScrMFZ85Kj06/BVq4Nt8U3riztapZ8SpZe pB0Ha3njYQOpr9Qp1q3GJE5bFPbwlciPnNs= Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com with ESMTP id 3bkv9gv1qm-3 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Sun, 10 Oct 2021 19:27:09 -0700 Received: from intmgw002.25.frc3.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:83::6) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.14; Sun, 10 Oct 2021 19:27:08 -0700 Received: by devbig030.frc3.facebook.com (Postfix, from userid 158236) id B7DB17D98F30; Sun, 10 Oct 2021 19:27:05 -0700 (PDT) From: Dave Marchevsky <davemarchevsky@fb.com> To: <bpf@vger.kernel.org>, <linux-perf-users@vger.kernel.org> CC: Song Liu <songliubraving@fb.com>, Andrii Nakryiko <andrii@kernel.org>, Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Arnaldo Carvalho de Melo <acme@kernel.org>, Peter Zijlstra <peterz@infradead.org>, Ingo Molnar <mingo@redhat.com>, Dave Marchevsky <davemarchevsky@fb.com> Subject: [PATCH bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear Date: Sun, 10 Oct 2021 19:27:00 -0700 Message-ID: <20211011022704.2143205-1-davemarchevsky@fb.com> X-Mailer: git-send-email 2.30.2 X-FB-Internal: Safe Content-Type: text/plain X-FB-Source: Intern X-Proofpoint-GUID: 4Usg4GCxlIaFm-fhIRG4_IrXvR7r6Rut X-Proofpoint-ORIG-GUID: 4Usg4GCxlIaFm-fhIRG4_IrXvR7r6Rut Content-Transfer-Encoding: quoted-printable X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.182.1,Aquarius:18.0.790,Hydra:6.0.391,FMLib:17.0.607.475 definitions=2021-10-10_07,2021-10-07_02,2020-04-07_01 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 bulkscore=0 adultscore=0 clxscore=1015 lowpriorityscore=0 spamscore=0 phishscore=0 priorityscore=1501 impostorscore=0 mlxlogscore=999 suspectscore=0 malwarescore=0 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2109230001 definitions=main-2110110012 X-FB-Internal: deliver Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
libbpf: deprecate bpf_program__get_prog_info_linear
|
expand
|