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 560b062b7bb8 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 24189483549f Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 815291c11acd configfs: update MAINTAINERS new f7d5db965f3e dma-mapping: update MAINTAINERS new 7fb39882b20c dm-integrity: Avoid divide by zero in table status in Inline mode new c19525b5fb71 dm-integrity: Do not emit journal configuration in DM tabl [...] new 36e1b81f599a dm vdo: add missing spin_lock_init new 2c24478e5f6e Merge tag 'for-6.14/dm-fixes' of git://git.kernel.org/pub/ [...] adds fb8179ce2996 riscv: cacheinfo: Use of_property_present() for non-boolea [...] adds c6ec1e1b078d riscv: cpufeature: use bitmap_equal() instead of memcmp() adds 1898300abf35 riscv/atomic: Do proper sign extension also for unsigned i [...] adds 599c44cd21f4 riscv/futex: sign extend compare value in atomic cmpxchg adds 713e788c0e07 rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm adds aa49bc2ca852 riscv: signal: fix signal frame size adds 564fc8eb6f78 riscv: signal: fix signal_minsigstksz adds 245aece3750d MAINTAINERS: Add myself as a riscv reviewer new 2a1944bff549 Merge tag 'riscv-for-linus-6.14-rc5' of git://git.kernel.o [...] new 02cfe2b6529c pidfs: remove d_op->d_delete new 425e3e3bd62c nsfs: remove d_op->d_delete new b5799106b44e iomap: Minor code simplification in iomap_dio_bio_iter() new 3d85d6c85399 Merge tag 'vfs-6.14-rc5.fixes' of git://git.kernel.org/pub [...] new cc8a0934d099 Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/s [...] new df5c462dfa25 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
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 (560b062b7bb8) \ N -- N -- N refs/heads/fs-current (df5c462dfa25)
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 13 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: MAINTAINERS | 3 +-- arch/riscv/include/asm/cmpxchg.h | 2 +- arch/riscv/include/asm/futex.h | 2 +- arch/riscv/kernel/cacheinfo.c | 12 ++++++------ arch/riscv/kernel/cpufeature.c | 2 +- arch/riscv/kernel/setup.c | 2 +- arch/riscv/kernel/signal.c | 6 ------ drivers/md/dm-integrity.c | 25 ++++++++++++++----------- drivers/md/dm-vdo/dedupe.c | 1 + fs/iomap/direct-io.c | 8 +++----- fs/nsfs.c | 1 - fs/pidfs.c | 1 - tools/testing/selftests/rseq/rseq-riscv-bits.h | 6 +++--- tools/testing/selftests/rseq/rseq-riscv.h | 2 +- 14 files changed, 33 insertions(+), 40 deletions(-)