[LTP] [PATCH] read_all: Add /dev/fuse to default blacklist
Fushuai Wang
fushuai.wang@linux.dev
Thu Apr 30 11:41:42 CEST 2026
From: Fushuai Wang <wangfushuai@baidu.com>
Reading /dev/fuse without a corresponding FUSE daemon process
will make the test hang. So add "/dev/fuse" to blacklist.
Signed-off-by: Fushuai Wang <wangfushuai@baidu.com>
---
testcases/kernel/fs/read_all/read_all.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/testcases/kernel/fs/read_all/read_all.c b/testcases/kernel/fs/read_all/read_all.c
index e18945a34..5720ffb99 100644
--- a/testcases/kernel/fs/read_all/read_all.c
+++ b/testcases/kernel/fs/read_all/read_all.c
@@ -99,6 +99,7 @@ static char *blacklist[] = {
"/sys/devices/platform/*/eeprom",
"/sys/devices/platform/*/nvmem",
"/sys/*/cpu??*(?)/*", /* cpu* entries with 2 or more digits */
+ "/dev/fuse",
NULL
};
--
2.36.1
More information about the ltp
mailing list