Message ID | c0d7592ed3a4f8d39245359b55948c1cd60b87bf.1741171979.git.fdmanana@suse.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | generic/363: add annotation for btrfs kernel commit | expand |
On Wed, Mar 05, 2025 at 10:53:12AM +0000, fdmanana@kernel.org wrote: > From: Filipe Manana <fdmanana@suse.com> > > This test exposed a bug in btrfs for which a fix landed in the 6.14-rc3 > kernel, so add a _fixed_by_kernel_commit annotation. > > Signed-off-by: Filipe Manana <fdmanana@suse.com> > --- Reviewed-by: Zorro Lang <zlang@redhat.com> > tests/generic/363 | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/generic/363 b/tests/generic/363 > index 74226a45..79b1ff89 100755 > --- a/tests/generic/363 > +++ b/tests/generic/363 > @@ -13,6 +13,9 @@ _begin_fstest rw auto > > _require_test > > +[ $FSTYP == "btrfs" ] && _fixed_by_kernel_commit da2dccd7451d \ > + "btrfs: fix hole expansion when writing at an offset beyond EOF" > + > # on failure, replace -q with -d to see post-eof writes in the dump output > run_fsx "-q -S 0 -e 1 -N 100000" > > -- > 2.45.2 > >
diff --git a/tests/generic/363 b/tests/generic/363 index 74226a45..79b1ff89 100755 --- a/tests/generic/363 +++ b/tests/generic/363 @@ -13,6 +13,9 @@ _begin_fstest rw auto _require_test +[ $FSTYP == "btrfs" ] && _fixed_by_kernel_commit da2dccd7451d \ + "btrfs: fix hole expansion when writing at an offset beyond EOF" + # on failure, replace -q with -d to see post-eof writes in the dump output run_fsx "-q -S 0 -e 1 -N 100000"