Makefile | 4 +- arch/arm/boot/dts/imx6ul-imx6ull-opos6ul.dtsi | 3 + arch/arm64/kernel/proton-pack.c | 2 + arch/parisc/math-emu/driver.c | 16 +- arch/riscv/kernel/probes/uprobes.c | 10 +- arch/x86/events/intel/core.c | 2 +- arch/x86/include/asm/kexec.h | 18 +- arch/x86/include/asm/kvm-x86-ops.h | 1 + arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kernel/machine_kexec_64.c | 45 ++- arch/x86/kvm/svm/svm.c | 13 +- arch/x86/kvm/vmx/vmx.c | 11 +- arch/x86/kvm/x86.c | 3 + drivers/cpufreq/cpufreq.c | 42 ++- drivers/cpufreq/cpufreq_ondemand.c | 3 +- drivers/cpufreq/freq_table.c | 6 +- drivers/edac/altera_edac.c | 9 +- drivers/edac/altera_edac.h | 2 + drivers/firmware/arm_ffa/driver.c | 3 +- drivers/firmware/arm_scmi/bus.c | 3 + .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c | 417 ++++++++++++--------- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.h | 5 +- drivers/gpu/drm/meson/meson_vclk.c | 6 +- drivers/gpu/drm/nouveau/nouveau_fence.c | 2 +- drivers/i2c/busses/i2c-imx-lpi2c.c | 4 +- drivers/iommu/amd/init.c | 8 + drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 79 ++-- drivers/iommu/intel/iommu.c | 4 +- drivers/irqchip/irq-gic-v2m.c | 8 +- drivers/irqchip/irq-qcom-mpm.c | 3 + drivers/md/dm-bufio.c | 3 +- drivers/md/dm-integrity.c | 2 +- drivers/md/dm-table.c | 5 +- drivers/md/md.c | 27 +- drivers/md/md.h | 2 - drivers/md/raid0.c | 16 +- drivers/md/raid5.c | 41 +- drivers/mmc/host/renesas_sdhi_core.c | 10 +- drivers/net/dsa/ocelot/felix_vsc9959.c | 5 +- drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 9 +- drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 24 +- drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 11 +- drivers/net/ethernet/amd/xgbe/xgbe.h | 4 + drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c | 30 +- drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 36 +- drivers/net/ethernet/dlink/dl2k.c | 2 +- drivers/net/ethernet/dlink/dl2k.h | 2 +- drivers/net/ethernet/freescale/fec_main.c | 7 +- drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 2 +- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 82 ++-- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.c | 13 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 25 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 1 + drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c | 5 + drivers/net/ethernet/mediatek/mtk_star_emac.c | 13 +- .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 5 +- drivers/net/ethernet/mellanox/mlx5/core/rdma.c | 11 +- drivers/net/ethernet/mellanox/mlx5/core/rdma.h | 4 +- drivers/net/ethernet/microchip/lan743x_main.c | 8 +- drivers/net/ethernet/microchip/lan743x_main.h | 1 + drivers/net/ethernet/mscc/ocelot.c | 194 +++++++++- drivers/net/ethernet/mscc/ocelot_vcap.c | 1 + drivers/net/ethernet/vertexcom/mse102x.c | 36 +- drivers/net/phy/microchip.c | 46 +-- drivers/net/usb/rndis_host.c | 16 +- drivers/net/vxlan/vxlan_vnifilter.c | 8 +- .../net/wireless/broadcom/brcm80211/brcmfmac/usb.c | 6 +- drivers/net/wireless/purelifi/plfxlc/mac.c | 1 - drivers/nvme/host/tcp.c | 31 +- drivers/pci/controller/dwc/pci-imx6.c | 5 +- .../x86/intel/uncore-frequency/uncore-frequency.c | 13 +- fs/smb/server/auth.c | 14 +- fs/smb/server/smb2pdu.c | 5 - fs/xfs/libxfs/xfs_attr_remote.c | 1 - fs/xfs/libxfs/xfs_bmap.c | 130 +++++-- fs/xfs/libxfs/xfs_da_btree.c | 20 +- fs/xfs/libxfs/xfs_inode_buf.c | 49 ++- fs/xfs/libxfs/xfs_sb.c | 7 +- fs/xfs/scrub/attr.c | 5 + fs/xfs/xfs_aops.c | 54 +-- fs/xfs/xfs_attr_item.c | 88 ++++- fs/xfs/xfs_bmap_util.c | 65 ++-- fs/xfs/xfs_bmap_util.h | 2 +- fs/xfs/xfs_dquot.c | 1 - fs/xfs/xfs_icache.c | 2 +- fs/xfs/xfs_inode.c | 14 +- fs/xfs/xfs_iomap.c | 81 ++-- fs/xfs/xfs_reflink.c | 20 - fs/xfs/xfs_rtalloc.c | 2 - include/linux/cpufreq.h | 83 ++-- include/soc/mscc/ocelot_vcap.h | 2 + kernel/trace/trace.c | 5 +- mm/memcontrol.c | 9 + net/ipv4/udp_offload.c | 61 ++- net/sched/sch_drr.c | 16 +- net/sched/sch_ets.c | 17 +- net/sched/sch_hfsc.c | 10 +- net/sched/sch_htb.c | 2 + net/sched/sch_qfq.c | 18 +- sound/soc/codecs/ak4613.c | 4 +- sound/soc/soc-core.c | 36 +- sound/soc/soc-pcm.c | 5 +- sound/usb/format.c | 3 +- 103 files changed, 1480 insertions(+), 847 deletions(-)
This is the start of the stable review cycle for the 6.1.138 release.
There are 97 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 Fri, 09 May 2025 18:37:41 +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.1.138-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.1.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 6.1.138-rc1
Geert Uytterhoeven <geert+renesas@glider.be>
ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties
Rob Herring (Arm) <robh@kernel.org>
ASoC: Use of_property_read_bool()
Chris Bainbridge <chris.bainbridge@gmail.com>
drm/amd/display: Fix slab-use-after-free in hdcp
Mario Limonciello <mario.limonciello@amd.com>
drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcp
Bhawanpreet Lakha <bhawanpreet.lakha@amd.com>
drm/amd/display: Change HDCP update sequence for DM
Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
drm/amd/display: Clean up style problems in amdgpu_dm_hdcp.c
hersen wu <hersenxs.wu@amd.com>
drm/amd/display: phase2 enable mst hdcp multiple displays
Nicolin Chen <nicolinc@nvidia.com>
iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids
Jason Gunthorpe <jgg@ziepe.ca>
iommu/arm-smmu-v3: Use the new rb tree helpers
Björn Töpel <bjorn@rivosinc.com>
riscv: uprobes: Add missing fence.i after building the XOL buffer
Shakeel Butt <shakeel.butt@linux.dev>
memcg: drain obj stock on cpu hotplug teardown
Suzuki K Poulose <suzuki.poulose@arm.com>
irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode()
Thomas Gleixner <tglx@linutronix.de>
irqchip/gic-v2m: Mark a few functions __init
Christian Hewitt <christianshewitt@gmail.com>
Revert "drm/meson: vclk: fix calculation of 59.94 fractional rates"
Fiona Klute <fiona.klute@gmx.de>
net: phy: microchip: force IRQ polling mode for lan88xx
Sébastien Szymanski <sebastien.szymanski@armadeus.com>
ARM: dts: opos6ul: add ksz8081 phy properties
Sudeep Holla <sudeep.holla@arm.com>
firmware: arm_ffa: Skip Rx buffer ownership release if not acquired
Cristian Marussi <cristian.marussi@arm.com>
firmware: arm_scmi: Balance device refcount when destroying devices
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Revert "x86/kexec: Allocate PGD for x86_64 transition page tables separately"
Cong Wang <xiyou.wangcong@gmail.com>
sch_ets: make est_qlen_notify() idempotent
Cong Wang <xiyou.wangcong@gmail.com>
sch_qfq: make qfq_qlen_notify() idempotent
Cong Wang <xiyou.wangcong@gmail.com>
sch_hfsc: make hfsc_qlen_notify() idempotent
Cong Wang <xiyou.wangcong@gmail.com>
sch_drr: make drr_qlen_notify() idempotent
Cong Wang <xiyou.wangcong@gmail.com>
sch_htb: make htb_qlen_notify() idempotent
Richard Zhu <hongxing.zhu@nxp.com>
PCI: imx6: Skip controller_id generation logic for i.MX7D
Yu Kuai <yukuai3@huawei.com>
md: move initialization and destruction of 'io_acct_set' to md.c
Stefan Wahren <wahrenst@gmx.net>
net: vertexcom: mse102x: Fix RX error handling
Stefan Wahren <wahrenst@gmx.net>
net: vertexcom: mse102x: Add range check for CMD_RTS
Stefan Wahren <wahrenst@gmx.net>
net: vertexcom: mse102x: Fix LEN_MASK
Stefan Wahren <wahrenst@gmx.net>
net: vertexcom: mse102x: Fix possible stuck of SPI interrupt
Jian Shen <shenjian15@huawei.com>
net: hns3: defer calling ptp_clock_register()
Hao Lan <lanhao@huawei.com>
net: hns3: fixed debugfs tm_qset size
Yonglong Liu <liuyonglong@huawei.com>
net: hns3: fix an interrupt residual problem
Jian Shen <shenjian15@huawei.com>
net: hns3: store rx VLAN tag offload state for VF
Mattias Barthel <mattias.barthel@atlascopco.com>
net: fec: ERR007885 Workaround for conventional TX
Thangaraj Samynathan <thangaraj.s@microchip.com>
net: lan743x: Fix memleak issue when GSO enabled
Michael Liang <mliang@purestorage.com>
nvme-tcp: fix premature queue removal and I/O failover
Michael Chan <michael.chan@broadcom.com>
bnxt_en: Fix ethtool -d byte order for 32-bit values
Shruti Parab <shruti.parab@broadcom.com>
bnxt_en: Fix out-of-bound memcpy() during ethtool -w
Shruti Parab <shruti.parab@broadcom.com>
bnxt_en: Fix coredump logic to free allocated buffer
Felix Fietkau <nbd@nbd.name>
net: ipv6: fix UDPv6 GSO segmentation with NAT
Vladimir Oltean <vladimir.oltean@nxp.com>
net: dsa: felix: fix broken taprio gate states after clock jump
Simon Horman <horms@kernel.org>
net: dlink: Correct endianness handling of led_mode
Xuanqiang Luo <luoxuanqiang@kylinos.cn>
ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()
Victor Nogueira <victor@mojatatu.com>
net_sched: qfq: Fix double list add in class with netem as child qdisc
Victor Nogueira <victor@mojatatu.com>
net_sched: ets: Fix double list add in class with netem as child qdisc
Victor Nogueira <victor@mojatatu.com>
net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc
Victor Nogueira <victor@mojatatu.com>
net_sched: drr: Fix double list add in class with netem as child qdisc
Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
net: ethernet: mtk-star-emac: rearm interrupts in rx_poll only when advised
Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
net: ethernet: mtk-star-emac: fix spinlock recursion issues on rx/tx poll
Vladimir Oltean <vladimir.oltean@nxp.com>
net: mscc: ocelot: delete PVID VLAN when readding it as non-PVID
Vladimir Oltean <vladimir.oltean@nxp.com>
net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untagged
Chris Mi <cmi@nvidia.com>
net/mlx5: E-switch, Fix error handling for enabling roce
Maor Gottlieb <maorg@nvidia.com>
net/mlx5: E-Switch, Initialize MAC Address for Default GID
Ido Schimmel <idosch@nvidia.com>
vxlan: vnifilter: Fix unlocked deletion of default FDB entry
Murad Masimov <m.masimov@mt-integration.ru>
wifi: plfxlc: Remove erroneous assert in plfxlc_mac_release
Sheetal <sheetal@nvidia.com>
ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence
LongPing Wei <weilongping@oppo.com>
dm-bufio: don't schedule in atomic context
Sean Christopherson <seanjc@google.com>
KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
Darrick J. Wong <djwong@kernel.org>
xfs: restrict when we try to align cow fork delalloc to cowextsz hints
Darrick J. Wong <djwong@kernel.org>
xfs: allow unlinked symlinks and dirs with zero size
Christoph Hellwig <hch@lst.de>
xfs: fix freeing speculative preallocations for preallocated files
Wengang Wang <wen.gang.wang@oracle.com>
xfs: make sure sb_fdblocks is non-negative
Darrick J. Wong <djwong@kernel.org>
xfs: allow symlinks with short remote targets
Zhang Yi <yi.zhang@huawei.com>
xfs: convert delayed extents to unwritten when zeroing post eof blocks
Zhang Yi <yi.zhang@huawei.com>
xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
Zhang Yi <yi.zhang@huawei.com>
xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
Zhang Yi <yi.zhang@huawei.com>
xfs: match lock mode in xfs_buffered_write_iomap_begin()
Darrick J. Wong <djwong@kernel.org>
xfs: revert commit 44af6c7e59b12
Darrick J. Wong <djwong@kernel.org>
xfs: validate recovered name buffers when recovering xattr items
Darrick J. Wong <djwong@kernel.org>
xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
Darrick J. Wong <djwong@kernel.org>
xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
Christoph Hellwig <hch@lst.de>
xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
Christoph Hellwig <hch@lst.de>
xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
Christoph Hellwig <hch@lst.de>
xfs: fix error returns from xfs_bmapi_write
Jeongjun Park <aha310510@gmail.com>
tracing: Fix oob write in trace_seq_to_buffer()
Rafael J. Wysocki <rafael.j.wysocki@intel.com>
cpufreq: Fix setting policy limits when frequency tables are used
Rafael J. Wysocki <rafael.j.wysocki@intel.com>
cpufreq: Avoid using inconsistent policy->min and policy->max
Sean Heelan <seanheelan@gmail.com>
ksmbd: fix use-after-free in kerberos authentication
Shouye Liu <shouyeliu@tencent.com>
platform/x86/intel-uncore-freq: Fix missing uncore sysfs during CPU hotplug
Mingcong Bai <jeffbai@aosc.io>
iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)
Pavel Paklov <Pavel.Paklov@cyberprotect.ru>
iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid
Benjamin Marzinski <bmarzins@redhat.com>
dm: always update the array size in realloc_argv on success
Mikulas Patocka <mpatocka@redhat.com>
dm-integrity: fix a warning on invalid table line
Wentao Liang <vulab@iscas.ac.cn>
wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage()
Ruslan Piasetskyi <ruslan.piasetskyi@gmail.com>
mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe
Stephan Gerhold <stephan.gerhold@linaro.org>
irqchip/qcom-mpm: Prevent crash when trying to handle non-wake GPIOs
Vishal Badole <Vishal.Badole@amd.com>
amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offload
Sean Christopherson <seanjc@google.com>
perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value.
Helge Deller <deller@gmx.de>
parisc: Fix double SIGFPE crash
Will Deacon <will@kernel.org>
arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays
Clark Wang <xiaoning.wang@nxp.com>
i2c: imx-lpi2c: Fix clock count when probe defers
Niravkumar L Rabara <niravkumar.l.rabara@altera.com>
EDAC/altera: Set DDR and SDMMC interrupt mask before registration
Niravkumar L Rabara <niravkumar.l.rabara@altera.com>
EDAC/altera: Test the correct error reg offset
Philipp Stanner <phasta@kernel.org>
drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill()
Joachim Priesner <joachim.priesner@web.de>
ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset
Christian Heusel <christian@heusel.eu>
Revert "rndis_host: Flag RNDIS modems as WWAN devices"
-------------
Diffstat:
Makefile | 4 +-
arch/arm/boot/dts/imx6ul-imx6ull-opos6ul.dtsi | 3 +
arch/arm64/kernel/proton-pack.c | 2 +
arch/parisc/math-emu/driver.c | 16 +-
arch/riscv/kernel/probes/uprobes.c | 10 +-
arch/x86/events/intel/core.c | 2 +-
arch/x86/include/asm/kexec.h | 18 +-
arch/x86/include/asm/kvm-x86-ops.h | 1 +
arch/x86/include/asm/kvm_host.h | 1 +
arch/x86/kernel/machine_kexec_64.c | 45 ++-
arch/x86/kvm/svm/svm.c | 13 +-
arch/x86/kvm/vmx/vmx.c | 11 +-
arch/x86/kvm/x86.c | 3 +
drivers/cpufreq/cpufreq.c | 42 ++-
drivers/cpufreq/cpufreq_ondemand.c | 3 +-
drivers/cpufreq/freq_table.c | 6 +-
drivers/edac/altera_edac.c | 9 +-
drivers/edac/altera_edac.h | 2 +
drivers/firmware/arm_ffa/driver.c | 3 +-
drivers/firmware/arm_scmi/bus.c | 3 +
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c | 417 ++++++++++++---------
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.h | 5 +-
drivers/gpu/drm/meson/meson_vclk.c | 6 +-
drivers/gpu/drm/nouveau/nouveau_fence.c | 2 +-
drivers/i2c/busses/i2c-imx-lpi2c.c | 4 +-
drivers/iommu/amd/init.c | 8 +
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 79 ++--
drivers/iommu/intel/iommu.c | 4 +-
drivers/irqchip/irq-gic-v2m.c | 8 +-
drivers/irqchip/irq-qcom-mpm.c | 3 +
drivers/md/dm-bufio.c | 3 +-
drivers/md/dm-integrity.c | 2 +-
drivers/md/dm-table.c | 5 +-
drivers/md/md.c | 27 +-
drivers/md/md.h | 2 -
drivers/md/raid0.c | 16 +-
drivers/md/raid5.c | 41 +-
drivers/mmc/host/renesas_sdhi_core.c | 10 +-
drivers/net/dsa/ocelot/felix_vsc9959.c | 5 +-
drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 9 +-
drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 24 +-
drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 11 +-
drivers/net/ethernet/amd/xgbe/xgbe.h | 4 +
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c | 30 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 36 +-
drivers/net/ethernet/dlink/dl2k.c | 2 +-
drivers/net/ethernet/dlink/dl2k.h | 2 +-
drivers/net/ethernet/freescale/fec_main.c | 7 +-
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 2 +-
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 82 ++--
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.c | 13 +-
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 25 +-
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 1 +
drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c | 5 +
drivers/net/ethernet/mediatek/mtk_star_emac.c | 13 +-
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 5 +-
drivers/net/ethernet/mellanox/mlx5/core/rdma.c | 11 +-
drivers/net/ethernet/mellanox/mlx5/core/rdma.h | 4 +-
drivers/net/ethernet/microchip/lan743x_main.c | 8 +-
drivers/net/ethernet/microchip/lan743x_main.h | 1 +
drivers/net/ethernet/mscc/ocelot.c | 194 +++++++++-
drivers/net/ethernet/mscc/ocelot_vcap.c | 1 +
drivers/net/ethernet/vertexcom/mse102x.c | 36 +-
drivers/net/phy/microchip.c | 46 +--
drivers/net/usb/rndis_host.c | 16 +-
drivers/net/vxlan/vxlan_vnifilter.c | 8 +-
.../net/wireless/broadcom/brcm80211/brcmfmac/usb.c | 6 +-
drivers/net/wireless/purelifi/plfxlc/mac.c | 1 -
drivers/nvme/host/tcp.c | 31 +-
drivers/pci/controller/dwc/pci-imx6.c | 5 +-
.../x86/intel/uncore-frequency/uncore-frequency.c | 13 +-
fs/smb/server/auth.c | 14 +-
fs/smb/server/smb2pdu.c | 5 -
fs/xfs/libxfs/xfs_attr_remote.c | 1 -
fs/xfs/libxfs/xfs_bmap.c | 130 +++++--
fs/xfs/libxfs/xfs_da_btree.c | 20 +-
fs/xfs/libxfs/xfs_inode_buf.c | 49 ++-
fs/xfs/libxfs/xfs_sb.c | 7 +-
fs/xfs/scrub/attr.c | 5 +
fs/xfs/xfs_aops.c | 54 +--
fs/xfs/xfs_attr_item.c | 88 ++++-
fs/xfs/xfs_bmap_util.c | 65 ++--
fs/xfs/xfs_bmap_util.h | 2 +-
fs/xfs/xfs_dquot.c | 1 -
fs/xfs/xfs_icache.c | 2 +-
fs/xfs/xfs_inode.c | 14 +-
fs/xfs/xfs_iomap.c | 81 ++--
fs/xfs/xfs_reflink.c | 20 -
fs/xfs/xfs_rtalloc.c | 2 -
include/linux/cpufreq.h | 83 ++--
include/soc/mscc/ocelot_vcap.h | 2 +
kernel/trace/trace.c | 5 +-
mm/memcontrol.c | 9 +
net/ipv4/udp_offload.c | 61 ++-
net/sched/sch_drr.c | 16 +-
net/sched/sch_ets.c | 17 +-
net/sched/sch_hfsc.c | 10 +-
net/sched/sch_htb.c | 2 +
net/sched/sch_qfq.c | 18 +-
sound/soc/codecs/ak4613.c | 4 +-
sound/soc/soc-core.c | 36 +-
sound/soc/soc-pcm.c | 5 +-
sound/usb/format.c | 3 +-
103 files changed, 1480 insertions(+), 847 deletions(-)
On 5/7/25 12:38, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.1.138 release. > There are 97 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 Fri, 09 May 2025 18:37:41 +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.1.138-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.1.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
On 5/7/2025 8:38 PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.1.138 release. > There are 97 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 Fri, 09 May 2025 18:37:41 +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.1.138-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.1.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 Wed, 07 May 2025 20:38:35 +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.138 release.
> There are 97 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 Fri, 09 May 2025 18:37:41 +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.1.138-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.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
Failures detected for Tegra ...
Test results for stable-v6.1:
10 builds: 10 pass, 0 fail
28 boots: 28 pass, 0 fail
115 tests: 109 pass, 6 fail
Linux version: 6.1.138-rc1-gca7b19b902b8
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
Test failures: tegra186-p2771-0000: cpu-hotplug
tegra194-p2972-0000: pm-system-suspend.sh
tegra210-p2371-2180: cpu-hotplug
tegra210-p3450-0000: cpu-hotplug
Jon
Hi Greg, On 08/05/2025 10:45, Jon Hunter wrote: > On Wed, 07 May 2025 20:38:35 +0200, Greg Kroah-Hartman wrote: >> This is the start of the stable review cycle for the 6.1.138 release. >> There are 97 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 Fri, 09 May 2025 18:37:41 +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.1.138-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.1.y >> and the diffstat can be found below. >> >> thanks, >> >> greg k-h > > Failures detected for Tegra ... > > Test results for stable-v6.1: > 10 builds: 10 pass, 0 fail > 28 boots: 28 pass, 0 fail > 115 tests: 109 pass, 6 fail > > Linux version: 6.1.138-rc1-gca7b19b902b8 > 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 > > Test failures: tegra186-p2771-0000: cpu-hotplug > tegra194-p2972-0000: pm-system-suspend.sh > tegra210-p2371-2180: cpu-hotplug > tegra210-p3450-0000: cpu-hotplug I am seeing some crashes like the following ... [ 212.540298] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000 [ 212.549130] Mem abort info: [ 212.552008] ESR = 0x0000000096000004 [ 212.555822] EC = 0x25: DABT (current EL), IL = 32 bits [ 212.561151] SET = 0, FnV = 0 [ 212.564213] EA = 0, S1PTW = 0 [ 212.567361] FSC = 0x04: level 0 translation fault [ 212.572246] Data abort info: [ 212.575137] ISV = 0, ISS = 0x00000004 [ 212.578980] CM = 0, WnR = 0 [ 212.581945] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000103824000 [ 212.588394] [0000000000000000] pgd=0000000000000000, p4d=0000000000000000 [ 212.595199] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP [ 212.601465] Modules linked in: snd_soc_tegra210_mixer snd_soc_tegra210_ope snd_soc_tegra186_asrc snd_soc_tegra210_adx snd_soc_tegra210_amx snd_soc_tegra210_mvc snd_soc_tegra210_sfc snd_soc_tegra210_admaif snd_soc_tegra186_dspk snd_soc_tegra210_dmic snd_soc_tegra_pcm snd_soc_tegra210_i2s tegra_drm drm_dp_aux_bus cec drm_display_helper drm_kms_helper snd_soc_tegra210_ahub tegra210_adma drm snd_soc_tegra_audio_graph_card snd_soc_audio_graph_card crct10dif_ce snd_soc_simple_card_utils at24 tegra_bpmp_thermal tegra_aconnect snd_hda_codec_hdmi snd_hda_tegra snd_hda_codec snd_hda_core tegra_xudc host1x ina3221 ip_tables x_tables ipv6 [ 212.657003] CPU: 0 PID: 44 Comm: kworker/0:1 Tainted: G S 6.1.138-rc1-gca7b19b902b8 #1 [ 212.666306] Hardware name: NVIDIA Jetson TX2 Developer Kit (DT) [ 212.672221] Workqueue: events work_for_cpu_fn [ 212.676588] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 212.683546] pc : percpu_ref_put_many.constprop.0+0x18/0xe0 [ 212.689036] lr : percpu_ref_put_many.constprop.0+0x18/0xe0 [ 212.694520] sp : ffff80000a5fbc70 [ 212.697832] x29: ffff80000a5fbc70 x28: ffff800009ba3750 x27: 0000000000000000 [ 212.704970] x26: 0000000000000001 x25: 0000000000000028 x24: 0000000000000000 [ 212.712105] x23: ffff8001eb1a1000 x22: 0000000000000001 x21: 0000000000000000 [ 212.719240] x20: 0000000000000000 x19: 0000000000000000 x18: ffffffffffffffff [ 212.726376] x17: 00000000000000a1 x16: 0000000000000001 x15: fffffc0002017800 [ 212.733510] x14: 00000000fffffffe x13: dead000000000100 x12: dead000000000122 [ 212.740645] x11: 0000000000000001 x10: 00000000f0000080 x9 : 0000000000000000 [ 212.747780] x8 : ffff80000a5fbc98 x7 : 00000000ffffffff x6 : ffff80000a19c410 [ 212.754914] x5 : ffff0001f4d44750 x4 : 0000000000000000 x3 : 0000000000000000 [ 212.762048] x2 : ffff8001eb1a1000 x1 : ffff000080a48ec0 x0 : 0000000000000001 [ 212.769184] Call trace: [ 212.771628] percpu_ref_put_many.constprop.0+0x18/0xe0 [ 212.776769] memcg_hotplug_cpu_dead+0x60/0x90 [ 212.781127] cpuhp_invoke_callback+0x118/0x230 [ 212.785574] _cpu_down+0x180/0x3b0 [ 212.788981] __cpu_down_maps_locked+0x18/0x30 [ 212.793339] work_for_cpu_fn+0x1c/0x30 [ 212.797086] process_one_work+0x1cc/0x320 [ 212.801097] worker_thread+0x2c8/0x450 [ 212.804846] kthread+0x10c/0x110 [ 212.808075] ret_from_fork+0x10/0x20 [ 212.811657] Code: 910003fd f9000bf3 aa0003f3 97f9c873 (f9400260) [ 212.817745] ---[ end trace 0000000000000000 ]--- I will kick off a bisect now. Jon -- nvpublic
On 08/05/2025 10:48, Jon Hunter wrote:
> Hi Greg,
>
> On 08/05/2025 10:45, Jon Hunter wrote:
>> On Wed, 07 May 2025 20:38:35 +0200, Greg Kroah-Hartman wrote:
>>> This is the start of the stable review cycle for the 6.1.138 release.
>>> There are 97 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 Fri, 09 May 2025 18:37:41 +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.1.138-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.1.y
>>> and the diffstat can be found below.
>>>
>>> thanks,
>>>
>>> greg k-h
>>
>> Failures detected for Tegra ...
>>
>> Test results for stable-v6.1:
>> 10 builds: 10 pass, 0 fail
>> 28 boots: 28 pass, 0 fail
>> 115 tests: 109 pass, 6 fail
>>
>> Linux version: 6.1.138-rc1-gca7b19b902b8
>> 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
>>
>> Test failures: tegra186-p2771-0000: cpu-hotplug
>> tegra194-p2972-0000: pm-system-suspend.sh
>> tegra210-p2371-2180: cpu-hotplug
>> tegra210-p3450-0000: cpu-hotplug
>
>
> I am seeing some crashes like the following ...
>
> [ 212.540298] Unable to handle kernel NULL pointer dereference at
> virtual address 0000000000000000
> [ 212.549130] Mem abort info:
> [ 212.552008] ESR = 0x0000000096000004
> [ 212.555822] EC = 0x25: DABT (current EL), IL = 32 bits
> [ 212.561151] SET = 0, FnV = 0
> [ 212.564213] EA = 0, S1PTW = 0
> [ 212.567361] FSC = 0x04: level 0 translation fault
> [ 212.572246] Data abort info:
> [ 212.575137] ISV = 0, ISS = 0x00000004
> [ 212.578980] CM = 0, WnR = 0
> [ 212.581945] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000103824000
> [ 212.588394] [0000000000000000] pgd=0000000000000000,
> p4d=0000000000000000
> [ 212.595199] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP
> [ 212.601465] Modules linked in: snd_soc_tegra210_mixer
> snd_soc_tegra210_ope snd_soc_tegra186_asrc snd_soc_tegra210_adx
> snd_soc_tegra210_amx snd_soc_tegra210_mvc snd_soc_tegra210_sfc
> snd_soc_tegra210_admaif snd_soc_tegra186_dspk snd_soc_tegra210_dmic
> snd_soc_tegra_pcm snd_soc_tegra210_i2s tegra_drm drm_dp_aux_bus cec
> drm_display_helper drm_kms_helper snd_soc_tegra210_ahub tegra210_adma
> drm snd_soc_tegra_audio_graph_card snd_soc_audio_graph_card crct10dif_ce
> snd_soc_simple_card_utils at24 tegra_bpmp_thermal tegra_aconnect
> snd_hda_codec_hdmi snd_hda_tegra snd_hda_codec snd_hda_core tegra_xudc
> host1x ina3221 ip_tables x_tables ipv6
> [ 212.657003] CPU: 0 PID: 44 Comm: kworker/0:1 Tainted: G
> S 6.1.138-rc1-gca7b19b902b8 #1
> [ 212.666306] Hardware name: NVIDIA Jetson TX2 Developer Kit (DT)
> [ 212.672221] Workqueue: events work_for_cpu_fn
> [ 212.676588] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS
> BTYPE=--)
> [ 212.683546] pc : percpu_ref_put_many.constprop.0+0x18/0xe0
> [ 212.689036] lr : percpu_ref_put_many.constprop.0+0x18/0xe0
> [ 212.694520] sp : ffff80000a5fbc70
> [ 212.697832] x29: ffff80000a5fbc70 x28: ffff800009ba3750 x27:
> 0000000000000000
> [ 212.704970] x26: 0000000000000001 x25: 0000000000000028 x24:
> 0000000000000000
> [ 212.712105] x23: ffff8001eb1a1000 x22: 0000000000000001 x21:
> 0000000000000000
> [ 212.719240] x20: 0000000000000000 x19: 0000000000000000 x18:
> ffffffffffffffff
> [ 212.726376] x17: 00000000000000a1 x16: 0000000000000001 x15:
> fffffc0002017800
> [ 212.733510] x14: 00000000fffffffe x13: dead000000000100 x12:
> dead000000000122
> [ 212.740645] x11: 0000000000000001 x10: 00000000f0000080 x9 :
> 0000000000000000
> [ 212.747780] x8 : ffff80000a5fbc98 x7 : 00000000ffffffff x6 :
> ffff80000a19c410
> [ 212.754914] x5 : ffff0001f4d44750 x4 : 0000000000000000 x3 :
> 0000000000000000
> [ 212.762048] x2 : ffff8001eb1a1000 x1 : ffff000080a48ec0 x0 :
> 0000000000000001
> [ 212.769184] Call trace:
> [ 212.771628] percpu_ref_put_many.constprop.0+0x18/0xe0
> [ 212.776769] memcg_hotplug_cpu_dead+0x60/0x90
> [ 212.781127] cpuhp_invoke_callback+0x118/0x230
> [ 212.785574] _cpu_down+0x180/0x3b0
> [ 212.788981] __cpu_down_maps_locked+0x18/0x30
> [ 212.793339] work_for_cpu_fn+0x1c/0x30
> [ 212.797086] process_one_work+0x1cc/0x320
> [ 212.801097] worker_thread+0x2c8/0x450
> [ 212.804846] kthread+0x10c/0x110
> [ 212.808075] ret_from_fork+0x10/0x20
> [ 212.811657] Code: 910003fd f9000bf3 aa0003f3 97f9c873 (f9400260)
> [ 212.817745] ---[ end trace 0000000000000000 ]---
>
> I will kick off a bisect now.
I wonder if it is this old chestnut again ...
Shakeel Butt <shakeel.butt@linux.dev>
memcg: drain obj stock on cpu hotplug teardown
I will try that first.
Jon
--
nvpublic
On Thu, May 08, 2025 at 10:52:59AM +0100, Jon Hunter wrote: > > On 08/05/2025 10:48, Jon Hunter wrote: > > Hi Greg, > > > > On 08/05/2025 10:45, Jon Hunter wrote: > > > On Wed, 07 May 2025 20:38:35 +0200, Greg Kroah-Hartman wrote: > > > > This is the start of the stable review cycle for the 6.1.138 release. > > > > There are 97 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 Fri, 09 May 2025 18:37:41 +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.1.138-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.1.y > > > > and the diffstat can be found below. > > > > > > > > thanks, > > > > > > > > greg k-h > > > > > > Failures detected for Tegra ... > > > > > > Test results for stable-v6.1: > > > 10 builds: 10 pass, 0 fail > > > 28 boots: 28 pass, 0 fail > > > 115 tests: 109 pass, 6 fail > > > > > > Linux version: 6.1.138-rc1-gca7b19b902b8 > > > 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 > > > > > > Test failures: tegra186-p2771-0000: cpu-hotplug > > > tegra194-p2972-0000: pm-system-suspend.sh > > > tegra210-p2371-2180: cpu-hotplug > > > tegra210-p3450-0000: cpu-hotplug > > > > > > I am seeing some crashes like the following ... > > > > [ 212.540298] Unable to handle kernel NULL pointer dereference at > > virtual address 0000000000000000 > > [ 212.549130] Mem abort info: > > [ 212.552008] ESR = 0x0000000096000004 > > [ 212.555822] EC = 0x25: DABT (current EL), IL = 32 bits > > [ 212.561151] SET = 0, FnV = 0 > > [ 212.564213] EA = 0, S1PTW = 0 > > [ 212.567361] FSC = 0x04: level 0 translation fault > > [ 212.572246] Data abort info: > > [ 212.575137] ISV = 0, ISS = 0x00000004 > > [ 212.578980] CM = 0, WnR = 0 > > [ 212.581945] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000103824000 > > [ 212.588394] [0000000000000000] pgd=0000000000000000, > > p4d=0000000000000000 > > [ 212.595199] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP > > [ 212.601465] Modules linked in: snd_soc_tegra210_mixer > > snd_soc_tegra210_ope snd_soc_tegra186_asrc snd_soc_tegra210_adx > > snd_soc_tegra210_amx snd_soc_tegra210_mvc snd_soc_tegra210_sfc > > snd_soc_tegra210_admaif snd_soc_tegra186_dspk snd_soc_tegra210_dmic > > snd_soc_tegra_pcm snd_soc_tegra210_i2s tegra_drm drm_dp_aux_bus cec > > drm_display_helper drm_kms_helper snd_soc_tegra210_ahub tegra210_adma > > drm snd_soc_tegra_audio_graph_card snd_soc_audio_graph_card crct10dif_ce > > snd_soc_simple_card_utils at24 tegra_bpmp_thermal tegra_aconnect > > snd_hda_codec_hdmi snd_hda_tegra snd_hda_codec snd_hda_core tegra_xudc > > host1x ina3221 ip_tables x_tables ipv6 > > [ 212.657003] CPU: 0 PID: 44 Comm: kworker/0:1 Tainted: G > > S 6.1.138-rc1-gca7b19b902b8 #1 > > [ 212.666306] Hardware name: NVIDIA Jetson TX2 Developer Kit (DT) > > [ 212.672221] Workqueue: events work_for_cpu_fn > > [ 212.676588] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS > > BTYPE=--) > > [ 212.683546] pc : percpu_ref_put_many.constprop.0+0x18/0xe0 > > [ 212.689036] lr : percpu_ref_put_many.constprop.0+0x18/0xe0 > > [ 212.694520] sp : ffff80000a5fbc70 > > [ 212.697832] x29: ffff80000a5fbc70 x28: ffff800009ba3750 x27: > > 0000000000000000 > > [ 212.704970] x26: 0000000000000001 x25: 0000000000000028 x24: > > 0000000000000000 > > [ 212.712105] x23: ffff8001eb1a1000 x22: 0000000000000001 x21: > > 0000000000000000 > > [ 212.719240] x20: 0000000000000000 x19: 0000000000000000 x18: > > ffffffffffffffff > > [ 212.726376] x17: 00000000000000a1 x16: 0000000000000001 x15: > > fffffc0002017800 > > [ 212.733510] x14: 00000000fffffffe x13: dead000000000100 x12: > > dead000000000122 > > [ 212.740645] x11: 0000000000000001 x10: 00000000f0000080 x9 : > > 0000000000000000 > > [ 212.747780] x8 : ffff80000a5fbc98 x7 : 00000000ffffffff x6 : > > ffff80000a19c410 > > [ 212.754914] x5 : ffff0001f4d44750 x4 : 0000000000000000 x3 : > > 0000000000000000 > > [ 212.762048] x2 : ffff8001eb1a1000 x1 : ffff000080a48ec0 x0 : > > 0000000000000001 > > [ 212.769184] Call trace: > > [ 212.771628] percpu_ref_put_many.constprop.0+0x18/0xe0 > > [ 212.776769] memcg_hotplug_cpu_dead+0x60/0x90 > > [ 212.781127] cpuhp_invoke_callback+0x118/0x230 > > [ 212.785574] _cpu_down+0x180/0x3b0 > > [ 212.788981] __cpu_down_maps_locked+0x18/0x30 > > [ 212.793339] work_for_cpu_fn+0x1c/0x30 > > [ 212.797086] process_one_work+0x1cc/0x320 > > [ 212.801097] worker_thread+0x2c8/0x450 > > [ 212.804846] kthread+0x10c/0x110 > > [ 212.808075] ret_from_fork+0x10/0x20 > > [ 212.811657] Code: 910003fd f9000bf3 aa0003f3 97f9c873 (f9400260) > > [ 212.817745] ---[ end trace 0000000000000000 ]--- > > > > I will kick off a bisect now. > > > I wonder if it is this old chestnut again ... > > Shakeel Butt <shakeel.butt@linux.dev> > memcg: drain obj stock on cpu hotplug teardown > > I will try that first. Argh, that one keeps slipping back in. I'll go drop it from here, and 6.6.y as I don't see what would have fixed it from before. thanks, greg k-h
On 08/05/2025 12:24, Greg Kroah-Hartman wrote: > On Thu, May 08, 2025 at 10:52:59AM +0100, Jon Hunter wrote: >> >> On 08/05/2025 10:48, Jon Hunter wrote: >>> Hi Greg, >>> >>> On 08/05/2025 10:45, Jon Hunter wrote: >>>> On Wed, 07 May 2025 20:38:35 +0200, Greg Kroah-Hartman wrote: >>>>> This is the start of the stable review cycle for the 6.1.138 release. >>>>> There are 97 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 Fri, 09 May 2025 18:37:41 +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.1.138-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.1.y >>>>> and the diffstat can be found below. >>>>> >>>>> thanks, >>>>> >>>>> greg k-h >>>> >>>> Failures detected for Tegra ... >>>> >>>> Test results for stable-v6.1: >>>> 10 builds: 10 pass, 0 fail >>>> 28 boots: 28 pass, 0 fail >>>> 115 tests: 109 pass, 6 fail >>>> >>>> Linux version: 6.1.138-rc1-gca7b19b902b8 >>>> 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 >>>> >>>> Test failures: tegra186-p2771-0000: cpu-hotplug >>>> tegra194-p2972-0000: pm-system-suspend.sh >>>> tegra210-p2371-2180: cpu-hotplug >>>> tegra210-p3450-0000: cpu-hotplug >>> >>> >>> I am seeing some crashes like the following ... >>> >>> [ 212.540298] Unable to handle kernel NULL pointer dereference at >>> virtual address 0000000000000000 >>> [ 212.549130] Mem abort info: >>> [ 212.552008] ESR = 0x0000000096000004 >>> [ 212.555822] EC = 0x25: DABT (current EL), IL = 32 bits >>> [ 212.561151] SET = 0, FnV = 0 >>> [ 212.564213] EA = 0, S1PTW = 0 >>> [ 212.567361] FSC = 0x04: level 0 translation fault >>> [ 212.572246] Data abort info: >>> [ 212.575137] ISV = 0, ISS = 0x00000004 >>> [ 212.578980] CM = 0, WnR = 0 >>> [ 212.581945] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000103824000 >>> [ 212.588394] [0000000000000000] pgd=0000000000000000, >>> p4d=0000000000000000 >>> [ 212.595199] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP >>> [ 212.601465] Modules linked in: snd_soc_tegra210_mixer >>> snd_soc_tegra210_ope snd_soc_tegra186_asrc snd_soc_tegra210_adx >>> snd_soc_tegra210_amx snd_soc_tegra210_mvc snd_soc_tegra210_sfc >>> snd_soc_tegra210_admaif snd_soc_tegra186_dspk snd_soc_tegra210_dmic >>> snd_soc_tegra_pcm snd_soc_tegra210_i2s tegra_drm drm_dp_aux_bus cec >>> drm_display_helper drm_kms_helper snd_soc_tegra210_ahub tegra210_adma >>> drm snd_soc_tegra_audio_graph_card snd_soc_audio_graph_card crct10dif_ce >>> snd_soc_simple_card_utils at24 tegra_bpmp_thermal tegra_aconnect >>> snd_hda_codec_hdmi snd_hda_tegra snd_hda_codec snd_hda_core tegra_xudc >>> host1x ina3221 ip_tables x_tables ipv6 >>> [ 212.657003] CPU: 0 PID: 44 Comm: kworker/0:1 Tainted: G >>> S 6.1.138-rc1-gca7b19b902b8 #1 >>> [ 212.666306] Hardware name: NVIDIA Jetson TX2 Developer Kit (DT) >>> [ 212.672221] Workqueue: events work_for_cpu_fn >>> [ 212.676588] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS >>> BTYPE=--) >>> [ 212.683546] pc : percpu_ref_put_many.constprop.0+0x18/0xe0 >>> [ 212.689036] lr : percpu_ref_put_many.constprop.0+0x18/0xe0 >>> [ 212.694520] sp : ffff80000a5fbc70 >>> [ 212.697832] x29: ffff80000a5fbc70 x28: ffff800009ba3750 x27: >>> 0000000000000000 >>> [ 212.704970] x26: 0000000000000001 x25: 0000000000000028 x24: >>> 0000000000000000 >>> [ 212.712105] x23: ffff8001eb1a1000 x22: 0000000000000001 x21: >>> 0000000000000000 >>> [ 212.719240] x20: 0000000000000000 x19: 0000000000000000 x18: >>> ffffffffffffffff >>> [ 212.726376] x17: 00000000000000a1 x16: 0000000000000001 x15: >>> fffffc0002017800 >>> [ 212.733510] x14: 00000000fffffffe x13: dead000000000100 x12: >>> dead000000000122 >>> [ 212.740645] x11: 0000000000000001 x10: 00000000f0000080 x9 : >>> 0000000000000000 >>> [ 212.747780] x8 : ffff80000a5fbc98 x7 : 00000000ffffffff x6 : >>> ffff80000a19c410 >>> [ 212.754914] x5 : ffff0001f4d44750 x4 : 0000000000000000 x3 : >>> 0000000000000000 >>> [ 212.762048] x2 : ffff8001eb1a1000 x1 : ffff000080a48ec0 x0 : >>> 0000000000000001 >>> [ 212.769184] Call trace: >>> [ 212.771628] percpu_ref_put_many.constprop.0+0x18/0xe0 >>> [ 212.776769] memcg_hotplug_cpu_dead+0x60/0x90 >>> [ 212.781127] cpuhp_invoke_callback+0x118/0x230 >>> [ 212.785574] _cpu_down+0x180/0x3b0 >>> [ 212.788981] __cpu_down_maps_locked+0x18/0x30 >>> [ 212.793339] work_for_cpu_fn+0x1c/0x30 >>> [ 212.797086] process_one_work+0x1cc/0x320 >>> [ 212.801097] worker_thread+0x2c8/0x450 >>> [ 212.804846] kthread+0x10c/0x110 >>> [ 212.808075] ret_from_fork+0x10/0x20 >>> [ 212.811657] Code: 910003fd f9000bf3 aa0003f3 97f9c873 (f9400260) >>> [ 212.817745] ---[ end trace 0000000000000000 ]--- >>> >>> I will kick off a bisect now. >> >> >> I wonder if it is this old chestnut again ... >> >> Shakeel Butt <shakeel.butt@linux.dev> >> memcg: drain obj stock on cpu hotplug teardown >> >> I will try that first. > > Argh, that one keeps slipping back in. I'll go drop it from here, and > 6.6.y as I don't see what would have fixed it from before. Thanks! Reverting that does fix it. Jon -- nvpublic
Hi!
> This is the start of the stable review cycle for the 6.1.138 release.
> There are 97 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 Fri, 09 May 2025 18:37:41 +0000.
> Anything received after that time might be too late.
CIP testing did not find any problems here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-6.1.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
© 2016 - 2025 Red Hat, Inc.