mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Make sure that listxattr() returns zero and that getxattr() returns ENODATA when no extended attributs are set. Use /sys/kernel/warn_count as that always exists and is a read-only file. Link: https://lore.kernel.org/20250702-hochmoderne-abklatsch-af9c605b57b2@brauner Signed-off-by: Christian Brauner <brauner@kernel.org>
7 lines
193 B
Makefile
7 lines
193 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
CFLAGS += $(KHDR_INCLUDES)
|
|
TEST_GEN_PROGS := devpts_pts file_stressor anon_inode_test kernfs_test
|
|
TEST_GEN_PROGS_EXTENDED := dnotify_test
|
|
|
|
include ../lib.mk
|