2023-09-20 15:51:45

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH 6.1 000/139] 6.1.55-rc1 review

This is the start of the stable review cycle for the 6.1.55 release.
There are 139 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, 22 Sep 2023 11:28:09 +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.55-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 <[email protected]>
Linux 6.1.55-rc1

Jamal Hadi Salim <[email protected]>
net/sched: Retire rsvp classifier

Christian König <[email protected]>
drm/amdgpu: fix amdgpu_cs_p1_user_fence

Greg Kroah-Hartman <[email protected]>
Revert "memcg: drop kmem.limit_in_bytes"

Yifan Zhang <[email protected]>
drm/amd/display: fix the white screen issue when >= 64GB DRAM

Shida Zhang <[email protected]>
ext4: fix rec_len verify error

Damien Le Moal <[email protected]>
scsi: pm8001: Setup IRQs on resume

Junxiao Bi <[email protected]>
scsi: megaraid_sas: Fix deadlock on firmware crashdump

Szuying Chen <[email protected]>
ata: libahci: clear pending interrupt status

Niklas Cassel <[email protected]>
ata: libata: disallow dev-initiated LPM transitions to unsupported states

Tommy Huang <[email protected]>
i2c: aspeed: Reset the i2c controller when timeout occurs

Steven Rostedt (Google) <[email protected]>
tracefs: Add missing lockdown check to tracefs_create_dir()

Jeff Layton <[email protected]>
nfsd: fix change_info in NFSv4 RENAME replies

Ondrej Mosnacek <[email protected]>
selinux: fix handling of empty opts in selinux_fs_context_submount()

Steven Rostedt (Google) <[email protected]>
tracing: Have option files inc the trace array ref count

Steven Rostedt (Google) <[email protected]>
tracing: Have current_trace inc the trace array ref count

Steven Rostedt (Google) <[email protected]>
tracing: Increase trace array ref count on enable and filter files

Steven Rostedt (Google) <[email protected]>
tracing: Have event inject files inc the trace array ref count

Steven Rostedt (Google) <[email protected]>
tracing: Have tracing_max_latency inc the trace array ref count

Josef Bacik <[email protected]>
btrfs: check for BTRFS_FS_ERROR in pending ordered assert

Filipe Manana <[email protected]>
btrfs: release path before inode lookup during the ino lookup ioctl

Qu Wenruo <[email protected]>
btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folio

Filipe Manana <[email protected]>
btrfs: fix lockdep splat and potential deadlock after failure running delayed items

Jens Axboe <[email protected]>
dm: don't attempt to queue IO under RCU protection

Hamza Mahfooz <[email protected]>
Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"

Mariusz Tkaczyk <[email protected]>
md: Put the right device in md_seq_next

Keith Busch <[email protected]>
nvme: avoid bogus CRTO values

Pavel Begunkov <[email protected]>
io_uring/net: fix iter retargeting for selected buf

Amir Goldstein <[email protected]>
ovl: fix incorrect fdput() on aio completion

Amir Goldstein <[email protected]>
ovl: fix failed copyup of fileattr on a symlink

Christian Brauner <[email protected]>
attr: block mode changes of symlinks

Trond Myklebust <[email protected]>
Revert "SUNRPC: Fail faster on bad verifier"

Nigel Croxon <[email protected]>
md/raid1: fix error: ISO C90 forbids mixed declarations

Arnd Bergmann <[email protected]>
samples/hw_breakpoint: fix building without module unloading

Song Liu <[email protected]>
x86/purgatory: Remove LTO flags

Kirill A. Shutemov <[email protected]>
x86/boot/compressed: Reserve more memory for page tables

Lukas Wunner <[email protected]>
panic: Reenable preemption in WARN slowpath

Jinjie Ruan <[email protected]>
scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()

David Disseldorp <[email protected]>
scsi: target: core: Fix target_cmd_counter leak

Song Shuai <[email protected]>
riscv: kexec: Align the kexeced kernel entry

Peter Zijlstra <[email protected]>
x86/ibt: Suppress spurious ENDBR

Masami Hiramatsu (Google) <[email protected]>
selftests: tracing: Fix to unmount tracefs for recovering environment

Jinjie Ruan <[email protected]>
scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()

Jinjie Ruan <[email protected]>
drm: gm12u320: Fix the timeout usage for usb_bulk_msg()

Varun Prakash <[email protected]>
nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()

Christoph Hellwig <[email protected]>
nvmet: use bvec_set_page to initialize bvecs

Christoph Hellwig <[email protected]>
block: factor out a bvec_set_page helper

Anand Jain <[email protected]>
btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super

Anand Jain <[email protected]>
btrfs: add a helper to read the superblock metadata_uuid

Tiezhu Yang <[email protected]>
MIPS: Use "grep -E" instead of "egrep"

Ekansh Gupta <[email protected]>
misc: fastrpc: Fix incorrect DMA mapping unmap request

Dmitry Osipenko <[email protected]>
misc: fastrpc: Prepare to dynamic dma-buf locking specification

Dmitry Osipenko <[email protected]>
dma-buf: Add unlocked variant of attachment-mapping functions

John Ogness <[email protected]>
printk: Consolidate console deferred printing

John Ogness <[email protected]>
printk: Keep non-panic-CPUs out of console lock

Rob Clark <[email protected]>
interconnect: Fix locking for runpm vs reclaim

Zhen Lei <[email protected]>
kobject: Add sanity check for kset->kobj.ktype in kset_register()

Sakari Ailus <[email protected]>
media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warning

Xu Yang <[email protected]>
usb: chipidea: add workaround for chipidea PEC bug

Xu Yang <[email protected]>
usb: ehci: add workaround for chipidea PORTSC.PEC bug

Baoquan He <[email protected]>
misc: open-dice: make OPEN_DICE depend on HAS_IOMEM

Christophe Leroy <[email protected]>
serial: cpm_uart: Avoid suspicious locking

Konstantin Shelekhin <[email protected]>
scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()

Chenyuan Mi <[email protected]>
tools: iio: iio_generic_buffer: Fix some integer type and calculation

Ma Ke <[email protected]>
usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc

Xiaolei Wang <[email protected]>
usb: cdns3: Put the cdns set active part outside the spin lock

Hans Verkuil <[email protected]>
media: pci: cx23885: replace BUG with error return

Hans Verkuil <[email protected]>
media: tuners: qt1010: replace BUG_ON with a regular error

Justin Tee <[email protected]>
scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detected

Zhang Shurong <[email protected]>
media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer

Zhang Shurong <[email protected]>
media: az6007: Fix null-ptr-deref in az6007_i2c_xfer()

Zhang Shurong <[email protected]>
media: anysee: fix null-ptr-deref in anysee_master_xfer

Zhang Shurong <[email protected]>
media: af9005: Fix null-ptr-deref in af9005_i2c_xfer

Zhang Shurong <[email protected]>
media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer()

Zhang Shurong <[email protected]>
media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer

Lu Hongfei <[email protected]>
media: mdp3: Fix resource leaks in of_find_device_by_node

Yong-Xuan Wang <[email protected]>
PCI: fu740: Set the number of MSI vectors

Nirmal Patel <[email protected]>
PCI: vmd: Disable bridge window for domain reset

ruanjinjie <[email protected]>
powerpc/pseries: fix possible memory leak in ibmebus_bus_init()

Mårten Lindahl <[email protected]>
ARM: 9317/1: kexec: Make smp stop calls asynchronous

Mark Brown <[email protected]>
PCI: dwc: Provide deinit callback for i.MX

Liu Shixin via Jfs-discussion <[email protected]>
jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount

Andrew Kanner <[email protected]>
fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()

Georg Ottinger <[email protected]>
ext2: fix datatype of block number in ext2_xattr_set2()

Zhang Shurong <[email protected]>
md: raid1: fix potential OOB in raid1_remove_disk()

Tony Lindgren <[email protected]>
bus: ti-sysc: Configure uart quirks for k3 SoC

AngeloGioacchino Del Regno <[email protected]>
drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()

Tuo Li <[email protected]>
drm/exynos: fix a possible null-pointer dereference due to data race in exynos_drm_crtc_atomic_disable()

Leo Chen <[email protected]>
drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN314

Leo Chen <[email protected]>
drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31

Austin Zheng <[email protected]>
drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK

Pierre-Louis Bossart <[email protected]>
ALSA: hda: intel-dsp-cfg: add LunarLake support

Uday M Bhat <[email protected]>
ASoC: Intel: sof_sdw: Update BT offload config for soundwire config

