Message ID | 20220803204601.3075863-1-kafai@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 D95CBC19F2B for <bpf@archiver.kernel.org>; Wed, 3 Aug 2022 20:48:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238261AbiHCUsZ (ORCPT <rfc822;bpf@archiver.kernel.org>); Wed, 3 Aug 2022 16:48:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236179AbiHCUsY (ORCPT <rfc822;bpf@vger.kernel.org>); Wed, 3 Aug 2022 16:48:24 -0400 Received: from mx0a-00082601.pphosted.com (mx0a-00082601.pphosted.com [67.231.145.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1EEE95C95B for <bpf@vger.kernel.org>; Wed, 3 Aug 2022 13:48:23 -0700 (PDT) Received: from pps.filterd (m0148461.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 273Fc3LK025765 for <bpf@vger.kernel.org>; Wed, 3 Aug 2022 13:48:22 -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=8q51bHPYqZIqK1g3l2p20ghy4BeXezLI9t67HNE+0rw=; b=fR7ifT9FnIWrkYaPZIDGPaDiWSH+MS04/NJZnfDskaHKvclwgXD+SIEuPGuVa7ojjfX9 tjUcjIy6b54Y1uM9+afJbjHixZeQAhAYyPAI3ehEhtQdF6N0Ju3zQIIXoavCkb3KehSR Pl8L4LHWjld2bg2Uoy2iQDgedjpR2OcMsHM= Received: from mail.thefacebook.com ([163.114.132.120]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3hpy32mq0x-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Wed, 03 Aug 2022 13:48:22 -0700 Received: from snc-exhub201.TheFacebook.com (2620:10d:c085:21d::7) by snc-exhub204.TheFacebook.com (2620:10d:c085:21d::4) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.28; Wed, 3 Aug 2022 13:48:21 -0700 Received: from twshared22413.18.frc3.facebook.com (2620:10d:c085:108::4) by mail.thefacebook.com (2620:10d:c085:21d::7) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.28; Wed, 3 Aug 2022 13:48:21 -0700 Received: by devbig933.frc1.facebook.com (Postfix, from userid 6611) id A6CD07A3F6B5; Wed, 3 Aug 2022 13:46:01 -0700 (PDT) From: Martin KaFai Lau <kafai@fb.com> To: <bpf@vger.kernel.org>, <netdev@vger.kernel.org> CC: Alexei Starovoitov <ast@kernel.org>, Andrii Nakryiko <andrii@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, David Miller <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, <kernel-team@fb.com>, Paolo Abeni <pabeni@redhat.com>, Stanislav Fomichev <sdf@google.com> Subject: [PATCH v2 bpf-next 00/15] bpf: net: Remove duplicated code from bpf_setsockopt() Date: Wed, 3 Aug 2022 13:46:01 -0700 Message-ID: <20220803204601.3075863-1-kafai@fb.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-ORIG-GUID: JnExU2FhNYeVjnvQse3OjpkogIYg2NpY X-Proofpoint-GUID: JnExU2FhNYeVjnvQse3OjpkogIYg2NpY X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-08-03_06,2022-08-02_01,2022-06-22_01 Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
bpf: net: Remove duplicated code from bpf_setsockopt()
|
expand
|