From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
patches@lists.linux.dev, linux-kernel@vger.kernel.org,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
lkft-triage@lists.linaro.org, pavel@denx.de,
jonathanh@nvidia.com, f.fainelli@gmail.com,
sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
conor@kernel.org, hargar@microsoft.com, broonie@kernel.org,
achill@achill.org
Subject: [PATCH 6.12 000/175] 6.12.46-rc1 review
Date: Sun, 7 Sep 2025 21:56:35 +0200 [thread overview]
Message-ID: <20250907195614.892725141@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 6.12.46 release.
There are 175 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 Tue, 09 Sep 2025 19:55:53 +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.12.46-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.12.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 6.12.46-rc1
Qiu-ji Chen <chenqiuji666@gmail.com>
dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_tx_status()
Yu Kuai <yukuai3@huawei.com>
md/raid1: fix data lost for writemostly rdev
Radim Krčmář <rkrcmar@ventanamicro.com>
riscv, bpf: use lw when reading int cpu in bpf_get_smp_processor_id
Radim Krčmář <rkrcmar@ventanamicro.com>
riscv, bpf: use lw when reading int cpu in BPF_MOV64_PERCPU_REG
Radim Krčmář <rkrcmar@ventanamicro.com>
riscv: use lw when reading int cpu in asm_per_cpu
Radim Krčmář <rkrcmar@ventanamicro.com>
riscv: use lw when reading int cpu in new_vmalloc_check
Nathan Chancellor <nathan@kernel.org>
riscv: Only allow LTO with CMODEL_MEDANY
Anup Patel <apatel@ventanamicro.com>
ACPI: RISC-V: Fix FFH_CPPC_CSR error handling
Li Nan <linan122@huawei.com>
md: prevent incorrect update of resync/recovery offset
zhang jiao <zhangjiao2@cmss.chinamobile.com>
tools: gpio: remove the include directory on make clean
Colin Ian King <colin.i.king@gmail.com>
drm/amd/amdgpu: Fix missing error return on kzalloc failure
Ian Rogers <irogers@google.com>
perf bpf-utils: Harden get_bpf_prog_info_linear
Ian Rogers <irogers@google.com>
perf bpf-utils: Constify bpil_array_desc
Ian Rogers <irogers@google.com>
perf bpf-event: Fix use-after-free in synthesis
Michael Walle <mwalle@kernel.org>
drm/bridge: ti-sn65dsi86: fix REFCLK setting
Larisa Grigore <larisa.grigore@nxp.com>
spi: spi-fsl-lpspi: Clear status register after disabling the module
Larisa Grigore <larisa.grigore@nxp.com>
spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abort
Larisa Grigore <larisa.grigore@nxp.com>
spi: spi-fsl-lpspi: Set correct chip-select polarity bit
Larisa Grigore <larisa.grigore@nxp.com>
spi: spi-fsl-lpspi: Fix transmissions when using CONT
Ming Lei <ming.lei@redhat.com>
scsi: sr: Reinstate rotational media flag
Christoph Hellwig <hch@lst.de>
block: add a queue_limits_commit_update_frozen helper
Vadim Pasternak <vadimp@nvidia.com>
hwmon: mlxreg-fan: Prevent fans from getting stuck at 0 RPM
David Arcari <darcari@redhat.com>
platform/x86/intel: power-domains: Use topology_logical_package_id() for package ID
Antheas Kapenekakis <lkml@antheas.dev>
platform/x86: asus-wmi: Remove extra keys from ignore_key_wlan quirk
Wentao Liang <vulab@iscas.ac.cn>
pcmcia: Add error handling for add_interval() in do_validate_mem()
Chen Ni <nichen@iscas.ac.cn>
pcmcia: omap: Add missing check for platform_get_resource
Alex Deucher <alexander.deucher@amd.com>
Revert "drm/amdgpu: Avoid extra evict-restore process."
Aaron Erhardt <aer@tuxedocomputers.com>
ALSA: hda/realtek: Fix headset mic for TongFang X6[AF]R5xxY
Takashi Iwai <tiwai@suse.de>
ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4 model
Miguel Ojeda <ojeda@kernel.org>
rust: support Rust >= 1.91.0 target spec
Qiu-ji Chen <chenqiuji666@gmail.com>
dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status()
Nícolas F. R. A. Prado <nfraprado@collabora.com>
thermal/drivers/mediatek/lvts: Disable low offset IRQ for minimum threshold
Sumanth Korikkar <sumanthk@linux.ibm.com>
mm: fix accounting of memmap pages
Yeoreum Yun <yeoreum.yun@arm.com>
kunit: kasan_test: disable fortify string checker on kasan_strings() test
Dave Airlie <airlied@redhat.com>
nouveau: fix disabling the nonstall irq due to storm code
Li Qiong <liqiong@nfschina.com>
mm/slub: avoid accessing metadata when pointer is invalid in object_err()
Vlastimil Babka <vbabka@suse.cz>
mm, slab: cleanup slab_bug() parameters
Hyesoo Yu <hyesoo.yu@samsung.com>
mm: slub: call WARN() when detecting a slab corruption
Hyesoo Yu <hyesoo.yu@samsung.com>
mm: slub: Print the broken data before restoring them
Su Yue <glass.su@suse.com>
md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb
Wang Liang <wangliang74@huawei.com>
net: fix NULL pointer dereference in l3mdev_l3_rcv
Wen Gong <quic_wgong@quicinc.com>
wifi: ath11k: update channel list in worker when wait flag is set
Wen Gong <quic_wgong@quicinc.com>
wifi: ath11k: update channel list in reg notifier instead reg worker
Ojaswin Mujoo <ojaswin@linux.ibm.com>
ext4: avoid journaling sb update on error if journal is destroying
Ojaswin Mujoo <ojaswin@linux.ibm.com>
ext4: define ext4_journal_destroy wrapper
Zheng Qixing <zhengqixing@huawei.com>
md/raid1,raid10: strip REQ_NOWAIT from member bios
Yu Kuai <yukuai3@huawei.com>
md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAIT
Yu Kuai <yukuai3@huawei.com>
md/raid1,raid10: don't ignore IO flags
Jonas Gorski <jonas.gorski@gmail.com>
net: dsa: b53: do not enable EEE on bcm63xx
Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
net: dsa: b53/bcm_sf2: implement .support_eee() method
Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
net: dsa: provide implementation of .support_eee()
Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
net: dsa: add hook to determine whether EEE is supported
Al Viro <viro@zeniv.linux.org.uk>
fs/fhandle.c: fix a race in call of has_locked_children()
Stefan Wahren <wahrenst@gmx.net>
microchip: lan865x: Fix LAN8651 autoloading
Stefan Wahren <wahrenst@gmx.net>
microchip: lan865x: Fix module autoloading
Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
net: pcs: rzn1-miic: Correct MODCTRL register offset
Vitaly Lifshits <vitaly.lifshits@intel.com>
e1000e: fix heap overflow in e1000_set_eeprom
Makar Semyonov <m.semenov@tssltd.ru>
cifs: prevent NULL pointer dereference in UTF16 conversion
Stanislav Fort <stanislav.fort@aisle.com>
batman-adv: fix OOB read/write in network-coding decode
John Evans <evans1210144@gmail.com>
scsi: lpfc: Fix buffer free/clear order in deferred receive path
Christoffer Sandberg <cs@tuxedo.de>
platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list
Ivan Lipski <ivan.lipski@amd.com>
drm/amd/display: Clear the CUR_ENABLE register on DCN314 w/out DPP PG
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu: drop hw access in non-DC audio fini
Stefan Wahren <wahrenst@gmx.net>
net: ethernet: oa_tc6: Handle failure of spi_setup
Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
wifi: mt76: mt7925: fix the wrong bss cleanup for SAP
Nathan Chancellor <nathan@kernel.org>
wifi: mt76: mt7996: Initialize hdr before passing to skb_put_data()
Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
wifi: mt76: mt7925u: use connac3 tx aggr check in tx complete
Qianfeng Rong <rongqianfeng@vivo.com>
wifi: mwifiex: Initialize the chan_stats array to zero
Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
soc: qcom: mdt_loader: Deal with zero e_shentsize
Yin Tirui <yintirui@huawei.com>
of_numa: fix uninitialized memory nodes causing kernel panic
wangzijie <wangzijie1@honor.com>
proc: fix missing pde_set_flags() for net proc files
Edward Adam Davis <eadavis@qq.com>
ocfs2: prevent release journal inode after journal shutdown
Ada Couprie Diaz <ada.coupriediaz@arm.com>
kasan: fix GCC mem-intrinsic prefix with sw tags
Christian Loehle <christian.loehle@arm.com>
sched: Fix sched_numa_find_nth_cpu() if mask offline
yangshiguang <yangshiguang@xiaomi.com>
mm: slub: avoid wake up kswapd in set_track_prepare
Gu Bowen <gubowen5@huawei.com>
mm: fix possible deadlock in kmemleak
Harry Yoo <harry.yoo@oracle.com>
mm: move page table sync declarations to linux/pgtable.h
Sasha Levin <sashal@kernel.org>
mm/userfaultfd: fix kmap_local LIFO ordering for CONFIG_HIGHPTE
Harry Yoo <harry.yoo@oracle.com>
x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()
Jens Axboe <axboe@kernel.dk>
io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU
Ma Ke <make24@iscas.ac.cn>
pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region()
panfan <panfan@qti.qualcomm.com>
arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONFIG_DYNAMIC_FTRACE
Miaoqian Lin <linmq006@gmail.com>
ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()
Karol Wachowski <karol.wachowski@intel.com>
accel/ivpu: Prevent recovery work from being queued during device removal
Cryolitia PukNgae <cryolitia@uniontech.com>
ALSA: usb-audio: Add mute TLV for playback volumes on some devices
Horatiu Vultur <horatiu.vultur@microchip.com>
phy: mscc: Stop taking ts_lock for tx_queue and use its own lock
Kuniyuki Iwashima <kuniyu@google.com>
selftest: net: Fix weird setsockopt() in bind_bhash.c.
Qingfang Deng <dqfext@gmail.com>
ppp: fix memory leak in pad_compress_skb
Abin Joseph <abin.joseph@amd.com>
net: xilinx: axienet: Add error handling for RX metadata pointer retrieval
Wang Liang <wangliang74@huawei.com>
net: atm: fix memory leak in atm_register_sysfs when device_register fail
Eric Dumazet <edumazet@google.com>
ax25: properly unshare skbs in ax25_kiss_rcv()
Alok Tiwari <alok.a.tiwari@oracle.com>
mctp: return -ENOPROTOOPT for unknown getsockopt options
Mahanta Jambigi <mjambigi@linux.ibm.com>
net/smc: Remove validation of reserved bits in CLC Decline message
Dan Carpenter <dan.carpenter@linaro.org>
ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()
Rosen Penev <rosenp@gmail.com>
net: thunder_bgx: decrement cleanup index before use
Rosen Penev <rosenp@gmail.com>
net: thunder_bgx: add a missing of_node_put
Dan Carpenter <dan.carpenter@linaro.org>
wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result()
Dan Carpenter <dan.carpenter@linaro.org>
wifi: libertas: cap SSID len in lbs_associate()
Dan Carpenter <dan.carpenter@linaro.org>
wifi: cw1200: cap SSID length in cw1200_do_join()
Ido Schimmel <idosch@nvidia.com>
vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objects
Ido Schimmel <idosch@nvidia.com>
vxlan: Rename FDB Tx lookup function
Ido Schimmel <idosch@nvidia.com>
vxlan: Add RCU read-side critical sections in the Tx path
Ido Schimmel <idosch@nvidia.com>
vxlan: Avoid unnecessary updates to FDB 'used' time
Ido Schimmel <idosch@nvidia.com>
vxlan: Refresh FDB 'updated' time upon 'NTF_USE'
Radu Rendec <rrendec@redhat.com>
net: vxlan: rename SKB_DROP_REASON_VXLAN_NO_REMOTE
Menglong Dong <menglong8.dong@gmail.com>
net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit()
Menglong Dong <menglong8.dong@gmail.com>
net: vxlan: use kfree_skb_reason() in vxlan_xmit()
Menglong Dong <menglong8.dong@gmail.com>
net: vxlan: make vxlan_set_mac() return drop reasons
Ido Schimmel <idosch@nvidia.com>
vxlan: Fix NPD when refreshing an FDB entry with a nexthop object
Menglong Dong <menglong8.dong@gmail.com>
net: vxlan: make vxlan_snoop() return drop reasons
Menglong Dong <menglong8.dong@gmail.com>
net: vxlan: add skb drop reasons to vxlan_rcv()
Menglong Dong <menglong8.dong@gmail.com>
net: tunnel: add pskb_inet_may_pull_reason() helper
Menglong Dong <menglong8.dong@gmail.com>
net: skb: add pskb_network_may_pull_reason() helper
Felix Fietkau <nbd@nbd.name>
net: ethernet: mtk_eth_soc: fix tx vlan tag for llc packets
Christoph Paasch <cpaasch@openai.com>
net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6
Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com>
wifi: ath11k: fix group data packet drops during rekey
Alok Tiwari <alok.a.tiwari@oracle.com>
ixgbe: fix incorrect map used in eee linkmode
Zhen Ni <zhen.ni@easystack.cn>
i40e: Fix potential invalid access when MAC list is empty
Jacob Keller <jacob.e.keller@intel.com>
i40e: remove read access to debugfs files
Emil Tantilov <emil.s.tantilov@intel.com>
idpf: set mac type when adding and removing MAC filters
Jacob Keller <jacob.e.keller@intel.com>
ice: fix NULL access of tx->in_use in ice_ll_ts_intr
Jeremy Kerr <jk@codeconstruct.com.au>
net: mctp: mctp_fraq_queue should take ownership of passed skb
Liu Jian <liujian56@huawei.com>
net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
Sabrina Dubroca <sd@queasysnail.net>
macsec: read MACSEC_SA_ATTR_PN with nla_get_uint
Sean Anderson <sean.anderson@linux.dev>
net: macb: Fix tx_ptr_lock locking
Fabian Bläse <fabian@blaese.de>
icmp: fix icmp_ndo_send address translation for reply direction
Alok Tiwari <alok.a.tiwari@oracle.com>
bnxt_en: fix incorrect page count in RX aggr ring log
Jakub Kicinski <kuba@kernel.org>
selftests: drv-net: csum: fix interface name for remote host
Miaoqian Lin <linmq006@gmail.com>
mISDN: Fix memory leak in dsp_hwec_enable()
Alok Tiwari <alok.a.tiwari@oracle.com>
xirc2ps_cs: fix register access when enabling FullDuplex
Eric Dumazet <edumazet@google.com>
net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=y
Florian Westphal <fw@strlen.de>
netfilter: nft_flowtable.sh: re-run with random mtu sizes
Kuniyuki Iwashima <kuniyu@google.com>
Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()
Ivan Pravdin <ipravdin.official@gmail.com>
Bluetooth: vhci: Prevent use-after-free by removing debugfs files early
Johannes Berg <johannes.berg@intel.com>
wifi: iwlwifi: uefi: check DSM item validity
Phil Sutter <phil@nwl.cc>
netfilter: conntrack: helper: Replace -EEXIST by -EBUSY
Wang Liang <wangliang74@huawei.com>
netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after confirm
Felix Fietkau <nbd@nbd.name>
wifi: mt76: fix linked list corruption
Felix Fietkau <nbd@nbd.name>
wifi: mt76: free pending offchannel tx frames on wcid cleanup
Felix Fietkau <nbd@nbd.name>
wifi: mt76: prevent non-offchannel mgmt tx during scan/roc
Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
wifi: mt76: mt7925: fix locking in mt7925_change_vif_links()
Duoming Zhou <duoming@zju.edu.cn>
wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info work
Dmitry Antipov <dmantipov@yandex.ru>
wifi: cfg80211: fix use-after-free in cmp_bss()
Sai Krishna Potthuri <sai.krishna.potthuri@amd.com>
mmc: sdhci-of-arasan: Ensure CD logic stabilization before power-up
Paul Alvin <alvin.paulp@amd.com>
mmc: sdhci-of-arasan: Support for emmc hardware reset
Wentao Guan <guanwentao@uniontech.com>
LoongArch: vDSO: Remove -nostdlib complier flag
Xi Ruoyao <xry111@xry111.site>
LoongArch: vDSO: Remove --hash-style=sysv
Fabio Porcedda <fabio.porcedda@gmail.com>
net: usb: qmi_wwan: add Telit Cinterion FN990A w/audio composition
Fabio Porcedda <fabio.porcedda@gmail.com>
net: usb: qmi_wwan: fix Telit Cinterion FE990A name
Fabio Porcedda <fabio.porcedda@gmail.com>
net: usb: qmi_wwan: fix Telit Cinterion FN990A name
Alan Stern <stern@rowland.harvard.edu>
HID: core: Harden s32ton() against conversion to 0 bits
Dmitry Torokhov <dmitry.torokhov@gmail.com>
HID: stop exporting hid_snto32()
Dmitry Torokhov <dmitry.torokhov@gmail.com>
HID: simplify snto32()
Marek Vasut <marek.vasut@mailbox.org>
arm64: dts: imx8mp: Fix missing microSD slot vqmmc on Data Modul i.MX8M Plus eDM SBC
Marek Vasut <marek.vasut@mailbox.org>
arm64: dts: imx8mp: Fix missing microSD slot vqmmc on DH electronics i.MX8M Plus DHCOM
Markus Niebel <Markus.Niebel@ew.tq-group.com>
arm64: dts: imx8mp-tqma8mpql: fix LDO5 power off
Sungbae Yoo <sungbaey@nvidia.com>
tee: optee: ffa: fix a typo of "optee_ffa_api_is_compatible"
Peter Robinson <pbrobinson@gmail.com>
arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3399-pinebook-pro
Pei Xiao <xiaopei01@kylinos.cn>
tee: fix memory leak in tee_dyn_shm_alloc_helper
Pei Xiao <xiaopei01@kylinos.cn>
tee: fix NULL pointer dereference in tee_shm_put
Jiufei Xue <jiufei.xue@samsung.com>
fs: writeback: fix use-after-free in __mark_inode_dirty()
Johannes Thumshirn <johannes.thumshirn@wdc.com>
btrfs: zoned: skip ZONE FINISH of conventional zones
Piotr Zalewski <pZ010001011111@proton.me>
drm/rockchip: vop2: make vp registers nonvolatile
Yang Li <yang.li@amlogic.com>
Bluetooth: hci_sync: Avoid adding default advertising on startup
Shinji Nomoto <fj5851bi@fujitsu.com>
cpupower: Fix a bug where the -t option of the set subcommand was not working.
Timur Kristóf <timur.kristof@gmail.com>
drm/amd/display: Don't warn when missing DCE encoder caps
Lubomir Rintel <lkundrak@v3.sk>
cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN
Huacai Chen <chenhuacai@kernel.org>
LoongArch: Save LBT before FPU in setup_sigcontext()
Filipe Manana <fdmanana@suse.com>
btrfs: avoid load/store tearing races when checking if an inode was logged
Filipe Manana <fdmanana@suse.com>
btrfs: fix race between setting last_dir_index_offset and inode logging
Filipe Manana <fdmanana@suse.com>
btrfs: fix race between logging inode and checking if it was logged before
Daniel Borkmann <daniel@iogearbox.net>
bpf: Fix oob access in cgroup local storage
Daniel Borkmann <daniel@iogearbox.net>
bpf: Move cgroup iterator helpers to bpf.h
Daniel Borkmann <daniel@iogearbox.net>
bpf: Move bpf map owner out of common struct
Daniel Borkmann <daniel@iogearbox.net>
bpf: Add cookie object to bpf maps
-------------
Diffstat:
Makefile | 4 +-
.../dts/freescale/imx8mp-data-modul-edm-sbc.dts | 1 +
.../arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi | 1 +
.../freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts | 13 +-
.../dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts | 13 +-
.../arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi | 22 ++++
.../boot/dts/rockchip/rk3399-pinebook-pro.dts | 1 +
arch/arm64/include/asm/module.h | 1 +
arch/arm64/include/asm/module.lds.h | 1 +
arch/arm64/kernel/ftrace.c | 13 +-
arch/arm64/kernel/module-plts.c | 12 +-
arch/arm64/kernel/module.c | 11 ++
arch/loongarch/kernel/signal.c | 10 +-
arch/loongarch/vdso/Makefile | 3 +-
arch/riscv/Kconfig | 2 +-
arch/riscv/include/asm/asm.h | 2 +-
arch/riscv/kernel/entry.S | 2 +-
arch/riscv/net/bpf_jit_comp64.c | 4 +-
arch/x86/include/asm/pgtable_64_types.h | 3 +
arch/x86/mm/init_64.c | 18 +++
block/blk-integrity.c | 4 +-
block/blk-settings.c | 24 ++++
block/blk-zoned.c | 7 +-
drivers/accel/ivpu/ivpu_drv.c | 2 +-
drivers/accel/ivpu/ivpu_pm.c | 4 +-
drivers/accel/ivpu/ivpu_pm.h | 2 +-
drivers/acpi/arm64/iort.c | 4 +-
drivers/acpi/riscv/cppc.c | 4 +-
drivers/block/virtio_blk.c | 4 +-
drivers/bluetooth/hci_vhci.c | 57 ++++++---
drivers/dma/mediatek/mtk-cqdma.c | 10 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 6 +-
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 5 -
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 5 -
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 5 -
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 5 -
.../gpu/drm/amd/display/dc/dce/dce_link_encoder.c | 8 +-
.../gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp.c | 9 ++
.../gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp.h | 2 +
.../gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c | 1 +
.../drm/amd/display/dc/hwss/dcn314/dcn314_hwseq.c | 72 +++++++++++
.../drm/amd/display/dc/hwss/dcn314/dcn314_hwseq.h | 2 +
.../drm/amd/display/dc/hwss/dcn314/dcn314_init.c | 1 +
drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h | 3 +
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 11 ++
drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c | 2 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga100.c | 23 ++--
drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c | 1 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/priv.h | 2 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/r535.c | 1 +
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 9 +-
drivers/hid/hid-core.c | 74 +++++------
drivers/hid/hid-logitech-hidpp.c | 6 +-
drivers/hwmon/mlxreg-fan.c | 5 +-
drivers/isdn/mISDN/dsp_hwec.c | 6 +-
drivers/md/md-bitmap.c | 6 +-
drivers/md/md.c | 5 +
drivers/md/raid1-10.c | 10 ++
drivers/md/raid1.c | 28 ++--
drivers/md/raid10.c | 20 ++-
drivers/mmc/host/sdhci-of-arasan.c | 51 +++++++-
drivers/net/dsa/b53/b53_common.c | 16 ++-
drivers/net/dsa/b53/b53_priv.h | 1 +
drivers/net/dsa/bcm_sf2.c | 1 +
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
drivers/net/ethernet/cadence/macb_main.c | 28 ++--
drivers/net/ethernet/cavium/thunder/thunder_bgx.c | 20 +--
drivers/net/ethernet/intel/e1000e/ethtool.c | 10 +-
drivers/net/ethernet/intel/i40e/i40e_client.c | 4 +-
drivers/net/ethernet/intel/i40e/i40e_debugfs.c | 123 +++---------------
drivers/net/ethernet/intel/ice/ice_main.c | 12 +-
drivers/net/ethernet/intel/idpf/idpf_lib.c | 9 +-
drivers/net/ethernet/intel/idpf/idpf_virtchnl.c | 12 ++
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 4 +-
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 10 +-
drivers/net/ethernet/microchip/lan865x/lan865x.c | 7 +-
drivers/net/ethernet/oa_tc6.c | 3 +-
drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 10 ++
drivers/net/ethernet/xircom/xirc2ps_cs.c | 2 +-
drivers/net/ipvlan/ipvlan_l3s.c | 1 -
drivers/net/macsec.c | 8 +-
drivers/net/pcs/pcs-rzn1-miic.c | 2 +-
drivers/net/phy/mscc/mscc_ptp.c | 18 ++-
drivers/net/ppp/ppp_generic.c | 6 +-
drivers/net/usb/cdc_ncm.c | 7 +
drivers/net/usb/qmi_wwan.c | 5 +-
drivers/net/vxlan/vxlan_core.c | 122 +++++++++++-------
drivers/net/vxlan/vxlan_mdb.c | 2 +-
drivers/net/vxlan/vxlan_private.h | 4 +-
drivers/net/wireless/ath/ath11k/core.c | 1 +
drivers/net/wireless/ath/ath11k/core.h | 7 +-
drivers/net/wireless/ath/ath11k/mac.c | 125 ++++++++++++++++--
drivers/net/wireless/ath/ath11k/reg.c | 107 +++++++++++-----
drivers/net/wireless/ath/ath11k/reg.h | 3 +-
drivers/net/wireless/ath/ath11k/wmi.h | 1 +
.../wireless/broadcom/brcm80211/brcmfmac/btcoex.c | 6 +-
drivers/net/wireless/intel/iwlwifi/fw/uefi.c | 6 +
drivers/net/wireless/marvell/libertas/cfg.c | 9 +-
drivers/net/wireless/marvell/mwifiex/cfg80211.c | 5 +-
drivers/net/wireless/marvell/mwifiex/main.c | 4 +-
drivers/net/wireless/mediatek/mt76/mac80211.c | 4 +
drivers/net/wireless/mediatek/mt76/mt7925/mac.c | 2 +-
drivers/net/wireless/mediatek/mt76/mt7925/main.c | 7 +-
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c | 4 +-
drivers/net/wireless/mediatek/mt76/tx.c | 12 +-
drivers/net/wireless/st/cw1200/sta.c | 2 +-
drivers/of/of_numa.c | 5 +-
drivers/pcmcia/omap_cf.c | 2 +
drivers/pcmcia/rsrc_iodyn.c | 3 +
drivers/pcmcia/rsrc_nonstatic.c | 4 +-
drivers/platform/x86/amd/pmc/pmc-quirks.c | 14 ++
drivers/platform/x86/asus-nb-wmi.c | 2 -
drivers/platform/x86/intel/tpmi_power_domains.c | 2 +-
drivers/scsi/lpfc/lpfc_nvmet.c | 10 +-
drivers/scsi/sd.c | 17 +--
drivers/scsi/sr.c | 19 +--
drivers/soc/qcom/mdt_loader.c | 12 +-
drivers/spi/spi-fsl-lpspi.c | 24 ++--
drivers/tee/optee/ffa_abi.c | 4 +-
drivers/tee/tee_shm.c | 14 +-
drivers/thermal/mediatek/lvts_thermal.c | 50 ++++++--
fs/btrfs/btrfs_inode.h | 2 +-
fs/btrfs/inode.c | 1 +
fs/btrfs/tree-log.c | 78 +++++++----
fs/btrfs/zoned.c | 55 +++++---
fs/ext4/ext4.h | 3 +-
fs/ext4/ext4_jbd2.h | 29 +++++
fs/ext4/super.c | 32 ++---
fs/fs-writeback.c | 9 +-
fs/namespace.c | 18 ++-
fs/ocfs2/inode.c | 3 +
fs/proc/generic.c | 38 +++---
fs/smb/client/cifs_unicode.c | 3 +
include/linux/blkdev.h | 2 +
include/linux/bpf-cgroup.h | 5 -
include/linux/bpf.h | 60 ++++++---
include/linux/hid.h | 1 -
include/linux/io_uring_types.h | 12 +-
include/linux/pgtable.h | 16 +++
include/linux/skbuff.h | 8 +-
include/linux/vmalloc.h | 16 ---
include/net/dropreason-core.h | 40 ++++++
include/net/dsa.h | 2 +
include/net/ip_tunnels.h | 10 +-
io_uring/msg_ring.c | 4 +-
kernel/bpf/core.c | 50 +++++---
kernel/bpf/syscall.c | 19 ++-
kernel/sched/topology.c | 2 +
mm/kasan/kasan_test_c.c | 1 +
mm/kmemleak.c | 27 +++-
mm/slub.c | 142 +++++++++++++--------
mm/sparse-vmemmap.c | 5 -
mm/sparse.c | 15 ++-
mm/userfaultfd.c | 9 +-
net/atm/resources.c | 6 +-
net/ax25/ax25_in.c | 4 +
net/batman-adv/network-coding.c | 7 +-
net/bluetooth/hci_sync.c | 2 +-
net/bluetooth/l2cap_sock.c | 3 +
net/bridge/br_netfilter_hooks.c | 3 -
net/core/gen_estimator.c | 2 +
net/dsa/port.c | 16 +++
net/dsa/user.c | 8 ++
net/ipv4/devinet.c | 7 +-
net/ipv4/icmp.c | 6 +-
net/ipv6/ip6_icmp.c | 6 +-
net/ipv6/tcp_ipv6.c | 32 +++--
net/mctp/af_mctp.c | 2 +-
net/mctp/route.c | 35 ++---
net/netfilter/nf_conntrack_helper.c | 4 +-
net/smc/smc_clc.c | 2 -
net/smc/smc_ib.c | 3 +
net/wireless/scan.c | 3 +-
net/wireless/sme.c | 5 +-
scripts/Makefile.kasan | 12 +-
scripts/generate_rust_target.rs | 12 +-
sound/pci/hda/patch_hdmi.c | 1 +
sound/pci/hda/patch_realtek.c | 2 +
sound/usb/mixer_quirks.c | 2 +
tools/gpio/Makefile | 2 +-
tools/perf/util/bpf-event.c | 39 ++++--
tools/perf/util/bpf-utils.c | 61 +++++----
tools/power/cpupower/utils/cpupower-set.c | 4 +-
tools/testing/selftests/drivers/net/hw/csum.py | 4 +-
tools/testing/selftests/net/bind_bhash.c | 4 +-
.../selftests/net/netfilter/nft_flowtable.sh | 113 ++++++++++------
187 files changed, 1784 insertions(+), 926 deletions(-)
next reply other threads:[~2025-09-07 20:29 UTC|newest]
Thread overview: 190+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-07 19:56 Greg Kroah-Hartman [this message]
2025-09-07 19:56 ` [PATCH 6.12 001/175] bpf: Add cookie object to bpf maps Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 002/175] bpf: Move bpf map owner out of common struct Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 003/175] bpf: Move cgroup iterator helpers to bpf.h Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 004/175] bpf: Fix oob access in cgroup local storage Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 005/175] btrfs: fix race between logging inode and checking if it was logged before Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 006/175] btrfs: fix race between setting last_dir_index_offset and inode logging Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 007/175] btrfs: avoid load/store tearing races when checking if an inode was logged Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 008/175] LoongArch: Save LBT before FPU in setup_sigcontext() Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 009/175] cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 010/175] drm/amd/display: Dont warn when missing DCE encoder caps Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 011/175] cpupower: Fix a bug where the -t option of the set subcommand was not working Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 012/175] Bluetooth: hci_sync: Avoid adding default advertising on startup Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 013/175] drm/rockchip: vop2: make vp registers nonvolatile Greg Kroah-Hartman
2025-09-07 21:33 ` Piotr Zalewski
2025-09-08 9:10 ` Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 014/175] btrfs: zoned: skip ZONE FINISH of conventional zones Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 015/175] fs: writeback: fix use-after-free in __mark_inode_dirty() Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 016/175] tee: fix NULL pointer dereference in tee_shm_put Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 017/175] tee: fix memory leak in tee_dyn_shm_alloc_helper Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 018/175] arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3399-pinebook-pro Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 019/175] tee: optee: ffa: fix a typo of "optee_ffa_api_is_compatible" Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 020/175] arm64: dts: imx8mp-tqma8mpql: fix LDO5 power off Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 021/175] arm64: dts: imx8mp: Fix missing microSD slot vqmmc on DH electronics i.MX8M Plus DHCOM Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 022/175] arm64: dts: imx8mp: Fix missing microSD slot vqmmc on Data Modul i.MX8M Plus eDM SBC Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 023/175] HID: simplify snto32() Greg Kroah-Hartman
2025-09-07 19:56 ` [PATCH 6.12 024/175] HID: stop exporting hid_snto32() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 025/175] HID: core: Harden s32ton() against conversion to 0 bits Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 026/175] net: usb: qmi_wwan: fix Telit Cinterion FN990A name Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 027/175] net: usb: qmi_wwan: fix Telit Cinterion FE990A name Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 028/175] net: usb: qmi_wwan: add Telit Cinterion FN990A w/audio composition Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 029/175] LoongArch: vDSO: Remove --hash-style=sysv Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 030/175] LoongArch: vDSO: Remove -nostdlib complier flag Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 031/175] mmc: sdhci-of-arasan: Support for emmc hardware reset Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 032/175] mmc: sdhci-of-arasan: Ensure CD logic stabilization before power-up Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 033/175] wifi: cfg80211: fix use-after-free in cmp_bss() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 034/175] wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info work Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 035/175] wifi: mt76: mt7925: fix locking in mt7925_change_vif_links() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 036/175] wifi: mt76: prevent non-offchannel mgmt tx during scan/roc Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 037/175] wifi: mt76: free pending offchannel tx frames on wcid cleanup Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 038/175] wifi: mt76: fix linked list corruption Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 039/175] netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after confirm Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 040/175] netfilter: conntrack: helper: Replace -EEXIST by -EBUSY Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 041/175] wifi: iwlwifi: uefi: check DSM item validity Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 042/175] Bluetooth: vhci: Prevent use-after-free by removing debugfs files early Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 043/175] Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 044/175] netfilter: nft_flowtable.sh: re-run with random mtu sizes Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 045/175] net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=y Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 046/175] xirc2ps_cs: fix register access when enabling FullDuplex Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 047/175] mISDN: Fix memory leak in dsp_hwec_enable() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 048/175] selftests: drv-net: csum: fix interface name for remote host Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 049/175] bnxt_en: fix incorrect page count in RX aggr ring log Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 050/175] icmp: fix icmp_ndo_send address translation for reply direction Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 051/175] net: macb: Fix tx_ptr_lock locking Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 052/175] macsec: read MACSEC_SA_ATTR_PN with nla_get_uint Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 053/175] net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 054/175] net: mctp: mctp_fraq_queue should take ownership of passed skb Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 055/175] ice: fix NULL access of tx->in_use in ice_ll_ts_intr Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 056/175] idpf: set mac type when adding and removing MAC filters Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 057/175] i40e: remove read access to debugfs files Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 058/175] i40e: Fix potential invalid access when MAC list is empty Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 059/175] ixgbe: fix incorrect map used in eee linkmode Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 060/175] wifi: ath11k: fix group data packet drops during rekey Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 061/175] net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6 Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 062/175] net: ethernet: mtk_eth_soc: fix tx vlan tag for llc packets Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 063/175] net: skb: add pskb_network_may_pull_reason() helper Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 064/175] net: tunnel: add pskb_inet_may_pull_reason() helper Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 065/175] net: vxlan: add skb drop reasons to vxlan_rcv() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 066/175] net: vxlan: make vxlan_snoop() return drop reasons Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 067/175] vxlan: Fix NPD when refreshing an FDB entry with a nexthop object Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 068/175] net: vxlan: make vxlan_set_mac() return drop reasons Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 069/175] net: vxlan: use kfree_skb_reason() in vxlan_xmit() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 070/175] net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 071/175] net: vxlan: rename SKB_DROP_REASON_VXLAN_NO_REMOTE Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 072/175] vxlan: Refresh FDB updated time upon NTF_USE Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 073/175] vxlan: Avoid unnecessary updates to FDB used time Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 074/175] vxlan: Add RCU read-side critical sections in the Tx path Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 075/175] vxlan: Rename FDB Tx lookup function Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 076/175] vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objects Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 077/175] wifi: cw1200: cap SSID length in cw1200_do_join() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 078/175] wifi: libertas: cap SSID len in lbs_associate() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 079/175] wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 080/175] net: thunder_bgx: add a missing of_node_put Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 081/175] net: thunder_bgx: decrement cleanup index before use Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 082/175] ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init() Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 083/175] net/smc: Remove validation of reserved bits in CLC Decline message Greg Kroah-Hartman
2025-09-07 19:57 ` [PATCH 6.12 084/175] mctp: return -ENOPROTOOPT for unknown getsockopt options Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 085/175] ax25: properly unshare skbs in ax25_kiss_rcv() Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 086/175] net: atm: fix memory leak in atm_register_sysfs when device_register fail Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 087/175] net: xilinx: axienet: Add error handling for RX metadata pointer retrieval Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 088/175] ppp: fix memory leak in pad_compress_skb Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 089/175] selftest: net: Fix weird setsockopt() in bind_bhash.c Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 090/175] phy: mscc: Stop taking ts_lock for tx_queue and use its own lock Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 091/175] ALSA: usb-audio: Add mute TLV for playback volumes on some devices Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 092/175] accel/ivpu: Prevent recovery work from being queued during device removal Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 093/175] ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids() Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 094/175] arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONFIG_DYNAMIC_FTRACE Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 095/175] pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region() Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 096/175] io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 097/175] x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings() Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 098/175] mm/userfaultfd: fix kmap_local LIFO ordering for CONFIG_HIGHPTE Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 099/175] mm: move page table sync declarations to linux/pgtable.h Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 100/175] mm: fix possible deadlock in kmemleak Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 101/175] mm: slub: avoid wake up kswapd in set_track_prepare Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 102/175] sched: Fix sched_numa_find_nth_cpu() if mask offline Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 103/175] kasan: fix GCC mem-intrinsic prefix with sw tags Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 104/175] ocfs2: prevent release journal inode after journal shutdown Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 105/175] proc: fix missing pde_set_flags() for net proc files Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 106/175] of_numa: fix uninitialized memory nodes causing kernel panic Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 107/175] soc: qcom: mdt_loader: Deal with zero e_shentsize Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 108/175] wifi: mwifiex: Initialize the chan_stats array to zero Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 109/175] wifi: mt76: mt7925u: use connac3 tx aggr check in tx complete Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 110/175] wifi: mt76: mt7996: Initialize hdr before passing to skb_put_data() Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 111/175] wifi: mt76: mt7925: fix the wrong bss cleanup for SAP Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 112/175] net: ethernet: oa_tc6: Handle failure of spi_setup Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 113/175] drm/amdgpu: drop hw access in non-DC audio fini Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 114/175] drm/amd/display: Clear the CUR_ENABLE register on DCN314 w/out DPP PG Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 115/175] platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 116/175] scsi: lpfc: Fix buffer free/clear order in deferred receive path Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 117/175] batman-adv: fix OOB read/write in network-coding decode Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 118/175] cifs: prevent NULL pointer dereference in UTF16 conversion Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 119/175] e1000e: fix heap overflow in e1000_set_eeprom Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 120/175] net: pcs: rzn1-miic: Correct MODCTRL register offset Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 121/175] microchip: lan865x: Fix module autoloading Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 122/175] microchip: lan865x: Fix LAN8651 autoloading Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 123/175] fs/fhandle.c: fix a race in call of has_locked_children() Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 124/175] net: dsa: add hook to determine whether EEE is supported Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 125/175] net: dsa: provide implementation of .support_eee() Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 126/175] net: dsa: b53/bcm_sf2: implement .support_eee() method Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 127/175] net: dsa: b53: do not enable EEE on bcm63xx Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 128/175] md/raid1,raid10: dont ignore IO flags Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 129/175] md/raid1,raid10: dont handle IO error for REQ_RAHEAD and REQ_NOWAIT Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 130/175] md/raid1,raid10: strip REQ_NOWAIT from member bios Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 131/175] ext4: define ext4_journal_destroy wrapper Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 132/175] ext4: avoid journaling sb update on error if journal is destroying Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 133/175] wifi: ath11k: update channel list in reg notifier instead reg worker Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 134/175] wifi: ath11k: update channel list in worker when wait flag is set Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 135/175] net: fix NULL pointer dereference in l3mdev_l3_rcv Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 136/175] md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 137/175] mm: slub: Print the broken data before restoring them Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 138/175] mm: slub: call WARN() when detecting a slab corruption Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 139/175] mm, slab: cleanup slab_bug() parameters Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 140/175] mm/slub: avoid accessing metadata when pointer is invalid in object_err() Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 141/175] nouveau: fix disabling the nonstall irq due to storm code Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 142/175] kunit: kasan_test: disable fortify string checker on kasan_strings() test Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 143/175] mm: fix accounting of memmap pages Greg Kroah-Hartman
2025-09-07 19:58 ` [PATCH 6.12 144/175] thermal/drivers/mediatek/lvts: Disable low offset IRQ for minimum threshold Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 145/175] dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status() Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 146/175] rust: support Rust >= 1.91.0 target spec Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 147/175] ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4 model Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 148/175] ALSA: hda/realtek: Fix headset mic for TongFang X6[AF]R5xxY Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 149/175] Revert "drm/amdgpu: Avoid extra evict-restore process." Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 150/175] pcmcia: omap: Add missing check for platform_get_resource Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 151/175] pcmcia: Add error handling for add_interval() in do_validate_mem() Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 152/175] platform/x86: asus-wmi: Remove extra keys from ignore_key_wlan quirk Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 153/175] platform/x86/intel: power-domains: Use topology_logical_package_id() for package ID Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 154/175] hwmon: mlxreg-fan: Prevent fans from getting stuck at 0 RPM Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 155/175] block: add a queue_limits_commit_update_frozen helper Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 156/175] scsi: sr: Reinstate rotational media flag Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 157/175] spi: spi-fsl-lpspi: Fix transmissions when using CONT Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 158/175] spi: spi-fsl-lpspi: Set correct chip-select polarity bit Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 159/175] spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abort Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 160/175] spi: spi-fsl-lpspi: Clear status register after disabling the module Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 161/175] drm/bridge: ti-sn65dsi86: fix REFCLK setting Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 162/175] perf bpf-event: Fix use-after-free in synthesis Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 163/175] perf bpf-utils: Constify bpil_array_desc Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 164/175] perf bpf-utils: Harden get_bpf_prog_info_linear Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 165/175] drm/amd/amdgpu: Fix missing error return on kzalloc failure Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 166/175] tools: gpio: remove the include directory on make clean Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 167/175] md: prevent incorrect update of resync/recovery offset Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 168/175] ACPI: RISC-V: Fix FFH_CPPC_CSR error handling Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 169/175] riscv: Only allow LTO with CMODEL_MEDANY Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 170/175] riscv: use lw when reading int cpu in new_vmalloc_check Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 171/175] riscv: use lw when reading int cpu in asm_per_cpu Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 172/175] riscv, bpf: use lw when reading int cpu in BPF_MOV64_PERCPU_REG Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 173/175] riscv, bpf: use lw when reading int cpu in bpf_get_smp_processor_id Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 174/175] md/raid1: fix data lost for writemostly rdev Greg Kroah-Hartman
2025-09-07 19:59 ` [PATCH 6.12 175/175] dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_tx_status() Greg Kroah-Hartman
2025-09-08 3:42 ` [PATCH 6.12 000/175] 6.12.46-rc1 review Florian Fainelli
2025-09-08 9:25 ` Brett A C Sheffield
2025-09-08 11:29 ` Miguel Ojeda
2025-09-08 12:55 ` Peter Schneider
2025-09-08 15:01 ` Jon Hunter
2025-09-08 17:05 ` Brett Mastbergen
2025-09-08 22:36 ` Shuah Khan
2025-09-09 5:25 ` Harshit Mogalapalli
2025-09-09 5:53 ` Ron Economos
2025-09-09 11:21 ` Mark Brown
2025-09-09 11:33 ` Naresh Kamboju
2025-09-09 17:43 ` Hardik Garg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250907195614.892725141@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=achill@achill.org \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=hargar@microsoft.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).