From: Linus Torvalds Date: Tue, 25 Apr 2023 02:14:20 +0000 (-0700) Subject: Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs X-Git-Tag: v6.6.7~3056 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef36b9afc2edb0764cb3df7a1cb5e86406267b40;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'pull-fd' of git://git./linux/kernel/git/viro/vfs Pull vfs fget updates from Al Viro: "fget() to fdget() conversions" * tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: fuse_dev_ioctl(): switch to fdget() cgroup_get_from_fd(): switch to fdget_raw() bpf: switch to fdget_raw() build_mount_idmapped(): switch to fdget() kill the last remaining user of proc_ns_fget() SVM-SEV: convert the rest of fget() uses to fdget() in there convert sgx_set_attribute() to fdget()/fdput() convert setns(2) to fdget()/fdput() --- ef36b9afc2edb0764cb3df7a1cb5e86406267b40