This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7cf4bea77ab6 Merge tag 'for-6.6-rc6-tag' of git://git.kernel.org/pub/sc [...] new 87d1888aa40f fs/ntfs3: Add ckeck in ni_update_parent() new 06ccfb006459 fs/ntfs3: Write immediately updated ntfs state new fc471e39e38f fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN) new 013ff63b6494 fs/ntfs3: Add more attributes checks in mi_enum_attr() new bfbe5b31caa7 fs/ntfs3: fix deadlock in mark_as_free_ex new 91a4b1ee78cb fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super new 3f2f09f18972 fs/ntfs3: Use inode_set_ctime_to_ts instead of inode_set_ctime new 4ad5c924df6c fs/ntfs3: Allow repeated call to ntfs3_put_sbi new dcc852e509a4 fs/ntfs3: Fix alternative boot searching new f684073c09fd fs/ntfs3: Refactoring and comments new d27e202b9ac4 fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfo new e52dce610a2d fs/ntfs3: Do not allow to change label if volume is read-only new 32e9212256b8 fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr() new 9c689c8dc86f fs/ntfs3: Fix NULL pointer dereference on error in attr_al [...] new 8e7e27b2ee1e fs/ntfs3: fix panic about slab-out-of-bounds caused by ntf [...] new 34e6552a442f fs/ntfs3: Fix OOB read in ntfs_init_from_boot new 1f9b94af923c fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e() new 85a4780dc96e fs/ntfs3: Fix directory element type detection new e4494770a5ca fs/ntfs3: Avoid possible memory leak new f69d00d12fce Merge tag 'ntfs3_for_6.6' of https://github.com/Paragon-So [...] new 03adc61edad4 audit,io_uring: io_uring openat triggers audit reference c [...] new ea1cc20cd4ce Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub [...] new 31c65705a8cf perf/benchmark: fix seccomp_unotify benchmark for 32-bit new 189b756271e6 Merge tag 'seccomp-v6.6-rc7' of git://git.kernel.org/pub/s [...] new c15cdea51741 mm: slab: Do not create kmalloc caches smaller than arch_s [...] new 54fb58aec47a Merge tag 'slab-fixes-for-6.6-rc6' of git://git.kernel.org [...] new 00c2ca84c680 LoongArch: Use SYM_CODE_* to annotate exception handlers new 449c2756c232 LoongArch: Export symbol invalid_pud_table for modules building new 477a0ebec101 LoongArch: Replace kmap_atomic() with kmap_local_page() in [...] new 278be83601dd LoongArch: Disable WUC for pgprot_writecombine() like iore [...] new 74e9347ebc5b Merge tag 'loongarch-fixes-6.6-3' of git://git.kernel.org/ [...]
The 31 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/loongarch/include/asm/io.h | 5 +- arch/loongarch/include/asm/linkage.h | 8 +++ arch/loongarch/include/asm/pgtable-bits.h | 4 +- arch/loongarch/kernel/entry.S | 4 +- arch/loongarch/kernel/genex.S | 16 ++--- arch/loongarch/kernel/setup.c | 10 +-- arch/loongarch/mm/init.c | 9 +-- arch/loongarch/mm/tlbex.S | 36 +++++----- fs/namei.c | 9 +-- fs/ntfs3/attrib.c | 12 ++-- fs/ntfs3/attrlist.c | 15 +++- fs/ntfs3/bitmap.c | 4 +- fs/ntfs3/dir.c | 6 +- fs/ntfs3/file.c | 4 +- fs/ntfs3/frecord.c | 8 ++- fs/ntfs3/fslog.c | 6 +- fs/ntfs3/fsntfs.c | 19 +++-- fs/ntfs3/index.c | 3 + fs/ntfs3/inode.c | 5 +- fs/ntfs3/namei.c | 6 +- fs/ntfs3/ntfs.h | 2 +- fs/ntfs3/ntfs_fs.h | 4 +- fs/ntfs3/record.c | 74 +++++++++++++++----- fs/ntfs3/super.c | 104 ++++++++++++++++++++-------- fs/ntfs3/xattr.c | 7 +- include/linux/fs.h | 2 +- kernel/auditsc.c | 8 +-- mm/slab_common.c | 7 +- tools/arch/x86/include/uapi/asm/unistd_32.h | 2 +- 29 files changed, 264 insertions(+), 135 deletions(-)