mbox series

[5.10,v2,0/6] xfs stable patches for 5.10.y (from v5.17)

Message ID 20220823121136.1806820-1-amir73il@gmail.com (mailing list archive)
Headers show
Series xfs stable patches for 5.10.y (from v5.17) | expand

Message

Amir Goldstein Aug. 23, 2022, 12:11 p.m. UTC
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.com/

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(-)

Comments

Greg KH Aug. 25, 2022, 12:07 p.m. UTC | #1
On Tue, Aug 23, 2022 at 03:11:30PM +0300, Amir Goldstein wrote:
> 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.
> 

All now queued up, thanks.

greg k-h