]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge patch series "Introduce bpf_cgroup_read_xattr"
authorChristian Brauner <brauner@kernel.org>
Mon, 23 Jun 2025 11:01:26 +0000 (13:01 +0200)
committerChristian Brauner <brauner@kernel.org>
Wed, 2 Jul 2025 12:18:20 +0000 (14:18 +0200)
Song Liu <song@kernel.org> says:

Introduce a new kfunc bpf_cgroup_read_xattr, which can read xattr from
cgroupfs nodes. The primary users are LSMs, cgroup programs, and sched_ext.

* patches from https://lore.kernel.org/20250623063854.1896364-1-song@kernel.org:
  selftests/bpf: Add tests for bpf_cgroup_read_xattr
  bpf: Mark cgroup_subsys_state->cgroup RCU safe
  bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
  kernfs: remove iattr_mutex

Link: https://lore.kernel.org/20250623063854.1896364-1-song@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>

Trivial merge