Pierre-Louis Bossart <[email protected]>
ASoC: SOF: topology: simplify code to prevent static analysis warnings

Leo Ma <[email protected]>
drm/amd/display: Fix underflow issue on 175hz timing

Rong Tao <[email protected]>
samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000'

Krzysztof Kozlowski <[email protected]>
arm64: dts: qcom: sm8250-edo: correct ramoops pmsg-size

Krzysztof Kozlowski <[email protected]>
arm64: dts: qcom: sm8150-kumano: correct ramoops pmsg-size

Krzysztof Kozlowski <[email protected]>
arm64: dts: qcom: sm6350: correct ramoops pmsg-size

Krzysztof Kozlowski <[email protected]>
arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size

Ralph Campbell <[email protected]>
drm/edid: Add quirk for OSVR HDK 2.0

Marek Vasut <[email protected]>
drm/bridge: tc358762: Instruct DSI host to generate HSE packets

Hao Luo <[email protected]>
libbpf: Free btf_vmlinux when closing bpf_object

Johannes Berg <[email protected]>
wifi: mac80211_hwsim: drop short frames

Johannes Berg <[email protected]>
wifi: mac80211: check for station first in client probe

Johannes Berg <[email protected]>
wifi: cfg80211: ocb: don't leave if not joined

Johannes Berg <[email protected]>
wifi: cfg80211: reject auth/assoc to AP with our address

GONG, Ruiqi <[email protected]>
netfilter: ebtables: fix fortify warnings in size_entry_mwt()

Johannes Berg <[email protected]>
wifi: mac80211: check S1G action frame size

GONG, Ruiqi <[email protected]>
alx: fix OOB-read compiler warning

Giulio Benetti <[email protected]>
mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450

Alexander Steffen <[email protected]>
tpm_tis: Resend command to recover from data transfer errors

Eric Dumazet <[email protected]>
netlink: convert nlk->flags to atomic flags

Ying Hsu <[email protected]>
Bluetooth: Fix hci_suspend_sync crash

Mark O'Donovan <[email protected]>
crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()

xu xin <[email protected]>
net/ipv4: return the real errno instead of -EINVAL

Kuniyuki Iwashima <[email protected]>
net: Use sockaddr_storage for getsockopt(SO_PEERNAME).

John Watts <[email protected]>
can: sun4i_can: Add support for the Allwinner D1

John Watts <[email protected]>
can: sun4i_can: Add acceptance register quirk

Dmitry Antipov <[email protected]>
wifi: wil6210: fix fortify warnings

Matt Whitlock <[email protected]>
mt76: mt7921: don't assume adequate headroom for SDIO headers

Dmitry Antipov <[email protected]>
wifi: mwifiex: fix fortify warning

Dongliang Mu <[email protected]>
wifi: ath9k: fix printk specifier

Dmitry Antipov <[email protected]>
wifi: ath9k: fix fortify warnings

Wojciech Drewek <[email protected]>
ice: Don't tx before switchdev is fully configured

Azeem Shaikh <[email protected]>
crypto: lrw,xts - Replace strlcpy with strscpy

Jiri Pirko <[email protected]>
devlink: remove reload failed checks in params get/set callbacks

Zhangjin Wu <[email protected]>
selftests/nolibc: fix up kernel parameters support

Mario Limonciello <[email protected]>
ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects

Tomislav Novak <[email protected]>
hw_breakpoint: fix single-stepping when using bpf_overflow_handler

Xu Yang <[email protected]>
perf/imx_ddr: speed up overflow frequency of cycle

Yicong Yang <[email protected]>
perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09

Jiri Slaby (SUSE) <[email protected]>
ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470

Paul E. McKenney <[email protected]>
scftorture: Forgive memory-allocation failure if KASAN

Zqiang <[email protected]>
rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()

Wander Lairson Costa <[email protected]>
kernel/fork: beware of __put_task_struct() calling context

Abhishek Mainkar <[email protected]>
ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer

Will Shiu <[email protected]>
locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock

Qu Wenruo <[email protected]>
btrfs: output extra debug info if we failed to find an inline backref

Fedor Pchelkin <[email protected]>
autofs: fix memory leak of waitqueues in autofs_catatonic_mode


-------------

Diffstat:

