APPLIED: [SRU][Noble][PULL] Noble upstream stable patchset 2025-02-25

Stefan Bader stefan.bader at canonical.com
Thu Mar 13 14:40:07 UTC 2025


On 25.02.25 16:01, Koichiro Den wrote:
> This pull request (183 commits) includes the following Noble stable patchsets:
> 
>          Noble update: upstream stable patchset 2025-02-25
>                   Ported from the following upstream stable releases:
>                           v6.6.60, v6.11.7
>          https://bugs.launchpad.net/bugs/2099996
> 
> Note also that the 'noble/stable-next' branch head contains this and all
> prior pending upstream stable releases. I recommend fetching and
> applying just this reference ('noble/stable-next') instead of each
> tags/noble-stable-* reference:
> 
>    git://git.launchpad.net/~koichiroden/+git/ubuntu-kernel-stable noble/stable-next
> 
>   -Koichiro Den
> 
> ------------------------------------------------------------------------
> 
> The following changes since commit 94d293bc444d94f841f4f3c8479586b1a38b2002:
> 
>    UBUNTU: Upstream stable to v6.6.58, v6.6.59, v6.11.6 (2025-02-07 00:21:29 +0100)
> 
> are available in the Git repository at:
> 
>    git://git.launchpad.net/~koichiroden/+git/ubuntu-kernel-stable tags/noble-stable-2025-02-25
> 
> for you to fetch changes up to 5a65362828d03abecdd98dc5db4606f496fd548a:
> 
>    UBUNTU: Upstream stable to v6.6.60, v6.11.7 (2025-02-25 23:00:11 +0900)
> 
> ----------------------------------------------------------------
> Alan Stern (1):
>        USB: gadget: dummy-hcd: Fix "task hung" problem
> 
> Aleksei Vetrov (1):
>        ASoC: dapm: fix bounds checker error in dapm_widget_list_create
> 
> Alex Deucher (3):
>        drm/amdgpu/swsmu: fix ordering for setting workload_mask
>        drm/amdgpu/swsmu: default to fullscreen 3D profile for dGPUs
>        drm/amdgpu: handle default profile on on devices without fullscreen 3D
> 
> Alexander Usyskin (1):
>        mei: use kvmalloc for read buffer
> 
> Alexandre Ghiti (1):
>        riscv: vdso: Prevent the compiler from inserting calls to memset()
> 
> Amit Cohen (1):
>        mlxsw: spectrum_ptp: Add missing verification before pushing Tx header
> 
> Andrew Ballance (1):
>        fs/ntfs3: Check if more than chunk-size bytes are written
> 
> Andrey Konovalov (2):
>        usb: gadget: dummy_hcd: execute hrtimer callback in softirq context
>        kasan: remove vmalloc_percpu test
> 
> Arkadiusz Kubalewski (3):
>        dpll: add Embedded SYNC feature for a pin
>        ice: add callbacks for Embedded SYNC enablement on dpll pins
>        ice: fix crash on probe for DPLL enabled E810 LOM
> 
> Basavaraj Natikar (1):
>        xhci: Use pm_runtime_get to prevent RPM on unsupported systems
> 
> Ben Chuang (2):
>        mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock function
>        mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express process
> 
> Ben Hutchings (1):
>        wifi: iwlegacy: Fix "field-spanning write" warning in il_enqueue_hcmd()
> 
> Benjamin Marzinski (1):
>        scsi: scsi_transport_fc: Allow setting rport state to current state
> 
> Benjamin Segall (1):
>        posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone
> 
> Benoît Monin (1):
>        net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
> 
> Bjorn Andersson (1):
>        soc: qcom: pmic_glink: Handle GLINK intent allocation rejections
> 
> Brenton Simpson (1):
>        Input: xpad - sort xpad_device by vendor and product ID
> 
> Byeonguk Jeong (1):
>        bpf: Fix out-of-bounds write in trie_get_next_key()
> 
> Chen Ridong (2):
>        cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
>        mm: shrinker: avoid memleak in alloc_shrinker_info
> 
> Christoffer Sandberg (2):
>        ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3
>        ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6 mb1
> 
> Christoph Hellwig (3):
>        iomap: improve shared block detection in iomap_unshare_iter
>        iomap: turn iomap_want_unshare_iter into an inline function
>        xfs: fix finding a last resort AG in xfs_filestream_pick_ag
> 
> Christophe JAILLET (1):
>        ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()
> 
> Chunyan Zhang (2):
>        riscv: Remove unused GENERATING_ASM_OFFSETS
>        riscv: Remove duplicated GET_RM
> 
> Conor Dooley (1):
>        firmware: microchip: auto-update: fix poll_complete() to not report spurious timeout errors
> 
> Dai Ngo (1):
>        NFS: remove revoked delegation from server's delegation list
> 
> Dan Williams (4):
>        cxl/port: Fix use-after-free, permit out-of-order decoder shutdown
>        cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()
>        cxl/acpi: Ensure ports ready at cxl_acpi_probe() return
>        cxl/port: Fix CXL port initialization order when the subsystem is built-in
> 
> Daniel Gabay (1):
>        wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd()
> 
> Daniel Golle (1):
>        net: ethernet: mtk_wed: fix path of MT7988 WO firmware
> 
> Daniel Palmer (1):
>        net: amd: mvme147: Fix probe banner message
> 
> Darrick J. Wong (4):
>        iomap: don't bother unsharing delalloc extents
>        iomap: share iomap_unshare_iter predicate code with fsdax
>        fsdax: remove zeroing code from dax_unshare_iter
>        fsdax: dax_unshare_iter needs to copy entire blocks
> 
> David Hildenbrand (1):
>        mm: don't install PMD mappings when THPs are disabled by the hw/process/vma
> 
> David Howells (1):
>        afs: Fix missing subdir edit when renamed between parent dirs
> 
> David Sterba (1):
>        MIPS: export __cmpxchg_small()
> 
> Dimitri Sivanich (1):
>        misc: sgi-gru: Don't disable preemption in GRU driver
> 
> Dmitry Torokhov (1):
>        Input: edt-ft5x06 - fix regmap leak when probe fails
> 
> Dong Chenchen (1):
>        netfilter: Fix use-after-free in get_info()
> 
> Eduard Zingerman (1):
>        bpf: Force checkpoint when jmp history is too long
> 
> Edward Adam Davis (1):
>        ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow
> 
> Emmanuel Grumbach (2):
>        wifi: iwlwifi: mvm: disconnect station vifs if recovery failed
>        wifi: iwlwifi: mvm: don't add default link in fw restart flow
> 
> Eric Dumazet (1):
>        netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()
> 
> Faisal Hassan (1):
>        xhci: Fix Link TRB DMA in command ring stopped completion event
> 
> Felix Fietkau (2):
>        wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys
>        wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower
> 
> Filipe Manana (2):
>        btrfs: fix extent map merging not happening for adjacent extents
>        btrfs: fix defrag not merging contiguous extents due to merged extent maps
> 
> Frank Li (1):
>        spi: spi-fsl-dspi: Fix crash when not using GPIO chip select
> 
> Furong Xu (1):
>        net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data
> 
> Gatlin Newhouse (1):
>        x86/traps: Enable UBSAN traps on x86
> 
> Geert Uytterhoeven (2):
>        mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
>        wifi: brcm80211: BRCM_TRACING should depend on TRACING
> 
> Georgi Djakov (1):
>        spi: geni-qcom: Fix boot warning related to pm_runtime and devres
> 
> Gil Fine (1):
>        thunderbolt: Honor TMU requirements in the domain when setting TMU mode
> 
> Greg Kroah-Hartman (1):
>        Revert "driver core: Fix uevent_show() vs driver detach race"
> 
> Gregory Price (2):
>        vmscan,migrate: fix page count imbalance on node stats when demoting pages
>        resource,kexec: walk_system_ram_res_rev must retain resource flags
> 
> Gustavo Sousa (1):
>        drm/i915: Skip programming FIA link enable bits for MTL+
> 
> Haibo Chen (1):
>        arm64: dts: imx8ulp: correct the flexspi compatible string
> 
> Hans de Goede (1):
>        ACPI: resource: Fold Asus Vivobook Pro N6506M* DMI quirks together
> 
> Heinrich Schuchardt (1):
>        riscv: efi: Set NX compat flag in PE/COFF header
> 
> Hou Tao (1):
>        bpf: Add bpf_mem_alloc_check_size() helper
> 
> Hugh Dickins (1):
>        iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
> 
> Ido Schimmel (3):
>        ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()
>        mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 address
>        ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()
> 
> Jan Schär (1):
>        ALSA: usb-audio: Add quirks for Dell WD19 dock
> 
> Jani Nikula (2):
>        drm/i915: move rawclk from runtime to display runtime info
>        drm/xe/display: drop unused rawclk_freq and RUNTIME_INFO()
> 
> Jason-JH.Lin (1):
>        drm/mediatek: ovl: Remove the color format comment for ovl_fmt_convert()
> 
> Javier Carrasco (4):
>        usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()
>        usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodes
>        iio: light: veml6030: fix microlux value calculation
>        usb: typec: qcom-pmic-typec: fix missing fwnode removal in error path
> 
> Jens Axboe (1):
>        io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
> 
> Jianbo Liu (1):
>        macsec: Fix use-after-free while sending the offloading packet
> 
> Jinjiang Tu (1):
>        mm/ksm: remove redundant code in ksm_fork
> 
> Jinjie Ruan (2):
>        iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table()
>        iio: gts-helper: Fix memory leaks in iio_gts_build_avail_scale_table()
> 
> Jiri Slaby (1):
>        perf trace: Fix non-listed archs in the syscalltbl routines
> 
> Johan Hovold (3):
>        phy: qcom: qmp-usb: fix NULL-deref on runtime suspend
>        phy: qcom: qmp-usb-legacy: fix NULL-deref on runtime suspend
>        phy: qcom: qmp-usbc: fix NULL-deref on runtime suspend
> 
> Johannes Berg (2):
>        wifi: cfg80211: clear wdev->cqm_config pointer on free
>        wifi: iwlwifi: mvm: fix 6 GHz scan construction
> 
> Kailang Yang (1):
>        ALSA: hda/realtek: Limit internal Mic boost on Dell platform
> 
> Kefeng Wang (1):
>        mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()
> 
> Keith Busch (1):
>        nvme: re-fix error-handling for io_uring nvme-passthrough
> 
> Koichiro Den (1):
>        UBUNTU: Upstream stable to v6.6.60, v6.11.7
> 
> Konstantin Komarov (8):
>        fs/ntfs3: Fix warning possible deadlock in ntfs_set_state
>        fs/ntfs3: Stale inode instead of bad
>        fs/ntfs3: Add rough attr alloc_size check
>        fs/ntfs3: Fix possible deadlock in mi_read
>        fs/ntfs3: Additional check in ni_clear()
>        fs/ntfs3: Fix general protection fault in run_is_mapped_full
>        fs/ntfs3: Additional check in ntfs_file_release
>        fs/ntfs3: Sequential field availability check in mi_enum_attr()
> 
> Leon Romanovsky (1):
>        RDMA/cxgb4: Dump vendor specific QP details
> 
> Ley Foon Tan (1):
>        net: stmmac: dwmac4: Fix high address display by updating reg_space[] from register values
> 
> Liankun Yang (1):
>        drm/mediatek: Fix get efuse issue for MT8188 DPTX
> 
> Lorenzo Stoakes (2):
>        fork: do not invoke uffd on fork if error occurs
>        fork: only invoke khugepaged, ksm hooks if no error
> 
> Manikanta Pubbisetty (1):
>        wifi: ath10k: Fix memory leak in management tx
> 
> Marcello Sylvester Bauer (2):
>        usb: gadget: dummy_hcd: Switch to hrtimer transfer scheduler
>        usb: gadget: dummy_hcd: Set transfer interval to 1 microframe
> 
> Marco Elver (1):
>        kasan: Fix Software Tag-Based KASAN with GCC
> 
> Matt Fleming (1):
>        mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves
> 
> Matt Johnston (1):
>        mctp i2c: handle NULL header address
> 
> Matthieu Baerts (NGI0) (1):
>        mptcp: init: protect sched with rcu_read_lock
> 
> Mitul Golani (1):
>        drm/i915/display: WA for Re-initialize dispcnlunitt1 xosc clock
> 
> Motiejus JakÅ`tys (1):
>        tools/mm: fix compile error
> 
> Naohiro Aota (1):
>        btrfs: fix error propagation of split bios
> 
> Pablo Neira Ayuso (2):
>        gtp: allow -1 to be specified as file description from userspace
>        netfilter: nft_payload: sanitize offset and length before calling skb_checksum()
> 
> Pali Rohár (1):
>        cifs: Fix creating native symlinks pointing to current or parent directory
> 
> Patrisious Haddad (1):
>        RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down
> 
> Paulo Alcantara (1):
>        smb: client: set correct device number on nfs reparse points
> 
> Pavel Begunkov (1):
>        io_uring: always lock __io_cqring_overflow_flush
> 
> Peter Wang (1):
>        scsi: ufs: core: Fix another deadlock during RTC update
> 
> Pierre Gondois (1):
>        ACPI: CPPC: Make rmw_lock a raw_spin_lock
> 
> Qu Wenruo (1):
>        btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()
> 
> Remi Pommarel (1):
>        wifi: ath11k: Fix invalid ring usage in full monitor mode
> 
> Richard Zhu (1):
>        phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock check
> 
> Russell King (Oracle) (1):
>        net: stmmac: fix TSO DMA API usage causing oops
> 
> Ryusuke Konishi (1):
>        nilfs2: fix kernel bug due to missing clearing of checked flag
> 
> Sabyrzhan Tasbolatov (1):
>        x86/traps: move kmsan check after instrumentation_begin
> 
> Sai Teja Pottumuttu (1):
>        drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPG
> 
> Selvin Xavier (3):
>        RDMA/bnxt_re: Fix the usage of control path spin locks
>        RDMA/bnxt_re: synchronize the qp-handle table array
>        RDMA/bnxt_re: Fix the locking while accessing the QP table
> 
> Shawn Wang (1):
>        sched/numa: Fix the potential null pointer dereference in task_numa_work()
> 
> Shiju Jose (1):
>        cxl/events: Fix Trace DRAM Event Record
> 
> Stefan Kerkmann (1):
>        Input: xpad - add support for 8BitDo Ultimate 2C Wireless Controller
> 
> Sumeet Pawnikar (1):
>        powercap: intel_rapl_msr: Add PL4 support for Arrowlake-U
> 
> Sungwoo Kim (1):
>        Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
> 
> Suraj Kandpal (4):
>        drm/i915/hdcp: Add encoder check in intel_hdcp_get_capability
>        drm/i915/hdcp: Add encoder check in hdcp2_get_capability
>        drm/i915/dp: Clear VSC SDP during post ddi disable routine
>        drm/i915/pps: Disable DPLS_GATING around pps sequence
> 
> Thomas Zimmermann (1):
>        drm/xe: Support 'nomodeset' kernel command-line option
> 
> Toke Høiland-Jørgensen (1):
>        bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycled
> 
> Tvrtko Ursulin (1):
>        drm/amd/pm: Vangogh: Fix kernel memory out of bounds write
> 
> Uladzislau Rezki (Sony) (2):
>        rcu/kvfree: Add kvfree_rcu_barrier() API
>        rcu/kvfree: Refactor kvfree_rcu_queue_batch()
> 
> Ville Syrjälä (1):
>        wifi: iwlegacy: Clear stale interrupts before resuming device
> 
> Vitaliy Shevtsov (1):
>        nvmet-auth: assign dh_key to NULL after kfree_sensitive
> 
> Vladimir Oltean (1):
>        net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()
> 
> Vlastimil Babka (1):
>        mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizes
> 
> Wang Liang (1):
>        net: fix crash when config small gso_max_size/gso_ipv4_max_size
> 
> WangYuli (1):
>        riscv: Use '%u' to format the output of 'cpu'
> 
> Willem de Bruijn (1):
>        net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets
> 
> Wladislav Wiebe (1):
>        tools/mm: -Werror fixes in page-types/slabinfo
> 
> Xinyu Zhang (1):
>        block: fix sanity checks in blk_rq_map_user_bvec
> 
> Xiongfeng Wang (1):
>        firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()
> 
> Xiu Jianfeng (1):
>        cgroup: Fix potential overflow issue when checking max_depth
> 
> Yu Zhao (2):
>        mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL stats
>        mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()
> 
> Yuanchu Xie (1):
>        mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
> 
> Yunhui Cui (1):
>        RISC-V: ACPI: fix early_ioremap to early_memremap
> 
> Zhang Rui (2):
>        thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug support
>        thermal: intel: int340x: processor: Add MMIO RAPL PL4 support
> 
> Zhiguo Jiang (1):
>        mm: shrink skip folio mapped by an exiting process
> 
> Zichen Xie (1):
>        netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write()
> 
> Zicheng Qu (1):
>        iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()
> 
> Zijun Hu (1):
>        usb: phy: Fix API devm_usb_put_phy() can not release the phy
> 
> Zongmin Zhou (1):
>        usbip: tools: Fix detach_port() invalid port error path
> 
> lei lu (1):
>        ntfs3: Add bounds checking to mi_enum_attr()
> 
>   Documentation/driver-api/dpll.rst                  |  21 ++
>   Documentation/netlink/specs/dpll.yaml              |  24 ++
>   arch/arm64/boot/dts/freescale/imx8ulp.dtsi         |   2 +-
>   arch/mips/kernel/cmpxchg.c                         |   1 +
>   arch/riscv/kernel/acpi.c                           |   4 +-
>   arch/riscv/kernel/asm-offsets.c                    |   2 -
>   arch/riscv/kernel/cpu-hotplug.c                    |   2 +-
>   arch/riscv/kernel/efi-header.S                     |   2 +-
>   arch/riscv/kernel/traps_misaligned.c               |   2 -
>   arch/riscv/kernel/vdso/Makefile                    |   1 +
>   arch/x86/include/asm/bug.h                         |  12 +
>   arch/x86/kernel/traps.c                            |  71 ++++-
>   block/blk-map.c                                    |   4 +-
>   debian.master/upstream-stable                      |   4 +-
>   drivers/acpi/cppc_acpi.c                           |   9 +-
>   drivers/acpi/resource.c                            |  18 +-
>   drivers/base/core.c                                |  48 +++-
>   drivers/base/module.c                              |   4 -
>   drivers/cxl/Kconfig                                |   1 +
>   drivers/cxl/Makefile                               |  20 +-
>   drivers/cxl/acpi.c                                 |   7 +
>   drivers/cxl/core/hdm.c                             |  50 +++-
>   drivers/cxl/core/port.c                            |  13 +-
>   drivers/cxl/core/region.c                          |  48 +---
>   drivers/cxl/core/trace.h                           |  17 +-
>   drivers/cxl/cxl.h                                  |   3 +-
>   drivers/cxl/port.c                                 |  17 +-
>   drivers/dpll/dpll_netlink.c                        | 130 +++++++++
>   drivers/dpll/dpll_nl.c                             |   5 +-
>   drivers/firmware/arm_sdei.c                        |   2 +-
>   drivers/firmware/microchip/mpfs-auto-update.c      |  40 +--
>   drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  15 +-
>   drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |   4 +-
>   drivers/gpu/drm/i915/display/intel_backlight.c     |  10 +-
>   .../gpu/drm/i915/display/intel_display_device.c    |   5 +
>   .../gpu/drm/i915/display/intel_display_device.h    |   2 +
>   drivers/gpu/drm/i915/display/intel_display_power.c |   8 +
>   .../drm/i915/display/intel_display_power_well.c    |   4 +-
>   drivers/gpu/drm/i915/display/intel_dp.c            |   7 +-
>   drivers/gpu/drm/i915/display/intel_dp_aux.c        |   4 +-
>   drivers/gpu/drm/i915/display/intel_dp_hdcp.c       |  10 +-
>   drivers/gpu/drm/i915/display/intel_hdcp.c          |   7 +-
>   drivers/gpu/drm/i915/display/intel_pps.c           |  14 +-
>   drivers/gpu/drm/i915/display/intel_tc.c            |   3 +
>   drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c     |   2 +-
>   drivers/gpu/drm/i915/intel_device_info.c           |   5 -
>   drivers/gpu/drm/i915/intel_device_info.h           |   2 -
>   drivers/gpu/drm/mediatek/mtk_disp_ovl.c            |   5 -
>   drivers/gpu/drm/mediatek/mtk_dp.c                  |  85 +++++-
>   drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h  |   1 -
>   drivers/gpu/drm/xe/regs/xe_gt_regs.h               |   1 +
>   drivers/gpu/drm/xe/xe_device_types.h               |   6 -
>   drivers/gpu/drm/xe/xe_module.c                     |  39 ++-
>   drivers/gpu/drm/xe/xe_tuning.c                     |   8 +
>   drivers/iio/adc/ad7124.c                           |   2 +-
>   drivers/iio/industrialio-gts-helper.c              |   4 +-
>   drivers/iio/light/veml6030.c                       |   2 +-
>   drivers/infiniband/hw/bnxt_re/qplib_fp.c           |   6 +
>   drivers/infiniband/hw/bnxt_re/qplib_rcfw.c         |  38 +--
>   drivers/infiniband/hw/bnxt_re/qplib_rcfw.h         |   2 +
>   drivers/infiniband/hw/cxgb4/provider.c             |   1 +
>   drivers/infiniband/hw/mlx5/qp.c                    |   4 +-
>   drivers/input/joystick/xpad.c                      |  12 +-
>   drivers/input/touchscreen/edt-ft5x06.c             |  19 +-
>   drivers/misc/mei/client.c                          |   4 +-
>   drivers/misc/sgi-gru/grukservices.c                |   2 -
>   drivers/misc/sgi-gru/grumain.c                     |   4 -
>   drivers/misc/sgi-gru/grutlbpurge.c                 |   2 -
>   drivers/mmc/host/sdhci-pci-gli.c                   |  38 ++-
>   drivers/net/ethernet/amd/mvme147.c                 |   7 +-
>   drivers/net/ethernet/intel/ice/ice_dpll.c          | 293 ++++++++++++++++++++-
>   drivers/net/ethernet/intel/ice/ice_dpll.h          |   1 +
>   drivers/net/ethernet/intel/ice/ice_ptp_hw.c        |  21 +-
>   drivers/net/ethernet/intel/ice/ice_ptp_hw.h        |   1 +
>   drivers/net/ethernet/mediatek/mtk_wed_wo.h         |   4 +-
>   .../net/ethernet/mellanox/mlxsw/spectrum_ipip.c    |  26 +-
>   drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c |   7 +
>   drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c   |   8 +
>   drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h   |   2 +
>   drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  29 +-
>   drivers/net/gtp.c                                  |  22 +-
>   drivers/net/macsec.c                               |   3 +-
>   drivers/net/mctp/mctp-i2c.c                        |   3 +
>   drivers/net/netdevsim/fib.c                        |   4 +-
>   drivers/net/wireless/ath/ath10k/wmi-tlv.c          |   7 +-
>   drivers/net/wireless/ath/ath10k/wmi.c              |   2 +
>   drivers/net/wireless/ath/ath11k/dp_rx.c            |   7 +-
>   drivers/net/wireless/broadcom/brcm80211/Kconfig    |   1 +
>   drivers/net/wireless/intel/iwlegacy/common.c       |  15 +-
>   drivers/net/wireless/intel/iwlegacy/common.h       |  12 +
>   drivers/net/wireless/intel/iwlwifi/mvm/fw.c        |  22 +-
>   .../net/wireless/intel/iwlwifi/mvm/mld-mac80211.c  |  24 +-
>   drivers/net/wireless/intel/iwlwifi/mvm/scan.c      |   3 +-
>   drivers/nvme/host/ioctl.c                          |   7 +-
>   drivers/nvme/target/auth.c                         |   1 +
>   drivers/phy/freescale/phy-fsl-imx8m-pcie.c         |  10 +-
>   drivers/phy/qualcomm/phy-qcom-qmp-usb-legacy.c     |   1 +
>   drivers/phy/qualcomm/phy-qcom-qmp-usb.c            |   1 +
>   drivers/phy/qualcomm/phy-qcom-qmp-usbc.c           |   1 +
>   drivers/powercap/intel_rapl_msr.c                  |   1 +
>   drivers/scsi/scsi_transport_fc.c                   |   4 +-
>   drivers/soc/qcom/pmic_glink.c                      |  25 +-
>   drivers/spi/spi-fsl-dspi.c                         |   6 +-
>   drivers/spi/spi-geni-qcom.c                        |   8 +-
>   .../intel/int340x_thermal/processor_thermal_rapl.c |  70 ++---
>   drivers/thunderbolt/tb.c                           |  48 +++-
>   drivers/ufs/core/ufshcd.c                          |   2 +-
>   drivers/usb/gadget/udc/dummy_hcd.c                 |  57 ++--
>   drivers/usb/host/xhci-pci.c                        |   6 +-
>   drivers/usb/host/xhci-ring.c                       |  16 +-
>   drivers/usb/phy/phy.c                              |   2 +-
>   drivers/usb/typec/class.c                          |   1 +
>   drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c      |  10 +-
>   fs/afs/dir.c                                       |  25 ++
>   fs/afs/dir_edit.c                                  |  91 ++++++-
>   fs/afs/internal.h                                  |   2 +
>   fs/btrfs/bio.c                                     |  62 ++---
>   fs/btrfs/bio.h                                     |   3 +
>   fs/btrfs/defrag.c                                  |  10 +-
>   fs/btrfs/extent_map.c                              |   7 +-
>   fs/dax.c                                           |  45 ++--
>   fs/iomap/buffered-io.c                             |   7 +-
>   fs/nfs/delegation.c                                |   5 +
>   fs/nilfs2/page.c                                   |   1 +
>   fs/ntfs3/file.c                                    |   9 +-
>   fs/ntfs3/frecord.c                                 |   4 +-
>   fs/ntfs3/inode.c                                   |  15 +-
>   fs/ntfs3/lznt.c                                    |   3 +
>   fs/ntfs3/namei.c                                   |   2 +-
>   fs/ntfs3/ntfs_fs.h                                 |   2 +-
>   fs/ntfs3/record.c                                  |  31 ++-
>   fs/ocfs2/file.c                                    |   8 +
>   fs/smb/client/cifs_unicode.c                       |  17 +-
>   fs/smb/client/reparse.c                            |   4 +-
>   fs/userfaultfd.c                                   |  28 ++
>   fs/xfs/xfs_filestream.c                            |  23 +-
>   fs/xfs/xfs_trace.h                                 |  15 +-
>   include/acpi/cppc_acpi.h                           |   2 +-
>   include/linux/bpf_mem_alloc.h                      |   3 +
>   include/linux/compiler-gcc.h                       |   4 +
>   include/linux/device.h                             |   3 +
>   include/linux/dpll.h                               |  15 ++
>   include/linux/huge_mm.h                            |  18 ++
>   include/linux/iomap.h                              |  19 ++
>   include/linux/ksm.h                                |  20 +-
>   include/linux/mmzone.h                             |   7 +-
>   include/linux/rcutiny.h                            |   5 +
>   include/linux/rcutree.h                            |   1 +
>   include/linux/tick.h                               |   8 +
>   include/linux/ubsan.h                              |   5 +
>   include/linux/userfaultfd_k.h                      |   5 +
>   include/net/ip_tunnels.h                           |   2 +-
>   include/trace/events/afs.h                         |   7 +-
>   include/uapi/linux/dpll.h                          |   3 +
>   io_uring/io_uring.c                                |  13 +-
>   io_uring/rw.c                                      |  23 +-
>   kernel/bpf/cgroup.c                                |  19 +-
>   kernel/bpf/lpm_trie.c                              |   2 +-
>   kernel/bpf/memalloc.c                              |  14 +-
>   kernel/bpf/verifier.c                              |   9 +-
>   kernel/cgroup/cgroup.c                             |   4 +-
>   kernel/fork.c                                      |  14 +-
>   kernel/rcu/tree.c                                  | 118 ++++++++-
>   kernel/resource.c                                  |   4 +-
>   kernel/sched/fair.c                                |   4 +-
>   lib/Kconfig.ubsan                                  |   4 +-
>   lib/iov_iter.c                                     |   6 +-
>   mm/huge_memory.c                                   |  13 +-
>   mm/kasan/kasan_test.c                              |  27 --
>   mm/memory.c                                        |   9 +
>   mm/migrate.c                                       |   2 +-
>   mm/mmap.c                                          |   3 +-
>   mm/page_alloc.c                                    |  10 +-
>   mm/rmap.c                                          |  24 +-
>   mm/shrinker.c                                      |   8 +-
>   mm/vmscan.c                                        | 109 ++++----
>   net/bluetooth/hci_sync.c                           |  18 +-
>   net/bpf/test_run.c                                 |   1 +
>   net/core/dev.c                                     |   6 +
>   net/core/rtnetlink.c                               |   4 +-
>   net/ipv4/ip_tunnel.c                               |   2 +-
>   net/ipv6/netfilter/nf_reject_ipv6.c                |  15 +-
>   net/mac80211/Kconfig                               |   2 +-
>   net/mac80211/cfg.c                                 |   3 +-
>   net/mac80211/key.c                                 |  42 +--
>   net/mptcp/protocol.c                               |   2 +
>   net/netfilter/nft_payload.c                        |   3 +
>   net/netfilter/x_tables.c                           |   2 +-
>   net/sched/cls_api.c                                |   1 +
>   net/wireless/core.c                                |   1 +
>   sound/pci/hda/patch_realtek.c                      |  23 +-
>   sound/soc/codecs/cs42l51.c                         |   7 +-
>   sound/soc/soc-dapm.c                               |   2 +
>   sound/usb/mixer_quirks.c                           |   3 +
>   tools/mm/page-types.c                              |   9 +-
>   tools/mm/slabinfo.c                                |   4 +-
>   tools/perf/util/syscalltbl.c                       |  10 +
>   tools/testing/cxl/test/cxl.c                       |  14 +-
>   tools/usb/usbip/src/usbip_detach.c                 |   1 +
>   199 files changed, 2189 insertions(+), 743 deletions(-)
> 
  			#1

Skipped (already applied):
"netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()" 
(CVE-2024-50256)
"ACPI: CPPC: Make rmw_lock a raw_spin_lock" (CVE-2024-50249)
"ntfs3: Add bounds checking to mi_enum_attr()" (CVE-2024-50248)
"ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3" (bug #2098104)
"ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6 mb1" 
(bug #2098104)
"fs/ntfs3: Sequential field availability check in mi_enum_attr()" 
(CVE-2024-50248)

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: 47863 bytes
Desc: OpenPGP public key
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20250313/b97ba26e/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/20250313/b97ba26e/attachment-0001.sig>


More information about the kernel-team mailing list