Documentation/bpf/map_hash.rst | 8 +- Documentation/bpf/map_lru_hash_update.dot | 6 +- .../bindings/clock/mediatek,mt8188-clock.yaml | 3 + Makefile | 4 +- arch/arm64/kernel/cpufeature.c | 57 +++-- arch/arm64/kernel/process.c | 5 + arch/arm64/mm/fault.c | 30 ++- arch/arm64/mm/proc.S | 1 - arch/riscv/kernel/vdso/vdso.lds.S | 2 +- arch/s390/crypto/sha1_s390.c | 2 + arch/s390/crypto/sha256_s390.c | 3 + arch/s390/crypto/sha512_s390.c | 3 + arch/um/drivers/vector_kern.c | 42 ++-- arch/x86/Kconfig | 2 +- arch/x86/coco/sev/core.c | 22 +- arch/x86/include/asm/msr-index.h | 1 + arch/x86/include/asm/sev.h | 17 +- arch/x86/kernel/cpu/amd.c | 10 + arch/x86/kernel/cpu/mce/amd.c | 28 ++- arch/x86/kernel/cpu/mce/core.c | 24 +- arch/x86/kernel/cpu/mce/intel.c | 1 + arch/x86/kvm/hyperv.c | 3 + arch/x86/kvm/svm/sev.c | 4 + arch/x86/kvm/xen.c | 15 +- drivers/acpi/battery.c | 19 +- drivers/atm/idt77252.c | 5 + drivers/block/nbd.c | 6 +- drivers/block/ublk_drv.c | 3 +- drivers/bluetooth/hci_qca.c | 13 +- drivers/char/ipmi/ipmi_msghandler.c | 3 +- drivers/clk/clk-scmi.c | 20 +- drivers/clk/imx/clk-imx95-blk-ctl.c | 12 +- drivers/edac/ecs.c | 4 +- drivers/edac/mem_repair.c | 1 + drivers/edac/scrub.c | 1 + drivers/gpio/gpiolib.c | 5 +- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 8 + drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | 8 + drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 1 + drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 43 ++-- drivers/gpu/drm/drm_framebuffer.c | 31 ++- drivers/gpu/drm/drm_gem.c | 74 +++++- drivers/gpu/drm/drm_internal.h | 2 + drivers/gpu/drm/exynos/exynos7_drm_decon.c | 4 + drivers/gpu/drm/imagination/pvr_power.c | 4 +- drivers/gpu/drm/nouveau/nouveau_debugfs.c | 6 +- drivers/gpu/drm/nouveau/nouveau_debugfs.h | 5 +- drivers/gpu/drm/nouveau/nouveau_drm.c | 4 +- drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 20 +- drivers/gpu/drm/tegra/nvdec.c | 6 +- drivers/gpu/drm/ttm/ttm_bo_util.c | 13 +- drivers/gpu/drm/xe/xe_gt_pagefault.c | 1 + drivers/gpu/drm/xe/xe_lmtt.c | 11 + drivers/gpu/drm/xe/xe_migrate.c | 2 +- drivers/gpu/drm/xe/xe_pci.c | 1 - drivers/gpu/drm/xe/xe_pm.c | 11 +- drivers/hid/hid-ids.h | 6 + drivers/hid/hid-lenovo.c | 8 + drivers/hid/hid-multitouch.c | 8 +- drivers/hid/hid-nintendo.c | 38 +++- drivers/hid/hid-quirks.c | 3 + drivers/irqchip/Kconfig | 1 + drivers/md/md-bitmap.c | 3 +- drivers/md/raid1.c | 4 +- drivers/md/raid10.c | 12 +- drivers/net/can/m_can/m_can.c | 2 +- drivers/net/ethernet/airoha/airoha_eth.c | 1 + drivers/net/ethernet/broadcom/bnxt/bnxt.c | 10 +- drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c | 18 +- drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c | 2 + drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c | 2 +- drivers/net/ethernet/ibm/ibmvnic.h | 8 +- drivers/net/ethernet/mellanox/mlx5/core/en/fs.h | 9 +- drivers/net/ethernet/mellanox/mlx5/core/en_dim.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/en_fs.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c | 1 + drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 13 +- drivers/net/ethernet/microsoft/mana/gdma_main.c | 3 + drivers/net/ethernet/renesas/rtsn.c | 5 + drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c | 24 +- drivers/net/ethernet/ti/am65-cpsw-nuss.c | 4 +- drivers/net/ethernet/wangxun/libwx/wx_lib.c | 16 +- drivers/net/ethernet/wangxun/libwx/wx_type.h | 2 +- drivers/net/ethernet/wangxun/ngbe/ngbe_main.c | 2 +- drivers/net/ethernet/wangxun/ngbe/ngbe_type.h | 2 +- drivers/net/ethernet/wangxun/txgbe/txgbe_irq.c | 4 +- drivers/net/ethernet/wangxun/txgbe/txgbe_type.h | 4 +- drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +- drivers/net/phy/microchip.c | 3 +- drivers/net/phy/qcom/at803x.c | 27 --- drivers/net/phy/qcom/qca808x.c | 2 +- drivers/net/phy/qcom/qcom-phy-lib.c | 25 ++ drivers/net/phy/qcom/qcom.h | 5 + drivers/net/phy/smsc.c | 57 ++++- drivers/net/usb/qmi_wwan.c | 1 + drivers/net/wireless/marvell/mwifiex/util.c | 4 +- .../net/wireless/mediatek/mt76/mt76_connac_mcu.c | 6 +- drivers/net/wireless/mediatek/mt76/mt7921/main.c | 3 + drivers/net/wireless/mediatek/mt76/mt7925/init.c | 2 + drivers/net/wireless/mediatek/mt76/mt7925/main.c | 6 + drivers/net/wireless/mediatek/mt76/mt7925/mcu.c | 4 +- drivers/net/wireless/mediatek/mt76/mt7925/regs.h | 2 +- drivers/net/wireless/mediatek/mt76/mt7996/mac.c | 40 +--- drivers/net/wireless/mediatek/mt76/mt7996/main.c | 5 +- drivers/net/wireless/mediatek/mt76/mt7996/mcu.c | 188 ++++++++++----- drivers/net/wireless/mediatek/mt76/mt7996/mt7996.h | 16 +- drivers/net/wireless/ralink/rt2x00/rt2x00soc.c | 4 +- drivers/net/wireless/ralink/rt2x00/rt2x00soc.h | 2 +- drivers/net/wireless/zydas/zd1211rw/zd_mac.c | 6 +- drivers/pci/pci-acpi.c | 23 +- drivers/pinctrl/nuvoton/pinctrl-ma35.c | 10 +- drivers/pinctrl/pinctrl-amd.c | 11 + drivers/pinctrl/qcom/pinctrl-msm.c | 20 ++ drivers/pwm/core.c | 2 +- drivers/pwm/pwm-mediatek.c | 13 +- drivers/tty/vt/vt.c | 1 + drivers/usb/gadget/function/u_serial.c | 12 +- fs/btrfs/free-space-tree.c | 16 +- fs/erofs/data.c | 21 +- fs/erofs/decompressor.c | 12 +- fs/erofs/fileio.c | 6 +- fs/erofs/internal.h | 6 +- fs/erofs/zdata.c | 13 +- fs/erofs/zmap.c | 9 +- fs/eventpoll.c | 12 +- fs/proc/inode.c | 2 +- fs/proc/proc_sysctl.c | 18 +- fs/proc/task_mmu.c | 14 +- fs/smb/server/smb2pdu.c | 29 +-- fs/smb/server/transport_rdma.c | 5 +- fs/smb/server/vfs.c | 1 + include/drm/drm_file.h | 3 + include/drm/drm_framebuffer.h | 7 + include/drm/spsc_queue.h | 4 +- include/linux/blkdev.h | 5 + include/linux/ieee80211.h | 45 +++- include/linux/io_uring_types.h | 2 + include/linux/mm.h | 5 + include/linux/psp-sev.h | 2 + include/net/af_vsock.h | 2 +- include/net/bluetooth/hci_core.h | 3 +- include/net/netfilter/nf_flow_table.h | 2 +- include/sound/soc-acpi.h | 13 ++ include/trace/events/erofs.h | 2 +- io_uring/msg_ring.c | 4 +- io_uring/opdef.c | 1 + io_uring/zcrx.c | 3 - kernel/bpf/bpf_lru_list.c | 9 +- kernel/bpf/bpf_lru_list.h | 1 + kernel/events/core.c | 6 +- kernel/module/main.c | 4 +- kernel/sched/core.c | 7 +- kernel/sched/deadline.c | 10 +- kernel/stop_machine.c | 20 +- lib/alloc_tag.c | 3 + lib/maple_tree.c | 1 + mm/damon/core.c | 8 +- mm/kasan/report.c | 45 +--- mm/rmap.c | 46 ++-- mm/vmalloc.c | 22 +- net/appletalk/ddp.c | 1 + net/atm/clip.c | 64 ++++-- net/bluetooth/hci_event.c | 3 + net/bluetooth/hci_sync.c | 4 +- net/ipv4/tcp.c | 2 +- net/ipv6/addrconf.c | 9 +- net/mac80211/cfg.c | 14 ++ net/mac80211/mlme.c | 7 +- net/mac80211/parse.c | 6 +- net/mac80211/util.c | 9 +- net/netlink/af_netlink.c | 90 +++++--- net/rxrpc/call_accept.c | 4 + net/sched/sch_api.c | 23 +- net/tipc/topsrv.c | 2 + net/vmw_vsock/af_vsock.c | 57 ++++- net/wireless/nl80211.c | 7 +- net/wireless/util.c | 52 ++++- samples/damon/prcl.c | 8 +- samples/damon/wsse.c | 8 +- scripts/gdb/linux/constants.py.in | 7 + scripts/gdb/linux/interrupts.py | 16 +- scripts/gdb/linux/mapletree.py | 252 +++++++++++++++++++++ scripts/gdb/linux/vfs.py | 2 +- scripts/gdb/linux/xarray.py | 28 +++ sound/isa/ad1816a/ad1816a.c | 2 +- sound/pci/hda/patch_realtek.c | 10 + sound/soc/amd/yc/acp6x-mach.c | 7 + sound/soc/codecs/cs35l56-shared.c | 2 +- sound/soc/codecs/rt721-sdca.c | 23 +- sound/soc/fsl/fsl_asrc.c | 3 +- sound/soc/fsl/fsl_sai.c | 14 +- sound/soc/intel/boards/Kconfig | 1 + sound/soc/intel/common/Makefile | 2 +- sound/soc/intel/common/soc-acpi-intel-arl-match.c | 21 +- sound/soc/intel/common/sof-function-topology-lib.c | 136 +++++++++++ sound/soc/intel/common/sof-function-topology-lib.h | 15 ++ sound/soc/sof/intel/hda.c | 6 +- tools/arch/x86/include/asm/msr-index.h | 1 + tools/include/linux/kallsyms.h | 4 + tools/objtool/check.c | 1 + tools/testing/selftests/bpf/test_lru_map.c | 105 ++++----- tools/testing/selftests/net/lib.sh | 2 +- virt/kvm/kvm_main.c | 3 + 203 files changed, 2012 insertions(+), 833 deletions(-)
This is the start of the stable review cycle for the 6.15.7 release. There are 192 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 Thu, 17 Jul 2025 13:07:32 +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.15.7-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.15.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Linux 6.15.7-rc1 Namjae Jeon <linkinjeon@kernel.org> ksmbd: fix potential use-after-free in oplock/lease break ack Nikunj A Dadhania <nikunj@amd.com> x86/sev: Use TSC_FACTOR for Secure TSC frequency calculation Jiawen Wu <jiawenwu@trustnetic.com> net: wangxun: revert the adjustment of the IRQ vector sequence Willem de Bruijn <willemb@google.com> selftests/bpf: adapt one more case in test_lru_map to the new target_free Daniel J. Ogorchock <djogorchock@gmail.com> HID: nintendo: avoid bluetooth suspend/resume stalls Chia-Lin Kao (AceLan) <acelan.kao@canonical.com> HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras Zhang Heng <zhangheng@kylinos.cn> HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY Fangrui Song <i@maskray.me> riscv: vdso: Exclude .rodata from the PT_DYNAMIC segment Willem de Bruijn <willemb@google.com> bpf: Adjust free target to avoid global starvation of LRU map Nicolas Pitre <npitre@baylibre.com> vt: add missing notification when switching back to text mode Filipe Manana <fdmanana@suse.com> btrfs: fix assertion when building free space tree Long Li <longli@microsoft.com> net: mana: Record doorbell physical address in PF mode Akira Inoue <niyarium@gmail.com> HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard Gen2 Shuai Zhang <quic_shuaz@quicinc.com> driver: bluetooth: hci_qca:fix unable to load the BT driver Xiaowei Li <xiaowei.li@simcom.com> net: usb: qmi_wwan: add SIMCom 8230C composition Tim Crawford <tcrawford@system76.com> ALSA: hda/realtek: Add quirks for some Clevo laptops Yasmin Fitzgerald <sunoflife1.git@gmail.com> ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop 15-eg100 Yuzuru10 <yuzuru_10@proton.me> ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic Fengnan Chang <changfengnan@bytedance.com> io_uring: make fallocate be hashed work Chris Chiu <chris.chiu@canonical.com> ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 6 G1a Takashi Iwai <tiwai@suse.de> ALSA: hda/realtek: Add mic-mute LED setup for ASUS UM5606 Jack Yu <jack.yu@realtek.com> ASoC: rt721-sdca: fix boost gain calculation error Tamura Dai <kirinode0@gmail.com> ASoC: SOF: Intel: hda: Use devm_kstrdup() to avoid memleak. Tiwei Bie <tiwei.btw@antgroup.com> um: vector: Reduce stack usage in vector_eth_configure() Thomas Fourier <fourier.thomas@gmail.com> atm: idt77252: Add missing `dma_map_error()` Ronnie Sahlberg <rsahlberg@whamcloud.com> ublk: sanity check add_dev input for underflow Somnath Kotur <somnath.kotur@broadcom.com> bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT Shruti Parab <shruti.parab@broadcom.com> bnxt_en: Flush FW trace before copying to the coredump Shravya KN <shravya.k-n@broadcom.com> bnxt_en: Fix DCB ETS validation Alok Tiwari <alok.a.tiwari@oracle.com> net: ll_temac: Fix missing tx_pending check in ethtools_set_ringparam() Jianbo Liu <jianbol@nvidia.com> net/mlx5e: Add new prio for promiscuous mode Carolina Jubran <cjubran@nvidia.com> net/mlx5e: Fix race between DIM disable and net_dim() Carolina Jubran <cjubran@nvidia.com> net/mlx5: Reset bw_share field when changing a node's parent Sean Nyekjaer <sean@geanix.com> can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx message to debug level Shuicheng Lin <shuicheng.lin@intel.com> drm/xe/pm: Correct comment of xe_pm_set_vram_threshold() Shuicheng Lin <shuicheng.lin@intel.com> drm/xe/pm: Restore display pm if there is error after display suspend Hangbin Liu <liuhangbin@gmail.com> selftests: net: lib: fix shift count out of range Oleksij Rempel <o.rempel@pengutronix.de> net: phy: microchip: limit 100M workaround to link-down events on LAN88xx Oleksij Rempel <o.rempel@pengutronix.de> net: phy: microchip: Use genphy_soft_reset() to purge stale LPA bits Mingming Cao <mmc@linux.ibm.com> ibmvnic: Fix hardcoded NUM_RX_STATS/NUM_TX_STATS with dynamic sizeof Kito Xu <veritas501@foxmail.com> net: appletalk: Fix device refcount leak in atrtr_create() Eric Dumazet <edumazet@google.com> netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto() Miri Korenblit <miriam.rachel.korenblit@intel.com> wifi: mac80211: add the virtual monitor after reconfig complete Chao Yu <chao@kernel.org> erofs: fix to add missing tracepoint in erofs_readahead() Gao Xiang <xiang@kernel.org> erofs: refine readahead tracepoint Michal Wajdeczko <michal.wajdeczko@intel.com> drm/xe/pf: Clear all LMTT pages on alloc Pankaj Raghav <p.raghav@samsung.com> block: reject bs > ps block devices when THP is disabled Zheng Qixing <zhengqixing@huawei.com> nbd: fix uaf in nbd_genl_connect() error path Henry Martin <bsdhenrymartin@gmail.com> wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init() Lorenzo Bianconi <lorenzo@kernel.org> wifi: mt76: Remove RCU section in mt7996_mac_sta_rc_work() Lorenzo Bianconi <lorenzo@kernel.org> wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl() Lorenzo Bianconi <lorenzo@kernel.org> wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl_fixed() Lorenzo Bianconi <lorenzo@kernel.org> wifi: mt76: Move RCU section in mt7996_mcu_set_fixed_field() Lorenzo Bianconi <lorenzo@kernel.org> wifi: mt76: Assume __mt76_connac_mcu_alloc_sta_req runs in atomic context Ben Skeggs <bskeggs@nvidia.com> drm/nouveau/gsp: fix potential leak of memory used during acpi init Pavel Begunkov <asml.silence@gmail.com> io_uring/zcrx: fix pp destruction warnings Felix Fietkau <nbd@nbd.name> wifi: rt2x00: fix remove callback type mismatch Moon Hee Lee <moonhee.lee.ca@gmail.com> wifi: mac80211: reject VHT opmode for unsupported channel widths Johannes Berg <johannes.berg@intel.com> wifi: mac80211: fix non-transmitted BSSID profile search Lachlan Hodges <lachlan.hodges@morsemicro.com> wifi: mac80211: correctly identify S1G short beacon Zheng Qixing <zhengqixing@huawei.com> md/raid1,raid10: strip REQ_NOWAIT from member bios Nigel Croxon <ncroxon@redhat.com> raid10: cleanup memleak at raid10_make_request Wang Jinchao <wangjinchao600@gmail.com> md/raid1: Fix stack memory use after return in raid1_reshape Mikko Perttunen <mperttunen@nvidia.com> drm/tegra: nvdec: Fix dma_alloc_coherent error check Daniil Dulov <d.dulov@aladdin.ru> wifi: zd1211rw: Fix potential NULL pointer dereference in zd_mac_tx_to_dev() Lachlan Hodges <lachlan.hodges@morsemicro.com> wifi: cfg80211: fix S1G beacon head validation in nl80211 Jakub Kicinski <kuba@kernel.org> netlink: make sure we allow at least one dump skb Kuniyuki Iwashima <kuniyu@google.com> netlink: Fix rmem check in netlink_broadcast_deliver(). Peter Ujfalusi <peter.ujfalusi@linux.intel.com> ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count Gao Xiang <xiang@kernel.org> erofs: fix large fragment handling Gao Xiang <xiang@kernel.org> erofs: address D-cache aliasing Chao Yu <chao@kernel.org> erofs: fix to add missing tracepoint in erofs_read_folio() Al Viro <viro@zeniv.linux.org.uk> ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked() Stefan Metzmacher <metze@samba.org> smb: server: make use of rdma_destroy_qp() Sascha Hauer <s.hauer@pengutronix.de> clk: scmi: Handle case where child clocks are initialized before their parents Julien Massot <julien.massot@collabora.com> dt-bindings: clock: mediatek: Add #reset-cells property for MT8188 Mikhail Paulyshka <me@mixaill.net> x86/CPU/AMD: Disable INVLPGB on Zen2 Jann Horn <jannh@google.com> x86/mm: Disable hugetlb page table sharing on 32-bit Mikhail Paulyshka <me@mixaill.net> x86/rdrand: Disable RDSEED on AMD Cyan Skillfish Xiaolei Wang <xiaolei.wang@windriver.com> clk: imx: Fix an out-of-bounds access in dispmix_csr_clk_dev_data Harry Yoo <harry.yoo@oracle.com> lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users() Honggyu Kim <honggyu.kim@sk.com> samples/damon: fix damon sample wsse for start failure Honggyu Kim <honggyu.kim@sk.com> samples/damon: fix damon sample prcl for start failure Honggyu Kim <honggyu.kim@sk.com> mm/damon: fix divide by zero in damon_get_intervals_score() SeongJae Park <sj@kernel.org> mm/damon/core: handle damon_call_control as normal under kdmond deactivation Lance Yang <lance.yang@linux.dev> mm/rmap: fix potential out-of-bounds page table access during batched unmap Alexander Gordeev <agordeev@linux.ibm.com> mm/vmalloc: leave lazy MMU mode on PTE mapping error Illia Ostapyshyn <illia@yshyn.com> scripts: gdb: vfs: support external dentry names Florian Fainelli <florian.fainelli@broadcom.com> scripts/gdb: fix interrupts.py after maple tree conversion Florian Fainelli <florian.fainelli@broadcom.com> scripts/gdb: de-reference per-CPU MCE interrupts Florian Fainelli <florian.fainelli@broadcom.com> scripts/gdb: fix interrupts display after MCP on x86 Baolin Wang <baolin.wang@linux.alibaba.com> mm: fix the inaccurate memory statistics issue for users Wei Yang <richard.weiyang@gmail.com> maple_tree: fix mt_destroy_walk() on root leaf node Yeoreum Yun <yeoreum.yun@arm.com> kasan: remove kasan_find_vm_area() to prevent possible deadlock Achill Gilgenast <fossdd@pwned.life> kallsyms: fix build without execinfo Zhe Qiao <qiaozhe@iscas.ac.cn> Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()" Rafael J. Wysocki <rafael.j.wysocki@intel.com> Revert "ACPI: battery: negate current when discharging" Matthew Brost <matthew.brost@intel.com> drm/xe: Allocate PF queue size on pow2 boundary Thomas Zimmermann <tzimmermann@suse.de> drm/framebuffer: Acquire internal references on GEM handles Kuen-Han Tsai <khtsai@google.com> Revert "usb: gadget: u_serial: Add null pointer check in gs_start_io" Kuen-Han Tsai <khtsai@google.com> usb: gadget: u_serial: Fix race condition in TTY wakeup Aaron Thompson <dev@aaront.org> drm/nouveau: Do not fail module init on debugfs errors Matthew Brost <matthew.brost@intel.com> Revert "drm/xe/xe2: Enable Indirect Ring State support for Xe2" Matthew Auld <matthew.auld@intel.com> drm/xe/bmg: fix compressed VRAM handling Simona Vetter <simona.vetter@ffwll.ch> drm/gem: Fix race in drm_gem_handle_create_tail() Christian König <christian.koenig@amd.com> drm/ttm: fix error handling in ttm_buffer_object_transfer Matthew Brost <matthew.brost@intel.com> drm/sched: Increment job count before swapping tail spsc queue Thomas Zimmermann <tzimmermann@suse.de> drm/gem: Acquire references on GEM handles for framebuffers Alex Deucher <alexander.deucher@amd.com> drm/amdkfd: add hqd_sdma_get_doorbell callbacks for gfx7/8 Kent Russell <kent.russell@amd.com> drm/amdgpu: Include sdma_4_4_4.bin Philip Yang <Philip.Yang@amd.com> drm/amdkfd: Don't call mmput from MMU notifier callback Alessio Belle <alessio.belle@imgtec.com> drm/imagination: Fix kernel crash when hard resetting the GPU Michael Lo <michael.lo@mediatek.com> wifi: mt76: mt7925: fix invalid array index in ssid assignment during hw scan Ming Yen Hsieh <mingyen.hsieh@mediatek.com> wifi: mt76: mt7925: fix the wrong config for tx interrupt Deren Wu <deren.wu@mediatek.com> wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_sta_set_decap_offload() Deren Wu <deren.wu@mediatek.com> wifi: mt76: mt7921: prevent decap offload config before STA initialization Vitor Soares <vitor.soares@toradex.com> wifi: mwifiex: discard erroneous disassoc frames on STA interface Mathy Vanhoef <Mathy.Vanhoef@kuleuven.be> wifi: prevent A-MSDU attacks in mesh networks Uwe Kleine-König <u.kleine-koenig@baylibre.com> pwm: mediatek: Ensure to disable clocks in error path Uwe Kleine-König <u.kleine-koenig@baylibre.com> pwm: Fix invalid state detection Bartosz Golaszewski <bartosz.golaszewski@linaro.org> pinctrl: qcom: msm: mark certain pins as invalid for interrupts Miquel Raynal <miquel.raynal@bootlin.com> pinctrl: nuvoton: Fix boot on ma35dx platforms Håkon Bugge <haakon.bugge@oracle.com> md/md-bitmap: fix GPF in bitmap_get_stats() Hugo Villeneuve <hvilleneuve@dimonoff.com> gpiolib: fix performance regression when using gpio_chip_get_multiple() Haoxiang Li <haoxiang_li2024@163.com> net: ethernet: rtsn: Fix a null pointer dereference in rtsn_probe() Guillaume Nault <gnault@redhat.com> gre: Fix IPv6 multicast route creation. Jens Axboe <axboe@kernel.dk> io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU Arun Raghavan <arun@asymptotic.io> ASoC: fsl_sai: Force a software reset when starting in consumer mode Mark Brown <broonie@kernel.org> arm64: Filter out SME hwcaps when FEAT_SME isn't implemented Edip Hazuri <edip@medip.dev> ALSA: hda/realtek - Add mute LED support for HP Victus 15-fb2xxx Thorsten Blum <thorsten.blum@linux.dev> ALSA: ad1816a: Fix potential NULL pointer deref in snd_card_ad1816a_pnp() Thomas Weißschuh <thomas.weissschuh@linutronix.de> sched: Fix preemption string of preempt_dynamic_none Liam Merwick <liam.merwick@oracle.com> KVM: Allow CPU to reschedule while setting per-page memory attributes Sean Christopherson <seanjc@google.com> KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight Nikunj A Dadhania <nikunj@amd.com> KVM: SVM: Add missing member in SNP_LAUNCH_START command structure Manuel Andreas <manuel.andreas@tum.de> KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush David Woodhouse <dwmw@amazon.co.uk> KVM: x86/xen: Allow 'out of range' event channel ports in IRQ routing table. JP Kobryn <inwardvessel@gmail.com> x86/mce: Make sure CMCI banks are cleared during shutdown on Intel Yazen Ghannam <yazen.ghannam@amd.com> x86/mce: Ensure user polling settings are honored when restarting timer Yazen Ghannam <yazen.ghannam@amd.com> x86/mce: Don't remove sysfs if thresholding sysfs init fails Yazen Ghannam <yazen.ghannam@amd.com> x86/mce/amd: Fix threshold limit reset Yazen Ghannam <yazen.ghannam@amd.com> x86/mce/amd: Add default names for MCA banks and blocks Dan Carpenter <dan.carpenter@linaro.org> ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() David Howells <dhowells@redhat.com> rxrpc: Fix oops due to non-existence of prealloc backlog struct Eric Biggers <ebiggers@kernel.org> crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2 David Howells <dhowells@redhat.com> rxrpc: Fix bug due to prealloc collision Victor Nogueira <victor@mojatatu.com> net/sched: Abort __tc_modify_qdisc if parent class does not exist Chintan Vankar <c-vankar@ti.com> net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_info Yue Haibing <yuehaibing@huawei.com> atm: clip: Fix NULL pointer dereference in vcc_sendmsg() Kuniyuki Iwashima <kuniyu@google.com> atm: clip: Fix infinite recursive call of clip_push(). Kuniyuki Iwashima <kuniyu@google.com> atm: clip: Fix memory leak of struct clip_vcc. Kuniyuki Iwashima <kuniyu@google.com> atm: clip: Fix potential null-ptr-deref in to_atmarpd(). Oleksij Rempel <o.rempel@pengutronix.de> net: phy: smsc: Fix link failure in forced mode with Auto-MDIX Oleksij Rempel <o.rempel@pengutronix.de> net: phy: smsc: Force predictable MDI-X state on LAN87xx Oleksij Rempel <o.rempel@pengutronix.de> net: phy: smsc: Fix Auto-MDIX configuration when disabled by strap EricChan <chenchuangyu@xiaomi.com> net: stmmac: Fix interrupt handling for level-triggered mode in DWC_XGMAC2 Petr Pavlu <petr.pavlu@suse.com> module: Fix memory deallocation on error path in move_module() Christophe JAILLET <christophe.jaillet@wanadoo.fr> net: airoha: Fix an error handling path in airoha_probe() Michal Luczaj <mhal@rbox.co> vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local` Michal Luczaj <mhal@rbox.co> vsock: Fix transport_* TOCTOU Michal Luczaj <mhal@rbox.co> vsock: Fix transport_{g2h,h2g} TOCTOU Jiayuan Chen <jiayuan.chen@linux.dev> tcp: Correct signedness in skb remaining space calculation Kuniyuki Iwashima <kuniyu@google.com> tipc: Fix use-after-free in tipc_conn_close(). Stefano Garzarella <sgarzare@redhat.com> vsock: fix `vsock_proto` declaration Kuniyuki Iwashima <kuniyu@google.com> netlink: Fix wraparounds of sk->sk_rmem_alloc. Luo Jie <quic_luoj@quicinc.com> net: phy: qcom: qca808x: Fix WoL issue by utilizing at8031_set_wol() Luo Jie <quic_luoj@quicinc.com> net: phy: qcom: move the WoL function to shared library Anshuman Khandual <anshuman.khandual@arm.com> arm64/mm: Drop wrong writes into TCR2_EL1 Kevin Brodsky <kevin.brodsky@arm.com> arm64: poe: Handle spurious Overlay faults Jason Xing <kernelxing@tencent.com> bnxt_en: eliminate the compile warning in bnxt_request_irq due to CONFIG_RFS_ACCEL kuyo chang <kuyo.chang@mediatek.com> sched/deadline: Fix dl_server runtime calculation formula Al Viro <viro@zeniv.linux.org.uk> fix proc_sys_compare() handling of in-lookup dentries Mario Limonciello <mario.limonciello@amd.com> pinctrl: amd: Clear GPIO debounce for suspend Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as connected Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handle Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: hci_core: Remove check of BDADDR_ANY in hci_conn_hash_lookup_big_state Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: hci_sync: Fix not disabling advertising instance Richard Fitzgerald <rf@opensource.cirrus.com> ASoC: cs35l56: probe() should fail if the device ID is not recognized Peter Zijlstra <peterz@infradead.org> perf: Revert to requiring CAP_SYS_ADMIN for uprobes Heiko Carstens <hca@linux.ibm.com> objtool: Add missing endian conversion to read_annotate() Peter Zijlstra <peterz@infradead.org> sched/core: Fix migrate_swap() vs. hotplug Nam Cao <namcao@linutronix.de> irqchip/irq-msi-lib: Select CONFIG_GENERIC_MSI_IRQ Shiju Jose <shiju.jose@huawei.com> EDAC: Initialize EDAC features sysfs attributes Luo Gengkun <luogengkun@huaweicloud.com> perf/core: Fix the WARN_ON_ONCE is out of lock protected region Charles Keepax <ckeepax@opensource.cirrus.com> ASoC: Intel: soc-acpi: arl: Correct order of cs42l43 matches Bard Liao <yung-chuan.liao@linux.intel.com> ASoC: Intel: soc-acpi-intel-arl-match: set get_function_tplg_files ops Bard Liao <yung-chuan.liao@linux.intel.com> ASoC: Intel: add sof_sdw_get_tplg_files ops Bard Liao <yung-chuan.liao@linux.intel.com> ASoC: soc-acpi: add get_function_tplg_files ops Bard Liao <yung-chuan.liao@linux.intel.com> ASoC: Intel: SND_SOC_INTEL_SOF_BOARD_HELPERS select SND_SOC_ACPI_INTEL_MATCH Shengjiu Wang <shengjiu.wang@nxp.com> ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode Kaustabh Chakraborty <kauschluss@disroot.org> drm/exynos: exynos7_drm_decon: add vblank check in IRQ handling Linus Torvalds <torvalds@linux-foundation.org> eventpoll: don't decrement ep refcount while still holding the ep mutex ------------- Diffstat: Documentation/bpf/map_hash.rst | 8 +- Documentation/bpf/map_lru_hash_update.dot | 6 +- .../bindings/clock/mediatek,mt8188-clock.yaml | 3 + Makefile | 4 +- arch/arm64/kernel/cpufeature.c | 57 +++-- arch/arm64/kernel/process.c | 5 + arch/arm64/mm/fault.c | 30 ++- arch/arm64/mm/proc.S | 1 - arch/riscv/kernel/vdso/vdso.lds.S | 2 +- arch/s390/crypto/sha1_s390.c | 2 + arch/s390/crypto/sha256_s390.c | 3 + arch/s390/crypto/sha512_s390.c | 3 + arch/um/drivers/vector_kern.c | 42 ++-- arch/x86/Kconfig | 2 +- arch/x86/coco/sev/core.c | 22 +- arch/x86/include/asm/msr-index.h | 1 + arch/x86/include/asm/sev.h | 17 +- arch/x86/kernel/cpu/amd.c | 10 + arch/x86/kernel/cpu/mce/amd.c | 28 ++- arch/x86/kernel/cpu/mce/core.c | 24 +- arch/x86/kernel/cpu/mce/intel.c | 1 + arch/x86/kvm/hyperv.c | 3 + arch/x86/kvm/svm/sev.c | 4 + arch/x86/kvm/xen.c | 15 +- drivers/acpi/battery.c | 19 +- drivers/atm/idt77252.c | 5 + drivers/block/nbd.c | 6 +- drivers/block/ublk_drv.c | 3 +- drivers/bluetooth/hci_qca.c | 13 +- drivers/char/ipmi/ipmi_msghandler.c | 3 +- drivers/clk/clk-scmi.c | 20 +- drivers/clk/imx/clk-imx95-blk-ctl.c | 12 +- drivers/edac/ecs.c | 4 +- drivers/edac/mem_repair.c | 1 + drivers/edac/scrub.c | 1 + drivers/gpio/gpiolib.c | 5 +- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 8 + drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | 8 + drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 1 + drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 43 ++-- drivers/gpu/drm/drm_framebuffer.c | 31 ++- drivers/gpu/drm/drm_gem.c | 74 +++++- drivers/gpu/drm/drm_internal.h | 2 + drivers/gpu/drm/exynos/exynos7_drm_decon.c | 4 + drivers/gpu/drm/imagination/pvr_power.c | 4 +- drivers/gpu/drm/nouveau/nouveau_debugfs.c | 6 +- drivers/gpu/drm/nouveau/nouveau_debugfs.h | 5 +- drivers/gpu/drm/nouveau/nouveau_drm.c | 4 +- drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 20 +- drivers/gpu/drm/tegra/nvdec.c | 6 +- drivers/gpu/drm/ttm/ttm_bo_util.c | 13 +- drivers/gpu/drm/xe/xe_gt_pagefault.c | 1 + drivers/gpu/drm/xe/xe_lmtt.c | 11 + drivers/gpu/drm/xe/xe_migrate.c | 2 +- drivers/gpu/drm/xe/xe_pci.c | 1 - drivers/gpu/drm/xe/xe_pm.c | 11 +- drivers/hid/hid-ids.h | 6 + drivers/hid/hid-lenovo.c | 8 + drivers/hid/hid-multitouch.c | 8 +- drivers/hid/hid-nintendo.c | 38 +++- drivers/hid/hid-quirks.c | 3 + drivers/irqchip/Kconfig | 1 + drivers/md/md-bitmap.c | 3 +- drivers/md/raid1.c | 4 +- drivers/md/raid10.c | 12 +- drivers/net/can/m_can/m_can.c | 2 +- drivers/net/ethernet/airoha/airoha_eth.c | 1 + drivers/net/ethernet/broadcom/bnxt/bnxt.c | 10 +- drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c | 18 +- drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c | 2 + drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c | 2 +- drivers/net/ethernet/ibm/ibmvnic.h | 8 +- drivers/net/ethernet/mellanox/mlx5/core/en/fs.h | 9 +- drivers/net/ethernet/mellanox/mlx5/core/en_dim.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/en_fs.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c | 1 + drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 13 +- drivers/net/ethernet/microsoft/mana/gdma_main.c | 3 + drivers/net/ethernet/renesas/rtsn.c | 5 + drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c | 24 +- drivers/net/ethernet/ti/am65-cpsw-nuss.c | 4 +- drivers/net/ethernet/wangxun/libwx/wx_lib.c | 16 +- drivers/net/ethernet/wangxun/libwx/wx_type.h | 2 +- drivers/net/ethernet/wangxun/ngbe/ngbe_main.c | 2 +- drivers/net/ethernet/wangxun/ngbe/ngbe_type.h | 2 +- drivers/net/ethernet/wangxun/txgbe/txgbe_irq.c | 4 +- drivers/net/ethernet/wangxun/txgbe/txgbe_type.h | 4 +- drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +- drivers/net/phy/microchip.c | 3 +- drivers/net/phy/qcom/at803x.c | 27 --- drivers/net/phy/qcom/qca808x.c | 2 +- drivers/net/phy/qcom/qcom-phy-lib.c | 25 ++ drivers/net/phy/qcom/qcom.h | 5 + drivers/net/phy/smsc.c | 57 ++++- drivers/net/usb/qmi_wwan.c | 1 + drivers/net/wireless/marvell/mwifiex/util.c | 4 +- .../net/wireless/mediatek/mt76/mt76_connac_mcu.c | 6 +- drivers/net/wireless/mediatek/mt76/mt7921/main.c | 3 + drivers/net/wireless/mediatek/mt76/mt7925/init.c | 2 + drivers/net/wireless/mediatek/mt76/mt7925/main.c | 6 + drivers/net/wireless/mediatek/mt76/mt7925/mcu.c | 4 +- drivers/net/wireless/mediatek/mt76/mt7925/regs.h | 2 +- drivers/net/wireless/mediatek/mt76/mt7996/mac.c | 40 +--- drivers/net/wireless/mediatek/mt76/mt7996/main.c | 5 +- drivers/net/wireless/mediatek/mt76/mt7996/mcu.c | 188 ++++++++++----- drivers/net/wireless/mediatek/mt76/mt7996/mt7996.h | 16 +- drivers/net/wireless/ralink/rt2x00/rt2x00soc.c | 4 +- drivers/net/wireless/ralink/rt2x00/rt2x00soc.h | 2 +- drivers/net/wireless/zydas/zd1211rw/zd_mac.c | 6 +- drivers/pci/pci-acpi.c | 23 +- drivers/pinctrl/nuvoton/pinctrl-ma35.c | 10 +- drivers/pinctrl/pinctrl-amd.c | 11 + drivers/pinctrl/qcom/pinctrl-msm.c | 20 ++ drivers/pwm/core.c | 2 +- drivers/pwm/pwm-mediatek.c | 13 +- drivers/tty/vt/vt.c | 1 + drivers/usb/gadget/function/u_serial.c | 12 +- fs/btrfs/free-space-tree.c | 16 +- fs/erofs/data.c | 21 +- fs/erofs/decompressor.c | 12 +- fs/erofs/fileio.c | 6 +- fs/erofs/internal.h | 6 +- fs/erofs/zdata.c | 13 +- fs/erofs/zmap.c | 9 +- fs/eventpoll.c | 12 +- fs/proc/inode.c | 2 +- fs/proc/proc_sysctl.c | 18 +- fs/proc/task_mmu.c | 14 +- fs/smb/server/smb2pdu.c | 29 +-- fs/smb/server/transport_rdma.c | 5 +- fs/smb/server/vfs.c | 1 + include/drm/drm_file.h | 3 + include/drm/drm_framebuffer.h | 7 + include/drm/spsc_queue.h | 4 +- include/linux/blkdev.h | 5 + include/linux/ieee80211.h | 45 +++- include/linux/io_uring_types.h | 2 + include/linux/mm.h | 5 + include/linux/psp-sev.h | 2 + include/net/af_vsock.h | 2 +- include/net/bluetooth/hci_core.h | 3 +- include/net/netfilter/nf_flow_table.h | 2 +- include/sound/soc-acpi.h | 13 ++ include/trace/events/erofs.h | 2 +- io_uring/msg_ring.c | 4 +- io_uring/opdef.c | 1 + io_uring/zcrx.c | 3 - kernel/bpf/bpf_lru_list.c | 9 +- kernel/bpf/bpf_lru_list.h | 1 + kernel/events/core.c | 6 +- kernel/module/main.c | 4 +- kernel/sched/core.c | 7 +- kernel/sched/deadline.c | 10 +- kernel/stop_machine.c | 20 +- lib/alloc_tag.c | 3 + lib/maple_tree.c | 1 + mm/damon/core.c | 8 +- mm/kasan/report.c | 45 +--- mm/rmap.c | 46 ++-- mm/vmalloc.c | 22 +- net/appletalk/ddp.c | 1 + net/atm/clip.c | 64 ++++-- net/bluetooth/hci_event.c | 3 + net/bluetooth/hci_sync.c | 4 +- net/ipv4/tcp.c | 2 +- net/ipv6/addrconf.c | 9 +- net/mac80211/cfg.c | 14 ++ net/mac80211/mlme.c | 7 +- net/mac80211/parse.c | 6 +- net/mac80211/util.c | 9 +- net/netlink/af_netlink.c | 90 +++++--- net/rxrpc/call_accept.c | 4 + net/sched/sch_api.c | 23 +- net/tipc/topsrv.c | 2 + net/vmw_vsock/af_vsock.c | 57 ++++- net/wireless/nl80211.c | 7 +- net/wireless/util.c | 52 ++++- samples/damon/prcl.c | 8 +- samples/damon/wsse.c | 8 +- scripts/gdb/linux/constants.py.in | 7 + scripts/gdb/linux/interrupts.py | 16 +- scripts/gdb/linux/mapletree.py | 252 +++++++++++++++++++++ scripts/gdb/linux/vfs.py | 2 +- scripts/gdb/linux/xarray.py | 28 +++ sound/isa/ad1816a/ad1816a.c | 2 +- sound/pci/hda/patch_realtek.c | 10 + sound/soc/amd/yc/acp6x-mach.c | 7 + sound/soc/codecs/cs35l56-shared.c | 2 +- sound/soc/codecs/rt721-sdca.c | 23 +- sound/soc/fsl/fsl_asrc.c | 3 +- sound/soc/fsl/fsl_sai.c | 14 +- sound/soc/intel/boards/Kconfig | 1 + sound/soc/intel/common/Makefile | 2 +- sound/soc/intel/common/soc-acpi-intel-arl-match.c | 21 +- sound/soc/intel/common/sof-function-topology-lib.c | 136 +++++++++++ sound/soc/intel/common/sof-function-topology-lib.h | 15 ++ sound/soc/sof/intel/hda.c | 6 +- tools/arch/x86/include/asm/msr-index.h | 1 + tools/include/linux/kallsyms.h | 4 + tools/objtool/check.c | 1 + tools/testing/selftests/bpf/test_lru_map.c | 105 ++++----- tools/testing/selftests/net/lib.sh | 2 +- virt/kvm/kvm_main.c | 3 + 203 files changed, 2012 insertions(+), 833 deletions(-)
# Librecast Test Results 010/010 [ OK ] libmld 120/120 [ OK ] liblibrecast CPU/kernel: Linux auntie 6.15.7-rc1-ge6001d5f7944 #14 SMP PREEMPT_DYNAMIC Thu Jul 17 07:41:45 -00 2025 x86_64 AMD Ryzen 9 9950X 16-Core Processor AuthenticAMD GNU/Linux Tested-by: Brett A C Sheffield <bacs@librecast.net>
On 7/15/25 06:11, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Thu, 17 Jul 2025 13:07:32 +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.15.7-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.15.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 on BMIPS_GENERIC: Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> -- Florian
On 25/07/15 03:11PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Thu, 17 Jul 2025 13:07:32 +0000. > Anything received after that time might be too late. Tested-by: Christian Heusel <christian@heusel.eu> Tested on a ThinkPad E14 Gen 3 with a AMD Ryzen 5 5500U CPU. There was one oddity though, that under high IO pressure the following messages were emitted and I can't judge the severity of that: [65524.312500] nvme nvme0: I/O tag 956 (f3bc) opcode 0x1 (Write) QID 11 timeout, aborting req_op:WRITE(1) size:8192 [65524.312530] nvme nvme0: I/O tag 957 (e3bd) opcode 0x1 (Write) QID 11 timeout, aborting req_op:WRITE(1) size:4096 [65524.312544] nvme nvme0: I/O tag 958 (d3be) opcode 0x1 (Write) QID 11 timeout, aborting req_op:WRITE(1) size:4096 [65524.312556] nvme nvme0: I/O tag 959 (d3bf) opcode 0x1 (Write) QID 11 timeout, aborting req_op:WRITE(1) size:4096 [65524.312568] nvme nvme0: I/O tag 960 (23c0) opcode 0x1 (Write) QID 11 timeout, aborting req_op:WRITE(1) size:4096 [65524.312580] nvme nvme0: I/O tag 961 (73c1) opcode 0x1 (Write) QID 11 timeout, aborting req_op:WRITE(1) size:4096 [65524.312592] nvme nvme0: I/O tag 962 (13c2) opcode 0x1 (Write) QID 11 timeout, aborting req_op:WRITE(1) size:4096 [65524.312604] nvme nvme0: I/O tag 963 (13c3) opcode 0x1 (Write) QID 11 timeout, aborting req_op:WRITE(1) size:4096 [65524.515650] nvme nvme0: Abort status: 0x0 [65524.536423] nvme nvme0: Abort status: 0x0 [65524.581238] nvme nvme0: Abort status: 0x0 [65524.628017] nvme nvme0: Abort status: 0x0 [65524.661905] nvme nvme0: Abort status: 0x0 [65524.702179] nvme nvme0: Abort status: 0x0 [65524.723759] nvme nvme0: Abort status: 0x0 [65524.779577] nvme nvme0: Abort status: 0x0 [65524.871981] nvme nvme0: I/O tag 2 (8002) opcode 0x1 (Write) QID 11 timeout, aborting req_op:WRITE(1) size:16384 [65525.019778] nvme nvme0: Abort status: 0x0 I'll loop in the NVME list that they can maybe judge this. I also double checked and the device has no SMART issues whatsoever. Cheers, Chris
Am 15.07.2025 um 15:11 schrieb Greg Kroah-Hartman: > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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
* Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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. Hi Greg 6.15.7-rc1 compiles on x86_64 (Xeon E5-1620 v2, Slackware64-15.0), and boots & runs on x86_64 (AMD Ryzen 5 7520U, Slackware64-current), no regressions observed. Tested-by: Markus Reichelt <lkt+2023@mareichelt.com>
On 7/15/25 07:11, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Thu, 17 Jul 2025 13:07:32 +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.15.7-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.15.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
Hi! > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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.15.y 6.6 passes our testing, too: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-6.6.y We have some problems here, but I believe they are test problems: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-5.15.y https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-5.4.y Tested-by: Pavel Machek (CIP) <pavel@denx.de> Best regards, Pavel -- In cooperation with DENX Software Engineering GmbH, HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
On 7/15/25 06:11, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Thu, 17 Jul 2025 13:07:32 +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.15.7-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.15.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 Tue, Jul 15, 2025 at 03:11:35PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Tue, 15 Jul 2025 15:11:35 +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Thu, 17 Jul 2025 13:07:32 +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.15.7-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.15.y > and the diffstat can be found below. > > thanks, > > greg k-h All tests passing for Tegra ... Test results for stable-v6.15: 10 builds: 10 pass, 0 fail 28 boots: 28 pass, 0 fail 120 tests: 120 pass, 0 fail Linux version: 6.15.7-rc1-g6b1915284e47 Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra186-p3509-0000+p3636-0001, 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
On Tue, 15 Jul 2025 at 19:08, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Thu, 17 Jul 2025 13:07:32 +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.15.7-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.15.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.15.7-rc1 * git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * git commit: e6001d5f79448ece8e204c0df46072a010b00f6c * git describe: v6.15.6-193-ge6001d5f7944 * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.15.y/build/v6.15.6-193-ge6001d5f7944 ## Test Regressions (compared to v6.15.5-179-gb283c37b8f14) ## Metric Regressions (compared to v6.15.5-179-gb283c37b8f14) ## Test Fixes (compared to v6.15.5-179-gb283c37b8f14) ## Metric Fixes (compared to v6.15.5-179-gb283c37b8f14) ## Test result summary total: 306856, pass: 279725, fail: 7552, skip: 19579, xfail: 0 ## Build Summary * arc: 5 total, 5 passed, 0 failed * arm: 139 total, 138 passed, 1 failed * arm64: 57 total, 56 passed, 0 failed, 1 skipped * i386: 18 total, 18 passed, 0 failed * mips: 34 total, 27 passed, 7 failed * parisc: 4 total, 4 passed, 0 failed * powerpc: 40 total, 39 passed, 1 failed * riscv: 25 total, 25 passed, 0 failed * s390: 22 total, 22 passed, 0 failed * sh: 5 total, 5 passed, 0 failed * sparc: 4 total, 3 passed, 1 failed * x86_64: 49 total, 49 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-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-mm * 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-x86 * kunit * kvm-unit-tests * lava * libgpiod * libhugetlbfs * log-parser-boot * log-parser-build-clang * log-parser-build-gcc * log-parser-test * ltp-capability * 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-math * ltp-mm * ltp-nptl * ltp-pty * ltp-sched * ltp-smoke * ltp-syscalls * ltp-tracing * modules * perf * rcutorture * rt-tests-cyclicdeadline * rt-tests-pi-stress * rt-tests-pmqtest * rt-tests-rt-migrate-test * rt-tests-signaltest -- Linaro LKFT https://lkft.linaro.org
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 tis 15 juli 2025 kl 23:09 skrev Greg Kroah-Hartman <gregkh@linuxfoundation.org>: > > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Thu, 17 Jul 2025 13:07:32 +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.15.7-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.15.y > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Linux 6.15.7-rc1 > > Namjae Jeon <linkinjeon@kernel.org> > ksmbd: fix potential use-after-free in oplock/lease break ack > > Nikunj A Dadhania <nikunj@amd.com> > x86/sev: Use TSC_FACTOR for Secure TSC frequency calculation > > Jiawen Wu <jiawenwu@trustnetic.com> > net: wangxun: revert the adjustment of the IRQ vector sequence > > Willem de Bruijn <willemb@google.com> > selftests/bpf: adapt one more case in test_lru_map to the new target_free > > Daniel J. Ogorchock <djogorchock@gmail.com> > HID: nintendo: avoid bluetooth suspend/resume stalls > > Chia-Lin Kao (AceLan) <acelan.kao@canonical.com> > HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras > > Zhang Heng <zhangheng@kylinos.cn> > HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY > > Fangrui Song <i@maskray.me> > riscv: vdso: Exclude .rodata from the PT_DYNAMIC segment > > Willem de Bruijn <willemb@google.com> > bpf: Adjust free target to avoid global starvation of LRU map > > Nicolas Pitre <npitre@baylibre.com> > vt: add missing notification when switching back to text mode > > Filipe Manana <fdmanana@suse.com> > btrfs: fix assertion when building free space tree > > Long Li <longli@microsoft.com> > net: mana: Record doorbell physical address in PF mode > > Akira Inoue <niyarium@gmail.com> > HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard Gen2 > > Shuai Zhang <quic_shuaz@quicinc.com> > driver: bluetooth: hci_qca:fix unable to load the BT driver > > Xiaowei Li <xiaowei.li@simcom.com> > net: usb: qmi_wwan: add SIMCom 8230C composition > > Tim Crawford <tcrawford@system76.com> > ALSA: hda/realtek: Add quirks for some Clevo laptops > > Yasmin Fitzgerald <sunoflife1.git@gmail.com> > ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop 15-eg100 > > Yuzuru10 <yuzuru_10@proton.me> > ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic > > Fengnan Chang <changfengnan@bytedance.com> > io_uring: make fallocate be hashed work > > Chris Chiu <chris.chiu@canonical.com> > ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 6 G1a > > Takashi Iwai <tiwai@suse.de> > ALSA: hda/realtek: Add mic-mute LED setup for ASUS UM5606 > > Jack Yu <jack.yu@realtek.com> > ASoC: rt721-sdca: fix boost gain calculation error > > Tamura Dai <kirinode0@gmail.com> > ASoC: SOF: Intel: hda: Use devm_kstrdup() to avoid memleak. > > Tiwei Bie <tiwei.btw@antgroup.com> > um: vector: Reduce stack usage in vector_eth_configure() > > Thomas Fourier <fourier.thomas@gmail.com> > atm: idt77252: Add missing `dma_map_error()` > > Ronnie Sahlberg <rsahlberg@whamcloud.com> > ublk: sanity check add_dev input for underflow > > Somnath Kotur <somnath.kotur@broadcom.com> > bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT > > Shruti Parab <shruti.parab@broadcom.com> > bnxt_en: Flush FW trace before copying to the coredump > > Shravya KN <shravya.k-n@broadcom.com> > bnxt_en: Fix DCB ETS validation > > Alok Tiwari <alok.a.tiwari@oracle.com> > net: ll_temac: Fix missing tx_pending check in ethtools_set_ringparam() > > Jianbo Liu <jianbol@nvidia.com> > net/mlx5e: Add new prio for promiscuous mode > > Carolina Jubran <cjubran@nvidia.com> > net/mlx5e: Fix race between DIM disable and net_dim() > > Carolina Jubran <cjubran@nvidia.com> > net/mlx5: Reset bw_share field when changing a node's parent > > Sean Nyekjaer <sean@geanix.com> > can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx message to debug level > > Shuicheng Lin <shuicheng.lin@intel.com> > drm/xe/pm: Correct comment of xe_pm_set_vram_threshold() > > Shuicheng Lin <shuicheng.lin@intel.com> > drm/xe/pm: Restore display pm if there is error after display suspend > > Hangbin Liu <liuhangbin@gmail.com> > selftests: net: lib: fix shift count out of range > > Oleksij Rempel <o.rempel@pengutronix.de> > net: phy: microchip: limit 100M workaround to link-down events on LAN88xx > > Oleksij Rempel <o.rempel@pengutronix.de> > net: phy: microchip: Use genphy_soft_reset() to purge stale LPA bits > > Mingming Cao <mmc@linux.ibm.com> > ibmvnic: Fix hardcoded NUM_RX_STATS/NUM_TX_STATS with dynamic sizeof > > Kito Xu <veritas501@foxmail.com> > net: appletalk: Fix device refcount leak in atrtr_create() > > Eric Dumazet <edumazet@google.com> > netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto() > > Miri Korenblit <miriam.rachel.korenblit@intel.com> > wifi: mac80211: add the virtual monitor after reconfig complete > > Chao Yu <chao@kernel.org> > erofs: fix to add missing tracepoint in erofs_readahead() > > Gao Xiang <xiang@kernel.org> > erofs: refine readahead tracepoint > > Michal Wajdeczko <michal.wajdeczko@intel.com> > drm/xe/pf: Clear all LMTT pages on alloc > > Pankaj Raghav <p.raghav@samsung.com> > block: reject bs > ps block devices when THP is disabled > > Zheng Qixing <zhengqixing@huawei.com> > nbd: fix uaf in nbd_genl_connect() error path > > Henry Martin <bsdhenrymartin@gmail.com> > wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init() > > Lorenzo Bianconi <lorenzo@kernel.org> > wifi: mt76: Remove RCU section in mt7996_mac_sta_rc_work() > > Lorenzo Bianconi <lorenzo@kernel.org> > wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl() > > Lorenzo Bianconi <lorenzo@kernel.org> > wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl_fixed() > > Lorenzo Bianconi <lorenzo@kernel.org> > wifi: mt76: Move RCU section in mt7996_mcu_set_fixed_field() > > Lorenzo Bianconi <lorenzo@kernel.org> > wifi: mt76: Assume __mt76_connac_mcu_alloc_sta_req runs in atomic context > > Ben Skeggs <bskeggs@nvidia.com> > drm/nouveau/gsp: fix potential leak of memory used during acpi init > > Pavel Begunkov <asml.silence@gmail.com> > io_uring/zcrx: fix pp destruction warnings > > Felix Fietkau <nbd@nbd.name> > wifi: rt2x00: fix remove callback type mismatch > > Moon Hee Lee <moonhee.lee.ca@gmail.com> > wifi: mac80211: reject VHT opmode for unsupported channel widths > > Johannes Berg <johannes.berg@intel.com> > wifi: mac80211: fix non-transmitted BSSID profile search > > Lachlan Hodges <lachlan.hodges@morsemicro.com> > wifi: mac80211: correctly identify S1G short beacon > > Zheng Qixing <zhengqixing@huawei.com> > md/raid1,raid10: strip REQ_NOWAIT from member bios > > Nigel Croxon <ncroxon@redhat.com> > raid10: cleanup memleak at raid10_make_request > > Wang Jinchao <wangjinchao600@gmail.com> > md/raid1: Fix stack memory use after return in raid1_reshape > > Mikko Perttunen <mperttunen@nvidia.com> > drm/tegra: nvdec: Fix dma_alloc_coherent error check > > Daniil Dulov <d.dulov@aladdin.ru> > wifi: zd1211rw: Fix potential NULL pointer dereference in zd_mac_tx_to_dev() > > Lachlan Hodges <lachlan.hodges@morsemicro.com> > wifi: cfg80211: fix S1G beacon head validation in nl80211 > > Jakub Kicinski <kuba@kernel.org> > netlink: make sure we allow at least one dump skb > > Kuniyuki Iwashima <kuniyu@google.com> > netlink: Fix rmem check in netlink_broadcast_deliver(). > > Peter Ujfalusi <peter.ujfalusi@linux.intel.com> > ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count > > Gao Xiang <xiang@kernel.org> > erofs: fix large fragment handling > > Gao Xiang <xiang@kernel.org> > erofs: address D-cache aliasing > > Chao Yu <chao@kernel.org> > erofs: fix to add missing tracepoint in erofs_read_folio() > > Al Viro <viro@zeniv.linux.org.uk> > ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked() > > Stefan Metzmacher <metze@samba.org> > smb: server: make use of rdma_destroy_qp() > > Sascha Hauer <s.hauer@pengutronix.de> > clk: scmi: Handle case where child clocks are initialized before their parents > > Julien Massot <julien.massot@collabora.com> > dt-bindings: clock: mediatek: Add #reset-cells property for MT8188 > > Mikhail Paulyshka <me@mixaill.net> > x86/CPU/AMD: Disable INVLPGB on Zen2 > > Jann Horn <jannh@google.com> > x86/mm: Disable hugetlb page table sharing on 32-bit > > Mikhail Paulyshka <me@mixaill.net> > x86/rdrand: Disable RDSEED on AMD Cyan Skillfish > > Xiaolei Wang <xiaolei.wang@windriver.com> > clk: imx: Fix an out-of-bounds access in dispmix_csr_clk_dev_data > > Harry Yoo <harry.yoo@oracle.com> > lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users() > > Honggyu Kim <honggyu.kim@sk.com> > samples/damon: fix damon sample wsse for start failure > > Honggyu Kim <honggyu.kim@sk.com> > samples/damon: fix damon sample prcl for start failure > > Honggyu Kim <honggyu.kim@sk.com> > mm/damon: fix divide by zero in damon_get_intervals_score() > > SeongJae Park <sj@kernel.org> > mm/damon/core: handle damon_call_control as normal under kdmond deactivation > > Lance Yang <lance.yang@linux.dev> > mm/rmap: fix potential out-of-bounds page table access during batched unmap > > Alexander Gordeev <agordeev@linux.ibm.com> > mm/vmalloc: leave lazy MMU mode on PTE mapping error > > Illia Ostapyshyn <illia@yshyn.com> > scripts: gdb: vfs: support external dentry names > > Florian Fainelli <florian.fainelli@broadcom.com> > scripts/gdb: fix interrupts.py after maple tree conversion > > Florian Fainelli <florian.fainelli@broadcom.com> > scripts/gdb: de-reference per-CPU MCE interrupts > > Florian Fainelli <florian.fainelli@broadcom.com> > scripts/gdb: fix interrupts display after MCP on x86 > > Baolin Wang <baolin.wang@linux.alibaba.com> > mm: fix the inaccurate memory statistics issue for users > > Wei Yang <richard.weiyang@gmail.com> > maple_tree: fix mt_destroy_walk() on root leaf node > > Yeoreum Yun <yeoreum.yun@arm.com> > kasan: remove kasan_find_vm_area() to prevent possible deadlock > > Achill Gilgenast <fossdd@pwned.life> > kallsyms: fix build without execinfo > > Zhe Qiao <qiaozhe@iscas.ac.cn> > Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()" > > Rafael J. Wysocki <rafael.j.wysocki@intel.com> > Revert "ACPI: battery: negate current when discharging" > > Matthew Brost <matthew.brost@intel.com> > drm/xe: Allocate PF queue size on pow2 boundary > > Thomas Zimmermann <tzimmermann@suse.de> > drm/framebuffer: Acquire internal references on GEM handles > > Kuen-Han Tsai <khtsai@google.com> > Revert "usb: gadget: u_serial: Add null pointer check in gs_start_io" > > Kuen-Han Tsai <khtsai@google.com> > usb: gadget: u_serial: Fix race condition in TTY wakeup > > Aaron Thompson <dev@aaront.org> > drm/nouveau: Do not fail module init on debugfs errors > > Matthew Brost <matthew.brost@intel.com> > Revert "drm/xe/xe2: Enable Indirect Ring State support for Xe2" > > Matthew Auld <matthew.auld@intel.com> > drm/xe/bmg: fix compressed VRAM handling > > Simona Vetter <simona.vetter@ffwll.ch> > drm/gem: Fix race in drm_gem_handle_create_tail() > > Christian König <christian.koenig@amd.com> > drm/ttm: fix error handling in ttm_buffer_object_transfer > > Matthew Brost <matthew.brost@intel.com> > drm/sched: Increment job count before swapping tail spsc queue > > Thomas Zimmermann <tzimmermann@suse.de> > drm/gem: Acquire references on GEM handles for framebuffers > > Alex Deucher <alexander.deucher@amd.com> > drm/amdkfd: add hqd_sdma_get_doorbell callbacks for gfx7/8 > > Kent Russell <kent.russell@amd.com> > drm/amdgpu: Include sdma_4_4_4.bin > > Philip Yang <Philip.Yang@amd.com> > drm/amdkfd: Don't call mmput from MMU notifier callback > > Alessio Belle <alessio.belle@imgtec.com> > drm/imagination: Fix kernel crash when hard resetting the GPU > > Michael Lo <michael.lo@mediatek.com> > wifi: mt76: mt7925: fix invalid array index in ssid assignment during hw scan > > Ming Yen Hsieh <mingyen.hsieh@mediatek.com> > wifi: mt76: mt7925: fix the wrong config for tx interrupt > > Deren Wu <deren.wu@mediatek.com> > wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_sta_set_decap_offload() > > Deren Wu <deren.wu@mediatek.com> > wifi: mt76: mt7921: prevent decap offload config before STA initialization > > Vitor Soares <vitor.soares@toradex.com> > wifi: mwifiex: discard erroneous disassoc frames on STA interface > > Mathy Vanhoef <Mathy.Vanhoef@kuleuven.be> > wifi: prevent A-MSDU attacks in mesh networks > > Uwe Kleine-König <u.kleine-koenig@baylibre.com> > pwm: mediatek: Ensure to disable clocks in error path > > Uwe Kleine-König <u.kleine-koenig@baylibre.com> > pwm: Fix invalid state detection > > Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > pinctrl: qcom: msm: mark certain pins as invalid for interrupts > > Miquel Raynal <miquel.raynal@bootlin.com> > pinctrl: nuvoton: Fix boot on ma35dx platforms > > Håkon Bugge <haakon.bugge@oracle.com> > md/md-bitmap: fix GPF in bitmap_get_stats() > > Hugo Villeneuve <hvilleneuve@dimonoff.com> > gpiolib: fix performance regression when using gpio_chip_get_multiple() > > Haoxiang Li <haoxiang_li2024@163.com> > net: ethernet: rtsn: Fix a null pointer dereference in rtsn_probe() > > Guillaume Nault <gnault@redhat.com> > gre: Fix IPv6 multicast route creation. > > Jens Axboe <axboe@kernel.dk> > io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU > > Arun Raghavan <arun@asymptotic.io> > ASoC: fsl_sai: Force a software reset when starting in consumer mode > > Mark Brown <broonie@kernel.org> > arm64: Filter out SME hwcaps when FEAT_SME isn't implemented > > Edip Hazuri <edip@medip.dev> > ALSA: hda/realtek - Add mute LED support for HP Victus 15-fb2xxx > > Thorsten Blum <thorsten.blum@linux.dev> > ALSA: ad1816a: Fix potential NULL pointer deref in snd_card_ad1816a_pnp() > > Thomas Weißschuh <thomas.weissschuh@linutronix.de> > sched: Fix preemption string of preempt_dynamic_none > > Liam Merwick <liam.merwick@oracle.com> > KVM: Allow CPU to reschedule while setting per-page memory attributes > > Sean Christopherson <seanjc@google.com> > KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight > > Nikunj A Dadhania <nikunj@amd.com> > KVM: SVM: Add missing member in SNP_LAUNCH_START command structure > > Manuel Andreas <manuel.andreas@tum.de> > KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush > > David Woodhouse <dwmw@amazon.co.uk> > KVM: x86/xen: Allow 'out of range' event channel ports in IRQ routing table. > > JP Kobryn <inwardvessel@gmail.com> > x86/mce: Make sure CMCI banks are cleared during shutdown on Intel > > Yazen Ghannam <yazen.ghannam@amd.com> > x86/mce: Ensure user polling settings are honored when restarting timer > > Yazen Ghannam <yazen.ghannam@amd.com> > x86/mce: Don't remove sysfs if thresholding sysfs init fails > > Yazen Ghannam <yazen.ghannam@amd.com> > x86/mce/amd: Fix threshold limit reset > > Yazen Ghannam <yazen.ghannam@amd.com> > x86/mce/amd: Add default names for MCA banks and blocks > > Dan Carpenter <dan.carpenter@linaro.org> > ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() > > David Howells <dhowells@redhat.com> > rxrpc: Fix oops due to non-existence of prealloc backlog struct > > Eric Biggers <ebiggers@kernel.org> > crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2 > > David Howells <dhowells@redhat.com> > rxrpc: Fix bug due to prealloc collision > > Victor Nogueira <victor@mojatatu.com> > net/sched: Abort __tc_modify_qdisc if parent class does not exist > > Chintan Vankar <c-vankar@ti.com> > net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_info > > Yue Haibing <yuehaibing@huawei.com> > atm: clip: Fix NULL pointer dereference in vcc_sendmsg() > > Kuniyuki Iwashima <kuniyu@google.com> > atm: clip: Fix infinite recursive call of clip_push(). > > Kuniyuki Iwashima <kuniyu@google.com> > atm: clip: Fix memory leak of struct clip_vcc. > > Kuniyuki Iwashima <kuniyu@google.com> > atm: clip: Fix potential null-ptr-deref in to_atmarpd(). > > Oleksij Rempel <o.rempel@pengutronix.de> > net: phy: smsc: Fix link failure in forced mode with Auto-MDIX > > Oleksij Rempel <o.rempel@pengutronix.de> > net: phy: smsc: Force predictable MDI-X state on LAN87xx > > Oleksij Rempel <o.rempel@pengutronix.de> > net: phy: smsc: Fix Auto-MDIX configuration when disabled by strap > > EricChan <chenchuangyu@xiaomi.com> > net: stmmac: Fix interrupt handling for level-triggered mode in DWC_XGMAC2 > > Petr Pavlu <petr.pavlu@suse.com> > module: Fix memory deallocation on error path in move_module() > > Christophe JAILLET <christophe.jaillet@wanadoo.fr> > net: airoha: Fix an error handling path in airoha_probe() > > Michal Luczaj <mhal@rbox.co> > vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local` > > Michal Luczaj <mhal@rbox.co> > vsock: Fix transport_* TOCTOU > > Michal Luczaj <mhal@rbox.co> > vsock: Fix transport_{g2h,h2g} TOCTOU > > Jiayuan Chen <jiayuan.chen@linux.dev> > tcp: Correct signedness in skb remaining space calculation > > Kuniyuki Iwashima <kuniyu@google.com> > tipc: Fix use-after-free in tipc_conn_close(). > > Stefano Garzarella <sgarzare@redhat.com> > vsock: fix `vsock_proto` declaration > > Kuniyuki Iwashima <kuniyu@google.com> > netlink: Fix wraparounds of sk->sk_rmem_alloc. > > Luo Jie <quic_luoj@quicinc.com> > net: phy: qcom: qca808x: Fix WoL issue by utilizing at8031_set_wol() > > Luo Jie <quic_luoj@quicinc.com> > net: phy: qcom: move the WoL function to shared library > > Anshuman Khandual <anshuman.khandual@arm.com> > arm64/mm: Drop wrong writes into TCR2_EL1 > > Kevin Brodsky <kevin.brodsky@arm.com> > arm64: poe: Handle spurious Overlay faults > > Jason Xing <kernelxing@tencent.com> > bnxt_en: eliminate the compile warning in bnxt_request_irq due to CONFIG_RFS_ACCEL > > kuyo chang <kuyo.chang@mediatek.com> > sched/deadline: Fix dl_server runtime calculation formula > > Al Viro <viro@zeniv.linux.org.uk> > fix proc_sys_compare() handling of in-lookup dentries > > Mario Limonciello <mario.limonciello@amd.com> > pinctrl: amd: Clear GPIO debounce for suspend > > Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as connected > > Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handle > > Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > Bluetooth: hci_core: Remove check of BDADDR_ANY in hci_conn_hash_lookup_big_state > > Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > Bluetooth: hci_sync: Fix not disabling advertising instance > > Richard Fitzgerald <rf@opensource.cirrus.com> > ASoC: cs35l56: probe() should fail if the device ID is not recognized > > Peter Zijlstra <peterz@infradead.org> > perf: Revert to requiring CAP_SYS_ADMIN for uprobes > > Heiko Carstens <hca@linux.ibm.com> > objtool: Add missing endian conversion to read_annotate() > > Peter Zijlstra <peterz@infradead.org> > sched/core: Fix migrate_swap() vs. hotplug > > Nam Cao <namcao@linutronix.de> > irqchip/irq-msi-lib: Select CONFIG_GENERIC_MSI_IRQ > > Shiju Jose <shiju.jose@huawei.com> > EDAC: Initialize EDAC features sysfs attributes > > Luo Gengkun <luogengkun@huaweicloud.com> > perf/core: Fix the WARN_ON_ONCE is out of lock protected region > > Charles Keepax <ckeepax@opensource.cirrus.com> > ASoC: Intel: soc-acpi: arl: Correct order of cs42l43 matches > > Bard Liao <yung-chuan.liao@linux.intel.com> > ASoC: Intel: soc-acpi-intel-arl-match: set get_function_tplg_files ops > > Bard Liao <yung-chuan.liao@linux.intel.com> > ASoC: Intel: add sof_sdw_get_tplg_files ops > > Bard Liao <yung-chuan.liao@linux.intel.com> > ASoC: soc-acpi: add get_function_tplg_files ops > > Bard Liao <yung-chuan.liao@linux.intel.com> > ASoC: Intel: SND_SOC_INTEL_SOF_BOARD_HELPERS select SND_SOC_ACPI_INTEL_MATCH > > Shengjiu Wang <shengjiu.wang@nxp.com> > ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode > > Kaustabh Chakraborty <kauschluss@disroot.org> > drm/exynos: exynos7_drm_decon: add vblank check in IRQ handling > > Linus Torvalds <torvalds@linux-foundation.org> > eventpoll: don't decrement ep refcount while still holding the ep mutex > > > ------------- > > Diffstat: > > Documentation/bpf/map_hash.rst | 8 +- > Documentation/bpf/map_lru_hash_update.dot | 6 +- > .../bindings/clock/mediatek,mt8188-clock.yaml | 3 + > Makefile | 4 +- > arch/arm64/kernel/cpufeature.c | 57 +++-- > arch/arm64/kernel/process.c | 5 + > arch/arm64/mm/fault.c | 30 ++- > arch/arm64/mm/proc.S | 1 - > arch/riscv/kernel/vdso/vdso.lds.S | 2 +- > arch/s390/crypto/sha1_s390.c | 2 + > arch/s390/crypto/sha256_s390.c | 3 + > arch/s390/crypto/sha512_s390.c | 3 + > arch/um/drivers/vector_kern.c | 42 ++-- > arch/x86/Kconfig | 2 +- > arch/x86/coco/sev/core.c | 22 +- > arch/x86/include/asm/msr-index.h | 1 + > arch/x86/include/asm/sev.h | 17 +- > arch/x86/kernel/cpu/amd.c | 10 + > arch/x86/kernel/cpu/mce/amd.c | 28 ++- > arch/x86/kernel/cpu/mce/core.c | 24 +- > arch/x86/kernel/cpu/mce/intel.c | 1 + > arch/x86/kvm/hyperv.c | 3 + > arch/x86/kvm/svm/sev.c | 4 + > arch/x86/kvm/xen.c | 15 +- > drivers/acpi/battery.c | 19 +- > drivers/atm/idt77252.c | 5 + > drivers/block/nbd.c | 6 +- > drivers/block/ublk_drv.c | 3 +- > drivers/bluetooth/hci_qca.c | 13 +- > drivers/char/ipmi/ipmi_msghandler.c | 3 +- > drivers/clk/clk-scmi.c | 20 +- > drivers/clk/imx/clk-imx95-blk-ctl.c | 12 +- > drivers/edac/ecs.c | 4 +- > drivers/edac/mem_repair.c | 1 + > drivers/edac/scrub.c | 1 + > drivers/gpio/gpiolib.c | 5 +- > drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 8 + > drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | 8 + > drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 1 + > drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 43 ++-- > drivers/gpu/drm/drm_framebuffer.c | 31 ++- > drivers/gpu/drm/drm_gem.c | 74 +++++- > drivers/gpu/drm/drm_internal.h | 2 + > drivers/gpu/drm/exynos/exynos7_drm_decon.c | 4 + > drivers/gpu/drm/imagination/pvr_power.c | 4 +- > drivers/gpu/drm/nouveau/nouveau_debugfs.c | 6 +- > drivers/gpu/drm/nouveau/nouveau_debugfs.h | 5 +- > drivers/gpu/drm/nouveau/nouveau_drm.c | 4 +- > drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 20 +- > drivers/gpu/drm/tegra/nvdec.c | 6 +- > drivers/gpu/drm/ttm/ttm_bo_util.c | 13 +- > drivers/gpu/drm/xe/xe_gt_pagefault.c | 1 + > drivers/gpu/drm/xe/xe_lmtt.c | 11 + > drivers/gpu/drm/xe/xe_migrate.c | 2 +- > drivers/gpu/drm/xe/xe_pci.c | 1 - > drivers/gpu/drm/xe/xe_pm.c | 11 +- > drivers/hid/hid-ids.h | 6 + > drivers/hid/hid-lenovo.c | 8 + > drivers/hid/hid-multitouch.c | 8 +- > drivers/hid/hid-nintendo.c | 38 +++- > drivers/hid/hid-quirks.c | 3 + > drivers/irqchip/Kconfig | 1 + > drivers/md/md-bitmap.c | 3 +- > drivers/md/raid1.c | 4 +- > drivers/md/raid10.c | 12 +- > drivers/net/can/m_can/m_can.c | 2 +- > drivers/net/ethernet/airoha/airoha_eth.c | 1 + > drivers/net/ethernet/broadcom/bnxt/bnxt.c | 10 +- > drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c | 18 +- > drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c | 2 + > drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c | 2 +- > drivers/net/ethernet/ibm/ibmvnic.h | 8 +- > drivers/net/ethernet/mellanox/mlx5/core/en/fs.h | 9 +- > drivers/net/ethernet/mellanox/mlx5/core/en_dim.c | 4 +- > drivers/net/ethernet/mellanox/mlx5/core/en_fs.c | 2 +- > drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c | 1 + > drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 13 +- > drivers/net/ethernet/microsoft/mana/gdma_main.c | 3 + > drivers/net/ethernet/renesas/rtsn.c | 5 + > drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c | 24 +- > drivers/net/ethernet/ti/am65-cpsw-nuss.c | 4 +- > drivers/net/ethernet/wangxun/libwx/wx_lib.c | 16 +- > drivers/net/ethernet/wangxun/libwx/wx_type.h | 2 +- > drivers/net/ethernet/wangxun/ngbe/ngbe_main.c | 2 +- > drivers/net/ethernet/wangxun/ngbe/ngbe_type.h | 2 +- > drivers/net/ethernet/wangxun/txgbe/txgbe_irq.c | 4 +- > drivers/net/ethernet/wangxun/txgbe/txgbe_type.h | 4 +- > drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +- > drivers/net/phy/microchip.c | 3 +- > drivers/net/phy/qcom/at803x.c | 27 --- > drivers/net/phy/qcom/qca808x.c | 2 +- > drivers/net/phy/qcom/qcom-phy-lib.c | 25 ++ > drivers/net/phy/qcom/qcom.h | 5 + > drivers/net/phy/smsc.c | 57 ++++- > drivers/net/usb/qmi_wwan.c | 1 + > drivers/net/wireless/marvell/mwifiex/util.c | 4 +- > .../net/wireless/mediatek/mt76/mt76_connac_mcu.c | 6 +- > drivers/net/wireless/mediatek/mt76/mt7921/main.c | 3 + > drivers/net/wireless/mediatek/mt76/mt7925/init.c | 2 + > drivers/net/wireless/mediatek/mt76/mt7925/main.c | 6 + > drivers/net/wireless/mediatek/mt76/mt7925/mcu.c | 4 +- > drivers/net/wireless/mediatek/mt76/mt7925/regs.h | 2 +- > drivers/net/wireless/mediatek/mt76/mt7996/mac.c | 40 +--- > drivers/net/wireless/mediatek/mt76/mt7996/main.c | 5 +- > drivers/net/wireless/mediatek/mt76/mt7996/mcu.c | 188 ++++++++++----- > drivers/net/wireless/mediatek/mt76/mt7996/mt7996.h | 16 +- > drivers/net/wireless/ralink/rt2x00/rt2x00soc.c | 4 +- > drivers/net/wireless/ralink/rt2x00/rt2x00soc.h | 2 +- > drivers/net/wireless/zydas/zd1211rw/zd_mac.c | 6 +- > drivers/pci/pci-acpi.c | 23 +- > drivers/pinctrl/nuvoton/pinctrl-ma35.c | 10 +- > drivers/pinctrl/pinctrl-amd.c | 11 + > drivers/pinctrl/qcom/pinctrl-msm.c | 20 ++ > drivers/pwm/core.c | 2 +- > drivers/pwm/pwm-mediatek.c | 13 +- > drivers/tty/vt/vt.c | 1 + > drivers/usb/gadget/function/u_serial.c | 12 +- > fs/btrfs/free-space-tree.c | 16 +- > fs/erofs/data.c | 21 +- > fs/erofs/decompressor.c | 12 +- > fs/erofs/fileio.c | 6 +- > fs/erofs/internal.h | 6 +- > fs/erofs/zdata.c | 13 +- > fs/erofs/zmap.c | 9 +- > fs/eventpoll.c | 12 +- > fs/proc/inode.c | 2 +- > fs/proc/proc_sysctl.c | 18 +- > fs/proc/task_mmu.c | 14 +- > fs/smb/server/smb2pdu.c | 29 +-- > fs/smb/server/transport_rdma.c | 5 +- > fs/smb/server/vfs.c | 1 + > include/drm/drm_file.h | 3 + > include/drm/drm_framebuffer.h | 7 + > include/drm/spsc_queue.h | 4 +- > include/linux/blkdev.h | 5 + > include/linux/ieee80211.h | 45 +++- > include/linux/io_uring_types.h | 2 + > include/linux/mm.h | 5 + > include/linux/psp-sev.h | 2 + > include/net/af_vsock.h | 2 +- > include/net/bluetooth/hci_core.h | 3 +- > include/net/netfilter/nf_flow_table.h | 2 +- > include/sound/soc-acpi.h | 13 ++ > include/trace/events/erofs.h | 2 +- > io_uring/msg_ring.c | 4 +- > io_uring/opdef.c | 1 + > io_uring/zcrx.c | 3 - > kernel/bpf/bpf_lru_list.c | 9 +- > kernel/bpf/bpf_lru_list.h | 1 + > kernel/events/core.c | 6 +- > kernel/module/main.c | 4 +- > kernel/sched/core.c | 7 +- > kernel/sched/deadline.c | 10 +- > kernel/stop_machine.c | 20 +- > lib/alloc_tag.c | 3 + > lib/maple_tree.c | 1 + > mm/damon/core.c | 8 +- > mm/kasan/report.c | 45 +--- > mm/rmap.c | 46 ++-- > mm/vmalloc.c | 22 +- > net/appletalk/ddp.c | 1 + > net/atm/clip.c | 64 ++++-- > net/bluetooth/hci_event.c | 3 + > net/bluetooth/hci_sync.c | 4 +- > net/ipv4/tcp.c | 2 +- > net/ipv6/addrconf.c | 9 +- > net/mac80211/cfg.c | 14 ++ > net/mac80211/mlme.c | 7 +- > net/mac80211/parse.c | 6 +- > net/mac80211/util.c | 9 +- > net/netlink/af_netlink.c | 90 +++++--- > net/rxrpc/call_accept.c | 4 + > net/sched/sch_api.c | 23 +- > net/tipc/topsrv.c | 2 + > net/vmw_vsock/af_vsock.c | 57 ++++- > net/wireless/nl80211.c | 7 +- > net/wireless/util.c | 52 ++++- > samples/damon/prcl.c | 8 +- > samples/damon/wsse.c | 8 +- > scripts/gdb/linux/constants.py.in | 7 + > scripts/gdb/linux/interrupts.py | 16 +- > scripts/gdb/linux/mapletree.py | 252 +++++++++++++++++++++ > scripts/gdb/linux/vfs.py | 2 +- > scripts/gdb/linux/xarray.py | 28 +++ > sound/isa/ad1816a/ad1816a.c | 2 +- > sound/pci/hda/patch_realtek.c | 10 + > sound/soc/amd/yc/acp6x-mach.c | 7 + > sound/soc/codecs/cs35l56-shared.c | 2 +- > sound/soc/codecs/rt721-sdca.c | 23 +- > sound/soc/fsl/fsl_asrc.c | 3 +- > sound/soc/fsl/fsl_sai.c | 14 +- > sound/soc/intel/boards/Kconfig | 1 + > sound/soc/intel/common/Makefile | 2 +- > sound/soc/intel/common/soc-acpi-intel-arl-match.c | 21 +- > sound/soc/intel/common/sof-function-topology-lib.c | 136 +++++++++++ > sound/soc/intel/common/sof-function-topology-lib.h | 15 ++ > sound/soc/sof/intel/hda.c | 6 +- > tools/arch/x86/include/asm/msr-index.h | 1 + > tools/include/linux/kallsyms.h | 4 + > tools/objtool/check.c | 1 + > tools/testing/selftests/bpf/test_lru_map.c | 105 ++++----- > tools/testing/selftests/net/lib.sh | 2 +- > virt/kvm/kvm_main.c | 3 + > 203 files changed, 2012 insertions(+), 833 deletions(-) > > >
On Tue Jul 15, 2025 at 3:11 PM CEST, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Thu, 17 Jul 2025 13:07:32 +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.15.7-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.15.y > and the diffstat can be found below. > > thanks, > > greg k-h Thanks, build-tested on all Alpine Linux architectures and boot-tested on x86_64. No issues noticed. Tested-By: Achill Gilgenast <fossdd@pwned.life>
Hi Greg On Tue, Jul 15, 2025 at 10:50 PM Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Thu, 17 Jul 2025 13:07:32 +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.15.7-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.15.y > and the diffstat can be found below. > > thanks, > > greg k-h > 6.15.7-rc1 tested. Build successfully completed. Boot successfully completed. No dmesg regressions. Video output normal. Sound output normal. Lenovo ThinkPad X1 Carbon Gen10(Intel i7-1260P(x86_64) arch linux) [ 0.000000] Linux version 6.15.7-rc1rv-ge6001d5f7944 (takeshi@ThinkPadX1Gen10J0764) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Wed Jul 16 05:56:57 JST 2025 Thanks Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
On Tue, 15 Jul 2025 15:11:35 +0200 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Thu, 17 Jul 2025 13:07:32 +0000. > Anything received after that time might be too late. Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested for loongarch64: Tested-by: Miguel Ojeda <ojeda@kernel.org> Thanks! Cheers, Miguel
On Tue, Jul 15, 2025 at 03:11:35PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.15.7 release. > There are 192 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 Thu, 17 Jul 2025 13:07:32 +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.15.7-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.15.y > and the diffstat can be found below. > > thanks, > > greg k-h Tested rc1 against the Fedora build system (aarch64, ppc64le, s390x, x86_64), and boot tested x86_64. No regressions noted. Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
© 2016 - 2025 Red Hat, Inc.