Hi Linus, Please pull this branch which contains two XFS bug fixes for 6.9-rc1. A brief summary of the bug fixes is provided below. 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 75bcffbb9e7563259b7aed0fa77459d6a3a35627: xfs: shrink failure needs to hold AGI buffer (2024-03-07 14:59:05 +0530) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.9-merge-9 for you to fetch changes up to 0c6ca06aad84bac097f5c005d911db92dba3ae94: xfs: quota radix tree allocations need to be NOFS on insert (2024-03-15 10:30:23 +0530) ---------------------------------------------------------------- Bug fixes for 6.9: * Fix invalid pointer dereference by initializing xmbuf before tracepoint function is invoked. * Use memalloc_nofs_save() when inserting into quota radix tree. Signed-off-by: Chandan Babu R <chandanbabu@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (1): xfs: fix dev_t usage in xmbuf tracepoints Dave Chinner (1): xfs: quota radix tree allocations need to be NOFS on insert fs/xfs/xfs_buf_mem.c | 4 ++-- fs/xfs/xfs_dquot.c | 18 +++++++++++++----- fs/xfs/xfs_trace.h | 9 +++++++-- 3 files changed, 22 insertions(+), 9 deletions(-)