Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH] read_all: Add /dev/fuse to default blacklist
@ 2026-04-30  9:41 Fushuai Wang
  2026-04-30 11:36 ` [LTP] " linuxtestproject.agent
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Fushuai Wang @ 2026-04-30  9:41 UTC (permalink / raw)
  To: andrea.cervesato, chrubis, jstancek, pvorel, liwang,
	xuyang2018.jy, yangx.jy
  Cc: ltp, wangfushuai

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


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-07  9:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30  9:41 [LTP] [PATCH] read_all: Add /dev/fuse to default blacklist Fushuai Wang
2026-04-30 11:36 ` [LTP] " linuxtestproject.agent
2026-04-30 12:49 ` [LTP] [PATCH] " Jan Stancek via ltp
2026-05-07  9:10 ` Cyril Hrubis
2026-05-07  9:31 ` Andrea Cervesato via ltp
2026-05-07  9:31 ` Andrea Cervesato via ltp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox