mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 18:12:03 +02:00
selftests/filesystems: fix missing and stale TARGETS entries
filesystems/eventfd, filesystems/open_tree_ns and filesystems/xattr were never added to TARGETS when introduced. filesystems/openat2 was moved from selftests/openat2/ but the TARGETS entry was never updated, leaving a stale entry pointing at a directory that no longer exists. Fix this by adding the four missing subdirectories to TARGETS and removing the stale openat2 entry. Link: https://lore.kernel.org/20260703150742.58991-1-disgoel@linux.ibm.com Fixes:7c37857fc2("selftests: add eventfd selftests") Fixes:b8f7622aa6("selftests/open_tree: add OPEN_TREE_NAMESPACE tests") Fixes:7e28fef5d4("selftests/xattr: path-based AF_UNIX socket xattr tests") Fixes:fe08792704("selftests: move openat2 tests to selftests/filesystems/") Signed-off-by: Disha Goel <disgoel@linux.ibm.com> Reviewed-by: Christian Brauner (Amutable) <brauner@kernel.org> Cc: "Darrick J. Wong" <djwong@kernel.org> Cc: Jan Kara <jack@suse.cz> Cc: Jeff Layton <jlayton@kernel.org> Cc: Shuah Khan <shuah@kernel.org> Cc: Wen Yang <wenyang.linux@foxmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Link: https://patch.msgid.link/20260904183659.B81CD1F00A3D@smtp.kernel.org Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
This commit is contained in:
parent
57a78ad230
commit
d59ac79915
|
|
@ -35,8 +35,11 @@ TARGETS += fchmodat2
|
|||
TARGETS += filesystems
|
||||
TARGETS += filesystems/binderfs
|
||||
TARGETS += filesystems/epoll
|
||||
TARGETS += filesystems/eventfd
|
||||
TARGETS += filesystems/failfs
|
||||
TARGETS += filesystems/fat
|
||||
TARGETS += filesystems/openat2
|
||||
TARGETS += filesystems/open_tree_ns
|
||||
TARGETS += filesystems/overlayfs
|
||||
TARGETS += filesystems/statmount
|
||||
TARGETS += filesystems/mount-notify
|
||||
|
|
@ -47,6 +50,7 @@ TARGETS += filesystems/empty_mntns
|
|||
TARGETS += filesystems/fsmount_ns
|
||||
TARGETS += filesystems/fscontext_ns
|
||||
TARGETS += filesystems/mntns_cleanup
|
||||
TARGETS += filesystems/xattr
|
||||
TARGETS += firmware
|
||||
TARGETS += fpu
|
||||
TARGETS += ftrace
|
||||
|
|
@ -103,7 +107,6 @@ TARGETS += prctl
|
|||
TARGETS += proc
|
||||
TARGETS += pstore
|
||||
TARGETS += ptrace
|
||||
TARGETS += openat2
|
||||
TARGETS += rdma
|
||||
TARGETS += resctrl
|
||||
TARGETS += riscv
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user