public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCHv2] isofs: Add ISO9660 kernel config requirement
@ 2025-10-27 14:35 Anders Roxell
  2025-10-27 15:11 ` Cyril Hrubis
  2025-10-29  8:22 ` Petr Vorel
  0 siblings, 2 replies; 4+ messages in thread
From: Anders Roxell @ 2025-10-27 14:35 UTC (permalink / raw)
  To: ltp; +Cc: benjamin.copeland, dan.carpenter

The isofs test requires ISO9660 filesystem support to test mounting and
accessing ISO images. Without CONFIG_ISO9660_FS enabled, the test fails
with "unknown filesystem type 'iso9660'" errors during mount attempts,
resulting in 140 failed test cases.

Add the CONFIG_ISO9660_FS kernel configuration requirement to ensure the
test properly skips with TCONF on systems without ISO9660 support,
either built-in or as a module.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 testcases/kernel/fs/iso9660/isofs.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testcases/kernel/fs/iso9660/isofs.sh b/testcases/kernel/fs/iso9660/isofs.sh
index 088e062d67c6..3f1426c5ee1f 100755
--- a/testcases/kernel/fs/iso9660/isofs.sh
+++ b/testcases/kernel/fs/iso9660/isofs.sh
@@ -11,6 +11,7 @@
 
 TST_NEEDS_CMDS="mount umount"
 TST_NEEDS_TMPDIR=1
+TST_NEEDS_KCONFIGS="CONFIG_ISO9660_FS"
 TST_TESTFUNC=do_test
 TST_CNT=3
 TST_SETUP="setup"
-- 
2.51.0


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

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

* Re: [LTP] [PATCHv2] isofs: Add ISO9660 kernel config requirement
  2025-10-27 14:35 [LTP] [PATCHv2] isofs: Add ISO9660 kernel config requirement Anders Roxell
@ 2025-10-27 15:11 ` Cyril Hrubis
  2025-10-29  8:22 ` Petr Vorel
  1 sibling, 0 replies; 4+ messages in thread
From: Cyril Hrubis @ 2025-10-27 15:11 UTC (permalink / raw)
  To: Anders Roxell; +Cc: dan.carpenter, ltp, benjamin.copeland

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] 4+ messages in thread

* Re: [LTP] [PATCHv2] isofs: Add ISO9660 kernel config requirement
  2025-10-27 14:35 [LTP] [PATCHv2] isofs: Add ISO9660 kernel config requirement Anders Roxell
  2025-10-27 15:11 ` Cyril Hrubis
@ 2025-10-29  8:22 ` Petr Vorel
  2025-10-30 20:24   ` Petr Vorel
  1 sibling, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2025-10-29  8:22 UTC (permalink / raw)
  To: Anders Roxell; +Cc: ltp, benjamin.copeland, dan.carpenter

Hi all,

> The isofs test requires ISO9660 filesystem support to test mounting and
> accessing ISO images. Without CONFIG_ISO9660_FS enabled, the test fails
> with "unknown filesystem type 'iso9660'" errors during mount attempts,
> resulting in 140 failed test cases.

> Add the CONFIG_ISO9660_FS kernel configuration requirement to ensure the
> test properly skips with TCONF on systems without ISO9660 support,
> either built-in or as a module.

> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>  testcases/kernel/fs/iso9660/isofs.sh | 1 +
>  1 file changed, 1 insertion(+)

> diff --git a/testcases/kernel/fs/iso9660/isofs.sh b/testcases/kernel/fs/iso9660/isofs.sh
> index 088e062d67c6..3f1426c5ee1f 100755
> --- a/testcases/kernel/fs/iso9660/isofs.sh
> +++ b/testcases/kernel/fs/iso9660/isofs.sh
> @@ -11,6 +11,7 @@

>  TST_NEEDS_CMDS="mount umount"
>  TST_NEEDS_TMPDIR=1

> +TST_NEEDS_KCONFIGS="CONFIG_ISO9660_FS"

Reviewed-by: Petr Vorel <pvorel@suse.cz>

Kind regards,
Petr

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

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

* Re: [LTP] [PATCHv2] isofs: Add ISO9660 kernel config requirement
  2025-10-29  8:22 ` Petr Vorel
@ 2025-10-30 20:24   ` Petr Vorel
  0 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2025-10-30 20:24 UTC (permalink / raw)
  To: Anders Roxell, ltp, benjamin.copeland, dan.carpenter

Hi all,

merged, thanks!

Kind regards,
Petr

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

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

end of thread, other threads:[~2025-10-30 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 14:35 [LTP] [PATCHv2] isofs: Add ISO9660 kernel config requirement Anders Roxell
2025-10-27 15:11 ` Cyril Hrubis
2025-10-29  8:22 ` Petr Vorel
2025-10-30 20:24   ` Petr Vorel

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