This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7e90b5c295ec Merge tag 'trace-tools-v6.8-rc4' of git://git.kernel.org/p [...] new 829388b725f8 kunit: device: Unregister the kunit_bus on shutdown new 91f842ffe6ca Merge tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://g [...] new 5571e41ec6e5 btrfs: don't drop extent_map for free space inode on write error new 1693d5442c45 btrfs: add and use helper to check if block group is used new f4a9f219411f btrfs: do not delete unused block group if it may be used soon new 12c5128f101b btrfs: add new unused block groups to the list of unused b [...] new feefe1f49d26 btrfs: don't reserve space for checksums when writing to n [...] new 1bd96c92c6a0 btrfs: reject encoded write if inode has nodatasum flag set new 88e81a677730 btrfs: zoned: fix chunk map leak when loading block group [...] new 2f6397e448e6 btrfs: don't refill whole delayed refs block reserve when [...] new 1f3a3e2aaeb4 Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/sc [...] new 116099ed345c selftests/landlock: Fix net_test build with old libc new 40b7835e74e0 selftests/landlock: Fix fs_test build with old libc new bb6f4dbe2639 selftests/landlock: Fix capability for net_test new 6004b044f771 Merge tag 'landlock-6.8-rc5' of git://git.kernel.org/pub/s [...] new d55347bfe4e6 MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assembler new 11ba1728be3e ptrace: Introduce exception_ip arch hook new 9d6e21ddf202 MIPS: Clear Cause.BD in instruction_pointer_set new 8fa507083388 mm/memory: Use exception ip to search exception tables new 8d3dea210042 Merge tag 'mips-fixes_6.8_2' of git://git.kernel.org/pub/s [...]
The 20 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/mips/include/asm/checksum.h | 3 +- arch/mips/include/asm/ptrace.h | 3 ++ arch/mips/kernel/ptrace.c | 7 +++ fs/btrfs/block-group.c | 80 ++++++++++++++++++++++++++++- fs/btrfs/block-group.h | 7 +++ fs/btrfs/delalloc-space.c | 29 +++++++---- fs/btrfs/inode.c | 26 +++++++++- fs/btrfs/transaction.c | 38 +------------- fs/btrfs/zoned.c | 1 + include/linux/ptrace.h | 4 ++ lib/kunit/device-impl.h | 2 + lib/kunit/device.c | 14 +++++ lib/kunit/test.c | 3 ++ mm/memory.c | 4 +- tools/testing/selftests/landlock/common.h | 48 ++++++++++++++--- tools/testing/selftests/landlock/fs_test.c | 11 ++-- tools/testing/selftests/landlock/net_test.c | 13 ++++- 17 files changed, 227 insertions(+), 66 deletions(-)