Message ID | 20220603015855.1187538-1-yhs@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 434AEC433EF for <bpf@archiver.kernel.org>; Fri, 3 Jun 2022 01:59:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233048AbiFCB7B (ORCPT <rfc822;bpf@archiver.kernel.org>); Thu, 2 Jun 2022 21:59:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229916AbiFCB7A (ORCPT <rfc822;bpf@vger.kernel.org>); Thu, 2 Jun 2022 21:59:00 -0400 Received: from mx0a-00082601.pphosted.com (mx0b-00082601.pphosted.com [67.231.153.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9923D39696 for <bpf@vger.kernel.org>; Thu, 2 Jun 2022 18:58:58 -0700 (PDT) Received: from pps.filterd (m0089730.ppops.net [127.0.0.1]) by m0089730.ppops.net (8.17.1.5/8.17.1.5) with ESMTP id 2530srcQ020011 for <bpf@vger.kernel.org>; Thu, 2 Jun 2022 18:58:57 -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=nlTl2Hh/gSPZQrXwcheMtZGsBT+ONsBPmnbkxBonNh4=; b=LHetf5GYO88X8dHciADVpN/XkxHFj5/debjN/EapqIoh6PeU81zvxamcsKvhsdjbtR8l PabmLX2DL1fH8VNHuOSPSlr5dF6B3w8JJUz2HY1XOWhZ98XompxJhvUvrY9egIVs4Td3 yYebqVheG5/e0wrjquhQOjHF7ORM5XM40lo= Received: from maileast.thefacebook.com ([163.114.130.16]) by m0089730.ppops.net (PPS) with ESMTPS id 3gf4yy97nc-13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Thu, 02 Jun 2022 18:58:57 -0700 Received: from twshared8508.05.ash9.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:83::4) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.28; Thu, 2 Jun 2022 18:58:57 -0700 Received: by devbig309.ftw3.facebook.com (Postfix, from userid 128203) id 174ECB299EE0; Thu, 2 Jun 2022 18:58:55 -0700 (PDT) From: Yonghong Song <yhs@fb.com> To: <bpf@vger.kernel.org> CC: Alexei Starovoitov <ast@kernel.org>, Andrii Nakryiko <andrii@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, <kernel-team@fb.com> Subject: [PATCH bpf-next v4 00/18] bpf: Add 64bit enum value support Date: Thu, 2 Jun 2022 18:58:55 -0700 Message-ID: <20220603015855.1187538-1-yhs@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-GUID: dFK7bEH6QFluxkZaUMIZf75cimoySn8R X-Proofpoint-ORIG-GUID: dFK7bEH6QFluxkZaUMIZf75cimoySn8R 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-03_01,2022-06-02_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 |
Series |
bpf: Add 64bit enum value support
|
expand
|