[ Sasha's backport helper bot ] Hi, The upstream commit SHA1 provided is correct: 24a4e1cb322e2bf0f3a1afd1978b610a23aa8f36 WARNING: Author mismatch between patch and upstream commit: Backport author: Catherine Hoang <catherine.hoang@xxxxxxxxxx> Commit author: Darrick J. Wong <djwong@xxxxxxxxxx> Status in newer kernel trees: 6.12.y | Present (exact SHA1) 6.6.y | Not found Note: The patch differs from the upstream commit: --- 1: 24a4e1cb322e ! 1: 329c0e502f76 xfs: use consistent uid/gid when grabbing dquots for inodes @@ Metadata ## Commit message ## xfs: use consistent uid/gid when grabbing dquots for inodes + commit 24a4e1cb322e2bf0f3a1afd1978b610a23aa8f36 upstream. + I noticed that callers of xfs_qm_vop_dqalloc use the following code to compute the anticipated uid of the new file: @@ Commit message Fixes: c14329d39f2d ("fs: port fs{g,u}id helpers to mnt_idmap") Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> + Signed-off-by: Catherine Hoang <catherine.hoang@xxxxxxxxxx> + Acked-by: Darrick J. Wong <djwong@xxxxxxxxxx> ## fs/xfs/xfs_inode.c ## @@ fs/xfs/xfs_inode.c: xfs_create( --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.6.y | Success | Success |