lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250520125810.535475500@linuxfoundation.org>
Date: Tue, 20 May 2025 15:49:30 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: stable@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	patches@...ts.linux.dev,
	linux-kernel@...r.kernel.org,
	torvalds@...ux-foundation.org,
	akpm@...ux-foundation.org,
	linux@...ck-us.net,
	shuah@...nel.org,
	patches@...nelci.org,
	lkft-triage@...ts.linaro.org,
	pavel@...x.de,
	jonathanh@...dia.com,
	f.fainelli@...il.com,
	sudipm.mukherjee@...il.com,
	srw@...dewatkins.net,
	rwarsow@....de,
	conor@...nel.org,
	hargar@...rosoft.com,
	broonie@...nel.org
Subject: [PATCH 6.14 000/145] 6.14.8-rc1 review

This is the start of the stable review cycle for the 6.14.8 release.
There are 145 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 Thu, 22 May 2025 12:57:37 +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.14.8-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.14.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 6.14.8-rc1

Dan Carpenter <dan.carpenter@...aro.org>
    phy: tegra: xusb: remove a stray unlock

Tiezhu Yang <yangtiezhu@...ngson.cn>
    perf tools: Fix build error for LoongArch

Kirill A. Shutemov <kirill.shutemov@...ux.intel.com>
    mm/page_alloc: fix race condition in unaccepted memory handling

Daniele Ceraolo Spurio <daniele.ceraolospurio@...el.com>
    drm/xe/gsc: do not flush the GSC worker from the reset path

Maciej Falkowski <maciej.falkowski@...ux.intel.com>
    accel/ivpu: Flush pending jobs of device's workqueues

Karol Wachowski <karol.wachowski@...el.com>
    accel/ivpu: Fix missing MMU events if file_priv is unbound

Karol Wachowski <karol.wachowski@...el.com>
    accel/ivpu: Fix missing MMU events from reserved SSID

Karol Wachowski <karol.wachowski@...el.com>
    accel/ivpu: Move parts of MMU event IRQ handling to thread handler

Karol Wachowski <karol.wachowski@...el.com>
    accel/ivpu: Dump only first MMU fault from single context

Maciej Falkowski <maciej.falkowski@...ux.intel.com>
    accel/ivpu: Use workqueue for IRQ handling

Shuai Xue <xueshuai@...ux.alibaba.com>
    dmaengine: idxd: Refactor remove call with idxd_cleanup() helper

Shuai Xue <xueshuai@...ux.alibaba.com>
    dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe

Shuai Xue <xueshuai@...ux.alibaba.com>
    dmaengine: idxd: fix memory leak in error handling path of idxd_alloc

Shuai Xue <xueshuai@...ux.alibaba.com>
    dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call

Shuai Xue <xueshuai@...ux.alibaba.com>
    dmaengine: idxd: Add missing cleanups in cleanup internals

Shuai Xue <xueshuai@...ux.alibaba.com>
    dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals

Shuai Xue <xueshuai@...ux.alibaba.com>
    dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups

Shuai Xue <xueshuai@...ux.alibaba.com>
    dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines

Shuai Xue <xueshuai@...ux.alibaba.com>
    dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs

Yemike Abhilash Chandra <y-abhilashchandra@...com>
    dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure instead of a local copy

Ronald Wahl <ronald.wahl@...rand.com>
    dmaengine: ti: k3-udma: Add missing locking

Barry Song <baohua@...nel.org>
    mm: userfaultfd: correct dirty flags set for both present and swap pte

Wupeng Ma <mawupeng1@...wei.com>
    mm: hugetlb: fix incorrect fallback for subpool

hexue <xue01.he@...sung.com>
    io_uring/uring_cmd: fix hybrid polling initialization issue

Jens Axboe <axboe@...nel.dk>
    io_uring/memmap: don't use page_address() on a highmem page

Nathan Chancellor <nathan@...nel.org>
    net: qede: Initialize qede_ll_ops with designated initializer

Steven Rostedt <rostedt@...dmis.org>
    ring-buffer: Fix persistent buffer when commit page is the reader page

Ming Yen Hsieh <mingyen.hsieh@...iatek.com>
    wifi: mt76: mt7925: fix missing hdr_trans_tlv command for broadcast wtbl

