This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6a23ae0a96a6 Linux 6.18-rc6 new e4185bed738d mtdchar: fix integer overflow in read/write ioctls new 9225f02ff201 mtd: nand: realtek-ecc: Fix a IS_ERR() vs NULL bug in probe new 0d9c80aa5721 mtd: nand: MTD_NAND_ECC_REALTEK should depend on HAS_DMA new 963135088592 mtd: rawnand: realtek: Make rtl_ecc_engine_ops const new 5c56bf214af8 mtd: rawnand: cadence: fix DMA device NULL pointer dereference new a1d3bc606bf5 mtd: spinand: fmsh: remove QE bit for FM25S01A flash new 97315e7c901a mtd: onenand: Pass correct pointer to IRQ handler new e97c61885bfe Merge tag 'mtd/fixes-for-6.18-rc7' of git://git.kernel.org [...] new f4fa7c25f632 sched_ext: Fix use of uninitialized variable in scx_bpf_cp [...] new 5f02151c411d sched_ext: Fix unsafe locking in the scx_dump_state() new c87488a12393 sched/ext: convert scx_tasks_lock to raw spinlock new a257e9742103 sched_ext: Fix possible deadlock in the deferred_irq_workfn() new 36c6f3c03d10 sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx. [...] new 418592a04021 Merge tag 'sched_ext-for-6.18-rc6-fixes' of git://git.kern [...] new 0778ac7df513 fs: Fix uninitialized 'offp' in statmount_string() new 2c2b67af5f5f hostfs: Fix only passing host root in boot stage with new mount new 330e2c514823 afs: Fix dynamic lookup to fail on cell lookup failure new 34ab4c75588c bfs: Reconstruct file type when loading from disk new 9db8d46712d2 mnt: Remove dead code which might prevent from building new c014021253d7 virtio-fs: fix incorrect check for fsvq->kobj new 90f601b497d7 binfmt_misc: restore write access before closing files ope [...] new 63b5aa01da0f vfat: fix missing sb_min_blocksize() return value checks new f2c1f631630e exfat: check return value of sb_min_blocksize in exfat_rea [...] new e106e269c5cb isofs: check the return value of sb_min_blocksize() in iso [...] new 124af0868ec6 xfs: check the return value of sb_min_blocksize() in xfs_f [...] new 8637fa89e678 block: add __must_check attribute to sb_min_blocksize() new 75fdd57499a3 Merge patch series "sb_min_blocksize() fixes" new a3f8f8662771 power: always freeze efivarfs new 78f0e33cd6c9 fs/namespace: correctly handle errors returned by grab_req [...] new 3cd1548a278c shmem: fix tmpfs reconfiguration (remount) when noswap is set new 12741624645e fs: add iput_not_last() new 56325e8c68c0 landlock: fix splats from iput() after it started calling [...] new e9d50b78fdfe Merge patch series "fs: add iput_not_last()" new e7c375b18160 Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/ [...]
The 34 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: block/bdev.c | 2 +- drivers/mtd/mtdchar.c | 6 +- drivers/mtd/nand/Kconfig | 2 +- drivers/mtd/nand/ecc-realtek.c | 6 +- drivers/mtd/nand/onenand/onenand_samsung.c | 2 +- drivers/mtd/nand/raw/cadence-nand-controller.c | 3 +- drivers/mtd/nand/spi/fmsh.c | 2 +- fs/afs/cell.c | 78 ++++++++++++++++++++++---- fs/afs/dynroot.c | 3 +- fs/afs/internal.h | 12 +++- fs/afs/mntpt.c | 3 +- fs/afs/proc.c | 3 +- fs/afs/super.c | 2 +- fs/afs/vl_alias.c | 3 +- fs/bfs/inode.c | 19 ++++++- fs/binfmt_misc.c | 4 +- fs/efivarfs/super.c | 1 + fs/exfat/super.c | 5 +- fs/fat/inode.c | 6 +- fs/fuse/virtio_fs.c | 2 +- fs/hostfs/hostfs_kern.c | 29 ++++++---- fs/inode.c | 12 ++++ fs/isofs/inode.c | 5 ++ fs/namespace.c | 46 ++++++--------- fs/super.c | 13 ++++- fs/xfs/xfs_super.c | 5 +- include/linux/fs.h | 8 ++- include/uapi/linux/mount.h | 2 +- kernel/power/hibernate.c | 9 +-- kernel/power/suspend.c | 3 +- kernel/sched/ext.c | 26 ++++----- mm/shmem.c | 15 +++-- security/landlock/fs.c | 7 +-- 33 files changed, 231 insertions(+), 113 deletions(-)