This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fec50db7033e Linux 6.9-rc3 new 7d8ed162e6a9 memblock tests: fix undefined reference to `early_pfn_to_nid' new e0f5a8e74be8 memblock tests: fix undefined reference to `panic' new 592447f6cb3c memblock tests: fix undefined reference to `BIT' new 4f0a8fe3215c Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/s [...] new 141fb8cd206a btrfs: qgroup: correctly model root qgroup rsv in convert new 74e97958121a btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume o [...] new 71537e35c324 btrfs: record delayed inode root in transaction new 211de9336730 btrfs: qgroup: convert PREALLOC to PERTRANS after record_r [...] new 3c6f0c5ecc89 btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve new 6e68de0bb0ed btrfs: always clear PERTRANS metadata during commit new 20cb38a7af88 Merge tag 'for-6.9-rc2-tag' of git://git.kernel.org/pub/sc [...]
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/btrfs/delayed-inode.c | 3 +++ fs/btrfs/inode.c | 15 +++++++++++++-- fs/btrfs/ioctl.c | 37 ++++++++++++++++++++++++++++--------- fs/btrfs/qgroup.c | 2 ++ fs/btrfs/root-tree.c | 10 ---------- fs/btrfs/root-tree.h | 2 -- fs/btrfs/transaction.c | 19 +++++++++---------- include/linux/gfp_types.h | 2 ++ tools/include/linux/kernel.h | 1 + tools/include/linux/mm.h | 5 +++++ tools/include/linux/panic.h | 19 +++++++++++++++++++ 11 files changed, 82 insertions(+), 33 deletions(-) create mode 100644 tools/include/linux/panic.h