This is the start of the stable review cycle for the 6.7.1 release. There are 28 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 6.7.1-rc1 Sumanth Korikkar <sumanthk@xxxxxxxxxxxxx> mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval Vegard Nossum <vegard.nossum@xxxxxxxxxx> docs: kernel_feat.py: fix potential command injection Carlos Llamas <cmllamas@xxxxxxxxxx> scripts/decode_stacktrace.sh: optionally use LLVM utilities James Clark <james.clark@xxxxxxx> coresight: etm4x: Fix width of CCITMIN field LeoLiuoc <LeoLiu-oc@xxxxxxxxxxx> PCI: Add ACS quirk for more Zhaoxin Root Ports Florian Eckert <fe@xxxxxxxxxx> leds: ledtrig-tty: Free allocated ttyname buffer on deactivate Cameron Williams <cang1@xxxxxxxxxx> parport: parport_serial: Add Brainboxes device IDs and geometry Cameron Williams <cang1@xxxxxxxxxx> parport: parport_serial: Add Brainboxes BAR details Guanghui Feng <guanghuifeng@xxxxxxxxxxxxxxxxx> uio: Fix use-after-free in uio_open Carlos Llamas <cmllamas@xxxxxxxxxx> binder: fix comment on binder_alloc_new_buf() return value Carlos Llamas <cmllamas@xxxxxxxxxx> binder: fix trivial typo of binder_free_buf_locked() Carlos Llamas <cmllamas@xxxxxxxxxx> binder: fix use-after-free in shinker's callback Carlos Llamas <cmllamas@xxxxxxxxxx> binder: use EPOLLERR from eventpoll.h Junxiao Bi <junxiao.bi@xxxxxxxxxx> Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d" Fedor Pchelkin <pchelkin@xxxxxxxxx> ksmbd: free ppace array on error in parse_dacl Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: don't allow O_TRUNC open on read-only share Lewis Huang <lewis.huang@xxxxxxx> drm/amd/display: Pass pwrseq inst for backlight and ABM Sjoerd Simons <sjoerd@xxxxxxxxxxxxx> bus: moxtet: Add spi device table Sjoerd Simons <sjoerd@xxxxxxxxxxxxx> bus: moxtet: Mark the irq as shared Hans de Goede <hdegoede@xxxxxxxxxx> ACPI: resource: Add another DMI match for the TongFang GMxXGxx Lorenz Brun <lorenz@xxxxxxxx> ALSA: hda: cs35l41: Support more HP models without _DSD Tom Jason Schwanke <tom@catboys.cloud> ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360 13-ay0xxx Dorian Cruveiller <doriancruveiller@xxxxxxxxx> ALSA: hda/realtek: enable SND_PCI_QUIRK for Lenovo Legion Slim 7 Gen 8 (2023) serie Dorian Cruveiller <doriancruveiller@xxxxxxxxx> ALSA: hda: Add driver properties for cs35l41 for Lenovo Legion Slim 7 Gen 8 serie Stefan Binding <sbinding@xxxxxxxxxxxxxxxxxxxxx> ALSA: hda: cs35l41: Prevent firmware load if SPI speed too low Stefan Binding <sbinding@xxxxxxxxxxxxxxxxxxxxx> ALSA: hda: cs35l41: Support additional Dell models without _DSD Stefan Binding <sbinding@xxxxxxxxxxxxxxxxxxxxx> ALSA: hda/realtek: Add quirks for Dell models Eric Biggers <ebiggers@xxxxxxxxxx> f2fs: explicitly null-terminate the xattr list ------------- Diffstat: Documentation/admin-guide/features.rst | 2 +- Documentation/arch/arc/features.rst | 2 +- Documentation/arch/arm/features.rst | 2 +- Documentation/arch/arm64/features.rst | 2 +- Documentation/arch/loongarch/features.rst | 2 +- Documentation/arch/m68k/features.rst | 2 +- Documentation/arch/mips/features.rst | 2 +- Documentation/arch/nios2/features.rst | 2 +- Documentation/arch/openrisc/features.rst | 2 +- Documentation/arch/parisc/features.rst | 2 +- Documentation/arch/powerpc/features.rst | 2 +- Documentation/arch/riscv/features.rst | 2 +- Documentation/arch/s390/features.rst | 2 +- Documentation/arch/sh/features.rst | 2 +- Documentation/arch/sparc/features.rst | 2 +- Documentation/arch/x86/features.rst | 2 +- Documentation/arch/xtensa/features.rst | 2 +- Documentation/sphinx/kernel_feat.py | 57 ++-------- .../translations/zh_CN/arch/loongarch/features.rst | 2 +- .../translations/zh_CN/arch/mips/features.rst | 2 +- .../translations/zh_TW/arch/loongarch/features.rst | 2 +- .../translations/zh_TW/arch/mips/features.rst | 2 +- Makefile | 4 +- drivers/acpi/resource.c | 7 ++ drivers/android/binder.c | 2 +- drivers/android/binder_alloc.c | 10 +- drivers/bus/moxtet.c | 9 +- drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 4 +- .../gpu/drm/amd/display/dc/bios/command_table2.c | 12 +- .../gpu/drm/amd/display/dc/bios/command_table2.h | 2 +- drivers/gpu/drm/amd/display/dc/dc_bios_types.h | 2 +- drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c | 8 +- drivers/gpu/drm/amd/display/dc/dce/dmub_abm_lcd.c | 7 +- drivers/gpu/drm/amd/display/dc/dce/dmub_abm_lcd.h | 2 +- .../drm/amd/display/dc/dcn31/dcn31_panel_cntl.c | 5 +- .../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c | 16 +-- .../drm/amd/display/dc/hwss/dcn21/dcn21_hwseq.c | 36 ++++-- drivers/gpu/drm/amd/display/dc/inc/hw/abm.h | 3 +- drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h | 2 + drivers/gpu/drm/amd/display/dc/link/link_factory.c | 59 +++++++--- drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 14 ++- drivers/hwtracing/coresight/coresight-etm4x.h | 2 +- drivers/leds/trigger/ledtrig-tty.c | 4 + drivers/md/raid5.c | 12 -- drivers/parport/parport_serial.c | 64 +++++++++++ drivers/pci/quirks.c | 8 +- drivers/uio/uio.c | 7 +- fs/f2fs/xattr.c | 6 + fs/smb/server/smb2pdu.c | 23 ++-- fs/smb/server/smbacl.c | 11 +- mm/memory_hotplug.c | 8 +- scripts/decode_stacktrace.sh | 19 +++- sound/pci/hda/cs35l41_hda.c | 25 +++- sound/pci/hda/cs35l41_hda.h | 12 +- sound/pci/hda/cs35l41_hda_i2c.c | 2 +- sound/pci/hda/cs35l41_hda_property.c | 126 +++++++++++++++------ sound/pci/hda/cs35l41_hda_spi.c | 2 +- sound/pci/hda/patch_realtek.c | 18 +++ 58 files changed, 443 insertions(+), 209 deletions(-)