Documentation/admin-guide/cgroup-v1/memory.rst | 2 +
Documentation/arm64/silicon-errata.rst | 3 +
Makefile | 4 +-
arch/arm/kernel/hw_breakpoint.c | 8 +-
arch/arm/kernel/machine_kexec.c | 14 +-
.../dts/qcom/sm6125-sony-xperia-seine-pdx201.dts | 2 +-
arch/arm64/boot/dts/qcom/sm6350.dtsi | 2 +-
.../boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi | 2 +-
.../boot/dts/qcom/sm8250-sony-xperia-edo.dtsi | 2 +-
arch/arm64/kernel/hw_breakpoint.c | 4 +-
arch/mips/Makefile | 2 +-
arch/mips/vdso/Makefile | 2 +-
arch/powerpc/platforms/pseries/ibmebus.c | 1 +
arch/riscv/kernel/elf_kexec.c | 8 +-
arch/x86/boot/compressed/ident_map_64.c | 8 +
arch/x86/include/asm/boot.h | 45 +-
arch/x86/include/asm/linkage.h | 8 +
arch/x86/purgatory/Makefile | 4 +
block/bio-integrity.c | 7 +-
block/bio.c | 12 +-
crypto/lrw.c | 6 +-
crypto/xts.c | 6 +-
drivers/acpi/acpica/psopcode.c | 2 +-
drivers/acpi/arm64/iort.c | 5 +-
drivers/acpi/video_detect.c | 9 +
drivers/acpi/x86/s2idle.c | 6 +
drivers/ata/ahci.c | 9 +
drivers/ata/libahci.c | 35 +-
drivers/ata/libata-sata.c | 19 +-
drivers/bus/ti-sysc.c | 2 +
drivers/char/tpm/tpm_tis_core.c | 13 +-
drivers/dma-buf/dma-buf.c | 53 ++
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 18 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 26 -
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 19 +-
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c | 3 +-
.../amd/display/dc/dml/dcn31/display_mode_vba_31.c | 4 +-
.../display/dc/dml/dcn314/display_mode_vba_314.c | 4 +-
.../dc/dml/dcn32/display_mode_vba_util_32.c | 7 +-
drivers/gpu/drm/bridge/tc358762.c | 2 +-
drivers/gpu/drm/drm_edid.c | 1 +
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 5 +-
drivers/gpu/drm/mediatek/mtk_dp.c | 6 +-
drivers/gpu/drm/tiny/gm12u320.c | 10 +-
drivers/i2c/busses/i2c-aspeed.c | 7 +-
drivers/interconnect/core.c | 8 +-
drivers/md/dm.c | 23 +-
drivers/md/md.c | 2 +-
drivers/md/raid1.c | 3 +
drivers/media/pci/cx23885/cx23885-video.c | 2 +-
drivers/media/pci/intel/ipu3/ipu3-cio2-main.c | 2 +-
.../media/platform/mediatek/mdp3/mtk-mdp3-comp.c | 2 +
drivers/media/tuners/qt1010.c | 11 +-
drivers/media/usb/dvb-usb-v2/af9035.c | 14 +-
drivers/media/usb/dvb-usb-v2/anysee.c | 2 +-
drivers/media/usb/dvb-usb-v2/az6007.c | 8 +
drivers/media/usb/dvb-usb-v2/gl861.c | 2 +-
drivers/media/usb/dvb-usb/af9005.c | 5 +
drivers/media/usb/dvb-usb/dw2102.c | 24 +
drivers/misc/Kconfig | 1 +
drivers/misc/fastrpc.c | 12 +-
drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
drivers/net/can/Kconfig | 4 +-
drivers/net/can/sun4i_can.c | 22 +-
drivers/net/ethernet/atheros/alx/ethtool.c | 5 +-
drivers/net/ethernet/intel/ice/ice_eswitch.c | 3 +
drivers/net/wireless/ath/ath9k/ahb.c | 4 +-
drivers/net/wireless/ath/ath9k/mac.h | 6 +-
drivers/net/wireless/ath/ath9k/pci.c | 4 +-
drivers/net/wireless/ath/ath9k/xmit.c | 4 +-
drivers/net/wireless/ath/wil6210/txrx.c | 2 +-
drivers/net/wireless/ath/wil6210/txrx.h | 6 +-
drivers/net/wireless/ath/wil6210/txrx_edma.c | 2 +-
drivers/net/wireless/ath/wil6210/txrx_edma.h | 6 +-
drivers/net/wireless/mac80211_hwsim.c | 7 +-
drivers/net/wireless/marvell/mwifiex/tdls.c | 9 +-
drivers/net/wireless/mediatek/mt76/mt7921/mac.c | 4 +
drivers/nvme/host/core.c | 54 +-
drivers/nvme/target/io-cmd-file.c | 10 +-
drivers/nvme/target/tcp.c | 5 +-
drivers/pci/controller/dwc/pci-imx6.c | 1 +
drivers/pci/controller/dwc/pcie-fu740.c | 1 +
drivers/pci/controller/vmd.c | 19 +-
drivers/perf/arm_smmuv3_pmu.c | 46 +-
drivers/perf/fsl_imx8_ddr_perf.c | 21 +
drivers/scsi/lpfc/lpfc.h | 1 +
drivers/scsi/lpfc/lpfc_debugfs.c | 14 +-
drivers/scsi/lpfc/lpfc_els.c | 25 +-
drivers/scsi/lpfc/lpfc_init.c | 20 +-
drivers/scsi/lpfc/lpfc_sli.c | 8 +-
drivers/scsi/megaraid/megaraid_sas.h | 2 +-
drivers/scsi/megaraid/megaraid_sas_base.c | 21 +-
drivers/scsi/pm8001/pm8001_init.c | 51 +-
drivers/scsi/qla2xxx/qla_dfs.c | 6 +-
drivers/target/iscsi/iscsi_target_configfs.c | 54 +-
drivers/target/target_core_transport.c | 1 +
drivers/tty/serial/cpm_uart/cpm_uart_core.c | 13 +-
drivers/usb/cdns3/cdns3-plat.c | 3 +-
drivers/usb/cdns3/cdnsp-pci.c | 3 +-
drivers/usb/cdns3/core.c | 15 +-
drivers/usb/cdns3/core.h | 7 +-
drivers/usb/chipidea/ci.h | 1 +
drivers/usb/chipidea/ci_hdrc_imx.c | 4 +-
drivers/usb/chipidea/core.c | 2 +
drivers/usb/chipidea/host.c | 1 +
drivers/usb/gadget/udc/fsl_qe_udc.c | 2 +
drivers/usb/host/ehci-hcd.c | 8 +-
drivers/usb/host/ehci-hub.c | 10 +-
drivers/usb/host/ehci.h | 10 +
fs/attr.c | 20 +-
fs/autofs/waitq.c | 3 +-
fs/btrfs/delayed-inode.c | 19 +-
fs/btrfs/disk-io.c | 22 +-
fs/btrfs/extent-tree.c | 5 +
fs/btrfs/ioctl.c | 8 +-
fs/btrfs/ordered-data.c | 2 +-
fs/btrfs/volumes.c | 8 +
fs/btrfs/volumes.h | 1 +
fs/ext2/xattr.c | 4 +-
fs/ext4/namei.c | 26 +-
fs/jfs/jfs_dmap.c | 1 +
fs/jfs/jfs_imap.c | 1 +
fs/locks.c | 2 +-
fs/nfsd/nfs4proc.c | 4 +-
fs/overlayfs/copy_up.c | 3 +-
fs/overlayfs/file.c | 9 +-
fs/tracefs/inode.c | 3 +
include/linux/acpi_iort.h | 1 +
include/linux/bvec.h | 15 +
include/linux/dma-buf.h | 6 +
include/linux/instruction_pointer.h | 5 +
include/linux/libata.h | 4 +
include/linux/perf_event.h | 22 +-
include/linux/sched/task.h | 28 +-
include/linux/usb/chipidea.h | 1 +
include/uapi/linux/netfilter_bridge/ebtables.h | 14 +-
io_uring/net.c | 5 +
kernel/fork.c | 8 +
kernel/panic.c | 1 +
kernel/printk/printk.c | 80 ++-
kernel/printk/printk_safe.c | 9 +-
kernel/rcu/rcuscale.c | 2 +-
kernel/scftorture.c | 6 +-
kernel/trace/trace.c | 68 +-
kernel/trace/trace.h | 2 +
kernel/trace/trace_events.c | 6 +-
kernel/trace/trace_events_inject.c | 3 +-
lib/kobject.c | 5 +
lib/mpi/mpi-cmp.c | 8 +-
mm/memcontrol.c | 10 +
net/bluetooth/hci_core.c | 4 +
net/bridge/netfilter/ebtables.c | 3 +-
net/core/sock.c | 6 +-
net/devlink/leftover.c | 4 +-
net/ipv4/ip_output.c | 2 +-
net/mac80211/cfg.c | 15 +-
net/mac80211/rx.c | 4 +
net/netlink/af_netlink.c | 90 +--
net/netlink/af_netlink.h | 22 +-
net/netlink/diag.c | 10 +-
net/sched/Kconfig | 28 -
net/sched/Makefile | 2 -
net/sched/cls_rsvp.c | 24 -
net/sched/cls_rsvp.h | 764 ---------------------
net/sched/cls_rsvp6.c | 24 -
net/sunrpc/clnt.c | 2 +-
net/wireless/mlme.c | 13 +
net/wireless/ocb.c | 3 +
samples/hw_breakpoint/data_breakpoint.c | 4 +-
security/selinux/hooks.c | 10 +-
sound/hda/intel-dsp-config.c | 8 +
sound/soc/intel/boards/sof_sdw.c | 4 +-
sound/soc/sof/topology.c | 5 +-
tools/iio/iio_generic_buffer.c | 17 +-
tools/lib/bpf/libbpf.c | 1 +
tools/testing/selftests/ftrace/ftracetest | 8 +
tools/testing/selftests/nolibc/nolibc-test.c | 33 +-
.../tc-testing/tc-tests/filters/rsvp.json | 203 ------
179 files changed, 1227 insertions(+), 1609 deletions(-)



2023-09-20 22:38:17

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On 9/20/23 04:28, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.55 release.
> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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 <[email protected]>
--
Florian

2023-09-21 02:51:53

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On 9/20/23 05:28, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.55 release.
> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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 <[email protected]>

thanks,
-- Shuah

2023-09-21 03:55:26

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On Wed, Sep 20, 2023 at 01:28:54PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.55 release.
> There are 139 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.
>

Successfully compiled and installed bindeb-pkgs on my computer (Acer
Aspire E15, Intel Core i3 Haswell). No noticeable regressions.

Tested-by: Bagas Sanjaya <[email protected]>

--
An old man doll... just what I always wanted! - Clara


Attachments:
(No filename) (559.00 B)
signature.asc (235.00 B)
Download all attachments

2023-09-21 21:14:26

by Takeshi Ogasawara

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

Hi Greg

On Wed, Sep 20, 2023 at 8:55 PM Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.55 release.
> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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
>

6.1.55-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)

Thanks

Tested-by: Takeshi Ogasawara <[email protected]>

2023-09-22 00:23:44

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On Wed, Sep 20, 2023 at 01:28:54PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.55 release.
> There are 139 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, 22 Sep 2023 11:28:09 +0000.
> Anything received after that time might be too late.
>

Build results:
total: 157 pass: 156 fail: 1
Failed builds:
powerpc:ppc32_allmodconfig
Qemu test results:
total: 529 pass: 529 fail: 0

Building powerpc:ppc32_allmodconfig ... failed
--------------
Error log:
drivers/usb/gadget/udc/fsl_qe_udc.c: In function 'ch9getstatus':
drivers/usb/gadget/udc/fsl_qe_udc.c:1964:17: error: ISO C90 forbids mixed declarations and code

Guenter

2023-09-22 00:32:04

by Joel Fernandes

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On Wed, Sep 20, 2023 at 01:28:54PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.55 release.
> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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.

For RCU,
Tested-by: Joel Fernandes (Google) <[email protected]>

thanks,

- Joel

