Message ID | 20240806230904.71194-1-song@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Add bpf_get_dentry_xattr | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Tue, 6 Aug 2024 16:09:01 -0700 you wrote: > Add a kfunc to read xattr from dentry. Also add selftest for the new > kfunc. > > Changes v3 => v4: > 1. Fix selftest build. > > V3: https://lore.kernel.org/bpf/20240806203340.3503805-1-song@kernel.org/T/#u > > [...] Here is the summary with links: - [v4,bpf-next,1/3] bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c https://git.kernel.org/bpf/bpf-next/c/fa4e5afa9758 - [v4,bpf-next,2/3] bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentry https://git.kernel.org/bpf/bpf-next/c/ac13a4261afe - [v4,bpf-next,3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr https://git.kernel.org/bpf/bpf-next/c/8681156c0939 You are awesome, thank you!