* [PATCH] generic/365: Add fix hint for ext4
@ 2025-07-11 18:27 Ojaswin Mujoo
2025-07-12 4:27 ` Darrick J. Wong
2025-07-12 8:53 ` Zorro Lang
0 siblings, 2 replies; 3+ messages in thread
From: Ojaswin Mujoo @ 2025-07-11 18:27 UTC (permalink / raw)
To: Zorro Lang, fstests; +Cc: linux-kernel
This test fails on ext4 if the commit 4a622e4d477b
is missing in the kernel. Add this hint.
Signed-off-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
---
tests/generic/365 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/generic/365 b/tests/generic/365
index 1bca848a..36cb2530 100755
--- a/tests/generic/365
+++ b/tests/generic/365
@@ -14,6 +14,9 @@ if [ "$FSTYP" = "xfs" ]; then
"xfs: Fix the owner setting issue for rmap query in xfs fsmap"
_fixed_by_kernel_commit ca6448aed4f1 \
"xfs: Fix missing interval for missing_owner in xfs fsmap"
+elif [ "$FSTYP" = "ext4" ]; then
+ _fixed_by_kernel_commit 4a622e4d477b \
+ "ext4: fix FS_IOC_GETFSMAP handling"
fi
. ./common/filter
--
2.49.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] generic/365: Add fix hint for ext4
2025-07-11 18:27 [PATCH] generic/365: Add fix hint for ext4 Ojaswin Mujoo
@ 2025-07-12 4:27 ` Darrick J. Wong
2025-07-12 8:53 ` Zorro Lang
1 sibling, 0 replies; 3+ messages in thread
From: Darrick J. Wong @ 2025-07-12 4:27 UTC (permalink / raw)
To: Ojaswin Mujoo; +Cc: Zorro Lang, fstests, linux-kernel
On Fri, Jul 11, 2025 at 11:57:44PM +0530, Ojaswin Mujoo wrote:
> This test fails on ext4 if the commit 4a622e4d477b
> is missing in the kernel. Add this hint.
>
> Signed-off-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
LGTM
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
--D
> ---
> tests/generic/365 | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tests/generic/365 b/tests/generic/365
> index 1bca848a..36cb2530 100755
> --- a/tests/generic/365
> +++ b/tests/generic/365
> @@ -14,6 +14,9 @@ if [ "$FSTYP" = "xfs" ]; then
> "xfs: Fix the owner setting issue for rmap query in xfs fsmap"
> _fixed_by_kernel_commit ca6448aed4f1 \
> "xfs: Fix missing interval for missing_owner in xfs fsmap"
> +elif [ "$FSTYP" = "ext4" ]; then
> + _fixed_by_kernel_commit 4a622e4d477b \
> + "ext4: fix FS_IOC_GETFSMAP handling"
> fi
>
> . ./common/filter
> --
> 2.49.0
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] generic/365: Add fix hint for ext4
2025-07-11 18:27 [PATCH] generic/365: Add fix hint for ext4 Ojaswin Mujoo
2025-07-12 4:27 ` Darrick J. Wong
@ 2025-07-12 8:53 ` Zorro Lang
1 sibling, 0 replies; 3+ messages in thread
From: Zorro Lang @ 2025-07-12 8:53 UTC (permalink / raw)
To: Ojaswin Mujoo; +Cc: fstests, linux-kernel
On Fri, Jul 11, 2025 at 11:57:44PM +0530, Ojaswin Mujoo wrote:
> This test fails on ext4 if the commit 4a622e4d477b
> is missing in the kernel. Add this hint.
>
> Signed-off-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
> ---
It's simple enough to catch up the release of this weekend :)
Reviewed-by: Zorro Lang <zlang@redhat.com>
> tests/generic/365 | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tests/generic/365 b/tests/generic/365
> index 1bca848a..36cb2530 100755
> --- a/tests/generic/365
> +++ b/tests/generic/365
> @@ -14,6 +14,9 @@ if [ "$FSTYP" = "xfs" ]; then
> "xfs: Fix the owner setting issue for rmap query in xfs fsmap"
> _fixed_by_kernel_commit ca6448aed4f1 \
> "xfs: Fix missing interval for missing_owner in xfs fsmap"
> +elif [ "$FSTYP" = "ext4" ]; then
> + _fixed_by_kernel_commit 4a622e4d477b \
> + "ext4: fix FS_IOC_GETFSMAP handling"
> fi
>
> . ./common/filter
> --
> 2.49.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-12 8:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-11 18:27 [PATCH] generic/365: Add fix hint for ext4 Ojaswin Mujoo
2025-07-12 4:27 ` Darrick J. Wong
2025-07-12 8:53 ` Zorro Lang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®