>
> thanks,
>
> greg k-h
>
> -------------
> Pseudo-Shortlog of commits:
>
> Greg Kroah-Hartman <[email protected]>
> Linux 6.1.55-rc1
>
> Jamal Hadi Salim <[email protected]>
> net/sched: Retire rsvp classifier
>
> Christian K?nig <[email protected]>
> drm/amdgpu: fix amdgpu_cs_p1_user_fence
>
> Greg Kroah-Hartman <[email protected]>
> Revert "memcg: drop kmem.limit_in_bytes"
>
> Yifan Zhang <[email protected]>
> drm/amd/display: fix the white screen issue when >= 64GB DRAM
>
> Shida Zhang <[email protected]>
> ext4: fix rec_len verify error
>
> Damien Le Moal <[email protected]>
> scsi: pm8001: Setup IRQs on resume
>
> Junxiao Bi <[email protected]>
> scsi: megaraid_sas: Fix deadlock on firmware crashdump
>
> Szuying Chen <[email protected]>
> ata: libahci: clear pending interrupt status
>
> Niklas Cassel <[email protected]>
> ata: libata: disallow dev-initiated LPM transitions to unsupported states
>
> Tommy Huang <[email protected]>
> i2c: aspeed: Reset the i2c controller when timeout occurs
>
> Steven Rostedt (Google) <[email protected]>
> tracefs: Add missing lockdown check to tracefs_create_dir()
>
> Jeff Layton <[email protected]>
> nfsd: fix change_info in NFSv4 RENAME replies
>
> Ondrej Mosnacek <[email protected]>
> selinux: fix handling of empty opts in selinux_fs_context_submount()
>
> Steven Rostedt (Google) <[email protected]>
> tracing: Have option files inc the trace array ref count
>
> Steven Rostedt (Google) <[email protected]>
> tracing: Have current_trace inc the trace array ref count
>
> Steven Rostedt (Google) <[email protected]>
> tracing: Increase trace array ref count on enable and filter files
>
> Steven Rostedt (Google) <[email protected]>
> tracing: Have event inject files inc the trace array ref count
>
> Steven Rostedt (Google) <[email protected]>
> tracing: Have tracing_max_latency inc the trace array ref count
>
> Josef Bacik <[email protected]>
> btrfs: check for BTRFS_FS_ERROR in pending ordered assert
>
> Filipe Manana <[email protected]>
> btrfs: release path before inode lookup during the ino lookup ioctl
>
> Qu Wenruo <[email protected]>
> btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folio
>
> Filipe Manana <[email protected]>
> btrfs: fix lockdep splat and potential deadlock after failure running delayed items
>
> Jens Axboe <[email protected]>
> dm: don't attempt to queue IO under RCU protection
>
> Hamza Mahfooz <[email protected]>
> Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"
>
> Mariusz Tkaczyk <[email protected]>
> md: Put the right device in md_seq_next
>
> Keith Busch <[email protected]>
> nvme: avoid bogus CRTO values
>
> Pavel Begunkov <[email protected]>
> io_uring/net: fix iter retargeting for selected buf
>
> Amir Goldstein <[email protected]>
> ovl: fix incorrect fdput() on aio completion
>
> Amir Goldstein <[email protected]>
> ovl: fix failed copyup of fileattr on a symlink
>
> Christian Brauner <[email protected]>
> attr: block mode changes of symlinks
>
> Trond Myklebust <[email protected]>
> Revert "SUNRPC: Fail faster on bad verifier"
>
> Nigel Croxon <[email protected]>
> md/raid1: fix error: ISO C90 forbids mixed declarations
>
> Arnd Bergmann <[email protected]>
> samples/hw_breakpoint: fix building without module unloading
>
> Song Liu <[email protected]>
> x86/purgatory: Remove LTO flags
>
> Kirill A. Shutemov <[email protected]>
> x86/boot/compressed: Reserve more memory for page tables
>
> Lukas Wunner <[email protected]>
> panic: Reenable preemption in WARN slowpath
>
> Jinjie Ruan <[email protected]>
> scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()
>
> David Disseldorp <[email protected]>
> scsi: target: core: Fix target_cmd_counter leak
>
> Song Shuai <[email protected]>
> riscv: kexec: Align the kexeced kernel entry
>
> Peter Zijlstra <[email protected]>
> x86/ibt: Suppress spurious ENDBR
>
> Masami Hiramatsu (Google) <[email protected]>
> selftests: tracing: Fix to unmount tracefs for recovering environment
>
> Jinjie Ruan <[email protected]>
> scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()
>
> Jinjie Ruan <[email protected]>
> drm: gm12u320: Fix the timeout usage for usb_bulk_msg()
>
> Varun Prakash <[email protected]>
> nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
>
> Christoph Hellwig <[email protected]>
> nvmet: use bvec_set_page to initialize bvecs
>
> Christoph Hellwig <[email protected]>
> block: factor out a bvec_set_page helper
>
> Anand Jain <[email protected]>
> btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super
>
> Anand Jain <[email protected]>
> btrfs: add a helper to read the superblock metadata_uuid
>
> Tiezhu Yang <[email protected]>
> MIPS: Use "grep -E" instead of "egrep"
>
> Ekansh Gupta <[email protected]>
> misc: fastrpc: Fix incorrect DMA mapping unmap request
>
> Dmitry Osipenko <[email protected]>
> misc: fastrpc: Prepare to dynamic dma-buf locking specification
>
> Dmitry Osipenko <[email protected]>
> dma-buf: Add unlocked variant of attachment-mapping functions
>
> John Ogness <[email protected]>
> printk: Consolidate console deferred printing
>
> John Ogness <[email protected]>
> printk: Keep non-panic-CPUs out of console lock
>
> Rob Clark <[email protected]>
> interconnect: Fix locking for runpm vs reclaim
>
> Zhen Lei <[email protected]>
> kobject: Add sanity check for kset->kobj.ktype in kset_register()
>
> Sakari Ailus <[email protected]>
> media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warning
>
> Xu Yang <[email protected]>
> usb: chipidea: add workaround for chipidea PEC bug
>
> Xu Yang <[email protected]>
> usb: ehci: add workaround for chipidea PORTSC.PEC bug
>
> Baoquan He <[email protected]>
> misc: open-dice: make OPEN_DICE depend on HAS_IOMEM
>
> Christophe Leroy <[email protected]>
> serial: cpm_uart: Avoid suspicious locking
>
> Konstantin Shelekhin <[email protected]>
> scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
>
> Chenyuan Mi <[email protected]>
> tools: iio: iio_generic_buffer: Fix some integer type and calculation
>
> Ma Ke <[email protected]>
> usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc
>
> Xiaolei Wang <[email protected]>
> usb: cdns3: Put the cdns set active part outside the spin lock
>
> Hans Verkuil <[email protected]>
> media: pci: cx23885: replace BUG with error return
>
> Hans Verkuil <[email protected]>
> media: tuners: qt1010: replace BUG_ON with a regular error
>
> Justin Tee <[email protected]>
> scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detected
>
> Zhang Shurong <[email protected]>
> media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer
>
> Zhang Shurong <[email protected]>
> media: az6007: Fix null-ptr-deref in az6007_i2c_xfer()
>
> Zhang Shurong <[email protected]>
> media: anysee: fix null-ptr-deref in anysee_master_xfer
>
> Zhang Shurong <[email protected]>
> media: af9005: Fix null-ptr-deref in af9005_i2c_xfer
>
> Zhang Shurong <[email protected]>
> media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer()
>
> Zhang Shurong <[email protected]>
> media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer
>
> Lu Hongfei <[email protected]>
> media: mdp3: Fix resource leaks in of_find_device_by_node
>
> Yong-Xuan Wang <[email protected]>
> PCI: fu740: Set the number of MSI vectors
>
> Nirmal Patel <[email protected]>
> PCI: vmd: Disable bridge window for domain reset
>
> ruanjinjie <[email protected]>
> powerpc/pseries: fix possible memory leak in ibmebus_bus_init()
>
> M?rten Lindahl <[email protected]>
> ARM: 9317/1: kexec: Make smp stop calls asynchronous
>
> Mark Brown <[email protected]>
> PCI: dwc: Provide deinit callback for i.MX
>
> Liu Shixin via Jfs-discussion <[email protected]>
> jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount
>
> Andrew Kanner <[email protected]>
> fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()
>
> Georg Ottinger <[email protected]>
> ext2: fix datatype of block number in ext2_xattr_set2()
>
> Zhang Shurong <[email protected]>
> md: raid1: fix potential OOB in raid1_remove_disk()
>
> Tony Lindgren <[email protected]>
> bus: ti-sysc: Configure uart quirks for k3 SoC
>
> AngeloGioacchino Del Regno <[email protected]>
> drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()
>
> Tuo Li <[email protected]>
> drm/exynos: fix a possible null-pointer dereference due to data race in exynos_drm_crtc_atomic_disable()
>
> Leo Chen <[email protected]>
> drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN314
>
> Leo Chen <[email protected]>
> drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31
>
> Austin Zheng <[email protected]>
> drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK
>
> Pierre-Louis Bossart <[email protected]>
> ALSA: hda: intel-dsp-cfg: add LunarLake support
>
> Uday M Bhat <[email protected]>
> ASoC: Intel: sof_sdw: Update BT offload config for soundwire config
>
> Pierre-Louis Bossart <[email protected]>
> ASoC: SOF: topology: simplify code to prevent static analysis warnings
>
> Leo Ma <[email protected]>
> drm/amd/display: Fix underflow issue on 175hz timing
>
> Rong Tao <[email protected]>
> samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000'
>
> Krzysztof Kozlowski <[email protected]>
> arm64: dts: qcom: sm8250-edo: correct ramoops pmsg-size
>
> Krzysztof Kozlowski <[email protected]>
> arm64: dts: qcom: sm8150-kumano: correct ramoops pmsg-size
>
> Krzysztof Kozlowski <[email protected]>
> arm64: dts: qcom: sm6350: correct ramoops pmsg-size
>
> Krzysztof Kozlowski <[email protected]>
> arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size
>
> Ralph Campbell <[email protected]>
> drm/edid: Add quirk for OSVR HDK 2.0
>
> Marek Vasut <[email protected]>
> drm/bridge: tc358762: Instruct DSI host to generate HSE packets
>
> Hao Luo <[email protected]>
> libbpf: Free btf_vmlinux when closing bpf_object
>
> Johannes Berg <[email protected]>
> wifi: mac80211_hwsim: drop short frames
>
> Johannes Berg <[email protected]>
> wifi: mac80211: check for station first in client probe
>
> Johannes Berg <[email protected]>
> wifi: cfg80211: ocb: don't leave if not joined
>
> Johannes Berg <[email protected]>
> wifi: cfg80211: reject auth/assoc to AP with our address
>
> GONG, Ruiqi <[email protected]>
> netfilter: ebtables: fix fortify warnings in size_entry_mwt()
>
> Johannes Berg <[email protected]>
> wifi: mac80211: check S1G action frame size
>
> GONG, Ruiqi <[email protected]>
> alx: fix OOB-read compiler warning
>
> Giulio Benetti <[email protected]>
> mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450
>
> Alexander Steffen <[email protected]>
> tpm_tis: Resend command to recover from data transfer errors
>
> Eric Dumazet <[email protected]>
> netlink: convert nlk->flags to atomic flags
>
> Ying Hsu <[email protected]>
> Bluetooth: Fix hci_suspend_sync crash
>
> Mark O'Donovan <[email protected]>
> crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
>
> xu xin <[email protected]>
> net/ipv4: return the real errno instead of -EINVAL
>
> Kuniyuki Iwashima <[email protected]>
> net: Use sockaddr_storage for getsockopt(SO_PEERNAME).
>
> John Watts <[email protected]>
> can: sun4i_can: Add support for the Allwinner D1
>
> John Watts <[email protected]>
> can: sun4i_can: Add acceptance register quirk
>
> Dmitry Antipov <[email protected]>
> wifi: wil6210: fix fortify warnings
>
> Matt Whitlock <[email protected]>
> mt76: mt7921: don't assume adequate headroom for SDIO headers
>
> Dmitry Antipov <[email protected]>
> wifi: mwifiex: fix fortify warning
>
> Dongliang Mu <[email protected]>
> wifi: ath9k: fix printk specifier
>
> Dmitry Antipov <[email protected]>
> wifi: ath9k: fix fortify warnings
>
> Wojciech Drewek <[email protected]>
> ice: Don't tx before switchdev is fully configured
>
> Azeem Shaikh <[email protected]>
> crypto: lrw,xts - Replace strlcpy with strscpy
>
> Jiri Pirko <[email protected]>
> devlink: remove reload failed checks in params get/set callbacks
>
> Zhangjin Wu <[email protected]>
> selftests/nolibc: fix up kernel parameters support
>
> Mario Limonciello <[email protected]>
> ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects
>
> Tomislav Novak <[email protected]>
> hw_breakpoint: fix single-stepping when using bpf_overflow_handler
>
> Xu Yang <[email protected]>
> perf/imx_ddr: speed up overflow frequency of cycle
>
> Yicong Yang <[email protected]>
> perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09
>
> Jiri Slaby (SUSE) <[email protected]>
> ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470
>
> Paul E. McKenney <[email protected]>
> scftorture: Forgive memory-allocation failure if KASAN
>
> Zqiang <[email protected]>
> rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()
>
> Wander Lairson Costa <[email protected]>
> kernel/fork: beware of __put_task_struct() calling context
>
> Abhishek Mainkar <[email protected]>
> ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer
>
> Will Shiu <[email protected]>
> locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock
>
> Qu Wenruo <[email protected]>
> btrfs: output extra debug info if we failed to find an inline backref
>
> Fedor Pchelkin <[email protected]>
> autofs: fix memory leak of waitqueues in autofs_catatonic_mode
>
>
> -------------
>
> Diffstat:
>
> Documentation/admin-guide/cgroup-v1/memory.rst | 2 +
> Documentation/arm64/silicon-errata.rst | 3 +
> Makefile | 4 +-
> arch/arm/kernel/hw_breakpoint.c | 8 +-
> arch/arm/kernel/machine_kexec.c | 14 +-
> .../dts/qcom/sm6125-sony-xperia-seine-pdx201.dts | 2 +-
> arch/arm64/boot/dts/qcom/sm6350.dtsi | 2 +-
> .../boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi | 2 +-
> .../boot/dts/qcom/sm8250-sony-xperia-edo.dtsi | 2 +-
> arch/arm64/kernel/hw_breakpoint.c | 4 +-
> arch/mips/Makefile | 2 +-
> arch/mips/vdso/Makefile | 2 +-
> arch/powerpc/platforms/pseries/ibmebus.c | 1 +
> arch/riscv/kernel/elf_kexec.c | 8 +-
> arch/x86/boot/compressed/ident_map_64.c | 8 +
> arch/x86/include/asm/boot.h | 45 +-
> arch/x86/include/asm/linkage.h | 8 +
> arch/x86/purgatory/Makefile | 4 +
> block/bio-integrity.c | 7 +-
> block/bio.c | 12 +-
> crypto/lrw.c | 6 +-
> crypto/xts.c | 6 +-
> drivers/acpi/acpica/psopcode.c | 2 +-
> drivers/acpi/arm64/iort.c | 5 +-
> drivers/acpi/video_detect.c | 9 +
> drivers/acpi/x86/s2idle.c | 6 +
> drivers/ata/ahci.c | 9 +
> drivers/ata/libahci.c | 35 +-
> drivers/ata/libata-sata.c | 19 +-
> drivers/bus/ti-sysc.c | 2 +
> drivers/char/tpm/tpm_tis_core.c | 13 +-
> drivers/dma-buf/dma-buf.c | 53 ++
> drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 -
> drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 18 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 26 -
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 19 +-
> drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c | 3 +-
> .../amd/display/dc/dml/dcn31/display_mode_vba_31.c | 4 +-
> .../display/dc/dml/dcn314/display_mode_vba_314.c | 4 +-
> .../dc/dml/dcn32/display_mode_vba_util_32.c | 7 +-
> drivers/gpu/drm/bridge/tc358762.c | 2 +-
> drivers/gpu/drm/drm_edid.c | 1 +
> drivers/gpu/drm/exynos/exynos_drm_crtc.c | 5 +-
> drivers/gpu/drm/mediatek/mtk_dp.c | 6 +-
> drivers/gpu/drm/tiny/gm12u320.c | 10 +-
> drivers/i2c/busses/i2c-aspeed.c | 7 +-
> drivers/interconnect/core.c | 8 +-
> drivers/md/dm.c | 23 +-
> drivers/md/md.c | 2 +-
> drivers/md/raid1.c | 3 +
> drivers/media/pci/cx23885/cx23885-video.c | 2 +-
> drivers/media/pci/intel/ipu3/ipu3-cio2-main.c | 2 +-
> .../media/platform/mediatek/mdp3/mtk-mdp3-comp.c | 2 +
> drivers/media/tuners/qt1010.c | 11 +-
> drivers/media/usb/dvb-usb-v2/af9035.c | 14 +-
> drivers/media/usb/dvb-usb-v2/anysee.c | 2 +-
> drivers/media/usb/dvb-usb-v2/az6007.c | 8 +
> drivers/media/usb/dvb-usb-v2/gl861.c | 2 +-
> drivers/media/usb/dvb-usb/af9005.c | 5 +
> drivers/media/usb/dvb-usb/dw2102.c | 24 +
> drivers/misc/Kconfig | 1 +
> drivers/misc/fastrpc.c | 12 +-
> drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
> drivers/net/can/Kconfig | 4 +-
> drivers/net/can/sun4i_can.c | 22 +-
> drivers/net/ethernet/atheros/alx/ethtool.c | 5 +-
> drivers/net/ethernet/intel/ice/ice_eswitch.c | 3 +
> drivers/net/wireless/ath/ath9k/ahb.c | 4 +-
> drivers/net/wireless/ath/ath9k/mac.h | 6 +-
> drivers/net/wireless/ath/ath9k/pci.c | 4 +-
> drivers/net/wireless/ath/ath9k/xmit.c | 4 +-
> drivers/net/wireless/ath/wil6210/txrx.c | 2 +-
> drivers/net/wireless/ath/wil6210/txrx.h | 6 +-
> drivers/net/wireless/ath/wil6210/txrx_edma.c | 2 +-
> drivers/net/wireless/ath/wil6210/txrx_edma.h | 6 +-
> drivers/net/wireless/mac80211_hwsim.c | 7 +-
> drivers/net/wireless/marvell/mwifiex/tdls.c | 9 +-
> drivers/net/wireless/mediatek/mt76/mt7921/mac.c | 4 +
> drivers/nvme/host/core.c | 54 +-
> drivers/nvme/target/io-cmd-file.c | 10 +-
> drivers/nvme/target/tcp.c | 5 +-
> drivers/pci/controller/dwc/pci-imx6.c | 1 +
> drivers/pci/controller/dwc/pcie-fu740.c | 1 +
> drivers/pci/controller/vmd.c | 19 +-
> drivers/perf/arm_smmuv3_pmu.c | 46 +-
> drivers/perf/fsl_imx8_ddr_perf.c | 21 +
> drivers/scsi/lpfc/lpfc.h | 1 +
> drivers/scsi/lpfc/lpfc_debugfs.c | 14 +-
> drivers/scsi/lpfc/lpfc_els.c | 25 +-
> drivers/scsi/lpfc/lpfc_init.c | 20 +-
> drivers/scsi/lpfc/lpfc_sli.c | 8 +-
> drivers/scsi/megaraid/megaraid_sas.h | 2 +-
> drivers/scsi/megaraid/megaraid_sas_base.c | 21 +-
> drivers/scsi/pm8001/pm8001_init.c | 51 +-
> drivers/scsi/qla2xxx/qla_dfs.c | 6 +-
> drivers/target/iscsi/iscsi_target_configfs.c | 54 +-
> drivers/target/target_core_transport.c | 1 +
> drivers/tty/serial/cpm_uart/cpm_uart_core.c | 13 +-
> drivers/usb/cdns3/cdns3-plat.c | 3 +-
> drivers/usb/cdns3/cdnsp-pci.c | 3 +-
> drivers/usb/cdns3/core.c | 15 +-
> drivers/usb/cdns3/core.h | 7 +-
> drivers/usb/chipidea/ci.h | 1 +
> drivers/usb/chipidea/ci_hdrc_imx.c | 4 +-
> drivers/usb/chipidea/core.c | 2 +
> drivers/usb/chipidea/host.c | 1 +
> drivers/usb/gadget/udc/fsl_qe_udc.c | 2 +
> drivers/usb/host/ehci-hcd.c | 8 +-
> drivers/usb/host/ehci-hub.c | 10 +-
> drivers/usb/host/ehci.h | 10 +
> fs/attr.c | 20 +-
> fs/autofs/waitq.c | 3 +-
> fs/btrfs/delayed-inode.c | 19 +-
> fs/btrfs/disk-io.c | 22 +-
> fs/btrfs/extent-tree.c | 5 +
> fs/btrfs/ioctl.c | 8 +-
> fs/btrfs/ordered-data.c | 2 +-
> fs/btrfs/volumes.c | 8 +
> fs/btrfs/volumes.h | 1 +
> fs/ext2/xattr.c | 4 +-
> fs/ext4/namei.c | 26 +-
> fs/jfs/jfs_dmap.c | 1 +
> fs/jfs/jfs_imap.c | 1 +
> fs/locks.c | 2 +-
> fs/nfsd/nfs4proc.c | 4 +-
> fs/overlayfs/copy_up.c | 3 +-
> fs/overlayfs/file.c | 9 +-
> fs/tracefs/inode.c | 3 +
> include/linux/acpi_iort.h | 1 +
> include/linux/bvec.h | 15 +
> include/linux/dma-buf.h | 6 +
> include/linux/instruction_pointer.h | 5 +
> include/linux/libata.h | 4 +
> include/linux/perf_event.h | 22 +-
> include/linux/sched/task.h | 28 +-
> include/linux/usb/chipidea.h | 1 +
> include/uapi/linux/netfilter_bridge/ebtables.h | 14 +-
> io_uring/net.c | 5 +
> kernel/fork.c | 8 +
> kernel/panic.c | 1 +
> kernel/printk/printk.c | 80 ++-
> kernel/printk/printk_safe.c | 9 +-
> kernel/rcu/rcuscale.c | 2 +-
> kernel/scftorture.c | 6 +-
> kernel/trace/trace.c | 68 +-
> kernel/trace/trace.h | 2 +
> kernel/trace/trace_events.c | 6 +-
> kernel/trace/trace_events_inject.c | 3 +-
> lib/kobject.c | 5 +
> lib/mpi/mpi-cmp.c | 8 +-
> mm/memcontrol.c | 10 +
> net/bluetooth/hci_core.c | 4 +
> net/bridge/netfilter/ebtables.c | 3 +-
> net/core/sock.c | 6 +-
> net/devlink/leftover.c | 4 +-
> net/ipv4/ip_output.c | 2 +-
> net/mac80211/cfg.c | 15 +-
> net/mac80211/rx.c | 4 +
> net/netlink/af_netlink.c | 90 +--
> net/netlink/af_netlink.h | 22 +-
> net/netlink/diag.c | 10 +-
> net/sched/Kconfig | 28 -
> net/sched/Makefile | 2 -
> net/sched/cls_rsvp.c | 24 -
> net/sched/cls_rsvp.h | 764 ---------------------
> net/sched/cls_rsvp6.c | 24 -
> net/sunrpc/clnt.c | 2 +-
> net/wireless/mlme.c | 13 +
> net/wireless/ocb.c | 3 +
> samples/hw_breakpoint/data_breakpoint.c | 4 +-
> security/selinux/hooks.c | 10 +-
> sound/hda/intel-dsp-config.c | 8 +
> sound/soc/intel/boards/sof_sdw.c | 4 +-
> sound/soc/sof/topology.c | 5 +-
> tools/iio/iio_generic_buffer.c | 17 +-
> tools/lib/bpf/libbpf.c | 1 +
> tools/testing/selftests/ftrace/ftracetest | 8 +
> tools/testing/selftests/nolibc/nolibc-test.c | 33 +-
> .../tc-testing/tc-tests/filters/rsvp.json | 203 ------
> 179 files changed, 1227 insertions(+), 1609 deletions(-)
>
>

