Message ID | 20200926011357.2366158-1-andriin@fb.com |
---|---|
Headers | show
Return-Path: <SRS0=vDOA=DD=vger.kernel.org=netdev-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 X-Spam-Level: X-Spam-Status: No, score=-8.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C80EEC4727E for <netdev@archiver.kernel.org>; Sat, 26 Sep 2020 01:14:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8202220936 for <netdev@archiver.kernel.org>; Sat, 26 Sep 2020 01:14:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=fb.com header.i=@fb.com header.b="Q0XX7pCu" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729884AbgIZBOf (ORCPT <rfc822;netdev@archiver.kernel.org>); Fri, 25 Sep 2020 21:14:35 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:13828 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729874AbgIZBOe (ORCPT <rfc822;netdev@vger.kernel.org>); Fri, 25 Sep 2020 21:14:34 -0400 Received: from pps.filterd (m0089730.ppops.net [127.0.0.1]) by m0089730.ppops.net (8.16.0.42/8.16.0.42) with SMTP id 08Q16Rsx008821 for <netdev@vger.kernel.org>; Fri, 25 Sep 2020 18:14:33 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=facebook; bh=5nkWAVkFufaH2PSMQ+FABwS1UCoQwNF3XepkyUdFiQ4=; b=Q0XX7pCuWTZmXbj8QELeER+k7KoK6sR+aZ3QCq3HJmdFsKnGjXZwvR+Ow/cXcC0VGxQP LoCm3Y/iaY0A6JPql2GFz79xpueyzdC94C98NGaXMOnrLEv6AgUiJ48/AQzBv9vhZ/tE MUySXZW4VYlVKeMfdX+xvahxfe2omY/7pzU= Received: from mail.thefacebook.com ([163.114.132.120]) by m0089730.ppops.net with ESMTP id 33qsp5aq5w-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <netdev@vger.kernel.org>; Fri, 25 Sep 2020 18:14:33 -0700 Received: from intmgw005.03.ash8.facebook.com (2620:10d:c085:208::f) by mail.thefacebook.com (2620:10d:c085:11d::5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Fri, 25 Sep 2020 18:14:31 -0700 Received: by devbig012.ftw2.facebook.com (Postfix, from userid 137359) id 844142EC75B0; Fri, 25 Sep 2020 18:14:23 -0700 (PDT) From: Andrii Nakryiko <andriin@fb.com> To: <bpf@vger.kernel.org>, <netdev@vger.kernel.org>, <ast@fb.com>, <daniel@iogearbox.net> CC: <andrii.nakryiko@gmail.com>, <kernel-team@fb.com>, Andrii Nakryiko <andriin@fb.com>, Arnaldo Carvalho de Melo <acme@redhat.com> Subject: [PATCH v2 bpf-next 0/9] libbpf: BTF writer APIs Date: Fri, 25 Sep 2020 18:13:48 -0700 Message-ID: <20200926011357.2366158-1-andriin@fb.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235, 18.0.687 definitions=2020-09-25_19:2020-09-24,2020-09-25 signatures=0 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 suspectscore=8 spamscore=0 lowpriorityscore=0 impostorscore=0 malwarescore=0 clxscore=1015 mlxscore=0 mlxlogscore=506 bulkscore=0 adultscore=0 priorityscore=1501 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2009260005 X-FB-Internal: deliver Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org |
Series |
libbpf: BTF writer APIs
|
expand
|
On Fri, Sep 25, 2020 at 06:13:55PM -0700, Andrii Nakryiko wrote:
> Add APIs for appending new BTF types at the end of BTF object.
I've applied the first 6 patches. This one had conflicts. Pls respin.