This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7cdabafc0012 Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/sc [...] new ed471e198493 memblock tests: Fix mutex related build error new 051ea726ee45 Merge tag 'fixes-2025-04-13' of git://git.kernel.org/pub/s [...] new 642335f3ea2b ext4: don't treat fhandle lookup of ea_inode as FS corruption new ce7e8a65aa1b Documentation: ext4: Add fields to ext4_super_block documentation new 7e50bbb134ab ext4: avoid -Wflex-array-member-not-at-end warning new ccad447a3d33 ext4: make block validity check resistent to sb bh corruption new 94824ac9a8aa ext4: fix off-by-one error in do_split new 5aaaedb0cb54 Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.or [...]
The 8 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: Documentation/filesystems/ext4/super.rst | 20 ++++++--- fs/ext4/block_validity.c | 5 +-- fs/ext4/inode.c | 75 ++++++++++++++++++++++---------- fs/ext4/mballoc.c | 18 ++++---- fs/ext4/namei.c | 2 +- tools/testing/memblock/internal.h | 6 +++ tools/testing/memblock/linux/mutex.h | 14 ++++++ 7 files changed, 97 insertions(+), 43 deletions(-) create mode 100644 tools/testing/memblock/linux/mutex.h