[ Sasha's backport helper bot ]
Hi,
✅ All tests passed successfully. No issues detected. No action required from the submitter.
The upstream commit SHA1 provided is correct: 288e1f693f04e66be99f27e7cbe4a45936a66745
WARNING: Author mismatch between patch and upstream commit: Backport author: Leah Rumancikleah.rumancik@gmail.com Commit author: Darrick J. Wongdjwong@kernel.org
Status in newer kernel trees: 6.14.y | Present (exact SHA1) 6.12.y | Present (exact SHA1) 6.6.y | Present (different SHA1: 9a0ab4fc28ed)
Note: The patch differs from the upstream commit: --- 1: 288e1f693f04e ! 1: 982df6cb2b8c2 xfs: restrict when we try to align cow fork delalloc to cowextsz hints @@ Metadata ## Commit message ## xfs: restrict when we try to align cow fork delalloc to cowextsz hints
+ [ Upstream commit 288e1f693f04e66be99f27e7cbe4a45936a66745 ] + xfs/205 produces the following failure when always_cow is enabled:
--- a/tests/xfs/205.out 2024-02-28 16:20:24.437887970 -0800 @@ Commit message Signed-off-by: Darrick J. Wong djwong@kernel.org Reviewed-by: Christoph Hellwig hch@lst.de Signed-off-by: Chandan Babu R chandanbabu@kernel.org + Signed-off-by: Leah Rumancik leah.rumancik@gmail.com + Acked-by: "Darrick J. Wong" djwong@kernel.org
## fs/xfs/libxfs/xfs_bmap.c ## @@ fs/xfs/libxfs/xfs_bmap.c: xfs_bmapi_reserve_delalloc( + xfs_extlen_t alen; xfs_extlen_t indlen; - uint64_t fdblocks; int error; - xfs_fileoff_t aoff = off; + xfs_fileoff_t aoff; ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.6.y | Success | Success |