[LTP] [PATCHv2] isofs: Add ISO9660 kernel config requirement
    Petr Vorel 
    pvorel@suse.cz
       
    Wed Oct 29 09:22:10 CET 2025
    
    
  
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
    
    
More information about the ltp
mailing list