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 a1a13081c831 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 0c0ad1eebb33 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 6c456acbd0b2 Merge branch 'misc-6.15' into next-fixes adds af5226abb40c smb: server: smb2pdu: check return value of xa_store() adds a1f46c99d9ea ksmbd: fix use-after-free in ksmbd_session_rpc_open adds e86e9134e1d1 ksmbd: fix use-after-free in kerberos authentication adds 2fc9feff45d9 ksmbd: fix use-after-free in session logoff new ca91b9500108 Merge tag 'v6.15-rc4-ksmbd-server-fixes' of git://git.samb [...] adds 06eaa824fd23 mm/memblock: pass size instead of end to memblock_set_node() adds eac8ea8736cc mm/memblock: repeat setting reserved region nid if array i [...] adds 3b394dff15e1 memblock tests: add test for memblock_set_node new 4b5256f99004 Merge tag 'fixes-2025-04-29' of git://git.kernel.org/pub/s [...] adds 9f5595d5f03f platform/x86/amd: pmc: Require at least 2.5 seconds betwee [...] adds 8d6955ed76e8 platform/x86/intel-uncore-freq: Fix missing uncore sysfs d [...] adds 4a8e04e2bdcb platform/x86: alienware-wmi-wmax: Fix uninitialized variab [...] adds 12df9ec3e195 platform/x86/intel: hid: Add Pantherlake support adds 246f9bb62016 platform/x86: alienware-wmi-wmax: Add support for Alienwar [...] adds 77bdac73754e platform/x86: asus-wmi: Disable OOBE state after resume fr [...] adds 02c6e43397c3 platform/x86: ideapad-laptop: add support for some new buttons new 02d40046243f Merge tag 'platform-drivers-x86-v6.15-4' of git://git.kern [...] adds c73c67026fe6 fanotify: fix flush of mntns marks adds cd188e9ef80f selftests/fs/mount-notify: test also remove/flush of mntns marks new fba784cc9e3d Merge tag 'fsnotify_for_v6.15-rc5' of git://git.kernel.org [...] adds 649b50a82f09 mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe adds 9078f01fec12 mmc: renesas_sdhi: add regulator dependency adds 77183db6b8db mmc: renesas_sdhi: disable clocks if registering regulator failed new 8bac8898fe39 Merge tag 'mmc-v6.15-rc1' of git://git.kernel.org/pub/scm/ [...] new 390be52f352b Merge branch 'misc-6.15' into next-fixes new 5a7ffa184560 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 7600b80dd7af __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be un [...] new 72dbec48ca3c do_umount(): add missing barrier before refcount checks in [...] new 93ddd3942493 do_move_mount(): don't leak MNTNS_PROPAGATING on failures new 459421788c2a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new bbfe756dc306 fs/erofs/fileio: call erofs_onlinefolio_split() after bio_ [...] new 8ec90122a077 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 (a1a13081c831) \ N -- N -- N refs/heads/fs-current (8ec90122a077)
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: drivers/mmc/host/Kconfig | 2 +- drivers/mmc/host/renesas_sdhi_core.c | 12 +-- drivers/platform/x86/amd/pmc/pmc.c | 7 +- drivers/platform/x86/asus-wmi.c | 11 ++- drivers/platform/x86/dell/alienware-wmi-wmax.c | 14 ++- drivers/platform/x86/ideapad-laptop.c | 16 ++++ drivers/platform/x86/intel/hid.c | 21 +++-- .../x86/intel/uncore-frequency/uncore-frequency.c | 13 ++- fs/erofs/fileio.c | 4 +- fs/namespace.c | 14 +-- fs/notify/fanotify/fanotify_user.c | 7 +- fs/smb/server/auth.c | 14 ++- fs/smb/server/mgmt/user_session.c | 20 ++-- fs/smb/server/mgmt/user_session.h | 1 + fs/smb/server/smb2pdu.c | 18 ++-- include/linux/fsnotify_backend.h | 15 --- mm/memblock.c | 12 ++- tools/testing/memblock/tests/basic_api.c | 102 +++++++++++++++++++++ .../filesystems/mount-notify/mount-notify_test.c | 57 +++++++++--- 19 files changed, 267 insertions(+), 93 deletions(-)