APPLIED: [SRU][Noble][PULL] Noble upstream stable patchset 2025-10-30

Stefan Bader stefan.bader at canonical.com
Fri Oct 31 13:16:26 UTC 2025


On 30/10/2025 15:32, Manuel Diewald wrote:
> This pull request (123 commits) includes the following Noble stable patchsets:
> 
>          Noble update: upstream stable patchset 2025-10-30
>                   Ported from the following upstream stable releases:
>                           v6.6.92, v6.12.30
>          https://bugs.launchpad.net/bugs/2130344
> 
> Note also that the 'stable-next' branch head contains this and all
> prior pending upstream stable releases. I recommend fetching and
> applying just this reference ('stable-next') instead of each
> tags/noble-stable-* reference:
> 
>    git://git.launchpad.net/~ubuntu-kernel-stable/+git/noble stable-next
> 
>   -Manuel
> 
> ------------------------------------------------------------------------
> 
> The following changes since commit 6ef06a5bd46c3e24670adf6272a273174ca5a149:
> 
>    UBUNTU: Upstream stable to v6.6.91, v6.12.29 (2025-10-30 14:36:43 +0100)
> 
> are available in the Git repository at:
> 
>    git://git.launchpad.net/~ubuntu-kernel-stable/+git/noble tags/noble-stable-2025-10-30
> 
> for you to fetch changes up to f91a0cfa6d54c6a23f5adf65558fb42ea6976485:
> 
>    UBUNTU: Upstream stable to v6.6.92, v6.12.30 (2025-10-30 15:25:51 +0100)
> 
> ----------------------------------------------------------------
> Aaron Kling (1):
>        spi: tegra114: Use value to check for invalid delays
> 
> Abdun Nihaal (1):
>        qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd()
> 
> Andrei Kuchynski (1):
>        usb: typec: ucsi: displayport: Fix deadlock
> 
> Andrew Jeffery (1):
>        net: mctp: Ensure keys maintain only one ref to corresponding dev
> 
> Barry Song (1):
>        mm: userfaultfd: correct dirty flags set for both present and swap pte
> 
> Bo-Cun Chen (1):
>        net: ethernet: mtk_eth_soc: fix typo for declaration MT7988 ESW capability
> 
> Boris Burkov (1):
>        btrfs: fix folio leak in submit_one_async_extent()
> 
> Carolina Jubran (1):
>        net/mlx5e: Disable MACsec offload for uplink representor profile
> 
> Christian Heusel (1):
>        ALSA: usb-audio: Add sample rate quirk for Audioengine D1
> 
> Claudiu Beznea (2):
>        phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind
>        phy: renesas: rcar-gen3-usb2: Set timing registers only once
> 
> Cong Wang (1):
>        net_sched: Flush gso_skb list too during ->change()
> 
> Cosmin Tanislav (1):
>        regulator: max20086: fix invalid memory access
> 
> Cristian Marussi (2):
>        firmware: arm_scmi: Add helper to trace bad messages
>        firmware: arm_scmi: Add message dump traces for bad and unexpected replies
> 
> Dan Carpenter (1):
>        phy: tegra: xusb: remove a stray unlock
> 
> David Lechner (3):
>        iio: chemical: sps30: use aligned_s64 for timestamp
>        iio: chemical: pms7003: use aligned_s64 for timestamp
>        iio: pressure: mprls0025pa: use aligned_s64 for timestamp
> 
> Emanuele Ghidoli (1):
>        gpio: pca953x: fix IRQ storm on system wake up
> 
> Eric Dumazet (1):
>        mctp: no longer rely on net->dev_index_head[]
> 
> Fedor Pchelkin (1):
>        wifi: mt76: disable napi on driver removal
> 
> Filipe Manana (1):
>        btrfs: fix discard worker infinite loop after disabling discard
> 
> Geert Uytterhoeven (2):
>        spi: loopback-test: Do not split 1024-byte hexdumps
>        ALSA: sh: SND_AICA should depend on SH_DMA_API
> 
> Gerhard Engleder (1):
>        tsnep: fix timestamping with a stacked DSA driver
> 
> Hangbin Liu (1):
>        tools/net/ynl: ethtool: fix crash when Hardware Clock info is missing
> 
> Hans de Goede (1):
>        platform/x86: asus-wmi: Fix wlan_ctrl_by_user detection
> 
> Hariprasad Kelam (1):
>        octeontx2-af: Fix CGX Receive counters
> 
> Henry Martin (1):
>        HID: uclogic: Add NULL check in uclogic_input_configured()
> 
> Huacai Chen (4):
>        LoongArch: Save and restore CSR.CNTC for hibernation
>        LoongArch: Fix MAX_REG_OFFSET calculation
>        LoongArch: Explicitly specify code model in Makefile
>        LoongArch: Move __arch_cpu_idle() to .cpuidle.text section
> 
> Hyejeong Choi (1):
>        dma-buf: insert memory barrier before updating num_fences
> 
> Ido Schimmel (1):
>        mlxsw: spectrum_router: Fix use-after-free when deleting GRE net devices
> 
> Isaku Yamahata (1):
>        KVM: Add member to struct kvm_gfn_range to indicate private/shared
> 
> Jacek Lawrynowicz (2):
>        accel/ivpu: Rename ivpu_log_level to fw_log_level
>        accel/ivpu: Refactor functions in ivpu_fw_log.c
> 
> Jakub Kicinski (1):
>        netlink: specs: tc: fix a couple of attribute names
> 
> Jan Kara (1):
>        udf: Make sure i_lenExtents is uptodate on inode eviction
> 
> Jeremy Linton (1):
>        ACPI: PPTT: Fix processor subtable walk
> 
> Jethro Donaldson (1):
>        smb: client: fix memory leak during error handling for POSIX mkdir
> 
> Jonas Gorski (1):
>        net: dsa: b53: prevent standalone from trying to forward to other ports
> 
> Jonathan Cameron (2):
>        iio: adc: ad7266: Fix potential timestamp alignment issue.
>        iio: adc: ad7768-1: Fix insufficient alignment of timestamp.
> 
> Kees Cook (7):
>        binfmt_elf: Leave a gap between .bss and brk
>        selftests/exec: Build both static and non-static load_address tests
>        binfmt_elf: Calculate total_size earlier
>        binfmt_elf: Honor PT_LOAD alignment for static PIE
>        binfmt_elf: Move brk for static PIE even if ASLR disabled
>        nvme-pci: make nvme_pci_npages_prp() __always_inline
>        wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request
> 
> Keith Busch (1):
>        nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable
> 
> Kirill A. Shutemov (1):
>        mm/page_alloc: fix race condition in unaccepted memory handling
> 
> Kyoji Ogasawara (1):
>        btrfs: add back warning for mount option commit values exceeding 300
> 
> Li Lingfeng (1):
>        nfs: handle failure of nfs_get_lock_context in unlock path
> 
> Luca Ceresoli (1):
>        iio: light: opt3001: fix deadlock due to concurrent flag access
> 
> Luiz Augusto von Dentz (1):
>        Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags
> 
> Luke Parkin (2):
>        firmware: arm_scmi: Add support for debug metrics at the interface
>        firmware: arm_scmi: Track basic SCMI communication debug metrics
> 
> Ma Ke (1):
>        phy: Fix error handling in tegra_xusb_port_init
> 
> Ma Wupeng (1):
>        hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folio
> 
> Manuel Diewald (3):
>        UBUNTU: [Config] do not enable new support for SCMI debug metrics
>        UBUNTU: SAUCE: Revert "memblock: Accept allocated memory before use in memblock_double_array()"
>        UBUNTU: Upstream stable to v6.6.92, v6.12.30
> 
> Mario Limonciello (2):
>        drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC Policies
>        drivers/platform/x86/amd: pmf: Check for invalid Smart PC Policies
> 
> Masami Hiramatsu (Google) (1):
>        tracing: probes: Fix a possible race in trace_probe_log APIs
> 
> Mathieu Othacehe (1):
>        net: cadence: macb: Fix a possible deadlock in macb_halt_tx.
> 
> Matt Johnston (1):
>        net: mctp: Don't access ifa_index when missing
> 
> Michael Kelley (5):
>        hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages
>        hv_netvsc: Preserve contiguous PFN grouping in the page buffer array
>        hv_netvsc: Remove rmsg_pgcnt
>        Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges
>        Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()
> 
> Michal Suchanek (1):
>        tpm: tis: Double the timeout B to 4s
> 
> Muhammad Usama Anjum (1):
>        selftests/exec: load_address: conform test to TAP format output
> 
> Naman Jain (1):
>        uio_hv_generic: Fix sysfs creation path for ring buffer
> 
> Nathan Chancellor (2):
>        net: qede: Initialize qede_ll_ops with designated initializer
>        kbuild: Disable -Wdefault-const-init-unsafe
> 
> Neeraj Sanjay Kale (1):
>        Bluetooth: btnxpuart: Fix kernel panic during FW release
> 
> Nicolas Chauvet (1):
>        ALSA: usb-audio: Add sample rate quirk for Microdia JP001 USB Camera
> 
> Pengtao He (1):
>        net/tls: fix kernel panic when alloc_page failed
> 
> Philip Yang (1):
>        drm/amdgpu: csa unmap use uninterruptible lock
> 
> Qasim Ijaz (1):
>        HID: thrustmaster: fix memory leak in thrustmaster_interrupts()
> 
> Rahul Rameshbabu (1):
>        tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operation
> 
> Ronald Wahl (1):
>        dmaengine: ti: k3-udma: Add missing locking
> 
> Runhua He (1):
>        platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX4HRXL)
> 
> Sean Christopherson (1):
>        KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing
> 
> Shuai Xue (9):
>        dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs
>        dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines
>        dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups
>        dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals
>        dmaengine: idxd: Add missing cleanups in cleanup internals
>        dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call
>        dmaengine: idxd: fix memory leak in error handling path of idxd_alloc
>        dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe
>        dmaengine: idxd: Refactor remove call with idxd_cleanup() helper
> 
> Stephen Smalley (1):
>        fs/xattr.c: fix simple_xattr_list to always include security.* xattrs
> 
> Steve Siwinski (1):
>        scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer
> 
> Steven Rostedt (1):
>        tracing: samples: Initialize trace_array_printk() with the correct function
> 
> Subbaraya Sundeep (1):
>        octeontx2-pf: macsec: Fix incorrect max transmit size in TX secy
> 
> Takashi Iwai (2):
>        ALSA: seq: Fix delivery of UMP events to group ports
>        ALSA: ump: Fix a typo of snd_ump_stream_msg_device_info
> 
> Thomas Zimmermann (1):
>        drm/fbdev-dma: Support struct drm_driver.fbdev_probe
> 
> Tianyang Zhang (1):
>        LoongArch: Prevent cond_resched() occurring within kernel-fpu
> 
> Tiezhu Yang (2):
>        LoongArch: uprobes: Remove user_{en,dis}able_single_step()
>        LoongArch: uprobes: Remove redundant code about resume_era
> 
> Tim Huang (1):
>        drm/amdgpu: fix incorrect MALL size for GFX1151
> 
> Tom Lendacky (1):
>        memblock: Accept allocated memory before use in memblock_double_array()
> 
> Tomasz Rusinowicz (1):
>        accel/ivpu: Reset fw log on cold boot
> 
> Trond Myklebust (1):
>        NFSv4/pnfs: Reset the layout state after a layoutreturn
> 
> Vladimir Oltean (1):
>        net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENING
> 
> Waiman Long (1):
>        cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks
> 
> Wayne Chang (1):
>        phy: tegra: xusb: Use a bitmask for UTMI pad power state tracking
> 
> Wayne Lin (2):
>        drm/amd/display: Correct the reply value when AUX write incomplete
>        drm/amd/display: Avoid flooding unnecessary info messages
> 
> Wentao Liang (1):
>        ALSA: es1968: Add error handling for snd_pcm_hw_constraint_pow2()
> 
> Yemike Abhilash Chandra (1):
>        dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure instead of a local copy
> 
> Zhu Yanjun (1):
>        RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug
> 
> pengdonglin (2):
>        ftrace: Fix preemption accounting for stacktrace trigger command
>        ftrace: Fix preemption accounting for stacktrace filter command
> 
>   Documentation/netlink/specs/tc.yaml                |   4 +-
>   arch/loongarch/Makefile                            |   2 +-
>   arch/loongarch/include/asm/ptrace.h                |   2 +-
>   arch/loongarch/include/asm/uprobes.h               |   1 -
>   arch/loongarch/kernel/genex.S                      |   7 +-
>   arch/loongarch/kernel/kfpu.c                       |  22 ++-
>   arch/loongarch/kernel/time.c                       |   2 +-
>   arch/loongarch/kernel/uprobes.c                    |  11 +-
>   arch/loongarch/power/hibernate.c                   |   3 +
>   arch/x86/kvm/mmu/mmu.c                             |  75 +++++++---
>   block/bio.c                                        |   2 +-
>   debian.master/config/annotations                   |   1 +
>   debian.master/upstream-stable                      |   4 +-
>   drivers/accel/ivpu/ivpu_debugfs.c                  |   2 +-
>   drivers/accel/ivpu/ivpu_fw.c                       |   4 +-
>   drivers/accel/ivpu/ivpu_fw_log.c                   |  76 ++++++----
>   drivers/accel/ivpu/ivpu_fw_log.h                   |   9 +-
>   drivers/accel/ivpu/ivpu_pm.c                       |   1 +
>   drivers/acpi/pptt.c                                |  11 +-
>   drivers/bluetooth/btnxpuart.c                      |   6 +-
>   drivers/char/tpm/tpm_tis_core.h                    |   2 +-
>   drivers/dma-buf/dma-resv.c                         |   5 +-
>   drivers/dma/idxd/init.c                            | 159 +++++++++++++++------
>   drivers/dma/ti/k3-udma.c                           |  10 +-
>   drivers/firmware/arm_scmi/Kconfig                  |  14 ++
>   drivers/firmware/arm_scmi/common.h                 |  35 +++++
>   drivers/firmware/arm_scmi/driver.c                 |  73 +++++++++-
>   drivers/firmware/arm_scmi/mailbox.c                |   3 +
>   drivers/gpio/gpio-pca953x.c                        |   6 +
>   drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c            |   2 +-
>   drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c             |  12 ++
>   drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   3 +-
>   .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  16 ++-
>   drivers/gpu/drm/drm_fbdev_dma.c                    |  19 ++-
>   drivers/hid/hid-thrustmaster.c                     |   1 +
>   drivers/hid/hid-uclogic-core.c                     |   7 +-
>   drivers/hv/channel.c                               |  65 +--------
>   drivers/hv/hyperv_vmbus.h                          |   6 +
>   drivers/hv/vmbus_drv.c                             | 100 ++++++++++++-
>   drivers/iio/adc/ad7266.c                           |   2 +-
>   drivers/iio/adc/ad7768-1.c                         |   2 +-
>   drivers/iio/chemical/pms7003.c                     |   5 +-
>   drivers/iio/chemical/sps30.c                       |   2 +-
>   drivers/iio/light/opt3001.c                        |   5 +-
>   drivers/iio/pressure/mprls0025pa.c                 |  10 +-
>   drivers/infiniband/sw/rxe/rxe_cq.c                 |   5 +-
>   drivers/net/dsa/b53/b53_common.c                   |  33 +++++
>   drivers/net/dsa/b53/b53_regs.h                     |  14 ++
>   drivers/net/dsa/sja1105/sja1105_main.c             |   6 +-
>   drivers/net/ethernet/cadence/macb_main.c           |  19 +--
>   drivers/net/ethernet/engleder/tsnep_main.c         |  30 ++--
>   drivers/net/ethernet/marvell/octeontx2/af/cgx.c    |   5 +
>   .../ethernet/marvell/octeontx2/nic/cn10k_macsec.c  |   3 +-
>   drivers/net/ethernet/mediatek/mtk_eth_soc.c        |   2 +-
>   drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |   4 +
>   .../net/ethernet/mellanox/mlxsw/spectrum_router.c  |   3 +
>   drivers/net/ethernet/qlogic/qede/qede_main.c       |   2 +-
>   .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c   |   7 +-
>   drivers/net/hyperv/hyperv_net.h                    |  13 +-
>   drivers/net/hyperv/netvsc.c                        |  57 ++++++--
>   drivers/net/hyperv/netvsc_drv.c                    |  62 ++------
>   drivers/net/hyperv/rndis_filter.c                  |  24 +---
>   drivers/net/wireless/mediatek/mt76/dma.c           |   1 +
>   drivers/nvme/host/pci.c                            |   4 +-
>   drivers/phy/renesas/phy-rcar-gen3-usb2.c           |  40 +++---
>   drivers/phy/tegra/xusb-tegra186.c                  |  46 +++---
>   drivers/phy/tegra/xusb.c                           |   8 +-
>   drivers/platform/x86/amd/pmc/pmc-quirks.c          |   7 +
>   drivers/platform/x86/amd/pmf/tee-if.c              |  23 ++-
>   drivers/platform/x86/asus-wmi.c                    |   3 +-
>   drivers/regulator/max20086-regulator.c             |   7 +-
>   drivers/scsi/sd_zbc.c                              |   6 +-
>   drivers/scsi/storvsc_drv.c                         |   1 +
>   drivers/spi/spi-loopback-test.c                    |   2 +-
>   drivers/spi/spi-tegra114.c                         |   6 +-
>   drivers/uio/uio_hv_generic.c                       |  39 +++--
>   drivers/usb/gadget/function/f_midi2.c              |   2 +-
>   drivers/usb/typec/ucsi/displayport.c               |  19 +--
>   drivers/usb/typec/ucsi/ucsi.c                      |  34 +++++
>   drivers/usb/typec/ucsi/ucsi.h                      |   2 +
>   fs/binfmt_elf.c                                    | 158 +++++++++++++-------
>   fs/btrfs/discard.c                                 |  17 ++-
>   fs/btrfs/fs.h                                      |   1 +
>   fs/btrfs/inode.c                                   |   7 +
>   fs/btrfs/super.c                                   |   4 +
>   fs/nfs/nfs4proc.c                                  |   9 +-
>   fs/nfs/pnfs.c                                      |   9 ++
>   fs/smb/client/smb2pdu.c                            |   2 +-
>   fs/udf/truncate.c                                  |   2 +-
>   fs/xattr.c                                         |  24 ++++
>   include/drm/drm_fbdev_dma.h                        |  12 ++
>   include/linux/bio.h                                |   1 +
>   include/linux/hyperv.h                             |  13 +-
>   include/linux/kvm_host.h                           |   6 +
>   include/linux/tpm.h                                |   2 +-
>   include/net/sch_generic.h                          |  15 ++
>   include/sound/ump_msg.h                            |   4 +-
>   kernel/cgroup/cpuset.c                             |   6 +-
>   kernel/trace/trace_dynevent.c                      |  16 ++-
>   kernel/trace/trace_dynevent.h                      |   1 +
>   kernel/trace/trace_events_trigger.c                |   2 +-
>   kernel/trace/trace_functions.c                     |   6 +-
>   kernel/trace/trace_kprobe.c                        |   2 +-
>   kernel/trace/trace_probe.c                         |   9 ++
>   kernel/trace/trace_uprobe.c                        |   2 +-
>   mm/memblock.c                                      |   2 +-
>   mm/memory_hotplug.c                                |   6 +-
>   mm/page_alloc.c                                    |  27 ----
>   mm/userfaultfd.c                                   |  12 +-
>   net/bluetooth/mgmt.c                               |   9 +-
>   net/mac80211/main.c                                |   6 +-
>   net/mctp/device.c                                  |  65 ++++-----
>   net/mctp/route.c                                   |   4 +-
>   net/sched/sch_codel.c                              |   2 +-
>   net/sched/sch_fq.c                                 |   2 +-
>   net/sched/sch_fq_codel.c                           |   2 +-
>   net/sched/sch_fq_pie.c                             |   2 +-
>   net/sched/sch_hhf.c                                |   2 +-
>   net/sched/sch_pie.c                                |   2 +-
>   net/tls/tls_strp.c                                 |   3 +-
>   samples/ftrace/sample-trace-array.c                |   2 +-
>   scripts/Makefile.extrawarn                         |  12 ++
>   sound/core/seq/seq_clientmgr.c                     |  52 ++++---
>   sound/core/seq/seq_ump_convert.c                   |  18 +++
>   sound/core/seq/seq_ump_convert.h                   |   1 +
>   sound/pci/es1968.c                                 |   6 +-
>   sound/sh/Kconfig                                   |   2 +-
>   sound/usb/quirks.c                                 |   4 +
>   tools/net/ynl/ethtool.py                           |  29 +++-
>   tools/testing/selftests/exec/Makefile              |  19 ++-
>   tools/testing/selftests/exec/load_address.c        |  83 ++++++++---
>   virt/kvm/guest_memfd.c                             |   2 +
>   virt/kvm/kvm_main.c                                |  14 ++
>   133 files changed, 1433 insertions(+), 635 deletions(-)
> 


Applied to noble:linux/master-next. Thanks.

-Stefan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xE8675DEECBEECEA3.asc
Type: application/pgp-keys
Size: 48643 bytes
Desc: OpenPGP public key
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20251031/6159c703/attachment-0001.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20251031/6159c703/attachment-0001.sig>


More information about the kernel-team mailing list