From: Linus Torvalds Date: Tue, 24 Sep 2024 21:54:26 +0000 (-0700) Subject: Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=fa8380a06bd0523e51f826520aac1beb8c585521;p=linux-block.git Merge tag 'bpf-next-6.12-struct-fd' of git://git./linux/kernel/git/bpf/bpf-next Pull bpf 'struct fd' updates from Alexei Starovoitov: "This includes struct_fd BPF changes from Al and Andrii" * tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next: bpf: convert bpf_token_create() to CLASS(fd, ...) security,bpf: constify struct path in bpf_token_create() LSM hook bpf: more trivial fdget() conversions bpf: trivial conversions for fdget() bpf: switch maps to CLASS(fd, ...) bpf: factor out fetching bpf_map from FD and adding it to used_maps list bpf: switch fdget_raw() uses to CLASS(fd_raw, ...) bpf: convert __bpf_prog_get() to CLASS(fd, ...) --- fa8380a06bd0523e51f826520aac1beb8c585521