All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [RFC PATCH v1 0/2] Fix NTFS-related failures in statmount02 and
@ 2025-05-13 16:56 Jan Polensky
  2025-05-13 16:56 ` [LTP] [RFC PATCH v1 1/2] safe_macros.c: Fix missing ro flag for FUSE NTFS mounts Jan Polensky
  2025-05-13 16:56 ` [LTP] [RFC PATCH v1 2/2] statmount06.c: Fix incorrect fs_type assumption NTFS->FUSEBLK Jan Polensky
  0 siblings, 2 replies; 9+ messages in thread
From: Jan Polensky @ 2025-05-13 16:56 UTC (permalink / raw)
  To: ltp

This patch series addresses two issues in the LTP statmount tests related to
incorrect assumptions about NTFS mounts via FUSE. Both issues stem from
FUSE-based mounting behavior, where the save_mount logic does not respect the
MS_RDONLY flag and reports the filesystem type as fuseblk instead of ntfs.

Jan Polensky (2):
  safe_macros.c: Fix missing ro flag for FUSE NTFS mounts
  statmount06.c: Fix incorrect fs_type assumption NTFS->FUSEBLK

 lib/safe_macros.c                                 | 9 +++++++--
 testcases/kernel/syscalls/statmount/statmount06.c | 8 +++++++-
 2 files changed, 14 insertions(+), 3 deletions(-)

--
2.49.0


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

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

end of thread, other threads:[~2025-06-04 11:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 16:56 [LTP] [RFC PATCH v1 0/2] Fix NTFS-related failures in statmount02 and Jan Polensky
2025-05-13 16:56 ` [LTP] [RFC PATCH v1 1/2] safe_macros.c: Fix missing ro flag for FUSE NTFS mounts Jan Polensky
2025-05-15 19:48   ` Petr Vorel
2025-05-16  6:26     ` Li Wang via ltp
2025-05-21  9:37   ` Cyril Hrubis
2025-05-21  9:55     ` Cyril Hrubis
2025-06-04 11:59       ` Cyril Hrubis
2025-05-13 16:56 ` [LTP] [RFC PATCH v1 2/2] statmount06.c: Fix incorrect fs_type assumption NTFS->FUSEBLK Jan Polensky
2025-05-21  9:45   ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.