diff mbox series

[v2.1,1/1] xfs/{270,557,600}: update commit id for _fixed_by tag.

Message ID 20230929172801.GB21283@frogsfrogsfrogs (mailing list archive)
State New, archived
Headers show
Series [v2.1,1/1] xfs/{270,557,600}: update commit id for _fixed_by tag. | expand

Commit Message

Darrick J. Wong Sept. 29, 2023, 5:28 p.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

Update the commit id in the _fixed_by tag now that we've merged the
kernel fixes.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 tests/xfs/270 |    2 +-
 tests/xfs/557 |    2 +-
 tests/xfs/600 |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Zorro Lang Oct. 1, 2023, 11:51 a.m. UTC | #1
On Fri, Sep 29, 2023 at 10:28:01AM -0700, Darrick J. Wong wrote:
> From: Darrick J. Wong <djwong@kernel.org>
> 
> Update the commit id in the _fixed_by tag now that we've merged the
> kernel fixes.
> 
> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
> ---

Thanks, this version is good to me.

Reviewed-by: Zorro Lang <zlang@redhat.com>

>  tests/xfs/270 |    2 +-
>  tests/xfs/557 |    2 +-
>  tests/xfs/600 |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/tests/xfs/270 b/tests/xfs/270
> index 7d4e1f6a87..4e4f767dc1 100755
> --- a/tests/xfs/270
> +++ b/tests/xfs/270
> @@ -17,7 +17,7 @@ _begin_fstest auto quick mount
>  
>  # real QA test starts here
>  _supported_fs xfs
> -_fixed_by_kernel_commit xxxxxxxxxxxx \
> +_fixed_by_kernel_commit 74ad4693b647 \
>  	"xfs: fix log recovery when unknown rocompat bits are set"
>  # skip fs check because superblock contains unknown ro-compat features
>  _require_scratch_nocheck
> diff --git a/tests/xfs/557 b/tests/xfs/557
> index 522c4f0643..01205377b7 100644
> --- a/tests/xfs/557
> +++ b/tests/xfs/557
> @@ -18,7 +18,7 @@ _require_xfs_io_command "falloc"
>  _require_xfs_io_command "bulkstat_single"
>  _require_scratch
>  
> -_fixed_by_kernel_commit XXXXXXXXXXXX \
> +_fixed_by_kernel_commit 817644fa4525 \
>  	"xfs: get root inode correctly at bulkstat"
>  
>  # Create a filesystem which contains a fake root inode
> diff --git a/tests/xfs/600 b/tests/xfs/600
> index 56af634a7c..e6997c53d1 100755
> --- a/tests/xfs/600
> +++ b/tests/xfs/600
> @@ -20,7 +20,7 @@ _begin_fstest auto quick fsmap
>  
>  . ./common/filter
>  
> -_fixed_by_git_commit kernel XXXXXXXXXXXXX \
> +_fixed_by_git_commit kernel cfa2df68b7ce \
>  	"xfs: fix an agbno overflow in __xfs_getfsmap_datadev"
>  
>  # Modify as appropriate.
>
diff mbox series

Patch

diff --git a/tests/xfs/270 b/tests/xfs/270
index 7d4e1f6a87..4e4f767dc1 100755
--- a/tests/xfs/270
+++ b/tests/xfs/270
@@ -17,7 +17,7 @@  _begin_fstest auto quick mount
 
 # real QA test starts here
 _supported_fs xfs
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 74ad4693b647 \
 	"xfs: fix log recovery when unknown rocompat bits are set"
 # skip fs check because superblock contains unknown ro-compat features
 _require_scratch_nocheck
diff --git a/tests/xfs/557 b/tests/xfs/557
index 522c4f0643..01205377b7 100644
--- a/tests/xfs/557
+++ b/tests/xfs/557
@@ -18,7 +18,7 @@  _require_xfs_io_command "falloc"
 _require_xfs_io_command "bulkstat_single"
 _require_scratch
 
-_fixed_by_kernel_commit XXXXXXXXXXXX \
+_fixed_by_kernel_commit 817644fa4525 \
 	"xfs: get root inode correctly at bulkstat"
 
 # Create a filesystem which contains a fake root inode
diff --git a/tests/xfs/600 b/tests/xfs/600
index 56af634a7c..e6997c53d1 100755
--- a/tests/xfs/600
+++ b/tests/xfs/600
@@ -20,7 +20,7 @@  _begin_fstest auto quick fsmap
 
 . ./common/filter
 
-_fixed_by_git_commit kernel XXXXXXXXXXXXX \
+_fixed_by_git_commit kernel cfa2df68b7ce \
 	"xfs: fix an agbno overflow in __xfs_getfsmap_datadev"
 
 # Modify as appropriate.