Makefile | 4 +- arch/loongarch/include/asm/loongarch.h | 2 +- arch/loongarch/kvm/timer.c | 7 +- arch/loongarch/kvm/vcpu.c | 2 +- arch/powerpc/platforms/powernv/opal-irqchip.c | 1 + arch/riscv/kvm/aia_imsic.c | 8 +-- block/elevator.c | 4 +- crypto/algapi.c | 2 +- drivers/crypto/marvell/cesa/hash.c | 12 ++-- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 6 +- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_process.c | 4 +- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 26 +++++++ drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 3 - drivers/gpu/drm/xe/xe_device.c | 2 +- drivers/gpu/drm/xe/xe_force_wake.c | 12 +++- drivers/gpu/drm/xe/xe_guc_ct.c | 18 +++++ drivers/gpu/drm/xe/xe_guc_submit.c | 14 +++- drivers/gpu/drm/xe/xe_query.c | 6 +- drivers/gpu/drm/xe/xe_sync.c | 3 +- drivers/hid/hid-ids.h | 2 + drivers/hid/hid-lenovo.c | 8 +++ drivers/hid/hid-multitouch.c | 13 ++++ drivers/hid/i2c-hid/i2c-hid-core.c | 10 +++ drivers/infiniband/sw/siw/siw_qp_tx.c | 2 + drivers/iommu/arm/arm-smmu/arm-smmu-impl.c | 4 +- drivers/irqchip/irq-mscc-ocelot.c | 4 +- drivers/net/mdio/mdio-bcm-unimac.c | 1 + drivers/net/usb/qmi_wwan.c | 1 + drivers/nvme/host/core.c | 52 ++++++++------ drivers/nvme/host/multipath.c | 33 +++++++++ drivers/nvme/host/nvme.h | 1 + drivers/nvme/host/tcp.c | 7 +- drivers/nvme/target/loop.c | 13 ++++ drivers/nvme/target/passthru.c | 6 +- drivers/pinctrl/intel/Kconfig | 1 + drivers/pinctrl/pinctrl-aw9523.c | 6 +- drivers/s390/crypto/ap_bus.c | 3 +- drivers/s390/crypto/ap_bus.h | 2 +- drivers/s390/crypto/ap_queue.c | 28 +++++--- drivers/vdpa/ifcvf/ifcvf_base.c | 2 +- drivers/virtio/virtio_pci_common.c | 24 +++++-- drivers/virtio/virtio_pci_common.h | 1 + drivers/virtio/virtio_pci_modern.c | 12 +--- fs/9p/fid.c | 5 +- fs/afs/internal.h | 2 + fs/afs/rxrpc.c | 83 +++++++++++++++------- fs/netfs/locking.c | 3 +- fs/ocfs2/file.c | 9 ++- fs/smb/client/connect.c | 14 +++- include/net/tls.h | 12 +++- kernel/bpf/syscall.c | 14 ++-- kernel/bpf/verifier.c | 4 +- lib/Kconfig.kasan | 7 +- mm/slab_common.c | 2 +- net/9p/client.c | 12 +++- net/core/filter.c | 2 +- samples/landlock/sandboxer.c | 32 ++++++++- sound/Kconfig | 2 +- sound/pci/hda/patch_realtek.c | 29 ++++++++ sound/soc/amd/yc/acp6x-mach.c | 14 ++++ sound/soc/codecs/aw88399.c | 2 +- sound/soc/codecs/lpass-rx-macro.c | 15 ++-- sound/soc/codecs/rt722-sdca-sdw.c | 2 +- sound/soc/fsl/fsl_micfil.c | 38 ++++++++++ sound/soc/intel/avs/core.c | 3 +- sound/soc/intel/avs/pcm.c | 19 +++++ sound/soc/intel/avs/pcm.h | 16 +++++ sound/soc/intel/common/soc-acpi-intel-lnl-match.c | 38 ++++++++++ .../selftests/bpf/prog_tests/fill_link_info.c | 9 +++ .../selftests/bpf/progs/verifier_scalar_ids.c | 67 +++++++++++++++++ 73 files changed, 670 insertions(+), 167 deletions(-)
This is the start of the stable review cycle for the 6.11.9 release.
There are 63 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 Sun, 17 Nov 2024 06:37:07 +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.11.9-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.11.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 6.11.9-rc1
Linus Torvalds <torvalds@linux-foundation.org>
9p: fix slab cache name creation for real
Qun-Wei Lin <qun-wei.lin@mediatek.com>
mm: krealloc: Fix MTE false alarm in __do_krealloc
Nirmoy Das <nirmoy.das@intel.com>
drm/xe: Don't restart parallel queues multiple times on GT reset
Nirmoy Das <nirmoy.das@intel.com>
drm/xe/ufence: Prefetch ufence addr to catch bogus address
Shuicheng Lin <shuicheng.lin@intel.com>
drm/xe: Handle unreliable MMIO reads during forcewake
Badal Nilawar <badal.nilawar@intel.com>
drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout
Shuicheng Lin <shuicheng.lin@intel.com>
drm/xe: Enlarge the invalidation timeout from 150 to 500
Hou Tao <houtao1@huawei.com>
bpf: Check validity of link->type in bpf_link_show_fdinfo()
Reinhard Speyerer <rspmn@arcor.de>
net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
Huacai Chen <chenhuacai@kernel.org>
LoongArch: KVM: Mark hrtimer to expire in hard interrupt context
Shengjiu Wang <shengjiu.wang@nxp.com>
ASoC: fsl_micfil: Add sample rate constraint
Yanteng Si <siyanteng@cqsoftware.com.cn>
LoongArch: Use "Exception return address" to comment ERA
Jack Yu <jack.yu@realtek.com>
ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue
Cyan Yang <cyan.yang@sifive.com>
RISCV: KVM: use raw_spinlock for critical section in imsic
Alexey Klimov <alexey.klimov@linaro.org>
ASoC: codecs: lpass-rx-macro: fix RXn(rx,n) macro for DSM_CTL and SEC7 regs
Hans de Goede <hdegoede@redhat.com>
HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
Kenneth Albanowski <kenalba@chromium.org>
HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad
Bartłomiej Maryńczak <marynczakbartlomiej@gmail.com>
HID: i2c-hid: Delayed i2c resume wakeup for 0x0d42 Goodix touchpad
David Howells <dhowells@redhat.com>
afs: Fix lock recursion
Alessandro Zanni <alessandro.zanni87@gmail.com>
fs: Fix uninitialized value issue in from_kuid and from_kgid
David Howells <dhowells@redhat.com>
netfs: Downgrade i_rwsem for a buffered write
Derek Fang <derek.fang@realtek.com>
ASoC: Intel: soc-acpi: lnl: Add match entry for TM2 laptops
Ilya Dudikov <ilyadud@mail.ru>
ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
Christian Heusel <christian@heusel.eu>
ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
Zhu Jun <zhujun2@cmss.chinamobile.com>
ASoC: codecs: Fix error handling in aw_dev_get_dsp_status function
Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
ASoC: Intel: avs: Update stream status in a separate thread
Jiawei Ye <jiawei.ye@foxmail.com>
bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
Zijian Zhang <zijianzhang@bytedance.com>
bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
Feng Liu <feliu@nvidia.com>
virtio_pci: Fix admin vq cleanup by using correct info pointer
Yuan Can <yuancan@huawei.com>
vDPA/ifcvf: Fix pci_read_config_byte() return code handling
Matthieu Buffet <matthieu@buffet.re>
samples/landlock: Fix port parsing in sandboxer
Nilay Shroff <nilay@linux.ibm.com>
nvme: make keep-alive synchronous operation
Nilay Shroff <nilay@linux.ibm.com>
nvme-loop: flush off pending I/O while shutting down loop controller
Lucas De Marchi <lucas.demarchi@intel.com>
drm/xe/query: Increase timestamp width
Linus Walleij <linus.walleij@linaro.org>
net: phy: mdio-bcm-unimac: Add BCM6846 support
Michael Ellerman <mpe@ellerman.id.au>
powerpc/powernv: Free name on error in opal_event_init()
Philip Yang <Philip.Yang@amd.com>
drm/amdkfd: Accounting pdd vram_usage for svm
Keith Busch <kbusch@kernel.org>
nvme-multipath: defer partition scanning
Will Deacon <will@kernel.org>
kasan: Disable Software Tag-Based KASAN with GCC
Baojun Xu <baojun.xu@ti.com>
ALSA: hda/tas2781: Add new quirk for Lenovo, ASUS, Dell projects
Showrya M N <showrya@chelsio.com>
RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
Tyrone Wu <wudevelops@gmail.com>
selftests/bpf: Assert link info uprobe_multi count & path_size if unset
Ian Forbes <ian.forbes@broadcom.com>
drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITS
Julian Vetter <jvetter@kalrayinc.com>
sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
Harald Freudenberger <freude@linux.ibm.com>
s390/ap: Fix CCA crypto card behavior within protected execution environment
Herbert Xu <herbert@gondor.apana.org.au>
crypto: marvell/cesa - Disable hash algorithms
Herbert Xu <herbert@gondor.apana.org.au>
crypto: api - Fix liveliness check in crypto_alg_tested
Rik van Riel <riel@surriel.com>
bpf: use kvzmalloc to allocate BPF verifier environment
Greg Joyce <gjoyce@linux.ibm.com>
nvme: disable CC.CRIME (NVME_CC_CRIME)
Robin Murphy <robin.murphy@arm.com>
iommu/arm-smmu: Clarify MMU-500 CPRE workaround
WangYuli <wangyuli@uniontech.com>
HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
Stefan Blum <stefanblum2004@gmail.com>
HID: multitouch: Add support for B2402FVA track point
SurajSonawane2415 <surajsonawane0215@gmail.com>
block: Fix elevator_get_default() checking for NULL q->tag_set
Hannes Reinecke <hare@suse.de>
nvme: tcp: avoid race between queue_lock lock and destroy
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
pinctrl: intel: platform: Add Panther Lake to the list of supported
Rosen Penev <rosenp@gmail.com>
pinctrl: aw9523: add missing mutex_destroy
Sergey Matsievskiy <matsievskiysv@gmail.com>
irqchip/ocelot: Fix trigger register address
Nilay Shroff <nilay@linux.ibm.com>
nvmet-passthru: clear EUID/NGUID/UUID while using loop target
Eduard Zingerman <eddyz87@gmail.com>
selftests/bpf: Verify that sync_linked_regs preserves subreg_def
Pedro Falcato <pedro.falcato@gmail.com>
9p: Avoid creating multiple slab caches with the same name
Dominique Martinet <asmadeus@codewreck.org>
9p: v9fs_fid_find: also lookup by inode if not found dentry
Breno Leitao <leitao@debian.org>
nvme/host: Fix RCU list traversal to use SRCU primitive
Kuniyuki Iwashima <kuniyu@amazon.com>
smb: client: Fix use-after-free of network namespace.
-------------
Diffstat:
Makefile | 4 +-
arch/loongarch/include/asm/loongarch.h | 2 +-
arch/loongarch/kvm/timer.c | 7 +-
arch/loongarch/kvm/vcpu.c | 2 +-
arch/powerpc/platforms/powernv/opal-irqchip.c | 1 +
arch/riscv/kvm/aia_imsic.c | 8 +--
block/elevator.c | 4 +-
crypto/algapi.c | 2 +-
drivers/crypto/marvell/cesa/hash.c | 12 ++--
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 6 +-
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 4 +-
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 26 +++++++
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 4 +-
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 4 +-
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 3 -
drivers/gpu/drm/xe/xe_device.c | 2 +-
drivers/gpu/drm/xe/xe_force_wake.c | 12 +++-
drivers/gpu/drm/xe/xe_guc_ct.c | 18 +++++
drivers/gpu/drm/xe/xe_guc_submit.c | 14 +++-
drivers/gpu/drm/xe/xe_query.c | 6 +-
drivers/gpu/drm/xe/xe_sync.c | 3 +-
drivers/hid/hid-ids.h | 2 +
drivers/hid/hid-lenovo.c | 8 +++
drivers/hid/hid-multitouch.c | 13 ++++
drivers/hid/i2c-hid/i2c-hid-core.c | 10 +++
drivers/infiniband/sw/siw/siw_qp_tx.c | 2 +
drivers/iommu/arm/arm-smmu/arm-smmu-impl.c | 4 +-
drivers/irqchip/irq-mscc-ocelot.c | 4 +-
drivers/net/mdio/mdio-bcm-unimac.c | 1 +
drivers/net/usb/qmi_wwan.c | 1 +
drivers/nvme/host/core.c | 52 ++++++++------
drivers/nvme/host/multipath.c | 33 +++++++++
drivers/nvme/host/nvme.h | 1 +
drivers/nvme/host/tcp.c | 7 +-
drivers/nvme/target/loop.c | 13 ++++
drivers/nvme/target/passthru.c | 6 +-
drivers/pinctrl/intel/Kconfig | 1 +
drivers/pinctrl/pinctrl-aw9523.c | 6 +-
drivers/s390/crypto/ap_bus.c | 3 +-
drivers/s390/crypto/ap_bus.h | 2 +-
drivers/s390/crypto/ap_queue.c | 28 +++++---
drivers/vdpa/ifcvf/ifcvf_base.c | 2 +-
drivers/virtio/virtio_pci_common.c | 24 +++++--
drivers/virtio/virtio_pci_common.h | 1 +
drivers/virtio/virtio_pci_modern.c | 12 +---
fs/9p/fid.c | 5 +-
fs/afs/internal.h | 2 +
fs/afs/rxrpc.c | 83 +++++++++++++++-------
fs/netfs/locking.c | 3 +-
fs/ocfs2/file.c | 9 ++-
fs/smb/client/connect.c | 14 +++-
include/net/tls.h | 12 +++-
kernel/bpf/syscall.c | 14 ++--
kernel/bpf/verifier.c | 4 +-
lib/Kconfig.kasan | 7 +-
mm/slab_common.c | 2 +-
net/9p/client.c | 12 +++-
net/core/filter.c | 2 +-
samples/landlock/sandboxer.c | 32 ++++++++-
sound/Kconfig | 2 +-
sound/pci/hda/patch_realtek.c | 29 ++++++++
sound/soc/amd/yc/acp6x-mach.c | 14 ++++
sound/soc/codecs/aw88399.c | 2 +-
sound/soc/codecs/lpass-rx-macro.c | 15 ++--
sound/soc/codecs/rt722-sdca-sdw.c | 2 +-
sound/soc/fsl/fsl_micfil.c | 38 ++++++++++
sound/soc/intel/avs/core.c | 3 +-
sound/soc/intel/avs/pcm.c | 19 +++++
sound/soc/intel/avs/pcm.h | 16 +++++
sound/soc/intel/common/soc-acpi-intel-lnl-match.c | 38 ++++++++++
.../selftests/bpf/prog_tests/fill_link_info.c | 9 +++
.../selftests/bpf/progs/verifier_scalar_ids.c | 67 +++++++++++++++++
73 files changed, 670 insertions(+), 167 deletions(-)
Tested-by: Luna Jernberg <droidbittin@gmail.com> AMD Ryzen 5 5600 6-Core Processor: https://www.inet.se/produkt/5304697/amd-ryzen-5-5600-3-5-ghz-35mb on a https://www.gigabyte.com/Motherboard/B550-AORUS-ELITE-V2-rev-12 https://www.inet.se/produkt/1903406/gigabyte-b550-aorus-elite-v2 motherboard :) running Arch Linux with the testing repos enabled: https://archlinux.org/ https://archboot.com/ https://wiki.archlinux.org/title/Arch_Testing_Team Den fre 15 nov. 2024 kl 07:47 skrev Greg Kroah-Hartman <gregkh@linuxfoundation.org>: > > This is the start of the stable review cycle for the 6.11.9 release. > There are 63 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 Sun, 17 Nov 2024 06:37:07 +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.11.9-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.11.y > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Linux 6.11.9-rc1 > > Linus Torvalds <torvalds@linux-foundation.org> > 9p: fix slab cache name creation for real > > Qun-Wei Lin <qun-wei.lin@mediatek.com> > mm: krealloc: Fix MTE false alarm in __do_krealloc > > Nirmoy Das <nirmoy.das@intel.com> > drm/xe: Don't restart parallel queues multiple times on GT reset > > Nirmoy Das <nirmoy.das@intel.com> > drm/xe/ufence: Prefetch ufence addr to catch bogus address > > Shuicheng Lin <shuicheng.lin@intel.com> > drm/xe: Handle unreliable MMIO reads during forcewake > > Badal Nilawar <badal.nilawar@intel.com> > drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout > > Shuicheng Lin <shuicheng.lin@intel.com> > drm/xe: Enlarge the invalidation timeout from 150 to 500 > > Hou Tao <houtao1@huawei.com> > bpf: Check validity of link->type in bpf_link_show_fdinfo() > > Reinhard Speyerer <rspmn@arcor.de> > net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition > > Huacai Chen <chenhuacai@kernel.org> > LoongArch: KVM: Mark hrtimer to expire in hard interrupt context > > Shengjiu Wang <shengjiu.wang@nxp.com> > ASoC: fsl_micfil: Add sample rate constraint > > Yanteng Si <siyanteng@cqsoftware.com.cn> > LoongArch: Use "Exception return address" to comment ERA > > Jack Yu <jack.yu@realtek.com> > ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue > > Cyan Yang <cyan.yang@sifive.com> > RISCV: KVM: use raw_spinlock for critical section in imsic > > Alexey Klimov <alexey.klimov@linaro.org> > ASoC: codecs: lpass-rx-macro: fix RXn(rx,n) macro for DSM_CTL and SEC7 regs > > Hans de Goede <hdegoede@redhat.com> > HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard > > Kenneth Albanowski <kenalba@chromium.org> > HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad > > Bartłomiej Maryńczak <marynczakbartlomiej@gmail.com> > HID: i2c-hid: Delayed i2c resume wakeup for 0x0d42 Goodix touchpad > > David Howells <dhowells@redhat.com> > afs: Fix lock recursion > > Alessandro Zanni <alessandro.zanni87@gmail.com> > fs: Fix uninitialized value issue in from_kuid and from_kgid > > David Howells <dhowells@redhat.com> > netfs: Downgrade i_rwsem for a buffered write > > Derek Fang <derek.fang@realtek.com> > ASoC: Intel: soc-acpi: lnl: Add match entry for TM2 laptops > > Ilya Dudikov <ilyadud@mail.ru> > ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA > > Christian Heusel <christian@heusel.eu> > ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA > > Zhu Jun <zhujun2@cmss.chinamobile.com> > ASoC: codecs: Fix error handling in aw_dev_get_dsp_status function > > Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> > ASoC: Intel: avs: Update stream status in a separate thread > > Jiawei Ye <jiawei.ye@foxmail.com> > bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6 > > Zijian Zhang <zijianzhang@bytedance.com> > bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx > > Feng Liu <feliu@nvidia.com> > virtio_pci: Fix admin vq cleanup by using correct info pointer > > Yuan Can <yuancan@huawei.com> > vDPA/ifcvf: Fix pci_read_config_byte() return code handling > > Matthieu Buffet <matthieu@buffet.re> > samples/landlock: Fix port parsing in sandboxer > > Nilay Shroff <nilay@linux.ibm.com> > nvme: make keep-alive synchronous operation > > Nilay Shroff <nilay@linux.ibm.com> > nvme-loop: flush off pending I/O while shutting down loop controller > > Lucas De Marchi <lucas.demarchi@intel.com> > drm/xe/query: Increase timestamp width > > Linus Walleij <linus.walleij@linaro.org> > net: phy: mdio-bcm-unimac: Add BCM6846 support > > Michael Ellerman <mpe@ellerman.id.au> > powerpc/powernv: Free name on error in opal_event_init() > > Philip Yang <Philip.Yang@amd.com> > drm/amdkfd: Accounting pdd vram_usage for svm > > Keith Busch <kbusch@kernel.org> > nvme-multipath: defer partition scanning > > Will Deacon <will@kernel.org> > kasan: Disable Software Tag-Based KASAN with GCC > > Baojun Xu <baojun.xu@ti.com> > ALSA: hda/tas2781: Add new quirk for Lenovo, ASUS, Dell projects > > Showrya M N <showrya@chelsio.com> > RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES > > Tyrone Wu <wudevelops@gmail.com> > selftests/bpf: Assert link info uprobe_multi count & path_size if unset > > Ian Forbes <ian.forbes@broadcom.com> > drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITS > > Julian Vetter <jvetter@kalrayinc.com> > sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML > > Harald Freudenberger <freude@linux.ibm.com> > s390/ap: Fix CCA crypto card behavior within protected execution environment > > Herbert Xu <herbert@gondor.apana.org.au> > crypto: marvell/cesa - Disable hash algorithms > > Herbert Xu <herbert@gondor.apana.org.au> > crypto: api - Fix liveliness check in crypto_alg_tested > > Rik van Riel <riel@surriel.com> > bpf: use kvzmalloc to allocate BPF verifier environment > > Greg Joyce <gjoyce@linux.ibm.com> > nvme: disable CC.CRIME (NVME_CC_CRIME) > > Robin Murphy <robin.murphy@arm.com> > iommu/arm-smmu: Clarify MMU-500 CPRE workaround > > WangYuli <wangyuli@uniontech.com> > HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad > > Stefan Blum <stefanblum2004@gmail.com> > HID: multitouch: Add support for B2402FVA track point > > SurajSonawane2415 <surajsonawane0215@gmail.com> > block: Fix elevator_get_default() checking for NULL q->tag_set > > Hannes Reinecke <hare@suse.de> > nvme: tcp: avoid race between queue_lock lock and destroy > > Andy Shevchenko <andriy.shevchenko@linux.intel.com> > pinctrl: intel: platform: Add Panther Lake to the list of supported > > Rosen Penev <rosenp@gmail.com> > pinctrl: aw9523: add missing mutex_destroy > > Sergey Matsievskiy <matsievskiysv@gmail.com> > irqchip/ocelot: Fix trigger register address > > Nilay Shroff <nilay@linux.ibm.com> > nvmet-passthru: clear EUID/NGUID/UUID while using loop target > > Eduard Zingerman <eddyz87@gmail.com> > selftests/bpf: Verify that sync_linked_regs preserves subreg_def > > Pedro Falcato <pedro.falcato@gmail.com> > 9p: Avoid creating multiple slab caches with the same name > > Dominique Martinet <asmadeus@codewreck.org> > 9p: v9fs_fid_find: also lookup by inode if not found dentry > > Breno Leitao <leitao@debian.org> > nvme/host: Fix RCU list traversal to use SRCU primitive > > Kuniyuki Iwashima <kuniyu@amazon.com> > smb: client: Fix use-after-free of network namespace. > > > ------------- > > Diffstat: > > Makefile | 4 +- > arch/loongarch/include/asm/loongarch.h | 2 +- > arch/loongarch/kvm/timer.c | 7 +- > arch/loongarch/kvm/vcpu.c | 2 +- > arch/powerpc/platforms/powernv/opal-irqchip.c | 1 + > arch/riscv/kvm/aia_imsic.c | 8 +-- > block/elevator.c | 4 +- > crypto/algapi.c | 2 +- > drivers/crypto/marvell/cesa/hash.c | 12 ++-- > drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 6 +- > drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 +- > drivers/gpu/drm/amd/amdkfd/kfd_process.c | 4 +- > drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 26 +++++++ > drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 4 +- > drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 4 +- > drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 3 - > drivers/gpu/drm/xe/xe_device.c | 2 +- > drivers/gpu/drm/xe/xe_force_wake.c | 12 +++- > drivers/gpu/drm/xe/xe_guc_ct.c | 18 +++++ > drivers/gpu/drm/xe/xe_guc_submit.c | 14 +++- > drivers/gpu/drm/xe/xe_query.c | 6 +- > drivers/gpu/drm/xe/xe_sync.c | 3 +- > drivers/hid/hid-ids.h | 2 + > drivers/hid/hid-lenovo.c | 8 +++ > drivers/hid/hid-multitouch.c | 13 ++++ > drivers/hid/i2c-hid/i2c-hid-core.c | 10 +++ > drivers/infiniband/sw/siw/siw_qp_tx.c | 2 + > drivers/iommu/arm/arm-smmu/arm-smmu-impl.c | 4 +- > drivers/irqchip/irq-mscc-ocelot.c | 4 +- > drivers/net/mdio/mdio-bcm-unimac.c | 1 + > drivers/net/usb/qmi_wwan.c | 1 + > drivers/nvme/host/core.c | 52 ++++++++------ > drivers/nvme/host/multipath.c | 33 +++++++++ > drivers/nvme/host/nvme.h | 1 + > drivers/nvme/host/tcp.c | 7 +- > drivers/nvme/target/loop.c | 13 ++++ > drivers/nvme/target/passthru.c | 6 +- > drivers/pinctrl/intel/Kconfig | 1 + > drivers/pinctrl/pinctrl-aw9523.c | 6 +- > drivers/s390/crypto/ap_bus.c | 3 +- > drivers/s390/crypto/ap_bus.h | 2 +- > drivers/s390/crypto/ap_queue.c | 28 +++++--- > drivers/vdpa/ifcvf/ifcvf_base.c | 2 +- > drivers/virtio/virtio_pci_common.c | 24 +++++-- > drivers/virtio/virtio_pci_common.h | 1 + > drivers/virtio/virtio_pci_modern.c | 12 +--- > fs/9p/fid.c | 5 +- > fs/afs/internal.h | 2 + > fs/afs/rxrpc.c | 83 +++++++++++++++------- > fs/netfs/locking.c | 3 +- > fs/ocfs2/file.c | 9 ++- > fs/smb/client/connect.c | 14 +++- > include/net/tls.h | 12 +++- > kernel/bpf/syscall.c | 14 ++-- > kernel/bpf/verifier.c | 4 +- > lib/Kconfig.kasan | 7 +- > mm/slab_common.c | 2 +- > net/9p/client.c | 12 +++- > net/core/filter.c | 2 +- > samples/landlock/sandboxer.c | 32 ++++++++- > sound/Kconfig | 2 +- > sound/pci/hda/patch_realtek.c | 29 ++++++++ > sound/soc/amd/yc/acp6x-mach.c | 14 ++++ > sound/soc/codecs/aw88399.c | 2 +- > sound/soc/codecs/lpass-rx-macro.c | 15 ++-- > sound/soc/codecs/rt722-sdca-sdw.c | 2 +- > sound/soc/fsl/fsl_micfil.c | 38 ++++++++++ > sound/soc/intel/avs/core.c | 3 +- > sound/soc/intel/avs/pcm.c | 19 +++++ > sound/soc/intel/avs/pcm.h | 16 +++++ > sound/soc/intel/common/soc-acpi-intel-lnl-match.c | 38 ++++++++++ > .../selftests/bpf/prog_tests/fill_link_info.c | 9 +++ > .../selftests/bpf/progs/verifier_scalar_ids.c | 67 +++++++++++++++++ > 73 files changed, 670 insertions(+), 167 deletions(-) > > >
On 11/15/24 11:37 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.11.9 release.
> There are 63 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 Sun, 17 Nov 2024 06:37:07 +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.11.9-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.11.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
Hi,
Please find the KernelCI report below :-
OVERVIEW
Builds: 25 passed, 0 failed
Boot tests: 49 passed, 0 failed
CI systems: maestro
REVISION
Commit
name:
hash: 0862a6020163c7b2e1de05e468651684ec642396
Checked out from
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.11.y
BUILDS
No new build failures found
BOOT TESTS
No new boot failures found
See complete and up-to-date report at:
https://kcidb.kernelci.org/d/revision/revision?orgId=1&var-datasource=edquppk2ghfcwc&var-git_commit_hash=0862a6020163c7b2e1de05e468651684ec642396&var-patchset_hash=&var-origin=maestro&var-build_architecture=$__all&var-build_config_name=$__all&var-test_path=boot&from=now-100y&to=now&timezone=browser
Tested-by: kernelci.org bot <bot@kernelci.org>
Thanks,
KernelCI team
On 11/14/24 23:37, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.11.9 release. > There are 63 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 Sun, 17 Nov 2024 06:37:07 +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.11.9-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.11.y > and the diffstat can be found below. > > thanks, > > greg k-h > Compiled and booted on my test system. No dmesg regressions. Tested-by: Shuah Khan <skhan@linuxfoundation.org> thanks, -- Shuah
* Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > This is the start of the stable review cycle for the 6.11.9 release. > There are 63 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 Sun, 17 Nov 2024 06:37:07 +0000. > Anything received after that time might be too late. Hi Greg 6.11.9-rc1 compiles, boots and runs here on x86_64 (AMD Ryzen 5 PRO 4650G, Slackware64-15.0) Tested-by: Markus Reichelt <lkt+2023@mareichelt.com>
Hi!
> This is the start of the stable review cycle for the 6.11.9 release.
> There are 63 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.
CIP testing did not find any problems here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-6.11.y
CIP testing did not find any problems here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-6.11.y
6.6, 5.15, 5.4 pass our testing, too:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-6.6.y
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-5.15.y
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
On Fri, 15 Nov 2024 at 12:17, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 6.11.9 release. > There are 63 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 Sun, 17 Nov 2024 06:37:07 +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.11.9-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.11.y > and the diffstat can be found below. > > thanks, > > greg k-h Results from Linaro’s test farm. No regressions on arm64, arm, x86_64, and i386. Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> ## Build * kernel: 6.11.9-rc1 * git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * git commit: 0862a6020163c7b2e1de05e468651684ec642396 * git describe: v6.11.7-249-g0862a6020163 * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.11.y/build/v6.11.7-249-g0862a6020163 ## Test Regressions (compared to v6.11.7-185-ga5b459e185d1) ## Metric Regressions (compared to v6.11.7-185-ga5b459e185d1) ## Test Fixes (compared to v6.11.7-185-ga5b459e185d1) ## Metric Fixes (compared to v6.11.7-185-ga5b459e185d1) ## Test result summary total: 153766, pass: 127727, fail: 1793, skip: 24246, xfail: 0 ## Build Summary * arc: 5 total, 5 passed, 0 failed * arm: 130 total, 128 passed, 2 failed * arm64: 42 total, 42 passed, 0 failed * i386: 18 total, 16 passed, 2 failed * mips: 26 total, 25 passed, 1 failed * parisc: 4 total, 4 passed, 0 failed * powerpc: 32 total, 31 passed, 1 failed * riscv: 16 total, 15 passed, 1 failed * s390: 14 total, 13 passed, 1 failed * sh: 5 total, 5 passed, 0 failed * sparc: 4 total, 3 passed, 1 failed * x86_64: 34 total, 34 passed, 0 failed ## Test suites summary * boot * commands * kselftest-arm64 * kselftest-breakpoints * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * kselftest-efivarfs * kselftest-exec * kselftest-filesystems * kselftest-filesystems-binderfs * kselftest-filesystems-epoll * kselftest-firmware * kselftest-fpu * kselftest-ftrace * kselftest-futex * kselftest-gpio * kselftest-intel_pstate * kselftest-ipc * kselftest-kcmp * kselftest-kvm * kselftest-livepatch * kselftest-membarrier * kselftest-memfd * kselftest-mincore * kselftest-mqueue * kselftest-net * kselftest-net-mptcp * kselftest-openat2 * kselftest-ptrace * kselftest-rseq * kselftest-rtc * kselftest-rust * kselftest-seccomp * kselftest-sigaltstack * kselftest-size * kselftest-tc-testing * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user_events * kselftest-vDSO * kselftest-watchdog * kselftest-x86 * kunit * kvm-unit-tests * libgpiod * libhugetlbfs * log-parser-boot * ltp-commands * ltp-containers * ltp-controllers * ltp-cpuhotplug * ltp-crypto * ltp-cve * ltp-dio * ltp-fcntl-locktests * ltp-fs * ltp-fs_bind * ltp-fs_perms_simple * ltp-hugetlb * ltp-ipc * ltp-math * ltp-mm * ltp-nptl * ltp-pty * ltp-sched * ltp-smoke * ltp-syscalls * ltp-tracing * perf * rcutorture -- Linaro LKFT https://lkft.linaro.org
On 11/14/24 22:37, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.11.9 release. > There are 63 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 Sun, 17 Nov 2024 06:37:07 +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.11.9-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.11.y > and the diffstat can be found below. > > thanks, > > greg k-h Built and booted successfully on RISC-V RV64 (HiFive Unmatched). Tested-by: Ron Economos <re@w6rz.net>
On Fri, Nov 15, 2024 at 07:37:23AM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.11.9 release. > There are 63 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. Tested-by: Mark Brown <broonie@kernel.org>
On 11/14/24 22:37, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.11.9 release. > There are 63 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 Sun, 17 Nov 2024 06:37:07 +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.11.9-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.11.y > and the diffstat can be found below. > > thanks, > > greg k-h On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested with BMIPS_GENERIC: Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> -- Florian
On Fri, 15 Nov 2024 07:37:23 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.11.9 release.
> There are 63 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 Sun, 17 Nov 2024 06:37:07 +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.11.9-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.11.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
All tests passing for Tegra ...
Test results for stable-v6.11:
10 builds: 10 pass, 0 fail
26 boots: 26 pass, 0 fail
116 tests: 116 pass, 0 fail
Linux version: 6.11.9-rc1-g0862a6020163
Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
tegra20-ventana, tegra210-p2371-2180,
tegra210-p3450-0000, tegra30-cardhu-a04
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Jon
Am 15.11.2024 um 07:37 schrieb Greg Kroah-Hartman: > This is the start of the stable review cycle for the 6.11.9 release. > There are 63 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. Builds, boots and works on my 2-socket Ivy Bridge Xeon E5-2697 v2 server. No dmesg oddities or regressions found. Tested-by: Peter Schneider <pschneider1968@googlemail.com> Beste Grüße, Peter Schneider -- Climb the mountain not to plant your flag, but to embrace the challenge, enjoy the air and behold the view. Climb it so you can see the world, not so the world can see you. -- David McCullough Jr. OpenPGP: 0xA3828BD796CCE11A8CADE8866E3A92C92C3FF244 Download: https://www.peters-netzplatz.de/download/pschneider1968_pub.asc https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@googlemail.com https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@gmail.com
© 2016 - 2026 Red Hat, Inc.