On Sat, Jun 4, 2022 at 6:53 AM Leah Rumancik <leah.rumancik@xxxxxxxxx> wrote: > > From: Leah Rumancik <lrumancik@xxxxxxxxxx> > > This first round of patches aims to take care of the easy cases - patches > with the Fixes tag that apply cleanly. I have ~30 more patches identified > which will be tested next, thanks everyone for the various suggestions > for tracking down more bug fixes. No regressions were seen during > testing when running fstests 3 times per config with the following configs: Hi Leah! I'll let the xfs developers comment on the individual patches. General comments about stable process and collaboration. Some of the patches in this series are relevant to 5.10 and even apply cleanly to 5.10 (see below). They are in my queue but I did not get to test them thoroughly yet, because I am working chronologically. To avoid misunderstanding with stable maintainers, when you post to stable, please make sure to state clearly in the cover letter that those patches have only been tested on 5.15.y and should only be applied to 5.15.y. I know you have 5.15 in subject, but I would rather be safe than sorry. Luis has advised me to post up to 10 patches in each round. The rationale is that after we test and patches are applied to stable regressions may be detected and reported by downstream users. Regressions will be easier to bisect if there are less fixes in every LTS release. For this reason, I am holding on to my part 2 patches until 5.10.120 is released. LTS releases are usually on weekly basis so the delay is not much. I don't think that this series is terribly big, so I am fine with you posting it at one go, but please consider splitting it pre 5.16 and post 5.16 or any other way that you see fit when you post to stable, but let's wait for xfs developers review - if they tell you to drop a few patches my comment will become moot ;-) [...] For the record: > Brian Foster (1): > xfs: punch out data fork delalloc blocks on COW writeback failure In my queue > > Darrick J. Wong (7): > xfs: remove all COW fork extents when remounting readonly > xfs: only run COW extent recovery when there are no live extents Only first one is in my queue - needed backporting > xfs: prevent UAF in xfs_log_item_in_current_chkpt In my queue > xfs: only bother with sync_filesystem during readonly remount In my queue > xfs: use setattr_copy to set vfs inode attributes In my queue - needed backporting > xfs: don't include bnobt blocks when reserving free block pool > > Dave Chinner (4): > xfs: check sb_meta_uuid for dabuf buffer recovery In my queue > > Rustam Kovhaev (1): > xfs: use kmem_cache_free() for kmem_cache objects In my queue > > Yang Xu (1): > xfs: Fix the free logic of state in xfs_attr_node_hasname In my queue - needed backporting Thanks, Amir.