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 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 new 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 new d4560686726f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 8d2a546c1057 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new d2fbe27678f9 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 9a2fa1472083 fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE new c2be56d48080 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new b1b8d5385d8a Merge branch 'nfsd-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 (ba2e1663436d) \ N -- N -- N refs/heads/fs-current (b1b8d5385d8a)
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 7 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(-)