Message ID | 20210826221306.2280066-1-songliubraving@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 X-Spam-Level: X-Spam-Status: No, score=-14.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,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 010B8C432BE for <bpf@archiver.kernel.org>; Thu, 26 Aug 2021 22:17:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D74FB60184 for <bpf@archiver.kernel.org>; Thu, 26 Aug 2021 22:17:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243665AbhHZWSZ (ORCPT <rfc822;bpf@archiver.kernel.org>); Thu, 26 Aug 2021 18:18:25 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:42320 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230397AbhHZWSZ (ORCPT <rfc822;bpf@vger.kernel.org>); Thu, 26 Aug 2021 18:18:25 -0400 Received: from pps.filterd (m0001303.ppops.net [127.0.0.1]) by m0001303.ppops.net (8.16.0.43/8.16.0.43) with SMTP id 17QMDMx4001776 for <bpf@vger.kernel.org>; Thu, 26 Aug 2021 15:17:37 -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=SNlvjBOoMc2diRh3mh3qe/DjYVpAezw4uV4LpUmVRRc=; b=gf0iGrZq0VKc9m3tQF01o8GKUpardlVEtbyIgFk/wzoPgBIQXU56P0nlcVFyusbbT85b DRC/220w3UeJ2VeAl9SGe3JhVwMZx9QxDX5TzJ+5SHFF93YNMofnFlfCjxMclJq8vPaZ MX+LFBrC9FUFy0HCJrNDBWJkN7JQpYVKhlE= Received: from maileast.thefacebook.com ([163.114.130.16]) by m0001303.ppops.net with ESMTP id 3angchnhvb-4 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Thu, 26 Aug 2021 15:17:37 -0700 Received: from intmgw001.25.frc3.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.2176.14; Thu, 26 Aug 2021 15:15:47 -0700 Received: by devbig006.ftw2.facebook.com (Postfix, from userid 4523) id 96B51E2EC432; Thu, 26 Aug 2021 15:13:11 -0700 (PDT) From: Song Liu <songliubraving@fb.com> To: <bpf@vger.kernel.org>, <linux-kernel@vger.kernel.org> CC: <acme@kernel.org>, <peterz@infradead.org>, <mingo@redhat.com>, <kjain@linux.ibm.com>, <kernel-team@fb.com>, Song Liu <songliubraving@fb.com> Subject: [PATCH v2 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot Date: Thu, 26 Aug 2021 15:13:03 -0700 Message-ID: <20210826221306.2280066-1-songliubraving@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: 20cYZVCD9EASkaXpOai1Vjp-OsQTN24z X-Proofpoint-ORIG-GUID: 20cYZVCD9EASkaXpOai1Vjp-OsQTN24z Content-Transfer-Encoding: quoted-printable X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.790 definitions=2021-08-26_05:2021-08-26,2021-08-26 signatures=0 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 phishscore=0 suspectscore=0 mlxscore=0 spamscore=0 bulkscore=0 adultscore=0 malwarescore=0 impostorscore=0 clxscore=1015 lowpriorityscore=0 mlxlogscore=999 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2107140000 definitions=main-2108260124 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 |
bpf: introduce bpf_get_branch_snapshot
|
expand
|