This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 059dd502b263 Merge tag 'block-6.13-20241228' of git://git.kernel.dk/linux new 768776dd4efc i2c: imx: fix missing stop condition in single-master mode new e0cec363197e i2c: imx: add imx7d compatible string for applying erratum [...] new 9a8f9320d67b i2c: microchip-core: actually use repeated sends new 49e1f0fd0d4c i2c: microchip-core: fix "ghost" detections new f802f11b2336 Merge tag 'i2c-host-fixes-6.13-rc5' of git://git.kernel.or [...] new e1d932660839 Merge tag 'i2c-for-6.13-rc5' of git://git.kernel.org/pub/s [...] new d29662695ed7 btrfs: fix use-after-free waiting for encoded read endios new 44f52bbe96df btrfs: fix use-after-free when COWing tree bock and tracin [...] new 3e74859ee35e btrfs: check folio mapping after unlock in relocate_one_folio() new 0fba7be1ca6d btrfs: check folio mapping after unlock in put_file_data() new 0525064bb82e btrfs: fix race with memory mapped writes when activating [...] new 03018e5d8508 btrfs: fix swap file activation failure due to extents tha [...] new 9a45022a0efa btrfs: allow swap activation to be interruptible new 2c8507c63f54 btrfs: avoid monopolizing a core when activating a swap file new f2363e6fcc79 btrfs: fix transaction atomicity bug when enabling simple quotas new fca432e73db2 btrfs: sysfs: fix direct super block member reads new c059361673e4 Merge tag 'for-6.13-rc4-tag' of git://git.kernel.org/pub/s [...] new a60b990798eb PCI/MSI: Handle lack of irqdomain gracefully new feffd35a0344 Merge tag 'irq-urgent-2024-12-29' of git://git.kernel.org/ [...] new 4a0779145781 locking/rtmutex: Make sure we wake anything on the wake_q [...] new bf7a281b8063 Merge tag 'locking-urgent-2024-12-29' of git://git.kernel. [...] new 31ad36a27129 objtool: Add bch2_trans_unlocked_error() to bcachefs noreturns new bcfac5530a78 Merge tag 'objtool-urgent-2024-12-29' of git://git.kernel. [...] new b6ccddd6fe1f perf/x86/intel/uncore: Add Clearwater Forest support new b8c3a2502a20 perf/x86/intel/ds: Add PEBS format 6 new aa5d2ca7c179 perf/x86/intel: Fix bitmask of OCR and FRONTEND events for LNC new f65832a32f2e Merge tag 'perf-urgent-2024-12-29' of git://git.kernel.org [...] new dc81e556f2a0 x86/fred: Clear WFE in missing-ENDBRANCH #CPs new 27834971f616 virt: tdx-guest: Just leak decrypted memory on unrecoverab [...] new 6cbc4b29eb0d Merge tag 'x86-urgent-2024-12-29' of git://git.kernel.org/ [...] new f718faf3940e freezer, sched: Report frozen tasks as 'D' instead of 'R' new 4099a71718b0 Merge tag 'sched-urgent-2024-12-29' of git://git.kernel.or [...]
The 32 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: arch/x86/events/intel/core.c | 12 ++- arch/x86/events/intel/ds.c | 1 + arch/x86/events/intel/uncore.c | 1 + arch/x86/kernel/cet.c | 30 ++++++ drivers/i2c/busses/i2c-imx.c | 9 +- drivers/i2c/busses/i2c-microchip-corei2c.c | 122 +++++++++++++++++------ drivers/pci/msi/irqdomain.c | 7 +- drivers/pci/msi/msi.c | 4 + drivers/virt/coco/tdx-guest/tdx-guest.c | 4 +- fs/btrfs/ctree.c | 11 +-- fs/btrfs/inode.c | 154 ++++++++++++++++++++--------- fs/btrfs/qgroup.c | 3 +- fs/btrfs/relocation.c | 6 ++ fs/btrfs/send.c | 6 ++ fs/btrfs/sysfs.c | 6 +- include/linux/sched.h | 3 +- kernel/locking/rtmutex.c | 18 +++- kernel/locking/rtmutex_api.c | 2 +- tools/objtool/noreturns.h | 1 + 19 files changed, 301 insertions(+), 99 deletions(-)