2023-09-22 13:28:01

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On Wed, Sep 20, 2023 at 01:28:54PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.55 release.
> There are 139 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: Conor Dooley <[email protected]>

cheers, conor


Attachments:
(No filename) (379.00 B)
signature.asc (235.00 B)
Download all attachments

2023-09-22 16:29:43

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On Fri, Sep 22, 2023 at 06:17:25PM +0200, Greg Kroah-Hartman wrote:
> On Fri, Sep 22, 2023 at 08:00:31AM -0700, Rob Clark wrote:
> > On Fri, Sep 22, 2023 at 7:52 AM Guenter Roeck <[email protected]> wrote:
> > >
> > > On 9/22/23 05:31, Jon Hunter wrote:
> > > >
> > > > On 22/09/2023 10:45, Jon Hunter wrote:
> > > >> Hi Greg,
> > > >>
> > > >> On 20/09/2023 12:28, Greg Kroah-Hartman wrote:
> > > >>> This is the start of the stable review cycle for the 6.1.55 release.
> > > >>> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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
> > > >>
> > > >> I am seeing some suspend failures with this update ...
> > > >>
> > > >> Test results for stable-v6.1:
> > > >> 11 builds: 11 pass, 0 fail
> > > >> 28 boots: 28 pass, 0 fail
> > > >> 130 tests: 124 pass, 6 fail
> > > >>
> > > >> Linux version: 6.1.55-rc1-gd5ace918366e
> > > >> Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
> > > >> tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
> > > >> tegra20-ventana, tegra210-p2371-2180,
> > > >> tegra210-p3450-0000, tegra30-cardhu-a04
> > > >>
> > > >> Test failures: tegra124-jetson-tk1: pm-system-suspend.sh
> > > >> tegra186-p2771-0000: pm-system-suspend.sh
> > > >> tegra20-ventana: pm-system-suspend.sh
> > > >> tegra30-cardhu-a04: pm-system-suspend.sh
> > > >>
> > > >> Bisect is underway.
> > > >
> > > >
> > > > Bisect for this issue is also pointing to ...
> > > >
> > > > Rob Clark <[email protected]>
> > > > interconnect: Fix locking for runpm vs reclaim
> > > >
> > > > Looks like all the Tegra issues are related to this.
> > > >
> > >
> > > This isn't surprising because upstream commit 136191703038 ("interconnect: Teach
> > > lockdep about icc_bw_lock order") silently fixes it without Fixes: tag. If you
> > > look into that patch you'll see that the the missing call to mutex_unlock() is
> > > added to icc_sync_state().
> >
> > Oh, indeed, it looks like that hunk ended up in the wrong commit, and
> > I didn't notice because both were merged at the same time
>
> Thanks, I've queued that fix up now as well.

