[ Sasha's backport helper bot ] Hi, The upstream commit SHA1 provided is correct: b73494fa9a304ab95b59f07845e8d7d36e4d23e0 WARNING: Author mismatch between patch and upstream commit: Backport author: Leah Rumancik<leah.rumancik@xxxxxxxxx> Commit author: Darrick J. Wong<djwong@xxxxxxxxxx> Status in newer kernel trees: 6.13.y | Present (exact SHA1) 6.12.y | Present (exact SHA1) 6.6.y | Present (different SHA1: 6a6bb41b31df) 6.1.y | Present (different SHA1: a68e3ff6bba2) Note: The patch differs from the upstream commit: --- 1: b73494fa9a304 ! 1: e2ad9605027dd xfs: prevent rt growfs when quota is enabled @@ Metadata ## Commit message ## xfs: prevent rt growfs when quota is enabled + [ Upstream commit b73494fa9a304ab95b59f07845e8d7d36e4d23e0 ] + Quotas aren't (yet) supported with realtime, so we shouldn't allow userspace to set up a realtime section when quotas are enabled, even if they attached one via mount options. IOWS, you shouldn't be able to do: @@ Commit message Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> + Signed-off-by: Leah Rumancik <leah.rumancik@xxxxxxxxx> ## fs/xfs/xfs_rtalloc.c ## @@ fs/xfs/xfs_rtalloc.c: xfs_growfs_rt( --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.1.y | Success | Success |