Fedor Pchelkin <pchelkin@...ras.ru>
    wifi: mt76: disable napi on driver removal

Jarkko Sakkinen <jarkko@...nel.org>
    tpm: Mask TPM RC in tpm2_start_auth_session()

Aaron Kling <webgeek1234@...il.com>
    spi: tegra114: Use value to check for invalid delays

Jethro Donaldson <devel@....nz>
    smb: client: fix memory leak during error handling for POSIX mkdir

Steve Siwinski <ssiwinski@...o.com>
    scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer

Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
    phy: renesas: rcar-gen3-usb2: Set timing registers only once

Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
    phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind

Oleksij Rempel <o.rempel@...gutronix.de>
    net: phy: micrel: remove KSZ9477 EEE quirks now handled by phylink

Oleksij Rempel <o.rempel@...gutronix.de>
    net: dsa: microchip: let phylink manage PHY EEE configuration on KSZ switches

Ma Ke <make24@...as.ac.cn>
    phy: Fix error handling in tegra_xusb_port_init

Wayne Chang <waynec@...dia.com>
    phy: tegra: xusb: Use a bitmask for UTMI pad power state tracking

Steven Rostedt <rostedt@...dmis.org>
    tracing: samples: Initialize trace_array_printk() with the correct function

Ashish Kalra <ashish.kalra@....com>
    x86/sev: Make sure pages are not skipped during kdump

Ashish Kalra <ashish.kalra@....com>
    x86/sev: Do not touch VMSA pages during SNP guest memory kdump

pengdonglin <pengdonglin@...omi.com>
    ftrace: Fix preemption accounting for stacktrace filter command

pengdonglin <pengdonglin@...omi.com>
    ftrace: Fix preemption accounting for stacktrace trigger command

Christophe JAILLET <christophe.jaillet@...adoo.fr>
    i2c: designware: Fix an error handling path in i2c_dw_pci_probe()

Nathan Chancellor <nathan@...nel.org>
    kbuild: Disable -Wdefault-const-init-unsafe

Michael Kelley <mhklinux@...look.com>
    Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()

Michael Kelley <mhklinux@...look.com>
    Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges

Michael Kelley <mhklinux@...look.com>
    hv_netvsc: Remove rmsg_pgcnt

Michael Kelley <mhklinux@...look.com>
    hv_netvsc: Preserve contiguous PFN grouping in the page buffer array

Michael Kelley <mhklinux@...look.com>
    hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages

Dragan Simic <dsimic@...jaro.org>
    arm64: dts: rockchip: Remove overdrive-mode OPPs from RK3588J SoC dtsi

Sam Edwards <cfsworks@...il.com>
    arm64: dts: rockchip: Allow Turing RK1 cooling fan to spin down

Christian Hewitt <christianshewitt@...il.com>
    arm64: dts: amlogic: dreambox: fix missing clkc_audio node

Hyejeong Choi <hjeong.choi@...sung.com>
    dma-buf: insert memory barrier before updating num_fences

Nicolas Chauvet <kwizart@...il.com>
    ALSA: usb-audio: Add sample rate quirk for Microdia JP001 USB Camera

Christian Heusel <christian@...sel.eu>
    ALSA: usb-audio: Add sample rate quirk for Audioengine D1

Wentao Liang <vulab@...as.ac.cn>
    ALSA: es1968: Add error handling for snd_pcm_hw_constraint_pow2()

Jeremy Linton <jeremy.linton@....com>
    ACPI: PPTT: Fix processor subtable walk

Emanuele Ghidoli <emanuele.ghidoli@...adex.com>
    gpio: pca953x: fix IRQ storm on system wake up

Alexey Makhalov <alexey.makhalov@...adcom.com>
    MAINTAINERS: Update Alexey Makhalov's email address

Wayne Lin <Wayne.Lin@....com>
    drm/amd/display: Avoid flooding unnecessary info messages

Wayne Lin <Wayne.Lin@....com>
    drm/amd/display: Correct the reply value when AUX write incomplete

Philip Yang <Philip.Yang@....com>
    drm/amdgpu: csa unmap use uninterruptible lock

Tim Huang <tim.huang@....com>
    drm/amdgpu: fix incorrect MALL size for GFX1151

David (Ming Qiang) Wu <David.Wu3@....com>
    drm/amdgpu: read back register after written for VCN v4.0.5