And that breaks on older kernels, let me drop the interconnect patches
completely and I'll wait for someone to submit a full, working, set for
stable inclusion to add them back at a later time if wanted.

thanks,

greg k-h

2023-09-22 16:37:28

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On 9/22/23 05:31, Jon Hunter wrote:
>
> On 22/09/2023 10:45, Jon Hunter wrote:
>> Hi Greg,
>>
>> On 20/09/2023 12:28, Greg Kroah-Hartman wrote:
>>> This is the start of the stable review cycle for the 6.1.55 release.
>>> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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
>>
>> I am seeing some suspend failures with this update ...
>>
>> Test results for stable-v6.1:
>>      11 builds:    11 pass, 0 fail
>>      28 boots:    28 pass, 0 fail
>>      130 tests:    124 pass, 6 fail
>>
>> Linux version:    6.1.55-rc1-gd5ace918366e
>> Boards tested:    tegra124-jetson-tk1, tegra186-p2771-0000,
>>                  tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
>>                  tegra20-ventana, tegra210-p2371-2180,
>>                  tegra210-p3450-0000, tegra30-cardhu-a04
>>
>> Test failures:    tegra124-jetson-tk1: pm-system-suspend.sh
>>                  tegra186-p2771-0000: pm-system-suspend.sh
>>                  tegra20-ventana: pm-system-suspend.sh
>>                  tegra30-cardhu-a04: pm-system-suspend.sh
>>
>> Bisect is underway.
>
>
> Bisect for this issue is also pointing to ...
>
> Rob Clark <[email protected]>
>      interconnect: Fix locking for runpm vs reclaim
>
> Looks like all the Tegra issues are related to this.
>

