From: Fushuai Wang <fushuai.wang@linux.dev>
To: andrea.cervesato@suse.com, chrubis@suse.cz, jstancek@redhat.com,
pvorel@suse.cz, liwang@redhat.com, xuyang2018.jy@fujitsu.com,
yangx.jy@fujitsu.com
Cc: ltp@lists.linux.it, wangfushuai@baidu.com
Subject: [LTP] [PATCH] read_all: Add /dev/fuse to default blacklist
Date: Thu, 30 Apr 2026 17:41:42 +0800 [thread overview]
Message-ID: <20260430094142.37777-1-fushuai.wang@linux.dev> (raw)
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
next reply other threads:[~2026-04-30 10:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-30 9:41 Fushuai Wang [this message]
2026-04-30 11:36 ` [LTP] read_all: Add /dev/fuse to default blacklist 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260430094142.37777-1-fushuai.wang@linux.dev \
--to=fushuai.wang@linux.dev \
--cc=andrea.cervesato@suse.com \
--cc=chrubis@suse.cz \
--cc=jstancek@redhat.com \
--cc=liwang@redhat.com \
--cc=ltp@lists.linux.it \
--cc=pvorel@suse.cz \
--cc=wangfushuai@baidu.com \
--cc=xuyang2018.jy@fujitsu.com \
--cc=yangx.jy@fujitsu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox