* [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* Re: [LTP] read_all: Add /dev/fuse to default blacklist
2026-04-30 9:41 [LTP] [PATCH] read_all: Add /dev/fuse to default blacklist Fushuai Wang
@ 2026-04-30 11:36 ` linuxtestproject.agent
2026-04-30 12:49 ` [LTP] [PATCH] " Jan Stancek via ltp
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: linuxtestproject.agent @ 2026-04-30 11:36 UTC (permalink / raw)
To: Fushuai Wang; +Cc: ltp, LTP AI Reviewer
Hi Fushuai,
On 2026-04-30, Fushuai Wang wrote:
> read_all: Add /dev/fuse to default blacklist
>
> Reading /dev/fuse without a corresponding FUSE daemon process
> will make the test hang. So add "/dev/fuse" to blacklist.
> + "/dev/fuse",
Reviewed-by: LTP AI Reviewer <ltp-ai@noreply.github.com>
---
Note:
Our agent completed the review of the patch.
The agent can sometimes produce false positives although often its
findings are genuine. If you find issues with the review, please
comment this email or ignore the suggestions.
Regards,
LTP AI Reviewer
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [LTP] [PATCH] read_all: Add /dev/fuse to default blacklist
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 ` Jan Stancek via ltp
2026-05-07 9:10 ` Cyril Hrubis
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Jan Stancek via ltp @ 2026-04-30 12:49 UTC (permalink / raw)
To: Fushuai Wang; +Cc: yangx.jy, wangfushuai, ltp
On Thu, Apr 30, 2026 at 11:49 AM Fushuai Wang <fushuai.wang@linux.dev> wrote:
>
> 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>
Acked-by: Jan Stancek <jstancek@redhat.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 [flat|nested] 6+ messages in thread* Re: [LTP] [PATCH] read_all: Add /dev/fuse to default blacklist
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
4 siblings, 0 replies; 6+ messages in thread
From: Cyril Hrubis @ 2026-05-07 9:10 UTC (permalink / raw)
To: Fushuai Wang; +Cc: yangx.jy, wangfushuai, ltp
Hi!
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [LTP] [PATCH] read_all: Add /dev/fuse to default blacklist
2026-04-30 9:41 [LTP] [PATCH] read_all: Add /dev/fuse to default blacklist Fushuai Wang
` (2 preceding siblings ...)
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
4 siblings, 0 replies; 6+ messages in thread
From: Andrea Cervesato via ltp @ 2026-05-07 9:31 UTC (permalink / raw)
To: Fushuai Wang; +Cc: yangx.jy, wangfushuai, ltp
Acked-by: Andrea Cervesato <andrea.cervesato@suse.com>
--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [LTP] [PATCH] read_all: Add /dev/fuse to default blacklist
2026-04-30 9:41 [LTP] [PATCH] read_all: Add /dev/fuse to default blacklist Fushuai Wang
` (3 preceding siblings ...)
2026-05-07 9:31 ` Andrea Cervesato via ltp
@ 2026-05-07 9:31 ` Andrea Cervesato via ltp
4 siblings, 0 replies; 6+ messages in thread
From: Andrea Cervesato via ltp @ 2026-05-07 9:31 UTC (permalink / raw)
To: Fushuai Wang; +Cc: yangx.jy, wangfushuai, ltp
Merged, Thanks!
--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [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