Hi Greg,
This 5.10.y backport series contains fixes from v5.17 release.
All the patches in this series have already been applied to 5.15.y except for patch 2 which you have queued to 5.15.y yesterday [1].
Yesterday's 5.15.y series contains mostly fixed from v5.18/v5.19. The applicable fixed from that series will be included in the next 5.10.y series.
Thanks, Amir.
Changes from [v1]: - Added Acked-by Darrick - CC stable
[1] https://lore.kernel.org/linux-xfs/YwSADLkBPNe7hZQs@kroah.com/ [v1] https://lore.kernel.org/linux-xfs/20220822162802.1661512-1-amir73il@gmail.co...
Christoph Hellwig (1): fs: remove __sync_filesystem
Dan Carpenter (1): xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()
Darrick J. Wong (4): xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* vfs: make sync_filesystem return errors from ->sync_fs xfs: return errors in xfs_fs_sync_fs xfs: only bother with sync_filesystem during readonly remount
fs/sync.c | 48 ++++++++++++++++++++++++---------------------- fs/xfs/xfs_ioctl.c | 4 ++-- fs/xfs/xfs_ioctl.h | 5 +++-- fs/xfs/xfs_super.c | 13 ++++++++++--- 4 files changed, 40 insertions(+), 30 deletions(-)