Fabio Estevam <festevam@...x.de>
    drm/tiny: panel-mipi-dbi: Use drm_client_setup_with_fourcc()

Melissa Wen <mwen@...lia.com>
    Revert "drm/amd/display: Hardware cursor changes color when switched to software cursor"

Kyoji Ogasawara <sawara04.o@...il.com>
    btrfs: add back warning for mount option commit values exceeding 300

Boris Burkov <boris@....io>
    btrfs: fix folio leak in submit_one_async_extent()

Filipe Manana <fdmanana@...e.com>
    btrfs: fix discard worker infinite loop after disabling discard

Tiezhu Yang <yangtiezhu@...ngson.cn>
    LoongArch: uprobes: Remove redundant code about resume_era

Tiezhu Yang <yangtiezhu@...ngson.cn>
    LoongArch: uprobes: Remove user_{en,dis}able_single_step()

Huacai Chen <chenhuacai@...nel.org>
    LoongArch: Fix MAX_REG_OFFSET calculation

Huacai Chen <chenhuacai@...nel.org>
    LoongArch: Save and restore CSR.CNTC for hibernation

Huacai Chen <chenhuacai@...nel.org>
    LoongArch: Move __arch_cpu_idle() to .cpuidle.text section

Tianyang Zhang <zhangtianyang@...ngson.cn>
    LoongArch: Prevent cond_resched() occurring within kernel-fpu

Mario Limonciello <mario.limonciello@....com>
    HID: amd_sfh: Fix SRA sensor when it's the only sensor

Rong Zhang <i@...g.moe>
    HID: bpf: abort dispatch if device destroyed

Max Kellermann <max.kellermann@...os.com>
    fs/eventpoll: fix endless busy loop after timeout has expired

Jan Kara <jack@...e.cz>
    udf: Make sure i_lenExtents is uptodate on inode eviction

Tejun Heo <tj@...nel.org>
    sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator

Thomas Weißschuh <linux@...ssschuh.net>
    Revert "kbuild, rust: use -fremap-path-prefix to make paths relative"

Nathan Lynch <nathan.lynch@....com>
    dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrupted"

Trond Myklebust <trond.myklebust@...merspace.com>
    NFSv4/pnfs: Reset the layout state after a layoutreturn

Ming Lei <ming.lei@...hat.com>
    ublk: fix dead loop when canceling io command

Gerhard Engleder <gerhard@...leder-embedded.com>
    tsnep: fix timestamping with a stacked DSA driver

Pengtao He <hept.hept.hept@...il.com>
    net/tls: fix kernel panic when alloc_page failed

Ido Schimmel <idosch@...dia.com>
    mlxsw: spectrum_router: Fix use-after-free when deleting GRE net devices

Kees Cook <kees@...nel.org>
    wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request

Subbaraya Sundeep <sbhatta@...vell.com>
    octeontx2-pf: Do not reallocate all ntuple filters

Hariprasad Kelam <hkelam@...vell.com>
    octeontx2-af: Fix CGX Receive counters

Bo-Cun Chen <bc-bocun.chen@...iatek.com>
    net: ethernet: mtk_eth_soc: fix typo for declaration MT7988 ESW capability

Subbaraya Sundeep <sbhatta@...vell.com>
    octeontx2-pf: macsec: Fix incorrect max transmit size in TX secy

Jakub Kicinski <kuba@...nel.org>
    netlink: specs: tc: all actions are indexed arrays

Jakub Kicinski <kuba@...nel.org>
    netlink: specs: tc: fix a couple of attribute names

Umesh Nerlige Ramappa <umesh.nerlige.ramappa@...el.com>
    drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC value

Jens Axboe <axboe@...nel.dk>
    io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()

Hariprasad Kelam <hkelam@...vell.com>
    octeontx2-pf: Fix ethtool support for SDP representors

Cosmin Tanislav <demonsingur@...il.com>
    regulator: max20086: fix invalid memory access

Abdun Nihaal <abdun.nihaal@...il.com>
    qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd()

Carolina Jubran <cjubran@...dia.com>
    net/mlx5e: Disable MACsec offload for uplink representor profile

Konstantin Shkolnyy <kshk@...ux.ibm.com>
    vsock/test: Fix occasional failure in SIOCOUTQ tests

