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 e7944c763d6a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits f0882ee69a94 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 2d4458780aec MAINTAINERS: erofs: add myself as reviewer omits bac8105862c2 Merge branch 'misc-6.15' into next-fixes adds b4432656b36e Linux 6.15-rc4 adds 261ffd53cc8e Drivers: hv: Fix bad pointer dereference in hv_get_partition_id adds 9bbb8a07fd65 tools/hv: update route parsing in kvp daemon adds 14ae3003e73e Drivers: hv: Fix bad ref to hv_synic_eventring_tail when C [...] new b94f88da544d Merge tag 'hyperv-fixes-signed-20250427' of git://git.kern [...] adds 29bdc1f1c1df book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_O [...] adds 9cf7e13fecba book3s64/radix : Align section vmemmap start address to PAGE_SIZE adds 534f5a8ba278 powerpc64/ftrace: fix module loading without patchable fun [...] adds 3700976f2ae8 powerpc: Add check to select PPC_RADIX_BROADCAST_TLBIE adds b2accfe7ca5b powerpc/boot: Check for ld-option support adds e3f506b78d92 powerpc/boot: Fix dash warning new f15d97df5afa Merge tag 'powerpc-6.15-3' of git://git.kernel.org/pub/scm [...] new 7bd47be16108 dm table: Fix W=1 build warning when mempool_needs_integri [...] new a3d8f0a7f5e8 dm-bufio: don't schedule in atomic context new 0a533c3e4246 dm-integrity: fix a warning on invalid table line new 5a2a6c428190 dm: always update the array size in realloc_argv on success new 78109c591b80 Merge tag 'for-6.15/dm-fixes' of git://git.kernel.org/pub/ [...] new 6c456acbd0b2 Merge branch 'misc-6.15' into next-fixes new 0c0ad1eebb33 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 8d16dd7b651b MAINTAINERS: erofs: add myself as reviewer new a1a13081c831 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
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 (e7944c763d6a) \ N -- N -- N refs/heads/fs-current (a1a13081c831)
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 11 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: Makefile | 2 +- arch/powerpc/boot/wrapper | 6 +- arch/powerpc/kernel/module_64.c | 4 -- arch/powerpc/mm/book3s64/radix_pgtable.c | 20 +++++- arch/powerpc/platforms/powernv/Kconfig | 2 +- arch/powerpc/platforms/pseries/Kconfig | 2 +- drivers/hv/hv_common.c | 10 +-- drivers/md/dm-bufio.c | 9 ++- drivers/md/dm-integrity.c | 2 +- drivers/md/dm-table.c | 8 +-- tools/hv/hv_kvp_daemon.c | 108 ++++++++++++++++++++++++------- 11 files changed, 124 insertions(+), 49 deletions(-)