Message ID | 20211211003608.2764928-1-kuifeng@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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D88B2C433EF for <bpf@archiver.kernel.org>; Sat, 11 Dec 2021 00:36:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244279AbhLKAjy (ORCPT <rfc822;bpf@archiver.kernel.org>); Fri, 10 Dec 2021 19:39:54 -0500 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:13082 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237517AbhLKAjy (ORCPT <rfc822;bpf@vger.kernel.org>); Fri, 10 Dec 2021 19:39:54 -0500 Received: from pps.filterd (m0044010.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 1BAMKZNw028995 for <bpf@vger.kernel.org>; Fri, 10 Dec 2021 16:36:18 -0800 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=04EWUHyrieCpJ2+yRCBuJtm3ug+PhSiqMF0nd5DLYyM=; b=asDS5PjjZIy1++wcz6OrDAmXfgPGzUTDIm08JlVxPZVT+gdYSdIvq61ugw1FlTs7r5/j jfDjFGbBgh3eb4L/VvgDqr0M8nrUk4F6uHFJ3c7/x7OIAi1uewF5kSKhEAXHHgQBDAlk +Rc8QNz1v0gr/S3p9KSK75hPHR1YV5C6tgM= Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com with ESMTP id 3cvch2a0ea-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Fri, 10 Dec 2021 16:36:18 -0800 Received: from intmgw002.06.ash9.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:82::f) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Fri, 10 Dec 2021 16:36:17 -0800 Received: by devvm1744.ftw0.facebook.com (Postfix, from userid 460691) id 6CA43F370DA; Fri, 10 Dec 2021 16:36:15 -0800 (PST) From: Kui-Feng Lee <kuifeng@fb.com> To: <bpf@vger.kernel.org>, <daniel@iogearbox.net>, <andrii@kernel.org>, <ast@kernel.org> CC: Kui-Feng Lee <kuifeng@fb.com> Subject: [PATCH v2 bpf-next 0/4] Stop using bpf_object__find_program_by_title API Date: Fri, 10 Dec 2021 16:36:04 -0800 Message-ID: <20211211003608.2764928-1-kuifeng@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: xqGy_8uaMVf6mSA9_zjkww6njWkHeG08 X-Proofpoint-ORIG-GUID: xqGy_8uaMVf6mSA9_zjkww6njWkHeG08 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.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2021-12-10_09,2021-12-10_01,2021-12-02_01 X-Proofpoint-Spam-Details: rule=fb_outbound_notspam policy=fb_outbound score=0 mlxlogscore=999 malwarescore=0 adultscore=0 spamscore=0 priorityscore=1501 clxscore=1015 mlxscore=0 bulkscore=0 suspectscore=0 phishscore=0 impostorscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2112110001 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 |
Stop using bpf_object__find_program_by_title API
|
expand
|