Melissa Wen <mwen@...lia.com>
    drm/amd/display: Fix null check of pipe_ctx->plane_state for update_dchubp_dpp

Jonas Gorski <jonas.gorski@...il.com>
    net: dsa: b53: prevent standalone from trying to forward to other ports

Geert Uytterhoeven <geert+renesas@...der.be>
    ALSA: sh: SND_AICA should depend on SH_DMA_API

Keith Busch <kbusch@...nel.org>
    nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable

Kees Cook <kees@...nel.org>
    nvme-pci: make nvme_pci_npages_prp() __always_inline

Vladimir Oltean <vladimir.oltean@....com>
    net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENING

Mathieu Othacehe <othacehe@....org>
    net: cadence: macb: Fix a possible deadlock in macb_halt_tx.

Takashi Iwai <tiwai@...e.de>
    ALSA: ump: Fix a typo of snd_ump_stream_msg_device_info

Takashi Iwai <tiwai@...e.de>
    ALSA: seq: Fix delivery of UMP events to group ports

Andrew Jeffery <andrew@...econstruct.com.au>
    net: mctp: Ensure keys maintain only one ref to corresponding dev

Cosmin Ratiu <cratiu@...dia.com>
    tests/ncdevmem: Fix double-free of queue array

Matt Johnston <matt@...econstruct.com.au>
    net: mctp: Don't access ifa_index when missing

Hangbin Liu <liuhangbin@...il.com>
    tools/net/ynl: ethtool: fix crash when Hardware Clock info is missing

I Hsin Cheng <richard120310@...il.com>
    drm/meson: Use 1000ULL when operating with mode->clock

Cong Wang <xiyou.wangcong@...il.com>
    net_sched: Flush gso_skb list too during ->change()

Luiz Augusto von Dentz <luiz.von.dentz@...el.com>
    Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags

Zhu Yanjun <yanjun.zhu@...ux.dev>
    RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem

Geert Uytterhoeven <geert+renesas@...der.be>
    spi: loopback-test: Do not split 1024-byte hexdumps

Trond Myklebust <trond.myklebust@...merspace.com>
    NFS/localio: Fix a race in nfs_local_open_fh()

Li Lingfeng <lilingfeng3@...wei.com>
    nfs: handle failure of nfs_get_lock_context in unlock path

Henry Martin <bsdhenrymartin@...il.com>
    HID: uclogic: Add NULL check in uclogic_input_configured()

Qasim Ijaz <qasdev00@...il.com>
    HID: thrustmaster: fix memory leak in thrustmaster_interrupts()

Zhu Yanjun <yanjun.zhu@...ux.dev>
    RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug

David Lechner <dlechner@...libre.com>
    iio: adc: ad7606: check for NULL before calling sw_mode_config()

Guillaume Stols <gstols@...libre.com>
    iio: adc: ad7606: move software functions into common file

Guillaume Stols <gstols@...libre.com>
    iio: adc: ad7606: move the software mode configuration

Michal Suchanek <msuchanek@...e.de>
    tpm: tis: Double the timeout B to 4s

Masami Hiramatsu (Google) <mhiramat@...nel.org>
    tracing: probes: Fix a possible race in trace_probe_log APIs

Breno Leitao <leitao@...ian.org>
    tracing: fprobe: Fix RCU warning message in list traversal

Waiman Long <longman@...hat.com>
    cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks

Himanshu Bhavani <himanshu.bhavani@...iconsignals.io>
    arm64: dts: imx8mp-var-som: Fix LDO5 shutdown causing SD card timeout

Hans de Goede <hdegoede@...hat.com>
    platform/x86: asus-wmi: Fix wlan_ctrl_by_user detection

Runhua He <hua@...c.io>
    platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX4HRXL)

Kees Cook <kees@...nel.org>
    binfmt_elf: Move brk for static PIE even if ASLR disabled

Ze Huang <huangze@...t.edu.cn>
    riscv: dts: sophgo: fix DMA data-width configuration for CV18xx

Nicolas Frattaroli <nicolas.frattaroli@...labora.com>
    arm64: dts: rockchip: fix Sige5 RTC interrupt pin

Suma Hegde <suma.hegde@....com>
    platform/x86/amd/hsmp: Make amd_hsmp and hsmp_acpi as mutually exclusive drivers

