From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 B839CC433EF for ; Wed, 18 May 2022 18:59:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241809AbiERS7Z convert rfc822-to-8bit (ORCPT ); Wed, 18 May 2022 14:59:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241820AbiERS7X (ORCPT ); Wed, 18 May 2022 14:59:23 -0400 Received: from mx0b-00082601.pphosted.com (mx0b-00082601.pphosted.com [67.231.153.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BF35230218 for ; Wed, 18 May 2022 11:59:22 -0700 (PDT) Received: from pps.filterd (m0109331.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 24IHDbkT020737 for ; Wed, 18 May 2022 11:59:21 -0700 Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3g4ap6ud31-3 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Wed, 18 May 2022 11:59:21 -0700 Received: from twshared18213.14.prn3.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:83::7) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Wed, 18 May 2022 11:59:20 -0700 Received: by devbig019.vll3.facebook.com (Postfix, from userid 137359) id 58AE11A12C538; Wed, 18 May 2022 11:59:16 -0700 (PDT) From: Andrii Nakryiko To: , , CC: , Subject: [PATCH bpf-next 0/3] Start libbpf 1.0 dev cycle Date: Wed, 18 May 2022 11:59:12 -0700 Message-ID: <20220518185915.3529475-1-andrii@kernel.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-GUID: HwpalC9jfbJMCdzXAQ6AgS5fgbWBh6hO X-Proofpoint-ORIG-GUID: HwpalC9jfbJMCdzXAQ6AgS5fgbWBh6hO X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.874,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-05-18_06,2022-05-17_02,2022-02-23_01 Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Start preparations for libbpf 1.0 release and as a first test remove bpf_create_map*() APIs. Andrii Nakryiko (3): libbpf: fix up global symbol counting logic libbpf: start 1.0 development cycle libbpf: remove bpf_create_map*() APIs tools/lib/bpf/Makefile | 2 +- tools/lib/bpf/bpf.c | 80 ---------------------------------- tools/lib/bpf/bpf.h | 42 ------------------ tools/lib/bpf/libbpf.map | 4 ++ tools/lib/bpf/libbpf_version.h | 4 +- 5 files changed, 7 insertions(+), 125 deletions(-) -- 2.30.2