diff mbox series

generic/708: fix commit subject and add its git hash

Message ID 5f0b10c063fd6297c470dcc26cf2f3eaf412a943.1684407930.git.fdmanana@suse.com (mailing list archive)
State New, archived
Headers show
Series generic/708: fix commit subject and add its git hash | expand

Commit Message

Filipe Manana May 18, 2023, 11:05 a.m. UTC
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(-)

Comments

Anand Jain May 19, 2023, 5:23 a.m. UTC | #1
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
diff mbox series

Patch

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