Yazen Ghannam <yazen.ghannam@....com>
    x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE

Mario Limonciello <mario.limonciello@....com>
    drivers/platform/x86/amd: pmf: Check for invalid Smart PC Policies

Mario Limonciello <mario.limonciello@....com>
    drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC Policies

Stephen Smalley <stephen.smalley.work@...il.com>
    fs/xattr.c: fix simple_xattr_list to always include security.* xattrs

Tom Vincent <linux@...ince.com>
    arm64: dts: rockchip: Assign RT5616 MCLK rate on rk3588-friendlyelec-cm3588


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

Diffstat:

 Documentation/netlink/specs/tc.yaml                |  10 +-
 MAINTAINERS                                        |   6 +-
 Makefile                                           |   5 +-
 .../boot/dts/amlogic/meson-g12b-dreambox.dtsi      |   4 +
 arch/arm64/boot/dts/freescale/imx8mp-var-som.dtsi  |  12 +-
 .../boot/dts/rockchip/rk3576-armsom-sige5.dts      |   2 +-
 .../dts/rockchip/rk3588-friendlyelec-cm3588.dtsi   |   4 +
 .../arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi |   2 +
 arch/arm64/boot/dts/rockchip/rk3588j.dtsi          |  53 ++---
 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/riscv/boot/dts/sophgo/cv18xx.dtsi             |   2 +-
 arch/x86/coco/sev/core.c                           | 255 +++++++++++++--------
 arch/x86/include/asm/amd_nb.h                      |   1 -
 arch/x86/include/asm/amd_node.h                    |  13 ++
 arch/x86/kernel/amd_nb.c                           |   1 -
 arch/x86/kernel/amd_node.c                         |   9 +
 block/bio.c                                        |   2 +-
 drivers/accel/ivpu/ivpu_drv.c                      |  39 +---
 drivers/accel/ivpu/ivpu_drv.h                      |   5 +-
 drivers/accel/ivpu/ivpu_hw.c                       |   5 -
 drivers/accel/ivpu/ivpu_hw.h                       |   9 -
 drivers/accel/ivpu/ivpu_hw_btrs.c                  |   3 +-
 drivers/accel/ivpu/ivpu_ipc.c                      |   7 +-
 drivers/accel/ivpu/ivpu_ipc.h                      |   2 +-
 drivers/accel/ivpu/ivpu_job.c                      |  15 +-
 drivers/accel/ivpu/ivpu_job.h                      |   2 +-
 drivers/accel/ivpu/ivpu_mmu.c                      | 109 +++++++--
 drivers/accel/ivpu/ivpu_mmu.h                      |   2 +
 drivers/accel/ivpu/ivpu_mmu_context.c              |  13 --
 drivers/accel/ivpu/ivpu_mmu_context.h              |   2 -
 drivers/accel/ivpu/ivpu_pm.c                       |   3 +-
 drivers/accel/ivpu/ivpu_pm.h                       |   2 +-
 drivers/acpi/pptt.c                                |  11 +-
 drivers/block/ublk_drv.c                           |   2 +-
 drivers/char/tpm/tpm2-sessions.c                   |  20 +-
 drivers/char/tpm/tpm_tis_core.h                    |   2 +-
 drivers/dma-buf/dma-resv.c                         |   5 +-
 drivers/dma/dmatest.c                              |   6 +-
 drivers/dma/idxd/init.c                            | 159 +++++++++----
 drivers/dma/ti/k3-udma.c                           |  10 +-
 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/amdgpu/vcn_v4_0_5.c            |   8 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   3 +-
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  16 +-
 .../drm/amd/display/dc/dpp/dcn401/dcn401_dpp_cm.c  |   5 +-
 .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c  |   6 +-
 drivers/gpu/drm/meson/meson_encoder_hdmi.c         |   4 +-
 drivers/gpu/drm/tiny/panel-mipi-dbi.c              |   5 +-
 drivers/gpu/drm/xe/instructions/xe_mi_commands.h   |   4 +
 drivers/gpu/drm/xe/xe_gsc.c                        |  22 ++
 drivers/gpu/drm/xe/xe_gsc.h                        |   1 +
 drivers/gpu/drm/xe/xe_gsc_proxy.c                  |  11 +
 drivers/gpu/drm/xe/xe_gsc_proxy.h                  |   1 +
 drivers/gpu/drm/xe/xe_gt.c                         |   2 +-
 drivers/gpu/drm/xe/xe_lrc.c                        |   2 +-
 drivers/gpu/drm/xe/xe_ring_ops.c                   |   7 +-
 drivers/gpu/drm/xe/xe_uc.c                         |   8 +-
 drivers/gpu/drm/xe/xe_uc.h                         |   1 +
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c      |   7 +-
 drivers/hid/bpf/hid_bpf_dispatch.c                 |   9 +
 drivers/hid/hid-thrustmaster.c                     |   1 +
 drivers/hid/hid-uclogic-core.c                     |   7 +-
 drivers/hv/channel.c                               |  65 +-----
 drivers/i2c/busses/i2c-designware-pcidrv.c         |   4 +-
 drivers/iio/adc/ad7606.c                           | 154 +++++++++++--
 drivers/iio/adc/ad7606.h                           |  37 ++-
 drivers/iio/adc/ad7606_spi.c                       | 137 +----------
 drivers/infiniband/core/device.c                   |   6 +-
 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/microchip/ksz_common.c             | 137 ++++++++---
 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 +-
 .../ethernet/marvell/octeontx2/nic/otx2_common.h   |   1 +
 .../ethernet/marvell/octeontx2/nic/otx2_devlink.c  |   1 +
 .../ethernet/marvell/octeontx2/nic/otx2_ethtool.c  |  10 +-
 .../ethernet/marvell/octeontx2/nic/otx2_flows.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/phy/micrel.c                           |   7 -
 drivers/net/wireless/mediatek/mt76/dma.c           |   1 +
 drivers/net/wireless/mediatek/mt76/mt7925/mcu.c    |   4 +-
 drivers/nvme/host/pci.c                            |   4 +-
 drivers/phy/renesas/phy-rcar-gen3-usb2.c           |  38 ++-
 drivers/phy/tegra/xusb-tegra186.c                  |  46 ++--
 drivers/phy/tegra/xusb.c                           |   8 +-
 drivers/platform/x86/amd/hsmp/Kconfig              |   2 +-
 drivers/platform/x86/amd/hsmp/acpi.c               |  10 +-
 drivers/platform/x86/amd/hsmp/hsmp.c               |   1 -
 drivers/platform/x86/amd/hsmp/hsmp.h               |   4 +-
 drivers/platform/x86/amd/hsmp/plat.c               |  42 ++--
 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/usb/gadget/function/f_midi2.c              |   2 +-
 fs/binfmt_elf.c                                    |  71 ++++--
 fs/btrfs/discard.c                                 |  17 +-
 fs/btrfs/fs.h                                      |   1 +
 fs/btrfs/inode.c                                   |   7 +
 fs/btrfs/super.c                                   |   4 +
 fs/eventpoll.c                                     |   7 +-
 fs/nfs/localio.c                                   |   2 +-
 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/linux/bio.h                                |   1 +
 include/linux/hyperv.h                             |   7 -
 include/linux/micrel_phy.h                         |   1 -
 include/linux/tpm.h                                |  21 +-
 include/net/sch_generic.h                          |  15 ++
 include/sound/ump_msg.h                            |   4 +-
 io_uring/fdinfo.c                                  |  48 ++--
 io_uring/memmap.c                                  |   2 +-
 io_uring/uring_cmd.c                               |   5 +
 kernel/cgroup/cpuset.c                             |   6 +-
 kernel/sched/ext.c                                 |   6 +
 kernel/trace/fprobe.c                              |   3 +-
 kernel/trace/ring_buffer.c                         |   8 +-
 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/hugetlb.c                                       |  28 ++-
 mm/page_alloc.c                                    |  23 --
 mm/userfaultfd.c                                   |  12 +-
 net/bluetooth/mgmt.c                               |   9 +-
 net/mac80211/main.c                                |   6 +-
 net/mctp/device.c                                  |  15 +-
 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/pyynl/ethtool.py                     |  22 +-
 tools/perf/arch/loongarch/include/syscall_table.h  |   2 +-
 tools/testing/selftests/drivers/net/hw/ncdevmem.c  |  55 ++---
 tools/testing/vsock/vsock_test.c                   |  28 ++-
 177 files changed, 1689 insertions(+), 1027 deletions(-)



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