On Fri, Sep 23, 2022 at 08:58:25 AM -0700, Darrick J. Wong wrote: > On Fri, Sep 23, 2022 at 12:51:47PM +0530, Chandan Babu R wrote: >> Hi Darrick, >> >> Two of the commits backported from v5.5 >> (https://lore.kernel.org/linux-xfs/YywzGEFApUMalXNn@xxxxxxxxx/T/#t) >> introduced regressions of their own. Hence this patchset includes two >> backported commits to fix those regressions. >> >> The first patch i.e. "xfs: fix an ABBA deadlock in xfs_rename" fixes a >> regression that was introduced by "xfs: Fix deadlock between AGI and >> AGF when target_ip exists in xfs_rename()". >> >> The second patch i.e. "xfs: fix use-after-free when aborting corrupt >> attr inactivation" fixes a regression that was introduced by "xfs: fix >> use-after-free when aborting corrupt attr inactivation". > > Looks good to me, thanks for fishing out these two extra fixes. > Acked-by: Darrick J. Wong <djwong@xxxxxxxxxx> > Thanks for ack-ing the patchset. Btw, these two fixes were identified by Greg. -- chandan