This isn't surprising because upstream commit 136191703038 ("interconnect: Teach
lockdep about icc_bw_lock order") silently fixes it without Fixes: tag. If you
look into that patch you'll see that the the missing call to mutex_unlock() is
added to icc_sync_state().

Guenter

2023-09-22 18:07:04

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On Wed, 20 Sept 2023 at 13:55, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.55 release.
> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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


Results from Linaro’s test farm.
No regressions on arm64, arm, x86_64, and i386.

Tested-by: Linux Kernel Functional Testing <[email protected]>

## Build
* kernel: 6.1.55-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-6.1.y
* git commit: d5ace918366ee2fcf06842d77abec8a170c759aa
* git describe: v6.1.54-140-gd5ace918366e
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.54-140-gd5ace918366e

## Test Regressions (compared to v6.1.54)

## Metric Regressions (compared to v6.1.54)

## Test Fixes (compared to v6.1.54)

## Metric Fixes (compared to v6.1.54)

## Test result summary
total: 125579, pass: 106421, fail: 2477, skip: 16508, xfail: 173

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 151 total, 150 passed, 1 failed
* arm64: 53 total, 51 passed, 2 failed
* i386: 41 total, 39 passed, 2 failed
* mips: 30 total, 28 passed, 2 failed
* parisc: 4 total, 4 passed, 0 failed
* powerpc: 38 total, 36 passed, 2 failed
* riscv: 16 total, 14 passed, 2 failed
* s390: 16 total, 15 passed, 1 failed
* sh: 14 total, 12 passed, 2 failed
* sparc: 8 total, 8 passed, 0 failed
* x86_64: 46 total, 43 passed, 3 failed

## Test suites summary
* boot
* kselftest-android
* kselftest-arm64
* kselftest-breakpoints
* kselftest-capabilities
* kselftest-cgroup
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-cpufreq
* kselftest-drivers-dma-buf
* kselftest-efivarfs
* kselftest-exec
* kselftest-filesystems
* kselftest-filesystems-binderfs
* kselftest-filesystems-epoll
* kselftest-firmware
* kselftest-fpu
* kselftest-ftrace
* kselftest-futex
* kselftest-gpio
* kselftest-intel_pstate
* kselftest-ipc
* kselftest-ir
* kselftest-kcmp
* kselftest-kexec
* kselftest-kvm
* kselftest-lib
* kselftest-membarrier
* kselftest-memfd
* kselftest-memory-hotplug
* kselftest-mincore
* kselftest-mount
* kselftest-mqueue
* kselftest-net
* kselftest-net-forwarding
* kselftest-net-mptcp
* kselftest-netfilter
* kselftest-nsfs
* kselftest-openat2
* kselftest-pid_namespace
* kselftest-pidfd
* kselftest-proc
* kselftest-pstore
* kselftest-ptrace
* kselftest-rseq
* kselftest-rtc
* kselftest-seccomp
* kselftest-sigaltstack
* kselftest-size
* kselftest-splice
* kselftest-static_keys
* kselftest-sync
* kselftest-sysctl
* kselftest-tc-testing
* kselftest-timens
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user
* kselftest-user_events
* kselftest-vDSO
* kselftest-vm
* kselftest-watchdog
* kselftest-x86
* kselftest-zram
* kunit
* kvm-unit-tests
* libgpiod
* log-parser-boot
* log-parser-test
* ltp-cap_bounds
* ltp-commands
* ltp-containers
* ltp-controllers
* ltp-cpuhotplug
* ltp-crypto
* ltp-cve
* ltp-dio
* ltp-fcntl-locktests
* ltp-filecaps
* ltp-fs
* ltp-fs_bind
* ltp-fs_perms_simple
* ltp-fsx
* ltp-hugetlb
* ltp-io
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-securebits
* ltp-smoke
* ltp-syscalls
* ltp-tracing
* network-basic-tests
* perf
* rcutorture
* v4l2-compliance

--
Linaro LKFT
https://lkft.linaro.org

2023-09-22 18:49:43

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

Hi Greg,

On 20/09/2023 12:28, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.55 release.
> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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

I am seeing some suspend failures with this update ...

Test results for stable-v6.1:
11 builds: 11 pass, 0 fail
28 boots: 28 pass, 0 fail
130 tests: 124 pass, 6 fail

Linux version: 6.1.55-rc1-gd5ace918366e
Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
tegra20-ventana, tegra210-p2371-2180,
tegra210-p3450-0000, tegra30-cardhu-a04

Test failures: tegra124-jetson-tk1: pm-system-suspend.sh
tegra186-p2771-0000: pm-system-suspend.sh
tegra20-ventana: pm-system-suspend.sh
tegra30-cardhu-a04: pm-system-suspend.sh

Bisect is underway.

Jon

--
nvpublic

