mbox series

[5.10,0/2] re-send two xfs stable patches for 5.10.y (from v5.18+)

Message ID 20220922154728.97402-1-amir73il@gmail.com (mailing list archive)
Headers show
Series re-send two xfs stable patches for 5.10.y (from v5.18+) | expand

Message

Amir Goldstein Sept. 22, 2022, 3:47 p.m. UTC
Hi Greg,

These are the two patches that you asked me [1] to defer until they
are posted to 5.15.y.

Now that Leah has posted them for 5.15.y [2], please apply them also
to 5.10.y.

Note that Leah has an extra patch in her 5.15.y series:
"xfs: fix xfs_ifree() error handling to not leak perag ref"
This fix does not apply and is not relevant to 5.10.y.

Thanks,
Amir.

[1] https://lore.kernel.org/linux-xfs/YxCulVd4dESBjCUM@kroah.com/
[2] https://lore.kernel.org/linux-xfs/20220922151501.2297190-1-leah.rumancik@gmail.com/

Dave Chinner (2):
  xfs: reorder iunlink remove operation in xfs_ifree
  xfs: validate inode fork size against fork format

 fs/xfs/libxfs/xfs_inode_buf.c | 35 ++++++++++++++++++++++++++---------
 fs/xfs/xfs_inode.c            | 22 ++++++++++++----------
 2 files changed, 38 insertions(+), 19 deletions(-)

Comments

Greg Kroah-Hartman Sept. 24, 2022, 9:39 a.m. UTC | #1
On Thu, Sep 22, 2022 at 06:47:26PM +0300, Amir Goldstein wrote:
> Hi Greg,
> 
> These are the two patches that you asked me [1] to defer until they
> are posted to 5.15.y.
> 
> Now that Leah has posted them for 5.15.y [2], please apply them also
> to 5.10.y.
> 
> Note that Leah has an extra patch in her 5.15.y series:
> "xfs: fix xfs_ifree() error handling to not leak perag ref"
> This fix does not apply and is not relevant to 5.10.y.
> 
> Thanks,
> Amir.
> 
> [1] https://lore.kernel.org/linux-xfs/YxCulVd4dESBjCUM@kroah.com/
> [2] https://lore.kernel.org/linux-xfs/20220922151501.2297190-1-leah.rumancik@gmail.com/
> 
> Dave Chinner (2):
>   xfs: reorder iunlink remove operation in xfs_ifree
>   xfs: validate inode fork size against fork format
> 
>  fs/xfs/libxfs/xfs_inode_buf.c | 35 ++++++++++++++++++++++++++---------
>  fs/xfs/xfs_inode.c            | 22 ++++++++++++----------
>  2 files changed, 38 insertions(+), 19 deletions(-)
> 
> -- 
> 2.25.1
> 

Now queued up, thnaks.

greg k-h