Message ID | 20240809081722.795446-1-maxj.fnst@fujitsu.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [v2] xfs/348: add helper tags | expand |
On Fri, Aug 09, 2024 at 04:17:22PM +0800, Ma Xinjian wrote: > This test requires a kernel patch since 3bf963a6c6 ("xfs/348: partially revert > dbcc549317"), so note that in the test. > > Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com> > --- > tests/xfs/348 | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/tests/xfs/348 b/tests/xfs/348 > index 3502605c..00b81dbd 100755 > --- a/tests/xfs/348 > +++ b/tests/xfs/348 > @@ -12,6 +12,13 @@ > . ./common/preamble > _begin_fstest auto quick fuzzers repair > > +_fixed_by_git_commit kernel 38de567906d95 \ > + "xfs: allow symlinks with short remote targets" > + > +# 1eb70f54c445f fixed null pointer failures due to insufficient validation > +_wants_kernel_commit kernel 1eb70f54c445f \ > + "xfs: validate inode fork size against fork format" Looks good, thanks for adding these annotations! Reviewed-by: Darrick J. Wong <djwong@kernel.org> --D > + > # Import common functions. > . ./common/filter > . ./common/repair > -- > 2.42.0 > >
diff --git a/tests/xfs/348 b/tests/xfs/348 index 3502605c..00b81dbd 100755 --- a/tests/xfs/348 +++ b/tests/xfs/348 @@ -12,6 +12,13 @@ . ./common/preamble _begin_fstest auto quick fuzzers repair +_fixed_by_git_commit kernel 38de567906d95 \ + "xfs: allow symlinks with short remote targets" + +# 1eb70f54c445f fixed null pointer failures due to insufficient validation +_wants_kernel_commit kernel 1eb70f54c445f \ + "xfs: validate inode fork size against fork format" + # Import common functions. . ./common/filter . ./common/repair
This test requires a kernel patch since 3bf963a6c6 ("xfs/348: partially revert dbcc549317"), so note that in the test. Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com> --- tests/xfs/348 | 7 +++++++ 1 file changed, 7 insertions(+)