* [PATCH] generic/708: fix commit subject and add its git hash
@ 2023-05-18 11:05 fdmanana
2023-05-19 5:23 ` Anand Jain
0 siblings, 1 reply; 2+ messages in thread
From: fdmanana @ 2023-05-18 11:05 UTC (permalink / raw)
To: fstests; +Cc: linux-btrfs, Filipe Manana
From: Filipe Manana <fdmanana@suse.com>
The test refers to a patch that ended up not committed to Linus' tree, as
the fix evolved through several patchset versions. The up to date fix
landed on kernel 6.4-rc1 and is the following:
b73a6fd1b1ef "btrfs: split partial dio bios before submit"
So updated the test to point to that.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
---
tests/generic/708 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/generic/708 b/tests/generic/708
index 1f0843c7..6809a50c 100755
--- a/tests/generic/708
+++ b/tests/generic/708
@@ -14,7 +14,8 @@
. ./common/preamble
_begin_fstest quick auto
[ $FSTYP == "btrfs" ] && \
- _fixed_by_kernel_commit XXXX 'btrfs: fix dio continue after short write due to buffer page fault'
+ _fixed_by_kernel_commit b73a6fd1b1ef \
+ "btrfs: split partial dio bios before submit"
# real QA test starts here
_supported_fs generic
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] generic/708: fix commit subject and add its git hash
2023-05-18 11:05 [PATCH] generic/708: fix commit subject and add its git hash fdmanana
@ 2023-05-19 5:23 ` Anand Jain
0 siblings, 0 replies; 2+ messages in thread
From: Anand Jain @ 2023-05-19 5:23 UTC (permalink / raw)
To: fdmanana, fstests; +Cc: linux-btrfs, Filipe Manana
On 18/5/23 19:05, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
>
> The test refers to a patch that ended up not committed to Linus' tree, as
> the fix evolved through several patchset versions. The up to date fix
> landed on kernel 6.4-rc1 and is the following:
>
> b73a6fd1b1ef "btrfs: split partial dio bios before submit"
>
> So updated the test to point to that.
>
> Signed-off-by: Filipe Manana <fdmanana@suse.com>
> ---
> tests/generic/708 | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/generic/708 b/tests/generic/708
> index 1f0843c7..6809a50c 100755
> --- a/tests/generic/708
> +++ b/tests/generic/708
> @@ -14,7 +14,8 @@
> . ./common/preamble
> _begin_fstest quick auto
> [ $FSTYP == "btrfs" ] && \
> - _fixed_by_kernel_commit XXXX 'btrfs: fix dio continue after short write due to buffer page fault'
> + _fixed_by_kernel_commit b73a6fd1b1ef \
> + "btrfs: split partial dio bios before submit"
Reviewed-by: Anand Jain <anand.jain@oracle.com>
>
> # real QA test starts here
> _supported_fs generic
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-19 5:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 11:05 [PATCH] generic/708: fix commit subject and add its git hash fdmanana
2023-05-19 5:23 ` Anand Jain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox