This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-next in repository linux-next.
omits d15fe7f84765 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...] omits 9528a8fb609a Merge branch '9p-next' of git://github.com/martinetd/linux omits ef8b1804ef57 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...] omits f1fc0a551253 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...] omits 878cddeb0f85 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...] omits 130ffbcfce2a Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...] omits 430d76b5c9da Merge branch 'for-next' of git://git.infradead.org/users/h [...] omits ba72e6ec27f2 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...] omits 3a68131c3c43 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] omits 5cb44f086f30 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git omits ba2e1663436d Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 38dca5e440b0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits b4bc4825aa2a Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 139a68648cfe Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits 7858ffb98387 fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE adds e075c3b13a0a platform/x86: intel-vbtn: Protect ACPI notify handler agai [...] adds 4c83ee4bf32e platform/x86/amd: pmf: Add quirk for ROG Ally X adds 426463d94d45 platform/x86/amd/pmc: Send OS_HINT command for new AMD platform adds 942810c0e892 platform/x86/amd/pmf: Add new ACPI ID AMDI0107 adds 6e73c490445a platform/x86: msi-wmi-platform: Fix spelling mistakes adds 3114f77e9453 platform/x86/intel/ifs: Initialize union ifs_status to zero adds eb5e56d14912 Merge tag 'platform-drivers-x86-v6.11-2' of git://git.kern [...] adds 0823dc64586b vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler adds d4560686726f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds 8d2a546c1057 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds d2fbe27678f9 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] adds 9a2fa1472083 fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE adds c2be56d48080 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] adds b1b8d5385d8a Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] new 4ecbed35b495 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git new cfe58aee19a3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] new 0e842d523e11 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...] new 23f1286d05ab Merge branch 'for-next' of git://git.infradead.org/users/h [...] new 8baac0364b3b Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...] new 44a20f8c5bb8 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...] new 9ad05f1f44c9 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...] new f5ddc1b25926 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...] new 3a67ded682aa Merge branch '9p-next' of git://github.com/martinetd/linux new 6572ba54f33b Merge branch 'vfs.all' of git://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 (d15fe7f84765) \ N -- N -- N refs/heads/fs-next (6572ba54f33b)
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 10 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: Documentation/wmi/devices/msi-wmi-platform.rst | 6 ++-- drivers/platform/x86/amd/pmc/pmc.c | 2 ++ drivers/platform/x86/amd/pmc/pmc.h | 1 + drivers/platform/x86/amd/pmf/core.c | 3 ++ drivers/platform/x86/amd/pmf/pmf-quirks.c | 9 ++++- drivers/platform/x86/intel/ifs/runtest.c | 2 +- drivers/platform/x86/intel/vbtn.c | 9 +++++ drivers/vhost/vdpa.c | 8 +---- fs/file.c | 44 ++++++++----------------- include/linux/bitmap.h | 12 +++++++ tools/testing/selftests/core/close_range_test.c | 35 ++++++++++++++++++++ 11 files changed, 88 insertions(+), 43 deletions(-)