On Sat, May 4, 2024 at 12:16 PM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > On Wed, May 01, 2024 at 11:40:49AM -0700, Leah Rumancik wrote: > > From: Dave Chinner <dchinner@xxxxxxxxxx> > > > > [ Upstream commit 118e021b4b66f758f8e8f21dc0e5e0a4c721e69e ] > > Is this series "ok" to take? I've lost track of who we should be taking > xfs stable patches from these days... > Yes, because it was posted to xfs list and acked by Darrick: https://lore.kernel.org/linux-xfs/20240426231407.GQ360919@frogsfrogsfrogs/ I guess the cover letter that is missing from this series would have mentioned that. Anyway, how can you keep track, that is a good question. There are some tell signs that you could rely on in the future: 1. All the stable xfs patch series in the recent era, as this one, have been Acked-by: Darrick J. Wong <djwong@xxxxxxxxxx> 2. The majority of stable xfs patches in the recent era, have been posted and Signed-off-by the xfs maintainer that is listed in MAINTAINER in the respective LTS kernel: $ git diff stable/linux-5.10.y -- MAINTAINERS |grep -w XFS -A 2 XFS FILESYSTEM -M: Amir Goldstein <amir73il@xxxxxxxxx> -M: Darrick J. Wong <djwong@xxxxxxxxxx> amir@amir-ThinkPad-T480:~/src/linux$ git diff stable/linux-5.15.y -- MAINTAINERS |grep -w XFS -A 2 XFS FILESYSTEM -C: irc://irc.oftc.net/xfs -M: Leah Rumancik <leah.rumancik@xxxxxxxxx> amir@amir-ThinkPad-T480:~/src/linux$ git diff stable/linux-6.1.y -- MAINTAINERS |grep -w XFS -A 2 XFS FILESYSTEM -C: irc://irc.oftc.net/xfs -M: Darrick J. Wong <djwong@xxxxxxxxxx> amir@amir-ThinkPad-T480:~/src/linux$ git diff stable/linux-6.6.y -- MAINTAINERS |grep -w XFS -A 2 XFS FILESYSTEM -M: Catherine Hoang <catherine.hoang@xxxxxxxxxx> M: Chandan Babu R <chandan.babu@xxxxxxxxxx> Leah, I guess a patch to MAINTAINERS for 6.1.y is in order... Thanks, Amir.