The corresponding fixes landed in kernels 6.10-rc1 and 6.10-rc3, so update
the tests to point the commit IDs.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
# Import common functions.
. ./common/dmerror
-_fixed_by_kernel_commit XXXXXXXXXXXX \
+_fixed_by_kernel_commit 631426ba1d45 \
"mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly"
# real QA test starts here
_require_attrs
_require_odirect
_require_xfs_io_command falloc -k
-[ "$FSTYP" = btrfs ] && _fixed_by_kernel_commit XXXXXXXXXXXX \
+[ "$FSTYP" = btrfs ] && _fixed_by_kernel_commit 9d274c19a71b \
"btrfs: fix crash on racing fsync and size-extending write into prealloc"
# -i slows down xfs_io startup and makes the race much less reliable.