This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from b320789d6883 Linux 6.17-rc4 adds 2b3979624c3e btrfs: abort transaction on failure to add link to inode adds e87e953bb206 btrfs: fix inode leak on failure to add link to inode adds 5bb00879cb23 btrfs: simplify error handling logic for btrfs_link() adds ef07b74e1be5 btrfs: fix race between logging inode and checking if it w [...] adds 59a0dd4ab989 btrfs: fix race between setting last_dir_index_offset and [...] adds 986bf6ed44df btrfs: avoid load/store tearing races when checking if an [...] adds e3c94a539e76 Merge tag 'for-6.17-rc4-tag' of git://git.kernel.org/pub/s [...] adds ee4d098cbc91 of_numa: fix uninitialized memory nodes causing kernel panic adds 5cc5e030bce2 rust: mm: mark VmaNew as transparent adds f46e8ef8bb7b ocfs2: prevent release journal inode after journal shutdown adds 9614d8bee663 mm/userfaultfd: fix kmap_local LIFO ordering for CONFIG_HIGHPTE adds 5bbc2b785e63 selftests/mm: fix FORCE_READ to read input value correctly adds 7a19afee6fb3 kunit: kasan_test: disable fortify string checker on kasan [...] adds 08c7c253e032 mm/kasan: fix vmalloc shadow memory (de-)population races adds c519c3c0a113 mm/kasan: avoid lazy MMU mode hazards adds 51337a9a3a40 kasan: fix GCC mem-intrinsic prefix with sw tags adds 6310c149e5de kexec: add KEXEC_FILE_NO_CMA as a legal flag adds 9f68eabab9d9 mm/damon/core: prevent unnecessary overflow in damos_set_e [...] adds c3576889d87b mm: fix accounting of memmap pages adds 2ce3d282bd50 proc: fix missing pde_set_flags() for net proc files adds 7cc183f2e67d mm: move page table sync declarations to linux/pgtable.h adds f2d2f9598ebb mm: introduce and use {pgd,p4d}_populate_kernel() adds 6659d0279980 x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_ [...] adds c873ccbb2f8d mm: fix possible deadlock in kmemleak adds 8026aed072e1 Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://g [...] adds 9c6182843b0d ALSA: usb-audio: Add mute TLV for playback volumes on some [...] adds dc88b77113d7 ALSA: hda: intel-dsp-config: Select SOF driver on MTL Chromebooks adds 1148bb0c5827 ALSA: hda/hdmi: Restore missing HDMI codec entries adds 051b02b17a8b ALSA: hda/realtek: Fix headset mic for TongFang X6[AF]R5xxY adds 2c3ca8cc55a3 ALSA: usb-audio: move mixer_quirks' min_mute into common quirk adds f600bddbcf79 ALSA: hda/tas2781: Fix EFI name for calibration beginning [...] adds 112f7d3cff02 ALSA: hda: Avoid binding with SOF for SKL/KBL platforms adds 2cbe4ac193ed ALSA: usb-audio: Add mute TLV for playback volumes on more [...] adds b1c99d5bd24c ASoC: codecs: idt821034: fix wrong log in idt821034_chip_d [...] adds 168873ca1799 ASoC: soc-core: care NULL dirver name on snd_soc_lookup_co [...] adds b833b412a522 ASoC: soc-core: tidyup snd_soc_lookup_component_nolocked() adds ebba78e34d47 ASoC: fixup snd_soc_lookup_component_nolocked() adds 802262954894 ASoC: rsnd: tidyup direction name on rsnd_dai_connect() adds 3e7fd1febc31 ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op adds 3e93d5bbcbfc Merge tag 'asoc-fix-v6.17-rc3' of https://git.kernel.org/p [...] adds 78811dd56def ALSA: docs: Add documents for recently changes in snd-usb-audio adds aea3493246c4 ALSA: firewire-motu: drop EPOLLOUT from poll return values [...] adds e5a00dafc7e0 ALSA: hda: tas2781: fix tas2563 EFI data endianness adds d5f8458e34a3 ALSA: hda: tas2781: reorder tas2563 calibration variables adds cc8e91054c0a ALSA: usb-audio: Allow Focusrite devices to use low samplerates adds bcd6659d4911 ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4 model adds e6b9dce0aeeb Merge tag 'sound-6.17-rc5' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes: Documentation/sound/alsa-configuration.rst | 29 +++++++-- arch/x86/include/asm/pgtable_64_types.h | 3 + arch/x86/mm/init_64.c | 18 ++++++ drivers/of/of_numa.c | 5 +- fs/btrfs/btrfs_inode.h | 2 +- fs/btrfs/inode.c | 44 ++++++------- fs/btrfs/tree-log.c | 78 +++++++++++++++-------- fs/ocfs2/inode.c | 3 + fs/proc/generic.c | 38 ++++++----- include/linux/kexec.h | 3 +- include/linux/pgalloc.h | 29 +++++++++ include/linux/pgtable.h | 25 ++++++-- include/linux/vmalloc.h | 16 ----- mm/damon/core.c | 4 +- mm/kasan/init.c | 12 ++-- mm/kasan/kasan_test_c.c | 2 + mm/kasan/shadow.c | 22 ++++--- mm/kmemleak.c | 27 ++++++-- mm/percpu.c | 6 +- mm/sparse-vmemmap.c | 11 +--- mm/sparse.c | 15 +++-- mm/userfaultfd.c | 9 ++- rust/kernel/mm/virt.rs | 1 + scripts/Makefile.kasan | 12 ++-- sound/firewire/motu/motu-hwdep.c | 2 +- sound/hda/codecs/hdmi/hdmi.c | 1 + sound/hda/codecs/hdmi/nvhdmi.c | 17 +++++ sound/hda/codecs/hdmi/tegrahdmi.c | 2 + sound/hda/codecs/realtek/alc269.c | 2 + sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 9 ++- sound/hda/core/intel-dsp-config.c | 26 +++++++- sound/soc/codecs/idt821034.c | 2 +- sound/soc/renesas/rcar/core.c | 2 +- sound/soc/soc-core.c | 25 +++++--- sound/soc/sof/intel/ptl.c | 1 + sound/usb/format.c | 12 ++-- sound/usb/mixer_quirks.c | 8 +-- sound/usb/quirks.c | 22 ++++++- sound/usb/usbaudio.h | 4 ++ tools/testing/selftests/mm/cow.c | 4 +- tools/testing/selftests/mm/guard-regions.c | 2 +- tools/testing/selftests/mm/hugetlb-madvise.c | 4 +- tools/testing/selftests/mm/migration.c | 2 +- tools/testing/selftests/mm/pagemap_ioctl.c | 2 +- tools/testing/selftests/mm/split_huge_page_test.c | 7 +- tools/testing/selftests/mm/vm_util.h | 2 +- 46 files changed, 396 insertions(+), 176 deletions(-) create mode 100644 include/linux/pgalloc.h