Message ID | 20220512074321.2090073-1-davemarchevsky@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 0B004C433EF for <bpf@archiver.kernel.org>; Thu, 12 May 2022 07:43:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351135AbiELHnf (ORCPT <rfc822;bpf@archiver.kernel.org>); Thu, 12 May 2022 03:43:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351130AbiELHnc (ORCPT <rfc822;bpf@vger.kernel.org>); Thu, 12 May 2022 03:43:32 -0400 Received: from mx0a-00082601.pphosted.com (mx0a-00082601.pphosted.com [67.231.145.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D4B71A15D7 for <bpf@vger.kernel.org>; Thu, 12 May 2022 00:43:30 -0700 (PDT) Received: from pps.filterd (m0044012.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 24BMwcta022978 for <bpf@vger.kernel.org>; Thu, 12 May 2022 00:43:30 -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=ByhkPJGjWMq6hRR0r0Icia/wFqttu4XpSB87h9gi23Q=; b=PuP+5kSPSeljDRhMSwGFyDqaXDuI79xBPbgDMooc2totfBgihzV+yyttP+Oug6Gm3vzi mnUZbMx9+ckrMZlfBAcYl7LRETBtT4/6jwulL/61OJDpl4rTiSDWBLk3l7MLCJcFe/KX OJguRhTQ2/E5us5fbT2g1UgGF5VRdUgw+Vk= Received: from mail.thefacebook.com ([163.114.132.120]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3g055hrmdu-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Thu, 12 May 2022 00:43:30 -0700 Received: from twshared4937.07.ash9.facebook.com (2620:10d:c085:208::11) by mail.thefacebook.com (2620:10d:c085:21d::6) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Thu, 12 May 2022 00:43:29 -0700 Received: by devbig077.ldc1.facebook.com (Postfix, from userid 158236) id 778E378F7CC2; Thu, 12 May 2022 00:43:26 -0700 (PDT) From: Dave Marchevsky <davemarchevsky@fb.com> To: <bpf@vger.kernel.org> CC: Alexei Starovoitov <ast@kernel.org>, Andrii Nakryiko <andrii@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Rik van Riel <riel@surriel.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Yonghong Song <yhs@fb.com>, <kernel-team@fb.com>, Dave Marchevsky <davemarchevsky@fb.com> Subject: [RFC PATCH bpf-next 0/5] bpf: add get_reg_val helper Date: Thu, 12 May 2022 00:43:16 -0700 Message-ID: <20220512074321.2090073-1-davemarchevsky@fb.com> X-Mailer: git-send-email 2.30.2 X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-ORIG-GUID: IAmh_MS7EB_JBojWGUJY1vZVj8ROQAK1 X-Proofpoint-GUID: IAmh_MS7EB_JBojWGUJY1vZVj8ROQAK1 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.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-05-12_01,2022-05-12_01,2022-02-23_01 Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net X-Patchwork-State: RFC |
Series |
bpf: add get_reg_val helper
|
expand
|