On Mon, Feb 4, 2019 at 6:54 PM Luis Chamberlain mcgrof@kernel.org wrote:
Kernel stable team,
here is a v2 respin of my XFS stable patches for v4.19.y. The only change in this series is adding the upstream commit to the commit log, and I've now also Cc'd stable@vger.kernel.org as well. No other issues were spotted or raised with this series.
Reviews, questions, or rants are greatly appreciated.
Luis,
Thanks a lot for doing this work.
For the sake of people not following "oscheck", could you please write a list of configurations you tested with xfstests. auto group? Any expunged tests we should know about?
I went over the candidate patches and to me, they all look like stable worthy patches and I have not identified any dependencies.
Original authors and reviewers are in the best position to verify those assessments, so please guys, if each one of you acks his own patch, that shouldn't take a lot of anyone's time.
Specifically, repeating Luis's request from v1 cover letter - There are two patches by Dave ([6,7/10]) that are originally from a 7 patch series of assorted fixes: https://patchwork.kernel.org/cover/10689445/
Please confirm that those two patches do stand on their own.
Thanks, Amir.
Luis
Brian Foster (1): xfs: fix shared extent data corruption due to missing cow reservation
Carlos Maiolino (1): xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstat
Christoph Hellwig (1): xfs: cancel COW blocks before swapext
Christophe JAILLET (1): xfs: Fix error code in 'xfs_ioc_getbmap()'
Darrick J. Wong (1): xfs: fix PAGE_MASK usage in xfs_free_file_space
Dave Chinner (3): xfs: fix overflow in xfs_attr3_leaf_verify xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers xfs: delalloc -> unwritten COW fork allocation can go wrong
Eric Sandeen (1): xfs: fix inverted return from xfs_btree_sblock_verify_crc
Ye Yin (1): fs/xfs: fix f_ffree value for statfs when project quota is set
fs/xfs/libxfs/xfs_attr_leaf.c | 11 +++++++++-- fs/xfs/libxfs/xfs_bmap.c | 5 ++++- fs/xfs/libxfs/xfs_btree.c | 2 +- fs/xfs/xfs_bmap_util.c | 10 ++++++++-- fs/xfs/xfs_buf_item.c | 28 +++++++++++++++++++++------- fs/xfs/xfs_ioctl.c | 2 +- fs/xfs/xfs_qm_bhv.c | 2 +- fs/xfs/xfs_reflink.c | 1 + fs/xfs/xfs_stats.c | 2 +- 9 files changed, 47 insertions(+), 16 deletions(-)
-- 2.18.0