This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits ee1fcb297d41 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits 9b24d702a2b5 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] omits ae5d626b9da2 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] adds e4185bed738d mtdchar: fix integer overflow in read/write ioctls adds 9225f02ff201 mtd: nand: realtek-ecc: Fix a IS_ERR() vs NULL bug in probe adds 0d9c80aa5721 mtd: nand: MTD_NAND_ECC_REALTEK should depend on HAS_DMA adds 963135088592 mtd: rawnand: realtek: Make rtl_ecc_engine_ops const adds 5c56bf214af8 mtd: rawnand: cadence: fix DMA device NULL pointer dereference adds a1d3bc606bf5 mtd: spinand: fmsh: remove QE bit for FM25S01A flash adds 97315e7c901a mtd: onenand: Pass correct pointer to IRQ handler new e97c61885bfe Merge tag 'mtd/fixes-for-6.18-rc7' of git://git.kernel.org [...] adds f4fa7c25f632 sched_ext: Fix use of uninitialized variable in scx_bpf_cp [...] adds 5f02151c411d sched_ext: Fix unsafe locking in the scx_dump_state() adds c87488a12393 sched/ext: convert scx_tasks_lock to raw spinlock adds 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 e7c375b18160 Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/ [...] new ca150b0f80b1 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new be527e15d353 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (ee1fcb297d41) \ N -- N -- N refs/heads/fs-current (be527e15d353)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 6 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: 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 +- kernel/sched/ext.c | 26 +++++++++++++------------- 7 files changed, 25 insertions(+), 22 deletions(-)