From: Linus Torvalds Date: Sat, 3 Aug 2024 16:09:25 +0000 (-0700) Subject: Merge tag 'xfs-6.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux X-Git-Tag: v6.11-rc2~12 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d3426a6ed9d8398bfee2a1c5cd0ae50f2f4494a8;p=linux-block.git Merge tag 'xfs-6.11-fixes-1' of git://git./fs/xfs/xfs-linux Pull xfs fixes from Chandan Babu: - Fix memory leak when corruption is detected during scrubbing parent pointers - Allow SECURE namespace xattrs to use reserved block pool to in order to prevent ENOSPC - Save stack space by passing tracepoint's char array to file_path() instead of another stack variable - Remove unused parameter in macro XFS_DQUOT_LOGRES - Replace comma with semicolon in a couple of places * tag 'xfs-6.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: convert comma to semicolon xfs: convert comma to semicolon xfs: remove unused parameter in macro XFS_DQUOT_LOGRES xfs: fix file_path handling in tracepoints xfs: allow SECURE namespace xattrs to use reserved block pool xfs: fix a memory leak --- d3426a6ed9d8398bfee2a1c5cd0ae50f2f4494a8