Message ID | 20220624045636.3668195-1-kpsingh@kernel.org (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 C495FC43334 for <bpf@archiver.kernel.org>; Fri, 24 Jun 2022 04:56:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229598AbiFXE4r (ORCPT <rfc822;bpf@archiver.kernel.org>); Fri, 24 Jun 2022 00:56:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57798 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229499AbiFXE4p (ORCPT <rfc822;bpf@vger.kernel.org>); Fri, 24 Jun 2022 00:56:45 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CF67BC7 for <bpf@vger.kernel.org>; Thu, 23 Jun 2022 21:56:44 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5DFDD61736 for <bpf@vger.kernel.org>; Fri, 24 Jun 2022 04:56:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44F8FC34114; Fri, 24 Jun 2022 04:56:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656046603; bh=LPo1ldym9bsUjCMX5U9Oc5v52wr62eVY3zSvnL2eiEY=; h=From:To:Cc:Subject:Date:From; b=fjIyrHH/KilrxCVpaUT42/AnPMjq0FotfgaXwlJZUt3SyxJipc8KTJA9opyLggSx4 q6SR2QAcs0isXIpNRidz6+Mczy1nccEL2pk/pAGAOr3U80L1EKXUCEYtYQ5Mi+SKO4 0aJnz+RXxRI6b8YOxkJvwH5/P2cT2VBcZ3KqsHWU4pHNJvZ1b80WkEC2SzXTUgLAje RgPVVED4XZ1dyDWIJBbEJ9kYC9kThsd5p8mZy/pLotZMc9XQKh7ZLLpkX1JhhuvMth 1XPTOF4DoU2xhwJr/VBemvXQF4Skz3f9wLOenv5Z+4dsT+TUZM3k8d8d3d6fVsWOqq EOIaBCp2XewGA== From: KP Singh <kpsingh@kernel.org> To: bpf@vger.kernel.org Cc: Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Andrii Nakryiko <andrii@kernel.org>, Benjamin Tissoires <benjamin.tissoires@redhat.com>, Yosry Ahmed <yosryahmed@google.com> Subject: [PATCH v4 bpf-next 0/5] Add bpf_getxattr Date: Fri, 24 Jun 2022 04:56:31 +0000 Message-Id: <20220624045636.3668195-1-kpsingh@kernel.org> X-Mailer: git-send-email 2.37.0.rc0.104.g0611611a94-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
Add bpf_getxattr
|
expand
|
This needs to have a proper discussin on linux-fsdevel. Please resend the whole there. Adding the lsm list in addition would not be bad idea either.