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 89ee7d4955f1 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits db12cb63477c Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] adds 34fa09c698d6 Revert "ACPI: processor: Do not expose global variable acp [...] adds 66e600a26ee7 Revert "ACPI: processor: idle: Redefine two functions as void" adds e6889323c218 Revert "ACPI: processor: idle: Rearrange declarations in h [...] adds 1a8b3501821b Revert "ACPI: processor: Remove unused empty stubs of some [...] adds 43ff36c4a5a5 Revert "ACPI: processor: idle: Optimize ACPI idle driver r [...] new a10d15a08f62 Merge tag 'acpi-6.18-rc8' of git://git.kernel.org/pub/scm/ [...] adds d4371c266ba3 ALSA: au88x0: Fix incorrect error handling for PCI config reads adds c83fc1396064 ALSA: usb-audio: Add DSD quirk for LEAK Stereo 230 adds 5719a189c934 ALSA: hda/cirrus fix cs420x MacPro 6,1 inverted jack detection adds be4c9abdf04b ALSA: hda/realtek: add quirk for HP pavilion aero laptop 1 [...] adds d26e9f669cc0 ALSA: usb-audio: fix uac2 clock source at terminal parser new d041e5e748f9 ALSA: hda/realtek: Add quirk for HP ProBook 450 G8 new 430c89fe3a52 Merge tag 'sound-6.18' of git://git.kernel.org/pub/scm/lin [...] new 32115734c0ed Increase the default 32-bit build frame size warning limit [...] new ad8cccc24887 Fix Intel Dollar Cove TI battery driver 32-bit build error adds f5e31a196edc mm: swap: remove duplicate nr_swap_pages decrement in get_ [...] adds de8798965fd0 mm/memfd: fix information leak in hugetlb folios adds 270065f514c5 mm/mmap_lock: reset maple state on lock_vma_under_rcu() retry adds f0bb6dba3df3 selftests/mm: fix division-by-zero in uffd-unit-tests adds 52ac3f5829ee mailmap: add entry for Sam Protsenko adds 6c96c6bd2c71 MAINTAINERS: add test_kho to KHO's entry adds cff47b9e39a6 mm/huge_memory: fix NULL pointer deference when splitting folio adds 7c9580f44f90 mm/filemap: fix logic around SIGBUS in filemap_map_pages() new 9eb220edddb2 Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://g [...] new b042fdf18e89 tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs new 4941a17751c9 Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel [...] new 7b6dcd9bfd86 fs/namespace: fix reference leak in grab_requested_mnt_ns new bda39785a53b Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new 3dbb79c7d624 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 19822ed51057 Merge branch 'fixes' of https://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 (89ee7d4955f1) \ N -- N -- N refs/heads/fs-current (19822ed51057)
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 12 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: .mailmap | 2 + MAINTAINERS | 1 + drivers/acpi/processor_driver.c | 6 +- drivers/acpi/processor_idle.c | 115 +++++++++++---------------- drivers/power/supply/intel_dc_ti_battery.c | 10 ++- fs/namespace.c | 7 +- include/acpi/processor.h | 34 ++++++-- kernel/trace/trace.c | 10 +++ lib/Kconfig.debug | 3 +- mm/filemap.c | 27 ++++--- mm/huge_memory.c | 22 +++-- mm/memfd.c | 27 +++++++ mm/mmap_lock.c | 1 + mm/swapfile.c | 4 +- sound/hda/codecs/cirrus/cs420x.c | 1 + sound/hda/codecs/realtek/alc269.c | 2 + sound/pci/au88x0/au88x0.c | 8 +- sound/usb/mixer.c | 2 +- sound/usb/quirks.c | 3 + tools/testing/selftests/mm/uffd-unit-tests.c | 15 ++-- 20 files changed, 171 insertions(+), 129 deletions(-)