On Sat, Jun 22, 2024 at 07:05:49PM +0530, Chandan Babu R wrote: > Hi Linus, Drat, I ran the wrong script, please ignore this email, Linus. I guess I now have weekend work to go figure out why this happened. > Please pull this branch which contains an XFS bug fix for 6.10-rc5. A brief > description of the bug fix is provided below. Chandan: Would _you_ mind pulling this branch with 6.10 fixes and sending them on to Linus? --D > > I did a test-merge with the main upstream branch as of a few minutes ago and > didn't see any conflicts. Please let me know if you encounter any problems. > > The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f: > > Linux 6.10-rc4 (2024-06-16 13:40:16 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.10-fixes-4 > > for you to fetch changes up to 348a1983cf4cf5099fc398438a968443af4c9f65: > > xfs: fix unlink vs cluster buffer instantiation race (2024-06-17 11:17:09 +0530) > > ---------------------------------------------------------------- > Bug fixes for 6.10-rc5: > > * Fix assertion failure due to a race between unlink and cluster buffer > instantiation. > > Signed-off-by: Chandan Babu R <chandanbabu@xxxxxxxxxx> > > ---------------------------------------------------------------- > Dave Chinner (1): > xfs: fix unlink vs cluster buffer instantiation race > > fs/xfs/xfs_inode.c | 23 +++++++++++++++++++---- > 1 file changed, 19 insertions(+), 4 deletions(-) >