2023-09-22 19:26:49

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On Fri, Sep 22, 2023 at 08:00:31AM -0700, Rob Clark wrote:
> On Fri, Sep 22, 2023 at 7:52 AM Guenter Roeck <[email protected]> wrote:
> >
> > On 9/22/23 05:31, Jon Hunter wrote:
> > >
> > > On 22/09/2023 10:45, Jon Hunter wrote:
> > >> Hi Greg,
> > >>
> > >> On 20/09/2023 12:28, Greg Kroah-Hartman wrote:
> > >>> This is the start of the stable review cycle for the 6.1.55 release.
> > >>> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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
> > >>
> > >> I am seeing some suspend failures with this update ...
> > >>
> > >> Test results for stable-v6.1:
> > >> 11 builds: 11 pass, 0 fail
> > >> 28 boots: 28 pass, 0 fail
> > >> 130 tests: 124 pass, 6 fail
> > >>
> > >> Linux version: 6.1.55-rc1-gd5ace918366e
> > >> Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
> > >> tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
> > >> tegra20-ventana, tegra210-p2371-2180,
> > >> tegra210-p3450-0000, tegra30-cardhu-a04
> > >>
> > >> Test failures: tegra124-jetson-tk1: pm-system-suspend.sh
> > >> tegra186-p2771-0000: pm-system-suspend.sh
> > >> tegra20-ventana: pm-system-suspend.sh
> > >> tegra30-cardhu-a04: pm-system-suspend.sh
> > >>
> > >> Bisect is underway.
> > >
> > >
> > > Bisect for this issue is also pointing to ...
> > >
> > > Rob Clark <[email protected]>
> > > interconnect: Fix locking for runpm vs reclaim
> > >
> > > Looks like all the Tegra issues are related to this.
> > >
> >
> > This isn't surprising because upstream commit 136191703038 ("interconnect: Teach
> > lockdep about icc_bw_lock order") silently fixes it without Fixes: tag. If you
> > look into that patch you'll see that the the missing call to mutex_unlock() is
> > added to icc_sync_state().
>
> Oh, indeed, it looks like that hunk ended up in the wrong commit, and
> I didn't notice because both were merged at the same time

Thanks, I've queued that fix up now as well.

greg k-h

2023-09-22 19:34:05

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review


On 22/09/2023 10:45, Jon Hunter wrote:
> Hi Greg,
>
> On 20/09/2023 12:28, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 6.1.55 release.
>> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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
>
> I am seeing some suspend failures with this update ...
>
> Test results for stable-v6.1:
>     11 builds:    11 pass, 0 fail
>     28 boots:    28 pass, 0 fail
>     130 tests:    124 pass, 6 fail
>
> Linux version:    6.1.55-rc1-gd5ace918366e
> Boards tested:    tegra124-jetson-tk1, tegra186-p2771-0000,
>                 tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
>                 tegra20-ventana, tegra210-p2371-2180,
>                 tegra210-p3450-0000, tegra30-cardhu-a04
>
> Test failures:    tegra124-jetson-tk1: pm-system-suspend.sh
>                 tegra186-p2771-0000: pm-system-suspend.sh
>                 tegra20-ventana: pm-system-suspend.sh
>                 tegra30-cardhu-a04: pm-system-suspend.sh
>
> Bisect is underway.


Bisect for this issue is also pointing to ...

Rob Clark <[email protected]>
interconnect: Fix locking for runpm vs reclaim

Looks like all the Tegra issues are related to this.

Jon

--
nvpublic

2023-09-22 20:48:06

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On Thu, Sep 21, 2023 at 09:03:09AM -0700, Guenter Roeck wrote:
> On Wed, Sep 20, 2023 at 01:28:54PM +0200, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.1.55 release.
> > There are 139 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, 22 Sep 2023 11:28:09 +0000.
> > Anything received after that time might be too late.
> >
>
> Build results:
> total: 157 pass: 156 fail: 1
> Failed builds:
> powerpc:ppc32_allmodconfig
> Qemu test results:
> total: 529 pass: 529 fail: 0
>
> Building powerpc:ppc32_allmodconfig ... failed
> --------------
> Error log:
> drivers/usb/gadget/udc/fsl_qe_udc.c: In function 'ch9getstatus':
> drivers/usb/gadget/udc/fsl_qe_udc.c:1964:17: error: ISO C90 forbids mixed declarations and code

Very odd that this only shows up on this one platform. I'll go fix it
up, thanks for the report.

greg k-h

2023-09-23 02:52:16

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On Fri, Sep 22, 2023 at 06:25:45PM +0200, Greg Kroah-Hartman wrote:
> On Fri, Sep 22, 2023 at 06:17:25PM +0200, Greg Kroah-Hartman wrote:
> > On Fri, Sep 22, 2023 at 08:00:31AM -0700, Rob Clark wrote:
> > > On Fri, Sep 22, 2023 at 7:52 AM Guenter Roeck <[email protected]> wrote:
> > > >
> > > > On 9/22/23 05:31, Jon Hunter wrote:
> > > > >
> > > > > On 22/09/2023 10:45, Jon Hunter wrote:
> > > > >> Hi Greg,
> > > > >>
> > > > >> On 20/09/2023 12:28, Greg Kroah-Hartman wrote:
> > > > >>> This is the start of the stable review cycle for the 6.1.55 release.
> > > > >>> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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
> > > > >>
> > > > >> I am seeing some suspend failures with this update ...
> > > > >>
> > > > >> Test results for stable-v6.1:
> > > > >> 11 builds: 11 pass, 0 fail
> > > > >> 28 boots: 28 pass, 0 fail
> > > > >> 130 tests: 124 pass, 6 fail
> > > > >>
> > > > >> Linux version: 6.1.55-rc1-gd5ace918366e
> > > > >> Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
> > > > >> tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
> > > > >> tegra20-ventana, tegra210-p2371-2180,
> > > > >> tegra210-p3450-0000, tegra30-cardhu-a04
> > > > >>
> > > > >> Test failures: tegra124-jetson-tk1: pm-system-suspend.sh
> > > > >> tegra186-p2771-0000: pm-system-suspend.sh
> > > > >> tegra20-ventana: pm-system-suspend.sh
> > > > >> tegra30-cardhu-a04: pm-system-suspend.sh
> > > > >>
> > > > >> Bisect is underway.
> > > > >
> > > > >
> > > > > Bisect for this issue is also pointing to ...
> > > > >
> > > > > Rob Clark <[email protected]>
> > > > > interconnect: Fix locking for runpm vs reclaim
> > > > >
> > > > > Looks like all the Tegra issues are related to this.
> > > > >
> > > >
> > > > This isn't surprising because upstream commit 136191703038 ("interconnect: Teach
> > > > lockdep about icc_bw_lock order") silently fixes it without Fixes: tag. If you
> > > > look into that patch you'll see that the the missing call to mutex_unlock() is
> > > > added to icc_sync_state().
> > >
> > > Oh, indeed, it looks like that hunk ended up in the wrong commit, and
> > > I didn't notice because both were merged at the same time
> >
> > Thanks, I've queued that fix up now as well.
>
> And that breaks on older kernels, let me drop the interconnect patches
> completely and I'll wait for someone to submit a full, working, set for
> stable inclusion to add them back at a later time if wanted.

Ok, I'll just do that for 5.10, and leave it for the others.

greg k-h

2023-09-24 01:02:57

by Rob Clark

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/139] 6.1.55-rc1 review

On Fri, Sep 22, 2023 at 7:52 AM Guenter Roeck <[email protected]> wrote:
>
> On 9/22/23 05:31, Jon Hunter wrote:
> >
> > On 22/09/2023 10:45, Jon Hunter wrote:
> >> Hi Greg,
> >>
> >> On 20/09/2023 12:28, Greg Kroah-Hartman wrote:
> >>> This is the start of the stable review cycle for the 6.1.55 release.
> >>> There are 139 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, 22 Sep 2023 11:28:09 +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.55-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
> >>
> >> I am seeing some suspend failures with this update ...
> >>
> >> Test results for stable-v6.1:
> >> 11 builds: 11 pass, 0 fail
> >> 28 boots: 28 pass, 0 fail
> >> 130 tests: 124 pass, 6 fail
> >>
> >> Linux version: 6.1.55-rc1-gd5ace918366e
> >> Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
> >> tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
> >> tegra20-ventana, tegra210-p2371-2180,
> >> tegra210-p3450-0000, tegra30-cardhu-a04
> >>
> >> Test failures: tegra124-jetson-tk1: pm-system-suspend.sh
> >> tegra186-p2771-0000: pm-system-suspend.sh
> >> tegra20-ventana: pm-system-suspend.sh
> >> tegra30-cardhu-a04: pm-system-suspend.sh
> >>
> >> Bisect is underway.
> >
> >
> > Bisect for this issue is also pointing to ...
> >
> > Rob Clark <[email protected]>
> > interconnect: Fix locking for runpm vs reclaim
> >
> > Looks like all the Tegra issues are related to this.
> >
>
> This isn't surprising because upstream commit 136191703038 ("interconnect: Teach
> lockdep about icc_bw_lock order") silently fixes it without Fixes: tag. If you
> look into that patch you'll see that the the missing call to mutex_unlock() is
> added to icc_sync_state().

Oh, indeed, it looks like that hunk ended up in the wrong commit, and
I didn't notice because both were merged at the same time

BR,
-R

> Guenter
>