On Tue, Sep 20, 2022 at 05:38:08 PM -0700, Darrick J. Wong wrote: > On Tue, Sep 20, 2022 at 06:18:19PM +0530, Chandan Babu R wrote: >> Hi Darrick, >> >> This 5.4.y backport series contains fixes from v5.5 release. >> >> This patchset has been tested by executing fstests (via kdevops) using >> the following XFS configurations, >> >> 1. No CRC (with 512 and 4k block size). >> 2. Reflink/Rmapbt (1k and 4k block size). >> 3. Reflink without Rmapbt. >> 4. External log device. >> >> The following lists patches which required other dependency patches to >> be included, >> >> 1. 050552cbe06a3a9c3f977dcf11ff998ae1d5c2d5 >> xfs: fix some memory leaks in log recovery >> - 895e196fb6f84402dcd0c1d3c3feb8a58049564e >> xfs: convert EIO to EFSCORRUPTED when log contents are invalid >> - 895e196fb6f84402dcd0c1d3c3feb8a58049564e >> xfs: constify the buffer pointer arguments to error functions >> - a5155b870d687de1a5f07e774b49b1e8ef0f6f50 >> xfs: always log corruption errors >> 2. 13eaec4b2adf2657b8167b67e27c97cc7314d923 >> xfs: don't commit sunit/swidth updates to disk if that would cause >> repair failures >> - 1cac233cfe71f21e069705a4930c18e48d897be6 >> xfs: refactor agfl length computation function >> - 4f5b1b3a8fa07dc8ecedfaf539b3deed8931a73e >> xfs: split the sunit parameter update into two parts >> >> Changelog: >> V1 -> V2: >> 1. Drop "xfs: include QUOTA, FATAL ASSERT build options in >> XFS_BUILD_OPTIONS" commit since it does not fix a real bug. > > For patches 4, 5, and 14: > Acked-by: Darrick J. Wong <djwong@xxxxxxxxxx> > Thanks for Ack-ing the patchset. > Since I suppose we /do/ want LTS maintainers to be able to run fstests > without so much ASSERT noise. :) -- chandan