[PATCH 6.17 000/184] 6.17.6-rc1 review

Greg Kroah-Hartman posted 184 patches 3 months, 1 week ago
Only 3 patches received!
.../devicetree/bindings/serial/renesas,scif.yaml   |   1 +
.../devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml   |  10 +-
.../devicetree/bindings/usb/qcom,snps-dwc3.yaml    |   3 +
Makefile                                           |   8 +-
arch/arm64/boot/dts/broadcom/bcm2712.dtsi          |   3 +
arch/arm64/include/asm/pgtable.h                   |   3 +-
arch/arm64/mm/copypage.c                           |  11 +-
arch/arm64/tools/sysreg                            |   4 +-
arch/m68k/include/asm/bitops.h                     |  25 ++--
arch/mips/mti-malta/malta-setup.c                  |   2 +-
arch/nios2/kernel/setup.c                          |  15 +++
arch/powerpc/include/asm/pgtable.h                 |  12 --
arch/powerpc/mm/book3s32/mmu.c                     |   4 +-
arch/powerpc/mm/pgtable_32.c                       |   2 +-
arch/powerpc/platforms/pseries/cmm.c               |   2 +-
arch/riscv/include/asm/hwprobe.h                   |   7 ++
arch/riscv/include/asm/pgtable.h                   |   2 +
arch/riscv/include/asm/vdso/arch_data.h            |   6 +
arch/riscv/kernel/cpu.c                            |   4 +-
arch/riscv/kernel/cpufeature.c                     |  10 +-
arch/riscv/kernel/pi/cmdline_early.c               |   4 +-
arch/riscv/kernel/pi/fdt_early.c                   |  40 ++++++
arch/riscv/kernel/pi/pi.h                          |   1 +
arch/riscv/kernel/sys_hwprobe.c                    |  94 ++++++++++----
arch/riscv/kernel/unaligned_access_speed.c         |   9 +-
arch/riscv/kernel/vdso/hwprobe.c                   |   2 +-
arch/riscv/mm/init.c                               |  11 +-
arch/s390/mm/pgalloc.c                             |  13 +-
arch/x86/kernel/cpu/microcode/amd.c                |   2 +-
block/blk-settings.c                               |  10 ++
drivers/acpi/acpica/tbprint.c                      |   6 +
drivers/android/binder.c                           |  11 +-
drivers/base/arch_topology.c                       |   2 +-
drivers/base/devcoredump.c                         | 136 +++++++++++++--------
drivers/block/nbd.c                                |  15 +++
drivers/comedi/comedi_buf.c                        |   2 +-
drivers/cpufreq/amd-pstate.c                       |   6 +-
drivers/cpuidle/governors/menu.c                   |  21 ++--
drivers/firmware/arm_ffa/driver.c                  |  37 ++++--
drivers/firmware/arm_scmi/common.h                 |  32 ++++-
drivers/firmware/arm_scmi/driver.c                 |  54 +++-----
drivers/gpio/gpio-104-idio-16.c                    |   1 +
drivers/gpio/gpio-idio-16.c                        |   5 +
drivers/gpio/gpio-ljca.c                           |  14 +--
drivers/gpio/gpio-pci-idio-16.c                    |   1 +
drivers/gpio/gpio-regmap.c                         |  53 +++++++-
.../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c  |   3 +
drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h  |   8 +-
drivers/gpu/drm/drm_panic.c                        |  54 +++++++-
drivers/gpu/drm/panthor/panthor_mmu.c              |  10 +-
drivers/gpu/drm/xe/xe_ggtt.c                       |   3 +
drivers/hwmon/cgbc-hwmon.c                         |   3 +
drivers/hwmon/pmbus/isl68137.c                     |   3 +-
drivers/hwmon/pmbus/max34440.c                     |  12 +-
drivers/hwmon/sht3x.c                              |  27 ++--
drivers/irqchip/irq-gic-v3-its-fsl-mc-msi.c        |   2 +-
drivers/misc/fastrpc.c                             |   2 +
drivers/misc/lkdtm/fortify.c                       |   6 +
drivers/misc/mei/hw-me-regs.h                      |   2 +
drivers/misc/mei/pci-me.c                          |   2 +
drivers/misc/vmw_balloon.c                         |   8 +-
drivers/most/most_usb.c                            |  13 +-
drivers/net/bonding/bond_main.c                    |  47 ++++---
drivers/net/can/bxcan.c                            |   2 +-
drivers/net/can/dev/netlink.c                      |   6 +-
drivers/net/can/esd/esdacc.c                       |   2 +-
drivers/net/can/rockchip/rockchip_canfd-tx.c       |   2 +-
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c   |   3 +-
drivers/net/ethernet/freescale/enetc/enetc.c       |  25 +++-
drivers/net/ethernet/freescale/enetc/enetc.h       |   2 +-
drivers/net/ethernet/hisilicon/Kconfig             |   1 +
.../net/ethernet/mellanox/mlx5/core/en/params.c    |   2 +-
.../ethernet/mellanox/mlx5/core/en_accel/ipsec.h   |   5 +
.../mellanox/mlx5/core/en_accel/ipsec_fs.c         |  25 +++-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |   2 +
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    |  51 ++++++--
drivers/net/ethernet/renesas/ravb_main.c           |  24 +++-
drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c     |   9 +-
drivers/net/ethernet/ti/am65-cpts.c                |  63 +++++++---
drivers/net/ovpn/tcp.c                             |  26 +++-
drivers/net/phy/micrel.c                           |   4 +-
drivers/net/phy/realtek/realtek_main.c             |  16 +--
drivers/net/usb/rtl8150.c                          |  11 +-
drivers/nvmem/rcar-efuse.c                         |   1 +
drivers/of/irq.c                                   |  62 ++++++----
drivers/pci/msi/irqdomain.c                        |   2 +-
drivers/pci/pci.c                                  |   6 +-
drivers/perf/hisilicon/hisi_uncore_pmu.c           |   2 +-
drivers/perf/hisilicon/hisi_uncore_pmu.h           |   3 +-
drivers/platform/mellanox/mlxbf-pmc.c              |   1 +
drivers/platform/x86/dell/alienware-wmi-wmax.c     |  12 +-
drivers/ptp/ptp_ocp.c                              |   2 +-
drivers/s390/crypto/zcrypt_ep11misc.c              |   4 +-
drivers/spi/spi-airoha-snfi.c                      | 128 ++++++++++++++-----
drivers/spi/spi-cadence-quadspi.c                  |   5 +-
drivers/spi/spi-nxp-fspi.c                         |  80 +++++++++++-
drivers/spi/spi-rockchip-sfc.c                     |  12 +-
.../staging/gpib/agilent_82350b/agilent_82350b.c   |  12 +-
drivers/staging/gpib/fmh_gpib/fmh_gpib.c           |   5 +
drivers/staging/gpib/ni_usb/ni_usb_gpib.c          |  13 +-
drivers/tty/serial/8250/8250_dw.c                  |   4 +-
drivers/tty/serial/8250/8250_exar.c                |  11 ++
drivers/tty/serial/8250/8250_mtk.c                 |   6 +-
drivers/tty/serial/sc16is7xx.c                     |   7 --
drivers/tty/serial/sh-sci.c                        |  14 ++-
drivers/usb/core/quirks.c                          |   2 +
drivers/usb/gadget/legacy/raw_gadget.c             |   2 -
drivers/usb/host/xhci-dbgcap.c                     |  15 ++-
drivers/usb/serial/option.c                        |  10 ++
drivers/usb/typec/tcpm/tcpm.c                      |   4 +-
drivers/vfio/cdx/Makefile                          |   6 +-
drivers/vfio/cdx/private.h                         |  14 +++
drivers/virtio/virtio_balloon.c                    |   2 +-
fs/aio.c                                           |   2 +-
fs/btrfs/inode.c                                   |   4 +-
fs/btrfs/ref-verify.c                              |   2 +-
fs/btrfs/send.c                                    |  56 +++++++--
fs/btrfs/super.c                                   |   8 +-
fs/dlm/lock.c                                      |   2 +-
fs/dlm/lockspace.c                                 |   2 +-
fs/dlm/recover.c                                   |   2 +-
fs/erofs/zmap.c                                    |  39 +++---
fs/exec.c                                          |   2 +-
fs/gfs2/lock_dlm.c                                 |  11 +-
fs/hfs/bfind.c                                     |   8 +-
fs/hfs/brec.c                                      |  27 +++-
fs/hfs/mdb.c                                       |   2 +-
fs/hfsplus/bfind.c                                 |   8 +-
fs/hfsplus/bnode.c                                 |  41 -------
fs/hfsplus/btree.c                                 |   6 +
fs/hfsplus/hfsplus_fs.h                            |  42 +++++++
fs/hfsplus/super.c                                 |  25 +++-
fs/hugetlbfs/inode.c                               |   4 +-
fs/jfs/jfs_metapage.c                              |   8 +-
fs/notify/fdinfo.c                                 |   6 +
fs/ocfs2/move_extents.c                            |   5 +
fs/smb/client/cifsglob.h                           |   2 +-
fs/smb/client/inode.c                              |   5 +-
fs/smb/client/smbdirect.c                          |  30 +++--
fs/smb/client/smbdirect.h                          |   2 +-
fs/smb/server/transport_rdma.c                     |  11 +-
fs/sysfs/group.c                                   |  26 +++-
fs/xfs/scrub/nlinks.c                              |  34 +++++-
fs/xfs/xfs_super.c                                 |  33 +++--
include/linux/arm_ffa.h                            |  21 +++-
include/linux/exportfs.h                           |   7 +-
include/linux/gpio/regmap.h                        |  16 +++
include/linux/hung_task.h                          |   8 +-
include/linux/migrate.h                            |  11 +-
include/linux/misc_cgroup.h                        |   2 +-
include/linux/of_irq.h                             |   6 -
include/linux/skbuff.h                             |   3 +
include/linux/virtio_net.h                         |   4 +
io_uring/fdinfo.c                                  |   8 +-
io_uring/filetable.c                               |   2 +-
io_uring/sqpoll.c                                  |  65 +++++++---
io_uring/sqpoll.h                                  |   1 +
io_uring/waitid.c                                  |   2 +-
kernel/dma/debug.c                                 |   5 +-
kernel/sched/fair.c                                |   9 +-
kernel/sched/sched.h                               |   2 -
kernel/trace/rv/monitors/pagefault/Kconfig         |   1 +
kernel/trace/rv/rv.c                               |  12 +-
mm/damon/core.c                                    |   7 +-
mm/damon/sysfs.c                                   |   7 +-
mm/huge_memory.c                                   |   3 +
mm/migrate.c                                       |  88 +++++++------
mm/migrate_device.c                                |   2 +-
mm/mremap.c                                        |  15 +--
mm/page_owner.c                                    |   3 +
mm/slub.c                                          |  23 ++--
mm/zsmalloc.c                                      |   4 +-
net/core/datagram.c                                |  44 +++++--
net/core/rtnetlink.c                               |   3 -
net/hsr/hsr_netlink.c                              |   8 +-
net/mptcp/pm_kernel.c                              |   6 +
net/sctp/inqueue.c                                 |  13 +-
net/smc/smc_inet.c                                 |  13 --
net/vmw_vsock/af_vsock.c                           |  38 +++---
net/xfrm/espintcp.c                                |   6 +-
rust/kernel/auxiliary.rs                           |   8 +-
rust/kernel/device.rs                              |   4 +-
tools/objtool/check.c                              |   1 +
tools/testing/selftests/net/mptcp/mptcp_join.sh    |   8 +-
tools/testing/selftests/net/sctp_hello.c           |  17 +--
tools/testing/selftests/net/sctp_vrf.sh            |  73 ++++++-----
186 files changed, 1849 insertions(+), 834 deletions(-)
[PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Greg Kroah-Hartman 3 months, 1 week ago
This is the start of the stable review cycle for the 6.17.6 release.
There are 184 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 Wed, 29 Oct 2025 18:34:15 +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.17.6-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.17.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 6.17.6-rc1

William Breathitt Gray <wbg@kernel.org>
    gpio: idio-16: Define fixed direction of the GPIO lines

Ioana Ciornei <ioana.ciornei@nxp.com>
    gpio: regmap: add the .fixed_direction_output configuration parameter

Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
    gpio: regmap: Allow to allocate regmap-irq device

Darrick J. Wong <djwong@kernel.org>
    xfs: always warn about deprecated mount options

David Hildenbrand <david@redhat.com>
    vmw_balloon: indicate success when effectively deflating during migration

David Hildenbrand <david@redhat.com>
    treewide: remove MIGRATEPAGE_SUCCESS

David Hildenbrand <david@redhat.com>
    mm/migrate: remove MIGRATEPAGE_UNMAP

Dave Penkler <dpenkler@gmail.com>
    staging: gpib: Fix sending clear and trigger events

Dave Penkler <dpenkler@gmail.com>
    staging: gpib: Return -EINTR on device clear

Dave Penkler <dpenkler@gmail.com>
    staging: gpib: Fix no EOI on 1 and 2 byte writes

Ma Ke <make24@iscas.ac.cn>
    staging: gpib: Fix device reference leak in fmh_gpib driver

Hugo Villeneuve <hvilleneuve@dimonoff.com>
    serial: sc16is7xx: remove useless enable of enhanced features

Daniel Golle <daniel@makrotopia.org>
    serial: 8250_mtk: Enable baud clock and manage in runtime PM

Florian Eckert <fe@dev.tdt.de>
    serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018

Artem Shimko <a.shimko.dev@gmail.com>
    serial: 8250_dw: handle reset control deassert error

Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
    dt-bindings: usb: qcom,snps-dwc3: Fix bindings for X1E80100

Xu Yang <xu.yang_2@nxp.com>
    dt-bindings: usb: dwc3-imx8mp: dma-range is required only for imx8mp

Geert Uytterhoeven <geert+renesas@glider.be>
    dt-bindings: serial: sh-sci: Fix r8a78000 interrupts

Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
    tty: serial: sh-sci: fix RSCI FIFO overrun handling

Michael Grzeschik <m.grzeschik@pengutronix.de>
    tcpm: switch check for role_sw device with fw_node

Victoria Votokina <Victoria.Votokina@kaspersky.com>
    most: usb: hdm_probe: Fix calling put_device() before device initialization

Victoria Votokina <Victoria.Votokina@kaspersky.com>
    most: usb: Fix use-after-free in hdm_disconnect

Junhao Xie <bigfoot@radxa.com>
    misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookup

Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
    nvmem: rcar-efuse: add missing MODULE_DEVICE_TABLE

Miguel Ojeda <ojeda@kernel.org>
    objtool/rust: add one more `noreturn` Rust function

Alexander Usyskin <alexander.usyskin@intel.com>
    mei: me: add wildcat lake P DID

Deepanshu Kartikey <kartikey406@gmail.com>
    comedi: fix divide-by-zero in comedi_buf_munge()

Alice Ryhl <aliceryhl@google.com>
    binder: remove "invalid inc weak" check

Andrew Cooper <andrew.cooper3@citrix.com>
    x86/microcode: Fix Entrysign revision check for Zen1/Naples

Mathias Nyman <mathias.nyman@linux.intel.com>
    xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall event

Mathias Nyman <mathias.nyman@linux.intel.com>
    xhci: dbc: enable back DbC in resume if it was enabled before suspend

Andrey Konovalov <andreyknvl@gmail.com>
    usb: raw-gadget: do not limit transfer length

Tim Guttzeit <t.guttzeit@tuxedocomputers.com>
    usb/core/quirks: Add Huawei ME906S to wakeup quirk

LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn>
    USB: serial: option: add Telit FN920C04 ECM compositions

Reinhard Speyerer <rspmn@arcor.de>
    USB: serial: option: add Quectel RG255C

Renjun Wang <renjunw0@foxmail.com>
    USB: serial: option: add UNISOC UIS7720

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    sched: Remove never used code in mm_cid_get()

Alok Tiwari <alok.a.tiwari@oracle.com>
    io_uring: correct __must_hold annotation in io_install_fixed_file

Haotian Zhang <vulab@iscas.ac.cn>
    gpio: ljca: Fix duplicated IRQ mapping

Christoph Hellwig <hch@lst.de>
    block: require LBA dma_alignment when using PI

Lorenzo Pieralisi <lpieralisi@kernel.org>
    of/irq: Add msi-parent check to of_msi_xlate()

Lorenzo Pieralisi <lpieralisi@kernel.org>
    of/irq: Convert of_msi_map_id() callers to of_msi_xlate()

Jocelyn Falempe <jfalempe@redhat.com>
    drm/panic: Fix 24bit pixel crossing page boundaries

Jocelyn Falempe <jfalempe@redhat.com>
    drm/panic: Fix qr_code, ensure vmargin is positive

Jocelyn Falempe <jfalempe@redhat.com>
    drm/panic: Fix drawing the logo on a small narrow screen

Ondrej Mosnacek <omosnace@redhat.com>
    nbd: override creds to kernel when calling sock_{send,recv}msg()

Alok Tiwari <alok.a.tiwari@oracle.com>
    io_uring: fix incorrect unlikely() usage in io_waitid_prep()

Guenter Roeck <linux@roeck-us.net>
    hwmon: (sht3x) Fix error handling

Li Qiang <liqiang01@kylinos.cn>
    hwmon: (cgbc-hwmon) Add missing NULL check after devm_kzalloc()

Erick Karanja <karanja99erick@gmail.com>
    hwmon: (pmbus/isl68137) Fix child node reference leak on early return

Paul Walmsley <pjw@kernel.org>
    riscv: hwprobe: avoid uninitialized variable use in hwprobe_arch_id()

Anup Patel <apatel@ventanamicro.com>
    RISC-V: Don't print details of CPUs disabled in DT

Anup Patel <apatel@ventanamicro.com>
    RISC-V: Define pgprot_dmacoherent() for non-coherent devices

Akash Goel <akash.goel@arm.com>
    drm/panthor: Fix kernel panic on partial unmap of a GPU VA region

Fernando Fernandez Mancera <fmancera@suse.de>
    sysfs: check visibility before changing group attribute ownership

Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
    spi: airoha: fix reading/writing of flashes with more than one plane per lun

Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
    spi: airoha: switch back to non-dma mode in the case of error

Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
    spi: airoha: add support of dual/quad wires spi modes to exec_op() handler

Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
    spi: airoha: return an error for continuous mode dirmap creation cases

Artem Shimko <a.shimko.dev@gmail.com>
    firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW clearing in raw mode

Cristian Marussi <cristian.marussi@arm.com>
    include: trace: Fix inflight count helper on failed initialization

Cristian Marussi <cristian.marussi@arm.com>
    firmware: arm_scmi: Account for failed debug initialization

Peter Robinson <pbrobinson@gmail.com>
    arm64: dts: broadcom: bcm2712: Define VGIC interrupt

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    arm64: dts: broadcom: bcm2712: Add default GIC address cells

Mattijs Korpershoek <mkorpershoek@kernel.org>
    spi: cadence-quadspi: Fix pm_runtime unbalance on dma EPROBE_DEFER

Haibo Chen <haibo.chen@nxp.com>
    spi: spi-nxp-fspi: limit the clock rate for different sample clock source selection

Han Xu <han.xu@nxp.com>
    spi: spi-nxp-fspi: add extra delay after dll locked

Haibo Chen <haibo.chen@nxp.com>
    spi: spi-nxp-fspi: re-config the clock rate when operation require new clock rate

Haibo Chen <haibo.chen@nxp.com>
    spi: spi-nxp-fspi: add the support for sample data from DQS pad

Sudeep Holla <sudeep.holla@arm.com>
    firmware: arm_ffa: Add support for IMPDEF value in the memory access descriptor

Marek Szyprowski <m.szyprowski@samsung.com>
    spi: rockchip-sfc: Fix DMA-API usage

SeongJae Park <sj@kernel.org>
    mm/damon/sysfs: dealloc commit test ctx always

SeongJae Park <sj@kernel.org>
    mm/damon/sysfs: catch commit test ctx alloc failure

Enze Li <lienze@kylinos.cn>
    mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_destroy_scheme

SeongJae Park <sj@kernel.org>
    mm/damon/core: fix list_add_tail() call on damon_call()

SeongJae Park <sj@kernel.org>
    mm/damon/core: use damos_commit_quota_goal() for new goal commit

Charlene Liu <Charlene.Liu@amd.com>
    drm/amd/display: increase max link count and fix link->enc NULL pointer access

Matthew Brost <matthew.brost@intel.com>
    drm/xe: Check return value of GGTT workqueue allocation

Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
    mm/mremap: correctly account old mapping after MREMAP_DONTUNMAP remap

Qiuxu Zhuo <qiuxu.zhuo@intel.com>
    mm: prevent poison consumption when splitting THP

Matthieu Baerts (NGI0) <matttbe@kernel.org>
    selftests: mptcp: join: mark 'delete re-add signal' as skipped if not supported

Matthieu Baerts (NGI0) <matttbe@kernel.org>
    selftests: mptcp: join: mark implicit tests as skipped if not supported

Matthieu Baerts (NGI0) <matttbe@kernel.org>
    selftests: mptcp: join: mark 'flush re-add' as skipped if not supported

Matthieu Baerts (NGI0) <matttbe@kernel.org>
    mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR

Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
    net: ravb: Ensure memory write completes before ringing TX doorbell

Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
    net: ravb: Enforce descriptor type ordering

Michal Pecio <michal.pecio@gmail.com>
    net: usb: rtl8150: Fix frame padding

Sebastian Reichel <sebastian.reichel@collabora.com>
    net: stmmac: dwmac-rk: Fix disabling set_clock_selection

Tonghao Zhang <tonghao@bamaicloud.com>
    net: bonding: update the slave array for broadcast mode

Stefano Garzarella <sgarzare@redhat.com>
    vsock: fix lock inversion in vsock_assign_transport()

Nam Cao <namcao@linutronix.de>
    rv: Make rtapp/pagefault monitor depends on CONFIG_MMU

Nam Cao <namcao@linutronix.de>
    rv: Fully convert enabled_monitors to use list_head as iterator

Deepanshu Kartikey <kartikey406@gmail.com>
    ocfs2: clear extent cache after moving/defragmenting extents

Maciej W. Rozycki <macro@orcam.me.uk>
    MIPS: Malta: Fix keyboard resource preventing i8042 driver from registering

Alexis Czezar Torreno <alexisczezar.torreno@analog.com>
    hwmon: (pmbus/max34440) Update adpm12160 coeff due to latest FW

Maarten Lankhorst <dev@lankhorst.se>
    devcoredump: Fix circular locking dependency with devcd->mutex.

David Howells <dhowells@redhat.com>
    cifs: Fix TCP_Server_Info::credits to be signed

Marc Kleine-Budde <mkl@pengutronix.de>
    can: netlink: can_changelink(): allow disabling of automatic restart

Catalin Marinas <catalin.marinas@arm.com>
    arm64: mte: Do not warn if the page is already tagged in copy_highpage()

Xi Ruoyao <xry111@xry111.site>
    ACPICA: Work around bogus -Wstringop-overread warning since GCC 11

Paulo Alcantara <pc@manguebit.org>
    smb: client: get rid of d_drop() in cifs_do_rename()

Hao Ge <gehao@kylinos.cn>
    slab: Fix obj_ext mistakenly considered NULL due to race condition

Hao Ge <gehao@kylinos.cn>
    slab: Avoid race on slab->obj_exts in alloc_slab_obj_exts

Danilo Krummrich <dakr@kernel.org>
    rust: device: fix device context of Device::parent()

Paul Walmsley <pjw@kernel.org>
    riscv: cpufeature: avoid uninitialized variable in has_thead_homogeneous_vlenb()

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    Revert "cpuidle: menu: Avoid discarding useful information"

Kurt Borja <kuurtb@gmail.com>
    platform/x86: alienware-wmi-wmax: Fix NULL pointer dereference in sleep handlers

tr1x_em <admin@trix.is-a.dev>
    platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530

Darrick J. Wong <djwong@kernel.org>
    xfs: fix locking in xchk_nlinks_collect_dir

William Breathitt Gray <wbg@kernel.org>
    gpio: 104-idio-16: Define maximum valid register address offset

William Breathitt Gray <wbg@kernel.org>
    gpio: pci-idio-16: Define maximum valid register address offset

Amit Dhingra <mechanicalamit@gmail.com>
    btrfs: ref-verify: fix IS_ERR() vs NULL check in btrfs_build_ref_tree()

Ting-Chang Hou <tchou@synology.com>
    btrfs: send: fix duplicated rmdir operations when using extrefs

Dewei Meng <mengdewei@cqsoftware.com.cn>
    btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()

Jens Axboe <axboe@kernel.dk>
    io_uring/sqpoll: be smarter on when to update the stime usage

Jens Axboe <axboe@kernel.dk>
    io_uring/sqpoll: switch away from getrusage() for CPU accounting

Jingwei Wang <wangjingwei@iscas.ac.cn>
    riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot

Kaushlendra Kumar <kaushlendra.kumar@intel.com>
    arch_topology: Fix incorrect error check in topology_parse_cpu_capacity()

Jason Wang <jasowang@redhat.com>
    virtio-net: zero unused hash fields

Marek Szyprowski <m.szyprowski@samsung.com>
    dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOC

Alexei Starovoitov <ast@kernel.org>
    mm: don't spin in add_stack_record when gfp flags don't allow

Lance Yang <lance.yang@linux.dev>
    hung_task: fix warnings caused by unaligned lock pointers

Tonghao Zhang <tonghao@bamaicloud.com>
    net: bonding: fix possible peer notify event loss or dup issue

Jakub Acs <acsjakub@amazon.de>
    fs/notify: call exportfs_encode_fid with s_umount

Patrisious Haddad <phaddad@nvidia.com>
    net/mlx5: Fix IPsec cleanup over MPV device

Robert Marko <robert.marko@sartura.hr>
    net: phy: micrel: always set shared->phydev for LAN8814

Ralf Lici <ralf@mandelbit.com>
    ovpn: use datagram_poll_queue for socket readiness in TCP

Ralf Lici <ralf@mandelbit.com>
    net: datagram: introduce datagram_poll_queue for custom receive queues

Ralf Lici <ralf@mandelbit.com>
    espintcp: use datagram_poll_queue for socket readiness

Fernando Fernandez Mancera <fmancera@suse.de>
    net: hsr: prevent creation of HSR device with slaves from another netns

Alexey Simakov <bigalex934@gmail.com>
    sctp: avoid NULL dereference when chunk data buffer is missing

Jiasheng Jiang <jiashengjiangcool@gmail.com>
    ptp: ocp: Fix typo using index 1 instead of i in SMA initialization loop

Heiner Kallweit <hkallweit1@gmail.com>
    net: hibmcge: select FIXED_PHY

Gao Xiang <xiang@kernel.org>
    erofs: avoid infinite loops due to corrupted subpage compact indexes

Huang Ying <ying.huang@linux.alibaba.com>
    arm64, mm: avoid always making PTE dirty in pte_mkwrite()

Aksh Garg <a-garg7@ti.com>
    net: ethernet: ti: am65-cpts: fix timestamp loss due to race conditions

Wang Liang <wangliang74@huawei.com>
    net/smc: fix general protection fault in __smc_diag_dump

Amery Hung <ameryhung@gmail.com>
    net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQ

Amery Hung <ameryhung@gmail.com>
    net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQ

Xin Long <lucien.xin@gmail.com>
    selftests: net: fix server bind failure in sctp_vrf.sh

Marc Kleine-Budde <mkl@pengutronix.de>
    can: rockchip-canfd: rkcanfd_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_invalid_skb()

Marc Kleine-Budde <mkl@pengutronix.de>
    can: esd: acc_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_invalid_skb()

Marc Kleine-Budde <mkl@pengutronix.de>
    can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_invalid_skb()

Aleksander Jan Bajkowski <olek2@wp.pl>
    net: phy: realtek: fix rtl8221b-vm-cg name

Ioana Ciornei <ioana.ciornei@nxp.com>
    dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx path

Wei Fang <wei.fang@nxp.com>
    net: enetc: correct the value of ENETC_RXB_TRUESIZE

Jianpeng Chang <jianpeng.chang.cn@windriver.com>
    net: enetc: fix the deadlock of enetc_mdio_lock

Gao Xiang <xiang@kernel.org>
    erofs: fix crafted invalid cases for encoded extents

Johannes Wiesböck <johannes.wiesboeck@aisec.fraunhofer.de>
    rtnetlink: Allow deleting FDB entries in user namespace

Nathan Chancellor <nathan@kernel.org>
    net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()

Mario Limonciello (AMD) <superm1@kernel.org>
    cpufreq/amd-pstate: Fix a regression leading to EPP 0 after hibernate

David Thompson <davthompson@nvidia.com>
    platform/mellanox: mlxbf-pmc: add sysfs_attr_init() to count_clock init

Linus Torvalds <torvalds@linux-foundation.org>
    Unbreak 'make tools/*' for user-space targets

Stefan Metzmacher <metze@samba.org>
    smb: server: let smb_direct_flush_send_list() invalidate a remote key first

Stefan Metzmacher <metze@samba.org>
    smb: client: make use of ib_wc_status_msg() and skip IB_WC_WR_FLUSH_ERR logging

Stefan Metzmacher <metze@samba.org>
    smb: client: limit the range of info->receive_credit_target

Stefan Metzmacher <metze@samba.org>
    smb: client: queue post_recv_credits_work also if the peer raises the credit target

Heiko Carstens <hca@linux.ibm.com>
    s390/mm: Use __GFP_ACCOUNT for user page table allocations

Yicong Yang <yangyicong@hisilicon.com>
    drivers/perf: hisi: Relax the event ID check in the framework

Clément Léger <cleger@rivosinc.com>
    riscv: cpufeature: add validation for zfa, zfh and zfhmin

Junhui Liu <junhui.liu@pigmoral.tech>
    riscv: mm: Use mmu-type from FDT to limit SATP mode

Junhui Liu <junhui.liu@pigmoral.tech>
    riscv: mm: Return intended SATP mode for noXlvl options

Christophe Leroy <christophe.leroy@csgroup.eu>
    powerpc/32: Remove PAGE_KERNEL_TEXT to fix startup failure

Geert Uytterhoeven <geert@linux-m68k.org>
    m68k: bitops: Fix find_*_bit() signatures

Andreas Gruenbacher <agruenba@redhat.com>
    gfs2: Fix unlikely race in gdlm_put_lock

Fuad Tabba <tabba@google.com>
    arm64: sysreg: Correct sign definitions for EIESB and DoubleLock

Junjie Cao <junjie.cao@intel.com>
    lkdtm: fortify: Fix potential NULL dereference on kmalloc failure

Kees Cook <kees@kernel.org>
    PCI: Test for bit underflow in pcie_set_readrq()

Yangtao Li <frank.li@vivo.com>
    hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_super()

Viacheslav Dubeyko <slava@dubeyko.com>
    hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits()

Alexander Aring <aahringo@redhat.com>
    dlm: check for defined force value in dlm_lockspace_release

Viacheslav Dubeyko <slava@dubeyko.com>
    hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()

Yang Chenzhi <yang.chenzhi@vivo.com>
    hfs: validate record offset in hfsplus_bmap_alloc

Viacheslav Dubeyko <slava@dubeyko.com>
    hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()

Viacheslav Dubeyko <slava@dubeyko.com>
    hfs: make proper initalization of struct hfs_find_data

Viacheslav Dubeyko <slava@dubeyko.com>
    hfs: clear offset and space out of valid records in b-tree node

Harald Freudenberger <freude@linux.ibm.com>
    s390/pkey: Forward keygenflags to ep11_unwrapkey

Simon Schuster <schuster.simon@siemens-energy.com>
    nios2: ensure that memblock.current_limit is set when setting pfn limits

Xichao Zhao <zhao.xichao@vivo.com>
    exec: Fix incorrect type for ret

Alexander Aring <aahringo@redhat.com>
    dlm: move to rinfo for all middle conversion cases

Randy Dunlap <rdunlap@infradead.org>
    cgroup/misc: fix misc_res_type kernel-doc warning

Jan Kara <jack@suse.cz>
    expfs: Fix exportfs_can_encode_fh() for EXPORT_FH_FID

Nipun Gupta <nipun.gupta@amd.com>
    vfio/cdx: update driver to build without CONFIG_GENERIC_MSI_IRQ

K Prateek Nayak <kprateek.nayak@amd.com>
    sched/fair: Block delayed tasks on throttled hierarchy during dequeue


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

Diffstat:

 .../devicetree/bindings/serial/renesas,scif.yaml   |   1 +
 .../devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml   |  10 +-
 .../devicetree/bindings/usb/qcom,snps-dwc3.yaml    |   3 +
 Makefile                                           |   8 +-
 arch/arm64/boot/dts/broadcom/bcm2712.dtsi          |   3 +
 arch/arm64/include/asm/pgtable.h                   |   3 +-
 arch/arm64/mm/copypage.c                           |  11 +-
 arch/arm64/tools/sysreg                            |   4 +-
 arch/m68k/include/asm/bitops.h                     |  25 ++--
 arch/mips/mti-malta/malta-setup.c                  |   2 +-
 arch/nios2/kernel/setup.c                          |  15 +++
 arch/powerpc/include/asm/pgtable.h                 |  12 --
 arch/powerpc/mm/book3s32/mmu.c                     |   4 +-
 arch/powerpc/mm/pgtable_32.c                       |   2 +-
 arch/powerpc/platforms/pseries/cmm.c               |   2 +-
 arch/riscv/include/asm/hwprobe.h                   |   7 ++
 arch/riscv/include/asm/pgtable.h                   |   2 +
 arch/riscv/include/asm/vdso/arch_data.h            |   6 +
 arch/riscv/kernel/cpu.c                            |   4 +-
 arch/riscv/kernel/cpufeature.c                     |  10 +-
 arch/riscv/kernel/pi/cmdline_early.c               |   4 +-
 arch/riscv/kernel/pi/fdt_early.c                   |  40 ++++++
 arch/riscv/kernel/pi/pi.h                          |   1 +
 arch/riscv/kernel/sys_hwprobe.c                    |  94 ++++++++++----
 arch/riscv/kernel/unaligned_access_speed.c         |   9 +-
 arch/riscv/kernel/vdso/hwprobe.c                   |   2 +-
 arch/riscv/mm/init.c                               |  11 +-
 arch/s390/mm/pgalloc.c                             |  13 +-
 arch/x86/kernel/cpu/microcode/amd.c                |   2 +-
 block/blk-settings.c                               |  10 ++
 drivers/acpi/acpica/tbprint.c                      |   6 +
 drivers/android/binder.c                           |  11 +-
 drivers/base/arch_topology.c                       |   2 +-
 drivers/base/devcoredump.c                         | 136 +++++++++++++--------
 drivers/block/nbd.c                                |  15 +++
 drivers/comedi/comedi_buf.c                        |   2 +-
 drivers/cpufreq/amd-pstate.c                       |   6 +-
 drivers/cpuidle/governors/menu.c                   |  21 ++--
 drivers/firmware/arm_ffa/driver.c                  |  37 ++++--
 drivers/firmware/arm_scmi/common.h                 |  32 ++++-
 drivers/firmware/arm_scmi/driver.c                 |  54 +++-----
 drivers/gpio/gpio-104-idio-16.c                    |   1 +
 drivers/gpio/gpio-idio-16.c                        |   5 +
 drivers/gpio/gpio-ljca.c                           |  14 +--
 drivers/gpio/gpio-pci-idio-16.c                    |   1 +
 drivers/gpio/gpio-regmap.c                         |  53 +++++++-
 .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c  |   3 +
 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h  |   8 +-
 drivers/gpu/drm/drm_panic.c                        |  54 +++++++-
 drivers/gpu/drm/panthor/panthor_mmu.c              |  10 +-
 drivers/gpu/drm/xe/xe_ggtt.c                       |   3 +
 drivers/hwmon/cgbc-hwmon.c                         |   3 +
 drivers/hwmon/pmbus/isl68137.c                     |   3 +-
 drivers/hwmon/pmbus/max34440.c                     |  12 +-
 drivers/hwmon/sht3x.c                              |  27 ++--
 drivers/irqchip/irq-gic-v3-its-fsl-mc-msi.c        |   2 +-
 drivers/misc/fastrpc.c                             |   2 +
 drivers/misc/lkdtm/fortify.c                       |   6 +
 drivers/misc/mei/hw-me-regs.h                      |   2 +
 drivers/misc/mei/pci-me.c                          |   2 +
 drivers/misc/vmw_balloon.c                         |   8 +-
 drivers/most/most_usb.c                            |  13 +-
 drivers/net/bonding/bond_main.c                    |  47 ++++---
 drivers/net/can/bxcan.c                            |   2 +-
 drivers/net/can/dev/netlink.c                      |   6 +-
 drivers/net/can/esd/esdacc.c                       |   2 +-
 drivers/net/can/rockchip/rockchip_canfd-tx.c       |   2 +-
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c   |   3 +-
 drivers/net/ethernet/freescale/enetc/enetc.c       |  25 +++-
 drivers/net/ethernet/freescale/enetc/enetc.h       |   2 +-
 drivers/net/ethernet/hisilicon/Kconfig             |   1 +
 .../net/ethernet/mellanox/mlx5/core/en/params.c    |   2 +-
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.h   |   5 +
 .../mellanox/mlx5/core/en_accel/ipsec_fs.c         |  25 +++-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |   2 +
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    |  51 ++++++--
 drivers/net/ethernet/renesas/ravb_main.c           |  24 +++-
 drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c     |   9 +-
 drivers/net/ethernet/ti/am65-cpts.c                |  63 +++++++---
 drivers/net/ovpn/tcp.c                             |  26 +++-
 drivers/net/phy/micrel.c                           |   4 +-
 drivers/net/phy/realtek/realtek_main.c             |  16 +--
 drivers/net/usb/rtl8150.c                          |  11 +-
 drivers/nvmem/rcar-efuse.c                         |   1 +
 drivers/of/irq.c                                   |  62 ++++++----
 drivers/pci/msi/irqdomain.c                        |   2 +-
 drivers/pci/pci.c                                  |   6 +-
 drivers/perf/hisilicon/hisi_uncore_pmu.c           |   2 +-
 drivers/perf/hisilicon/hisi_uncore_pmu.h           |   3 +-
 drivers/platform/mellanox/mlxbf-pmc.c              |   1 +
 drivers/platform/x86/dell/alienware-wmi-wmax.c     |  12 +-
 drivers/ptp/ptp_ocp.c                              |   2 +-
 drivers/s390/crypto/zcrypt_ep11misc.c              |   4 +-
 drivers/spi/spi-airoha-snfi.c                      | 128 ++++++++++++++-----
 drivers/spi/spi-cadence-quadspi.c                  |   5 +-
 drivers/spi/spi-nxp-fspi.c                         |  80 +++++++++++-
 drivers/spi/spi-rockchip-sfc.c                     |  12 +-
 .../staging/gpib/agilent_82350b/agilent_82350b.c   |  12 +-
 drivers/staging/gpib/fmh_gpib/fmh_gpib.c           |   5 +
 drivers/staging/gpib/ni_usb/ni_usb_gpib.c          |  13 +-
 drivers/tty/serial/8250/8250_dw.c                  |   4 +-
 drivers/tty/serial/8250/8250_exar.c                |  11 ++
 drivers/tty/serial/8250/8250_mtk.c                 |   6 +-
 drivers/tty/serial/sc16is7xx.c                     |   7 --
 drivers/tty/serial/sh-sci.c                        |  14 ++-
 drivers/usb/core/quirks.c                          |   2 +
 drivers/usb/gadget/legacy/raw_gadget.c             |   2 -
 drivers/usb/host/xhci-dbgcap.c                     |  15 ++-
 drivers/usb/serial/option.c                        |  10 ++
 drivers/usb/typec/tcpm/tcpm.c                      |   4 +-
 drivers/vfio/cdx/Makefile                          |   6 +-
 drivers/vfio/cdx/private.h                         |  14 +++
 drivers/virtio/virtio_balloon.c                    |   2 +-
 fs/aio.c                                           |   2 +-
 fs/btrfs/inode.c                                   |   4 +-
 fs/btrfs/ref-verify.c                              |   2 +-
 fs/btrfs/send.c                                    |  56 +++++++--
 fs/btrfs/super.c                                   |   8 +-
 fs/dlm/lock.c                                      |   2 +-
 fs/dlm/lockspace.c                                 |   2 +-
 fs/dlm/recover.c                                   |   2 +-
 fs/erofs/zmap.c                                    |  39 +++---
 fs/exec.c                                          |   2 +-
 fs/gfs2/lock_dlm.c                                 |  11 +-
 fs/hfs/bfind.c                                     |   8 +-
 fs/hfs/brec.c                                      |  27 +++-
 fs/hfs/mdb.c                                       |   2 +-
 fs/hfsplus/bfind.c                                 |   8 +-
 fs/hfsplus/bnode.c                                 |  41 -------
 fs/hfsplus/btree.c                                 |   6 +
 fs/hfsplus/hfsplus_fs.h                            |  42 +++++++
 fs/hfsplus/super.c                                 |  25 +++-
 fs/hugetlbfs/inode.c                               |   4 +-
 fs/jfs/jfs_metapage.c                              |   8 +-
 fs/notify/fdinfo.c                                 |   6 +
 fs/ocfs2/move_extents.c                            |   5 +
 fs/smb/client/cifsglob.h                           |   2 +-
 fs/smb/client/inode.c                              |   5 +-
 fs/smb/client/smbdirect.c                          |  30 +++--
 fs/smb/client/smbdirect.h                          |   2 +-
 fs/smb/server/transport_rdma.c                     |  11 +-
 fs/sysfs/group.c                                   |  26 +++-
 fs/xfs/scrub/nlinks.c                              |  34 +++++-
 fs/xfs/xfs_super.c                                 |  33 +++--
 include/linux/arm_ffa.h                            |  21 +++-
 include/linux/exportfs.h                           |   7 +-
 include/linux/gpio/regmap.h                        |  16 +++
 include/linux/hung_task.h                          |   8 +-
 include/linux/migrate.h                            |  11 +-
 include/linux/misc_cgroup.h                        |   2 +-
 include/linux/of_irq.h                             |   6 -
 include/linux/skbuff.h                             |   3 +
 include/linux/virtio_net.h                         |   4 +
 io_uring/fdinfo.c                                  |   8 +-
 io_uring/filetable.c                               |   2 +-
 io_uring/sqpoll.c                                  |  65 +++++++---
 io_uring/sqpoll.h                                  |   1 +
 io_uring/waitid.c                                  |   2 +-
 kernel/dma/debug.c                                 |   5 +-
 kernel/sched/fair.c                                |   9 +-
 kernel/sched/sched.h                               |   2 -
 kernel/trace/rv/monitors/pagefault/Kconfig         |   1 +
 kernel/trace/rv/rv.c                               |  12 +-
 mm/damon/core.c                                    |   7 +-
 mm/damon/sysfs.c                                   |   7 +-
 mm/huge_memory.c                                   |   3 +
 mm/migrate.c                                       |  88 +++++++------
 mm/migrate_device.c                                |   2 +-
 mm/mremap.c                                        |  15 +--
 mm/page_owner.c                                    |   3 +
 mm/slub.c                                          |  23 ++--
 mm/zsmalloc.c                                      |   4 +-
 net/core/datagram.c                                |  44 +++++--
 net/core/rtnetlink.c                               |   3 -
 net/hsr/hsr_netlink.c                              |   8 +-
 net/mptcp/pm_kernel.c                              |   6 +
 net/sctp/inqueue.c                                 |  13 +-
 net/smc/smc_inet.c                                 |  13 --
 net/vmw_vsock/af_vsock.c                           |  38 +++---
 net/xfrm/espintcp.c                                |   6 +-
 rust/kernel/auxiliary.rs                           |   8 +-
 rust/kernel/device.rs                              |   4 +-
 tools/objtool/check.c                              |   1 +
 tools/testing/selftests/net/mptcp/mptcp_join.sh    |   8 +-
 tools/testing/selftests/net/sctp_hello.c           |  17 +--
 tools/testing/selftests/net/sctp_vrf.sh            |  73 ++++++-----
 186 files changed, 1849 insertions(+), 834 deletions(-)


Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Miguel Ojeda 3 months, 1 week ago
On Mon, 27 Oct 2025 19:34:42 +0100 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.17.6 release.
> There are 184 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 Wed, 29 Oct 2025 18:34:15 +0000.
> Anything received after that time might be too late.

Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested
for arm and loongarch64:

Tested-by: Miguel Ojeda <ojeda@kernel.org>

Thanks!

Cheers,
Miguel
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Shuah Khan 3 months, 1 week ago
On 10/27/25 12:34, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.17.6 release.
> There are 184 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 Wed, 29 Oct 2025 18:34:15 +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.17.6-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.17.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
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Justin Forbes 3 months, 1 week ago
On Mon, Oct 27, 2025 at 07:34:42PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.17.6 release.
> There are 184 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 Wed, 29 Oct 2025 18:34:15 +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.17.6-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.17.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

Tested rc1 against the Fedora build system (aarch64, ppc64le, s390x,
x86_64), and boot tested x86_64. No regressions noted.

Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Dileep malepu 3 months, 1 week ago
Hi Greg

On Tue, Oct 28, 2025 at 3:23 AM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.17.6 release.
> There are 184 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 Wed, 29 Oct 2025 18:34:15 +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.17.6-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.17.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
> -------------
Build and Boot Report for 6.17.6-rc1

The kernel version 6.17.6-rc1 was built and boot-tested using qemu-x86_64
and qemu-arm64 with the default configuration (defconfig). The build and boot
processes completed successfully, and the kernel operated as expected
in the virtualized environments without any issues.

Build Details :
Kernel Version: 6.17.6-rc1
Source: linux-stable-rc.git
Commit : 10e3f8e671f7771f981d181af9ed5a9382cb11f3

Tested-by: Dileep Malepu <dileep.debian@gmail.com>

Best regards,
Dileep Malepu
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Brett A C Sheffield 3 months, 1 week ago
# Librecast Test Results

020/020 [ OK ] liblcrq
010/010 [ OK ] libmld
120/120 [ OK ] liblibrecast

CPU/kernel: Linux auntie 6.17.6-rc1-g10e3f8e671f7 #118 SMP PREEMPT_DYNAMIC Tue Oct 28 13:25:13 -00 2025 x86_64 AMD Ryzen 9 9950X 16-Core Processor AuthenticAMD GNU/Linux

Tested-by: Brett A C Sheffield <bacs@librecast.net>
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Ron Economos 3 months, 1 week ago
On 10/27/25 11:34, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.17.6 release.
> There are 184 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 Wed, 29 Oct 2025 18:34:15 +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.17.6-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.17.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Built and booted successfully on RISC-V RV64 (HiFive Unmatched).

Tested-by: Ron Economos <re@w6rz.net>
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Jon Hunter 3 months, 1 week ago
On Mon, 27 Oct 2025 19:34:42 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.17.6 release.
> There are 184 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 Wed, 29 Oct 2025 18:34:15 +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.17.6-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.17.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

All tests passing for Tegra ...

Test results for stable-v6.17:
    10 builds:	10 pass, 0 fail
    28 boots:	28 pass, 0 fail
    120 tests:	120 pass, 0 fail

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

Tested-by: Jon Hunter <jonathanh@nvidia.com>

Jon
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Mark Brown 3 months, 1 week ago
On Mon, Oct 27, 2025 at 07:34:42PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.17.6 release.
> There are 184 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.

Tested-by: Mark Brown <broonie@kernel.org>
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Takeshi Ogasawara 3 months, 1 week ago
Hi Greg

On Tue, Oct 28, 2025 at 4:35 AM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.17.6 release.
> There are 184 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 Wed, 29 Oct 2025 18:34:15 +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.17.6-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.17.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>

6.17.6-rc1 tested.

Build successfully completed.
Boot successfully completed.
No dmesg regressions.
Video output normal.
Sound output normal.

Lenovo ThinkPad X1 Carbon Gen10(Intel i7-1260P(x86_64) arch linux)

[    0.000000] Linux version 6.17.6-rc1rv-g10e3f8e671f7
(takeshi@ThinkPadX1Gen10J0764) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU
Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Tue Oct 28 19:19:34 JST 2025

Thanks

Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Naresh Kamboju 3 months, 1 week ago
On Tue, 28 Oct 2025 at 00:56, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.17.6 release.
> There are 184 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 Wed, 29 Oct 2025 18:34:15 +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.17.6-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.17.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h


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

Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>

## Build
* kernel: 6.17.6-rc1
* git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
* git commit: 10e3f8e671f7771f981d181af9ed5a9382cb11f3
* git describe: v6.17.4-346-g10e3f8e671f7
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.17.y/build/v6.17.4-346-g10e3f8e671f7

## Test Regressions (compared to v6.17.4-161-g3cc198d00990)

## Metric Regressions (compared to v6.17.4-161-g3cc198d00990)

## Test Fixes (compared to v6.17.4-161-g3cc198d00990)

## Metric Fixes (compared to v6.17.4-161-g3cc198d00990)

## Test result summary
total: 130764, pass: 110823, fail: 4161, skip: 15780, xfail: 0

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 139 total, 139 passed, 0 failed
* arm64: 57 total, 54 passed, 3 failed
* i386: 18 total, 18 passed, 0 failed
* mips: 34 total, 33 passed, 1 failed
* parisc: 4 total, 4 passed, 0 failed
* powerpc: 40 total, 39 passed, 1 failed
* riscv: 25 total, 25 passed, 0 failed
* s390: 22 total, 22 passed, 0 failed
* sh: 5 total, 5 passed, 0 failed
* sparc: 4 total, 3 passed, 1 failed
* x86_64: 49 total, 48 passed, 1 failed

## Test suites summary
* boot
* commands
* kselftest-arm64
* kselftest-breakpoints
* kselftest-capabilities
* kselftest-cgroup
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-cpufreq
* kselftest-efivarfs
* kselftest-exec
* kselftest-fpu
* kselftest-ftrace
* kselftest-futex
* kselftest-gpio
* kselftest-intel_pstate
* kselftest-ipc
* kselftest-kcmp
* kselftest-kvm
* kselftest-livepatch
* kselftest-membarrier
* kselftest-memfd
* kselftest-mincore
* kselftest-mm
* kselftest-mqueue
* kselftest-net
* kselftest-net-mptcp
* kselftest-openat2
* kselftest-ptrace
* kselftest-rseq
* kselftest-rtc
* kselftest-rust
* kselftest-seccomp
* kselftest-sigaltstack
* kselftest-size
* kselftest-tc-testing
* kselftest-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user_events
* kselftest-vDSO
* kselftest-x86
* kunit
* kvm-unit-tests
* lava
* libgpiod
* libhugetlbfs
* log-parser-boot
* log-parser-build-clang
* log-parser-build-gcc
* log-parser-test
* ltp-capability
* ltp-commands
* ltp-containers
* ltp-controllers
* ltp-cpuhotplug
* ltp-crypto
* ltp-cve
* ltp-dio
* ltp-fcntl-locktests
* ltp-fs
* ltp-fs_bind
* ltp-fs_perms_simple
* ltp-hugetlb
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-smoke
* ltp-syscalls
* ltp-tracing
* perf
* rcutorture
* rt-tests-cyclicdeadline
* rt-tests-pi-stress
* rt-tests-pmqtest
* rt-tests-rt-migrate-test
* rt-tests-signaltest

--
Linaro LKFT
https://lkft.linaro.org
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Peter Schneider 3 months, 1 week ago
Am 27.10.2025 um 19:34 schrieb Greg Kroah-Hartman:
> This is the start of the stable review cycle for the 6.17.6 release.
> There are 184 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.

Builds, boots and works on my 2-socket Ivy Bridge Xeon E5-2697 v2 server. No dmesg oddities or regressions found.

Tested-by: Peter Schneider <pschneider1968@googlemail.com>


Beste Grüße,
Peter Schneider

-- 
Climb the mountain not to plant your flag, but to embrace the challenge,
enjoy the air and behold the view. Climb it so you can see the world,
not so the world can see you.                    -- David McCullough Jr.

OpenPGP:  0xA3828BD796CCE11A8CADE8866E3A92C92C3FF244
Download: https://www.peters-netzplatz.de/download/pschneider1968_pub.asc
https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@googlemail.com
https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@gmail.com
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Ronald Warsow 3 months, 1 week ago
Hi

no regressions here on x86_64 (RKL, Intel 11th Gen. CPU)

Thanks

Tested-by: Ronald Warsow <rwarsow@gmx.de>
Re: [PATCH 6.17 000/184] 6.17.6-rc1 review
Posted by Florian Fainelli 3 months, 1 week ago
On 10/27/25 11:34, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.17.6 release.
> There are 184 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 Wed, 29 Oct 2025 18:34:15 +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.17.6-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.17.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