From patchwork Mon Jun 13 14:44:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yonghong Song X-Patchwork-Id: 12879886 X-Patchwork-Delegate: bpf@iogearbox.net 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 18897C43334 for ; Mon, 13 Jun 2022 18:30:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245617AbiFMSaF (ORCPT ); Mon, 13 Jun 2022 14:30:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243882AbiFMS3x (ORCPT ); Mon, 13 Jun 2022 14:29:53 -0400 Received: from mx0b-00082601.pphosted.com (mx0b-00082601.pphosted.com [67.231.153.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7B41B2E8B for ; Mon, 13 Jun 2022 07:44:52 -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 25CNvQXE006591 for ; Mon, 13 Jun 2022 07:44:52 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=facebook; bh=ryM3F2juoCXGltReAjJEPFW8MZMilEFT1PQOZTMcXQ8=; b=XJP64e0Kf1AENGEaPBSC4LXVQL9G8pJDSAmzQ71NhMiKft+GmsEx2Ss97tfjnTXY+Y4i RjsYovMDiSCL4/5xju7TPJE0GlMmBNViOcB/1rxlfJEN+jNF9MKBMPFZ5SuqWrZvHCSQ gQC84xdCVXcZ9ImoBBAZh2fUA4ZNp0AFmck= Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3gmrvv0qm2-3 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Mon, 13 Jun 2022 07:44:51 -0700 Received: from twshared19572.14.frc2.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.28; Mon, 13 Jun 2022 07:44:50 -0700 Received: by devbig309.ftw3.facebook.com (Postfix, from userid 128203) id 7D13FB8DCBF0; Mon, 13 Jun 2022 07:44:45 -0700 (PDT) From: Yonghong Song To: Arnaldo Carvalho de Melo , CC: Alexei Starovoitov , Andrii Nakryiko , , Daniel Borkmann , Subject: [PATCH dwarves 1/2] libbpf: Sync with latest libbpf repo Date: Mon, 13 Jun 2022 07:44:45 -0700 Message-ID: <20220613144445.4107687-1-yhs@fb.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220613144440.4107327-1-yhs@fb.com> References: <20220613144440.4107327-1-yhs@fb.com> MIME-Version: 1.0 X-FB-Internal: Safe X-Proofpoint-ORIG-GUID: _PxigqIYscPxsThqC8FP9sGUykxxosk3 X-Proofpoint-GUID: _PxigqIYscPxsThqC8FP9sGUykxxosk3 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.874,Hydra:6.0.517,FMLib:17.11.64.514 definitions=2022-06-13_06,2022-06-13_01,2022-02-23_01 Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Sync up to commit 645500dd7d2d ci: blacklist mptcp test on s390x Signed-off-by: Yonghong Song --- lib/bpf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bpf b/lib/bpf index 87dff0a..645500d 160000 --- a/lib/bpf +++ b/lib/bpf @@ -1 +1 @@ -Subproject commit 87dff0a2c775c5943ca9233e69c81a25f2ed1a77 +Subproject commit 645500dd7d2d6b5bb76e4c0375d597d4f0c4814e