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, rwarsow@gmx.de, conor@kernel.org,
hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
sr@sladewatkins.com
Subject: [PATCH 5.15 000/554] 5.15.198-rc1 review
Date: Thu, 15 Jan 2026 17:41:06 +0100 [thread overview]
Message-ID: <20260115164246.225995385@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 5.15.198 release.
There are 554 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 Sat, 17 Jan 2026 16:41:26 +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/v5.x/stable-review/patch-5.15.198-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-5.15.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 5.15.198-rc1
Michal Rábek <mrabek@redhat.com>
scsi: sg: Fix occasional bogus elapsed time that exceeds timeout
Alexander Stein <alexander.stein@ew.tq-group.com>
ASoC: fsl_sai: Add missing registers to cache default
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
can: j1939: make j1939_session_activate() fail if device is no longer registered
Sumeet Pawnikar <sumeet4linux@gmail.com>
powercap: fix sscanf() error return value handling
Sumeet Pawnikar <sumeet4linux@gmail.com>
powercap: fix race condition in register_control_type()
Laibin Qiu <qiulaibin@huawei.com>
blk-throttle: Set BIO_THROTTLED when bio has been throttled
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
pinctrl: qcom: lpass-lpi: Remove duplicate assignment of of_gpio_n_cells
Alexander Sverdlin <alexander.sverdlin@siemens.com>
counter: interrupt-cnt: Drop IRQF_NO_THREAD flag
NeilBrown <neil@brown.name>
nfsd: provide locking for v4_end_grace
Chuck Lever <chuck.lever@oracle.com>
NFSD: Remove NFSERR_EAGAIN
Mike Snitzer <snitzer@kernel.org>
nfs_common: factor out nfs_errtbl and nfs_stat_to_errno
Chen Hanxiao <chenhx.fnst@fujitsu.com>
NFS: trace: show TIMEDOUT instead of 0x6e
Eric Dumazet <edumazet@google.com>
arp: do not assume dev_hard_header() does not change skb->head
Wei Fang <wei.fang@nxp.com>
net: enetc: fix build warning when PAGE_SIZE is greater than 128K
Petko Manolov <petkan@nucleusys.com>
net: usb: pegasus: fix memory leak in update_eth_regs_async()
Xiang Mei <xmei5@asu.edu>
net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qfq_reset
René Rebe <rene@exactco.de>
HID: quirks: work around VID/PID conflict for appledisplay
Srijit Bose <srijit.bose@broadcom.com>
bnxt_en: Fix potential data corruption with HW GRO/LRO
Jakub Kicinski <kuba@kernel.org>
eth: bnxt: move and rename reset helpers
Gal Pressman <gal@nvidia.com>
net/mlx5e: Don't print error message due to invalid module
Di Zhu <zhud@hygon.cn>
netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updates
Weiming Shi <bestswngs@gmail.com>
net: sock: fix hardened usercopy panic in sock_recv_errqueue
yuan.gao <yuan.gao@ucloud.cn>
inet: ping: Fix icmp out counting
Jerry Wu <w.7erry@foxmail.com>
net: mscc: ocelot: Fix crash when adding interface under a lag
Alexandre Knecht <knecht.alexandre@gmail.com>
bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egress
Alok Tiwari <alok.a.tiwari@oracle.com>
net: marvell: prestera: fix NULL dereference on devlink_alloc() failure
Fernando Fernandez Mancera <fmancera@suse.de>
netfilter: nf_conncount: update last_gc only when GC has been performed
Zilin Guan <zilin@seu.edu.cn>
netfilter: nf_tables: fix memory leak in nf_tables_newrule()
Fernando Fernandez Mancera <fmancera@suse.de>
netfilter: nft_synproxy: avoid possible data-race on update operation
Ian Ray <ian.ray@gehealthcare.com>
ARM: dts: imx6q-ba16: fix RTC interrupt level
Haibo Chen <haibo.chen@nxp.com>
arm64: dts: add off-on-delay-us for usdhc2 regulator
Xingui Yang <yangxingui@huawei.com>
scsi: Revert "scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed"
Wen Xiong <wenxiong@linux.ibm.com>
scsi: ipr: Enable/disable IRQD_NO_BALANCING during reset
Trond Myklebust <trond.myklebust@hammerspace.com>
NFS: Fix up the automount fs_context to use the correct cred
Scott Mayhew <smayhew@redhat.com>
NFSv4: ensure the open stateid seqid doesn't go backwards
Sam James <sam@gentoo.org>
alpha: don't reference obsolete termio struct for TC* constants
Sebastian Andrzej Siewior <bigeasy@linutronix.de>
ARM: 9461/1: Disable HIGHPTE on PREEMPT_RT kernels
Yang Li <yang.li85200@gmail.com>
csky: fix csky_cmpxchg_fixup not working
Kuniyuki Iwashima <kuniyu@google.com>
tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().
Sharath Chandra Vurukala <quic_sharathv@quicinc.com>
net: Add locking to protect skb->dev access in ip_output
Ye Bin <yebin10@huawei.com>
ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
Ye Bin <yebin10@huawei.com>
ext4: introduce ITAIL helper
Ilya Dryomov <idryomov@gmail.com>
libceph: make calc_target() set t->paused, not just clear it
Ilya Dryomov <idryomov@gmail.com>
libceph: return the handler error from mon_handle_auth_done()
Tuo Li <islituo@gmail.com>
libceph: make free_choose_arg_map() resilient to partial allocation
Ilya Dryomov <idryomov@gmail.com>
libceph: replace overzealous BUG_ON in osdmap_apply_incremental()
ziming zhang <ezrakiez@gmail.com>
libceph: prevent potential out-of-bounds reads in handle_auth_done()
Eric Dumazet <edumazet@google.com>
wifi: avoid kernel-infoleak from struct iw_point
Miaoqian Lin <linmq006@gmail.com>
drm/pl111: Fix error handling in pl111_amba_probe
Eric Biggers <ebiggers@kernel.org>
lib/crypto: aes: Fix missing MMU protection for AES S-box
Alexander Usyskin <alexander.usyskin@intel.com>
mei: me: add nova lake point S DID
Thomas Fourier <fourier.thomas@gmail.com>
net: 3com: 3c59x: fix possible null dereference in vortex_probe1()
Thomas Fourier <fourier.thomas@gmail.com>
atm: Fix dma_free_coherent() size
Johan Hovold <johan@kernel.org>
usb: gadget: lpc32xx_udc: fix clock imbalance in error path
Su Hui <suhui@nfschina.com>
net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Revert "iommu/amd: Skip enabling command/event buffers for kdump"
Amitai Gottlieb <amitaig@hailo.ai>
firmware: arm_scmi: Fix unused notifier-block in unregister
Gabriel Krisman Bertazi <krisman@suse.de>
ext4: fix error message when rejecting the default hash
Jason Yan <yanaijie@huawei.com>
ext4: factor out ext4_hash_info_init()
Lizhi Xu <lizhi.xu@windriver.com>
ext4: filesystems without casefold feature cannot be mounted with siphash
Sean Nyekjaer <sean@geanix.com>
pwm: stm32: Always program polarity
Arnd Bergmann <arnd@arndb.de>
x86: remove __range_not_ok()
Andrea Righi <andrea.righi@canonical.com>
selftests: net: test_vxlan_under_vrf: fix HV connectivity test
Shigeru Yoshida <syoshida@redhat.com>
ipv4: Fix uninit-value access in __ip_make_skb()
Shigeru Yoshida <syoshida@redhat.com>
ipv6: Fix potential uninit-value access in __ip6_make_skb()
Justin Stitt <justinstitt@google.com>
KVM: arm64: sys_regs: disable -Wuninitialized-const-pointer warning
Peter Xu <peterx@redhat.com>
mm/mprotect: use long for page accountings and retval
Alan Stern <stern@rowland.harvard.edu>
HID: core: Harden s32ton() against conversion to 0 bits
Sean Christopherson <seanjc@google.com>
KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
Dong Chenchen <dongchenchen2@huawei.com>
page_pool: Fix use-after-free in page_pool_recycle_in_ring
Andrzej Hajda <andrzej.hajda@intel.com>
drm/i915/selftests: fix subtraction overflow bug
Sergey Shtylyov <s.shtylyov@omp.ru>
mmc: core: use sysfs_emit() instead of sprintf()
Thadeu Lima de Souza Cascardo <cascardo@igalia.com>
net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.
Thomas Zimmermann <tzimmermann@suse.de>
drm/gma500: Remove unused helper psb_fbdev_fb_setcolreg()
Jouni Malinen <jouni.malinen@oss.qualcomm.com>
wifi: mac80211: Discard Beacon frames to non-broadcast address
Johan Hovold <johan@kernel.org>
ASoC: stm32: sai: fix OF node leak on probe
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
ASoC: stm: stm32_sai_sub: Convert to platform remove callback returning void
NeilBrown <neil@brown.name>
lockd: fix vfs_test_lock() calls
Wentao Liang <vulab@iscas.ac.cn>
pmdomain: imx: Fix reference count leak in imx_gpc_probe()
Rob Herring <robh@kernel.org>
pmdomain: Use device_get_match_data()
David Hildenbrand <david@redhat.com>
powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages
David Hildenbrand <david@redhat.com>
mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand <david@redhat.com>
mm/balloon_compaction: we cannot have isolated pages in the balloon list
Miaohe Lin <linmiaohe@huawei.com>
mm/balloon_compaction: make balloon page compaction callbacks static
Johan Hovold <johan@kernel.org>
ASoC: stm32: sai: fix clk prepare imbalance on probe failure
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
ASoC: stm32: sai: Use the devm_clk_get_optional() helper
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
ASoC: stm: Use dev_err_probe() helper
René Rebe <rene@exactco.de>
r8169: fix RTL8117 Wake-on-Lan in DASH mode
Johan Hovold <johan@kernel.org>
iommu/qcom: fix device leak on of_xlate()
Donet Tom <donettom@linux.ibm.com>
powerpc/64s/slb: Fix SLB multihit issue during SLB preload
Jim Quinlan <james.quinlan@broadcom.com>
PCI: brcmstb: Fix disabling L0s capability
David Hildenbrand <david@redhat.com>
powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_COMPACTION
Miaoqian Lin <linmq006@gmail.com>
media: renesas: rcar_drif: fix device node reference leak in rcar_drif_bond_enabled
Marek Szyprowski <m.szyprowski@samsung.com>
media: samsung: exynos4-is: fix potential ABBA deadlock on init
Chuck Lever <chuck.lever@oracle.com>
NFSD: NFSv4 file creation neglects setting ACL
Nicolas Dufresne <nicolas.dufresne@collabora.com>
media: verisilicon: Protect G2 HEVC decoder against invalid DPB index
Johan Hovold <johan@kernel.org>
media: vpif_capture: fix section mismatch
Haoxiang Li <haoxiang_li2024@163.com>
media: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init()
Joshua Rogers <linux@joshua.hu>
SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf
Jim Mattson <jmattson@google.com>
KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN
Shivani Agarwal <shivani.agarwal@broadcom.com>
crypto: af_alg - zero initialize memory allocated via sock_kmalloc
Nicolas Ferre <nicolas.ferre@microchip.com>
ARM: dts: microchip: sama5d2: fix spi flexcom fifo size to 32
Joshua Rogers <linux@joshua.hu>
svcrdma: bound check rq_pages index in inline path
Nicolas Ferre <nicolas.ferre@microchip.com>
ARM: dts: microchip: sama7g5: fix uart fifo size to 32
Joanne Koong <joannelkoong@gmail.com>
fuse: fix readahead reclaim deadlock
Johan Hovold <johan@kernel.org>
usb: ohci-nxp: fix device leak on probe failure
Zhang Zekun <zhangzekun11@huawei.com>
usb: ohci-nxp: Use helper function devm_clk_get_enabled()
Matthieu Baerts (NGI0) <matttbe@kernel.org>
mptcp: pm: ignore unknown endpoint flags
Udipto Goswami <udipto.goswami@oss.qualcomm.com>
usb: dwc3: keep susphy enabled during exit to avoid controller faults
Chao Yu <chao@kernel.org>
f2fs: fix to avoid updating zero-sized extent in extent cache
Chao Yu <chao@kernel.org>
f2fs: fix to propagate error from f2fs_enable_checkpoint()
Chao Yu <chao@kernel.org>
f2fs: use global inline_xattr_slab instead of per-sb slab cache
Chao Yu <chao@kernel.org>
f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()
Haoxiang Li <lihaoxiang@isrc.iscas.ac.cn>
xfs: fix a memory leak in xfs_buf_item_init()
Dongli Zhang <dongli.zhang@oracle.com>
KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit
Chuck Lever <chuck.lever@oracle.com>
NFSD: Clear SECLABEL in the suppattr_exclcreat bitmap
Junrui Luo <moonafterrain@outlook.com>
ALSA: wavefront: Fix integer overflow in sample size validation
Takashi Iwai <tiwai@suse.de>
ALSA: wavefront: Use standard print API
Junrui Luo <moonafterrain@outlook.com>
ALSA: wavefront: Clear substream pointers on close
Sven Eckelmann (Plasma Cloud) <se@simonwunderlich.de>
wifi: mt76: Fix DTS power-limits on little endian systems
Josef Bacik <josef@toxicpanda.com>
btrfs: don't rewrite ret from inode_permission
Jarkko Sakkinen <jarkko.sakkinen@opinsys.com>
tpm: Cap the number of PCR banks
Ye Bin <yebin10@huawei.com>
jbd2: fix the inconsistency between checksum and data in memory for journal sb
Łukasz Bartosik <ukaszb@chromium.org>
xhci: dbgtty: fix device unregister
Mathias Nyman <mathias.nyman@linux.intel.com>
xhci: dbgtty: use IDR to support several dbc instances.
Jimmy Hu <hhhuuu@google.com>
usb: gadget: udc: fix use-after-free in usb_gadget_state_work
Michal Pecio <michal.pecio@gmail.com>
usb: xhci: Apply the link chain quirk on NEC isoc endpoints
Niklas Neronin <niklas.neronin@linux.intel.com>
usb: xhci: move link chain bit quirk checks into one helper function.
Zack Rusin <zack.rusin@broadcom.com>
drm/vmwgfx: Fix a null-ptr access in the cursor snooper
Maximilian Immanuel Brandtner <maxbr@linux.ibm.com>
virtio_console: fix order of fields cols and rows
Martin Nybo Andersen <tweek@tweek.dk>
kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules
SeongJae Park <sj@kernel.org>
mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggregate()
SeongJae Park <sj@kernel.org>
mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_of()
SeongJae Park <sj@kernel.org>
mm/damon/tests/core-kunit: handle memory failure from damon_test_target()
SeongJae Park <sj@kernel.org>
mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()
SeongJae Park <sj@kernel.org>
mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions_of()
SeongJae Park <sj@kernel.org>
mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()
SeongJae Park <sj@kernel.org>
mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions()
SeongJae Park <sj@kernel.org>
mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_succ()
Zhu Yanjun <yanjun.zhu@linux.dev>
RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem
SeongJae Park <sj@kernel.org>
mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_three_regions()
SeongJae Park <sj@kernel.org>
mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_fail()
Lyude Paul <lyude@redhat.com>
drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state() in prepare_fb
Simon Richter <Simon.Richter@hogyros.de>
drm/ttm: Avoid NULL pointer deref for evicted BOs
Akhil P Oommen <akhilpo@oss.qualcomm.com>
drm/msm/a6xx: Fix out of bound IO access in a6xx_get_gmu_registers
Xiaolei Wang <xiaolei.wang@windriver.com>
net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb_open()
Deepanshu Kartikey <kartikey406@gmail.com>
net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write
Ethan Nelson-Moore <enelsonmoore@gmail.com>
net: usb: sr9700: fix incorrect command used to write single register
Haoxiang Li <lihaoxiang@isrc.iscas.ac.cn>
nfsd: Drop the client reference in client_states_open()
Haoxiang Li <lihaoxiang@isrc.iscas.ac.cn>
fjes: Add missing iounmap in fjes_hw_init()
Guangshuo Li <lgs201920130244@gmail.com>
e1000: fix OOB in e1000_tbi_should_accept()
Jason Gunthorpe <jgg@ziepe.ca>
RDMA/cm: Fix leaking the multicast GID table reference
Jason Gunthorpe <jgg@ziepe.ca>
RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctly
Matthew Wilcox (Oracle) <willy@infradead.org>
idr: fix idr_alloc() returning an ID out of range
Duoming Zhou <duoming@zju.edu.cn>
media: i2c: adv7842: Remove redundant cancel_delayed_work in probe
Duoming Zhou <duoming@zju.edu.cn>
media: i2c: ADV7604: Remove redundant cancel_delayed_work in probe
Duoming Zhou <duoming@zju.edu.cn>
media: TDA1997x: Remove redundant cancel_delayed_work in probe
Ivan Abramov <i.abramov@mt-integration.ru>
media: msp3400: Avoid possible out-of-bounds array accesses in msp3400c_thread()
Haotian Zhang <vulab@iscas.ac.cn>
media: cec: Fix debugfs leak on bus_register() failure
René Rebe <rene@exactco.de>
fbdev: tcx.c fix mem_map to correct smem_start offset
Thorsten Blum <thorsten.blum@linux.dev>
fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing
Rene Rebe <rene@exactco.de>
fbdev: gbefb: fix to use physical address instead of dma address
Uladzislau Rezki (Sony) <urezki@gmail.com>
dm-ebs: Mark full buffer dirty even on partial write
Ivan Abramov <i.abramov@mt-integration.ru>
media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log_status()
Sven Schnelle <svens@stackframe.org>
parisc: entry: set W bit for !compat tasks in syscall_restore_rfi()
Sven Schnelle <svens@stackframe.org>
parisc: entry.S: fix space adjustment on interruption for 64-bit userspace
Haotian Zhang <vulab@iscas.ac.cn>
media: rc: st_rc: Fix reset control resource leak
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
mfd: max77620: Fix potential IRQ chip conflict when probing two devices
Johan Hovold <johan@kernel.org>
mfd: altera-sysmgr: Fix device leak on sysmgr regmap lookup
Christian Hitz <christian.hitz@bbv.ch>
leds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDs
Christian Hitz <christian.hitz@bbv.ch>
leds: leds-lp50xx: Allow LED 0 to be added to module bank
Lukas Wunner <lukas@wunner.de>
PCI/PM: Reinstate clearing state_saved in legacy and !PM codepaths
Hans de Goede <johannes.goede@oss.qualcomm.com>
HID: logitech-dj: Remove duplicate error logging
Johan Hovold <johan@kernel.org>
iommu/tegra: fix device leak on probe_device()
Johan Hovold <johan@kernel.org>
iommu/sun50i: fix device leak on of_xlate()
Johan Hovold <johan@kernel.org>
iommu/omap: fix device leaks on probe_device()
Johan Hovold <johan@kernel.org>
iommu/mediatek: fix device leak on of_xlate()
Johan Hovold <johan@kernel.org>
iommu/mediatek-v1: fix device leak on probe_device()
Johan Hovold <johan@kernel.org>
iommu/ipmmu-vmsa: fix device leak on of_xlate()
Johan Hovold <johan@kernel.org>
iommu/exynos: fix device leak on of_xlate()
Johan Hovold <johan@kernel.org>
iommu/apple-dart: fix device leak on of_xlate()
Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
ASoC: qcom: qdsp6: q6asm-dai: set 10 ms period and buffer alignment.
Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
ASoC: qcom: q6adm: the the copp device only during last instance
Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
ASoC: qcom: q6asm-dai: perform correct state check before closing
Johan Hovold <johan@kernel.org>
ASoC: stm32: sai: fix device leak on probe
Yipeng Zou <zouyipeng@huawei.com>
selftests/ftrace: traceonoff_triggers: strip off names
Thomas Fourier <fourier.thomas@gmail.com>
RDMA/bnxt_re: fix dma_free_coherent() pointer
Honggang LI <honggangli@163.com>
RDMA/rtrs: Fix clt_path::max_pages_per_mr calculation
Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
RDMA/bnxt_re: Fix to use correct page size for PDE table
Alok Tiwari <alok.a.tiwari@oracle.com>
RDMA/bnxt_re: Fix IB_SEND_IP_CSUM handling in post_send
Alok Tiwari <alok.a.tiwari@oracle.com>
RDMA/bnxt_re: Fix incorrect BAR check in bnxt_qplib_map_creq_db()
Jang Ingyu <ingyujang25@korea.ac.kr>
RDMA/core: Fix logic error in ib_get_gids_from_rdma_hdr()
Michael Margolin <mrgolin@amazon.com>
RDMA/efa: Remove possible negative shift
Michal Schmidt <mschmidt@redhat.com>
RDMA/irdma: avoid invalid read in irdma_net_event
Pwnverse <stanksal@purdue.edu>
net: rose: fix invalid array index in rose_kill_by_device()
Ido Schimmel <idosch@nvidia.com>
ipv4: Fix reference count leak when using error routes with nexthop objects
Will Rosenberg <whrosenb@asu.edu>
ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()
Anshumali Gaur <agaur@marvell.com>
octeontx2-pf: fix "UBSAN: shift-out-of-bounds error"
Bagas Sanjaya <bagasdotme@gmail.com>
net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group struct
Deepanshu Kartikey <kartikey406@gmail.com>
net: usb: asix: validate PHY address before use
Jonas Gorski <jonas.gorski@gmail.com>
net: dsa: b53: skip multicast entries for fdb_dump()
Thomas Fourier <fourier.thomas@gmail.com>
firewire: nosy: Fix dma_free_coherent() size
Andrew Morton <akpm@linux-foundation.org>
genalloc.h: fix htmldocs warning
Yeoreum Yun <yeoreum.yun@arm.com>
smc91x: fix broken irq-context in PREEMPT_RT
Deepakkumar Karn <dkarn@redhat.com>
net: usb: rtl8150: fix memory leak on usb_submit_urb() failure
Jiri Pirko <jiri@nvidia.com>
team: fix check for port enabled in team_queue_override_port_prio_changed()
Junrui Luo <moonafterrain@outlook.com>
platform/x86: ibm_rtl: fix EBDA signature search pointer arithmetic
Thomas Fourier <fourier.thomas@gmail.com>
platform/x86: msi-laptop: add missing sysfs_remove_group()
Eric Dumazet <edumazet@google.com>
ip6_gre: make ip6gre_header() robust
Toke Høiland-Jørgensen <toke@redhat.com>
net: openvswitch: Avoid needlessly taking the RTNL on vport destroy
Jacky Chou <jacky_chou@aspeedtech.com>
net: mdio: aspeed: add dummy read to avoid read-after-write issue
Potin Lai <potin.lai@quantatw.com>
net: mdio: aspeed: move reg accessing part into separate functions
Raphael Pinsonneault-Thibeault <rpthibeault@gmail.com>
Bluetooth: btusb: revert use of devm_kzalloc in btusb
Herbert Xu <herbert@gondor.apana.org.au>
crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
Kohei Enju <enjuk@amazon.com>
iavf: fix off-by-one issues in iavf_config_rss_reg()
Gregory Herrero <gregory.herrero@oracle.com>
i40e: validate ring_len parameter against hardware-specific values
Ivan Vecera <ivecera@redhat.com>
i40e: Refactor argument of i40e_detect_recover_hung()
Ivan Vecera <ivecera@redhat.com>
i40e: Refactor argument of several client notification functions
Przemyslaw Korba <przemyslaw.korba@intel.com>
i40e: fix scheduling in set_rx_mode
Gui-Dong Han <hanguidong02@gmail.com>
hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOU
Gui-Dong Han <hanguidong02@gmail.com>
hwmon: (w83791d) Convert macros to functions to avoid TOCTOU
Gui-Dong Han <hanguidong02@gmail.com>
hwmon: (max16065) Use local variable to avoid TOCTOU
Ma Ke <make24@iscas.ac.cn>
i2c: amd-mp2: fix reference leak in MP2 PCI device
Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
rpmsg: glink: fix rpmsg device leak
Johan Hovold <johan@kernel.org>
soc: amlogic: canvas: fix device leak on lookup
Johan Hovold <johan@kernel.org>
soc: qcom: ocmem: fix device leak on lookup
Johan Hovold <johan@kernel.org>
amba: tegra-ahb: Fix device leak on SMMU enable
Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()
Prithvi Tambewagh <activprithvi@gmail.com>
io_uring: fix filename leak in __io_openat_prep()
Joshua Rogers <linux@joshua.hu>
svcrdma: return 0 on success from svc_rdma_copy_inline_range
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
nfsd: Mark variable __maybe_unused to avoid W=1 build break
Amir Goldstein <amir73il@gmail.com>
fsnotify: do not generate ACCESS/MODIFY events on child for special files
Rafael J. Wysocki <rafael.j.wysocki@intel.com>
PM: runtime: Do not clear needs_force_resume with enabled runtime PM
Steven Rostedt <rostedt@goodmis.org>
tracing: Do not register unsupported perf events
Sean Christopherson <seanjc@google.com>
KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
Sean Christopherson <seanjc@google.com>
KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
Yosry Ahmed <yosry.ahmed@linux.dev>
KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation
fuqiang wang <fuqiang.wng@gmail.com>
KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer
fuqiang wang <fuqiang.wng@gmail.com>
KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()
Sean Christopherson <seanjc@google.com>
KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0
Ilya Dryomov <idryomov@gmail.com>
libceph: make decode_pool() more resilient against corrupted osdmaps
Helge Deller <deller@gmx.de>
parisc: Do not reprogram affinitiy on ASP chip
Zhichi Lin <zhichi.lin@vivo.com>
scs: fix a wrong parameter in __scs_magic
Tzung-Bi Shih <tzungbi@kernel.org>
platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driver
Prithvi Tambewagh <activprithvi@gmail.com>
ocfs2: fix kernel BUG in ocfs2_find_victim_chain
Jeongjun Park <aha310510@gmail.com>
media: vidtv: initialize local pointers upon transfer of memory ownership
Alison Schofield <alison.schofield@intel.com>
tools/testing/nvdimm: Use per-DIMM device handle
Chao Yu <chao@kernel.org>
f2fs: fix return value of f2fs_recover_fsync_data()
Deepanshu Kartikey <kartikey406@gmail.com>
f2fs: invalidate dentry cache on failed whiteout creation
Andrey Vatoropin <a.vatoropin@crpt.ru>
scsi: target: Reset t_task_cdb pointer in error case
Dai Ngo <dai.ngo@oracle.com>
NFSD: use correct reservation type in nfsd4_scsi_fence_client
Junrui Luo <moonafterrain@outlook.com>
scsi: aic94xx: fix use-after-free in device removal path
Tony Battersby <tonyb@cybernetics.com>
scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path"
Miaoqian Lin <linmq006@gmail.com>
cpufreq: nforce2: fix reference count leak in nforce2
Ma Ke <make24@iscas.ac.cn>
intel_th: Fix error handling in intel_th_output_open
Tianchu Chen <flynnnchen@tencent.com>
char: applicom: fix NULL pointer dereference in ac_ioctl
Haoxiang Li <haoxiang_li2024@163.com>
usb: renesas_usbhs: Fix a resource leak in usbhs_pipe_malloc()
Miaoqian Lin <linmq006@gmail.com>
usb: dwc3: of-simple: fix clock resource leak in dwc3_of_simple_probe
Johan Hovold <johan@kernel.org>
usb: phy: isp1301: fix non-OF device reference imbalance
Duoming Zhou <duoming@zju.edu.cn>
usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal
Ma Ke <make24@iscas.ac.cn>
USB: lpc32xx_udc: Fix error handling in probe
Johan Hovold <johan@kernel.org>
phy: broadcom: bcm63xx-usbh: fix section mismatches
Colin Ian King <colin.i.king@gmail.com>
media: pvrusb2: Fix incorrect variable used in trace message
Jeongjun Park <aha310510@gmail.com>
media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg()
Chen Changcheng <chenchangcheng@kylinos.cn>
usb: usb-storage: Maintain minimal modifications to the bcdDevice range.
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
media: v4l2-mem2mem: Fix outdated documentation
Byungchul Park <byungchul@sk.com>
jbd2: use a weaker annotation in journal handling
Baokun Li <libaokun1@huawei.com>
ext4: align max orphan file size with e2fsprogs limit
Yongjian Sun <sunyongjian1@huawei.com>
ext4: fix incorrect group number assertion in mb_check_buddy
Haibo Chen <haibo.chen@nxp.com>
ext4: clear i_state_flags when alloc inode
Karina Yankevich <k.yankevich@omp.ru>
ext4: xattr: fix null pointer deref in ext4_raw_inode()
Steven Rostedt <rostedt@goodmis.org>
ktest.pl: Fix uninitialized var in config-bisect.pl
Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3: fix mount failure for sparse runs in run_unpack()
Rene Rebe <rene@exactco.de>
floppy: fix for PAGE_SIZE != 4KB
Li Chen <chenl311@chinatelecom.cn>
block: rate-limit capacity change info log
Eric Biggers <ebiggers@kernel.org>
lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bit
Sarthak Garg <sarthak.garg@oss.qualcomm.com>
mmc: sdhci-msm: Avoid early clock doubling during HS400 transition
Jarkko Sakkinen <jarkko@kernel.org>
KEYS: trusted: Fix a memory leak in tpm2_load_cmd
Stefano Garzarella <sgarzare@redhat.com>
vhost/vsock: improve RCU read sections around vhost_vsock_get()
Chia-Lin Kao (AceLan) <acelan.kao@canonical.com>
platform/x86/intel/hid: Add Dell Pro Rugged 10/12 tablet to VGBS DMI quirks
Daniel Wagner <wagi@kernel.org>
nvme-fc: don't hold rport lock when putting ctrl
Wenhua Lin <Wenhua.Lin@unisoc.com>
serial: sprd: Return -EPROBE_DEFER when uart clock is not ready
Chen Changcheng <chenchangcheng@kylinos.cn>
usb: usb-storage: No additional quirks need to be added to the EL-R12 optical drive.
Hongyu Xie <xiehongyu1@kylinos.cn>
usb: xhci: limit run_graceperiod for only usb 3.0 devices
Mark Pearson <mpearson-lenovo@squebb.ca>
usb: typec: ucsi: Handle incorrect num_connectors capability
Lizhi Xu <lizhi.xu@windriver.com>
usbip: Fix locking bug in RT-enabled kernels
Yuezhang Mo <Yuezhang.Mo@sony.com>
exfat: fix remount failure in different process environments
Encrow Thorne <jyc0019@gmail.com>
reset: fix BIT macro reference
Li Qiang <liqiang01@kylinos.cn>
via_wdt: fix critical boot hang due to unnamed resource allocation
Tony Battersby <tonyb@cybernetics.com>
scsi: qla2xxx: Use reinit_completion on mbx_intr_comp
Tony Battersby <tonyb@cybernetics.com>
scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusive
Tony Battersby <tonyb@cybernetics.com>
scsi: qla2xxx: Fix lost interrupts with qlini_mode=disabled
Ben Collins <bcollins@kernel.org>
powerpc/addnote: Fix overflow on 32-bit builds
Josua Mayer <josua@solid-run.com>
clk: mvebu: cp110 add CLK_IGNORE_UNUSED to pcie_x10, pcie_x11 & pcie_x4
Matthias Schiffer <matthias.schiffer@tq-group.com>
ti-sysc: allow OMAP2 and OMAP4 timers to be reserved on AM33xx
Peng Fan <peng.fan@nxp.com>
firmware: imx: scu-irq: Init workqueue before request mbox channel
Jinhui Guo <guojinhui.liam@bytedance.com>
ipmi: Fix __scan_channels() failing to rescan channels
Jinhui Guo <guojinhui.liam@bytedance.com>
ipmi: Fix the race between __scan_channels() and deliver_response()
Shipei Qu <qu@darknavy.com>
ALSA: usb-mixer: us16x08: validate meter packet indices
Haotian Zhang <vulab@iscas.ac.cn>
ALSA: pcmcia: Fix resource leak in snd_pdacf_probe error path
Haotian Zhang <vulab@iscas.ac.cn>
ALSA: vxpocket: Fix resource leak in vxpocket_probe error path
Shaurya Rane <ssrane_b23@ee.vjti.ac.in>
net/hsr: fix NULL pointer dereference in prp_get_untagged_frame()
Jared Kangas <jkangas@redhat.com>
mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to Kconfig
Christophe Leroy <christophe.leroy@csgroup.eu>
spi: fsl-cpm: Check length parity before switching to 16 bit mode
Pengjie Zhang <zhangpengjie2@huawei.com>
ACPI: CPPC: Fix missing PCC check for guaranteed_perf
Christoffer Sandberg <cs@tuxedo.de>
Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8042 quirk table
Junjie Cao <junjie.cao@intel.com>
Input: ti_am335x_tsc - fix off-by-one error in wire_order validation
Ping Cheng <pinglinux@gmail.com>
HID: input: map HID_GD_Z to ABS_DISTANCE for stylus/pen
Jian Shen <shenjian15@huawei.com>
net: hns3: add VLAN id validation before using
Jian Shen <shenjian15@huawei.com>
net: hns3: using the num_tqps to check whether tqp_index is out of range when vf get ring info from mbx
Hao Chen <chenhao288@hisilicon.com>
net: hns3: Align type of some variables with their print type
Jian Shen <shenjian15@huawei.com>
net: hns3: using the num_tqps in the vf driver to apply for resources
Shay Drory <shayd@nvidia.com>
net/mlx5: fw_tracer, Handle escaped percent properly
Shay Drory <shayd@nvidia.com>
net/mlx5: fw_tracer, Validate format string parameters
Shay Drory <shayd@nvidia.com>
net/mlx5: fw_tracer, Add support for unrecognized string
Gal Pressman <gal@nvidia.com>
ethtool: Avoid overflowing userspace buffer on stats query
Daniil Tatianin <d-tatianin@yandex-team.ru>
net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpers
Daniil Tatianin <d-tatianin@yandex-team.ru>
net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_stats
Tom Rix <trix@redhat.com>
ethtool: use phydev variable
Dan Carpenter <dan.carpenter@linaro.org>
nfc: pn533: Fix error code in pn533_acr122_poweron_rdr()
Victor Nogueira <victor@mojatatu.com>
net/sched: ets: Remove drr class from the active list if it changes to strict
Junrui Luo <moonafterrain@outlook.com>
caif: fix integer underflow in cffrml_receive()
Slavin Liu <slavin452@gmail.com>
ipvs: fix ipv4 null-ptr-deref in route error path
Fernando Fernandez Mancera <fmancera@suse.de>
netfilter: nf_conncount: fix leaked ct in error paths
Alexey Simakov <bigalex934@gmail.com>
broadcom: b44: prevent uninitialized value usage
Ilya Maximets <i.maximets@ovn.org>
net: openvswitch: fix middle attribute validation in push_nsh() action
Ido Schimmel <idosch@nvidia.com>
mlxsw: spectrum_mr: Fix use-after-free when updating multicast route stats
Ido Schimmel <idosch@nvidia.com>
mlxsw: spectrum_router: Fix neighbour use-after-free
Dmitry Skorodumov <skorodumov.dmitry@huawei.com>
ipvlan: Ignore PACKET_LOOPBACK in handle_mode_l2()
Jamal Hadi Salim <jhs@mojatatu.com>
net/sched: ets: Always remove class from active list before deleting in ets_qdisc_change
Wang Liang <wangliang74@huawei.com>
netrom: Fix memory leak in nr_sendmsg()
Gongwei Li <ligongwei@kylinos.cn>
Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE
Qu Wenruo <wqu@suse.com>
btrfs: scrub: always update btrfs_scrub_progress::last_physical
Viacheslav Dubeyko <slava@dubeyko.com>
hfsplus: fix volume corruption issue for generic/073
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
hfsplus: Verify inode mode when loading from disk
Yang Chenzhi <yang.chenzhi@vivo.com>
hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create
Viacheslav Dubeyko <slava@dubeyko.com>
hfsplus: fix volume corruption issue for generic/070
Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3: Support timestamps prior to epoch
Song Liu <song@kernel.org>
livepatch: Match old_sympos 0 and 1 in klp_find_func()
Shuhao Fu <sfual@cse.ust.hk>
cpufreq: s5pv210: fix refcount leak
Sakari Ailus <sakari.ailus@linux.intel.com>
ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() only
Cryolitia PukNgae <cryolitia.pukngae@linux.dev>
ACPICA: Avoid walking the Namespace if start_node is NULL
Peter Zijlstra <peterz@infradead.org>
x86/ptrace: Always inline trivial accessors
Doug Berger <opendmb@gmail.com>
sched/deadline: only set free_cpus for online runqueues
Deepanshu Kartikey <kartikey406@gmail.com>
btrfs: fix memory leak of fs_devices in degraded seed device path
Ondrej Mosnacek <omosnace@redhat.com>
bpf, arm64: Do not audit capability check in do_jit()
Jamie Iles <quic_jiles@quicinc.com>
i3c: fix uninitialized variable use in i2c setup
Vishwaroop A <va@nvidia.com>
spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers
Krishna Yarlagadda <kyarlagadda@nvidia.com>
spi: tegra210-quad: Fix validate combined sequence
Leo Yan <leo.yan@arm.com>
coresight: etm4x: Correct polling IDLE bit
Nicklas Bo Jensen <njensen@akamai.com>
netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around
Sun Ke <sunke32@huawei.com>
NFS: Fix missing unlock in nfs_unlink()
Shengjiu Wang <shengjiu.wang@nxp.com>
ASoC: fsl_xcvr: get channel status data when PHY is not exists
Junrui Luo <moonafterrain@outlook.com>
ALSA: dice: fix buffer overflow in detect_stream_formats()
Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
usb: phy: Initialize struct usb_phy list_head
Haotien Hsu <haotienh@nvidia.com>
usb: gadget: tegra-xudc: Always reinitialize data toggle when clear halt
Dmitry Antipov <dmantipov@yandex.ru>
ocfs2: fix memory leak in ocfs2_merge_rec_left()
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
efi/cper: Adjust infopfx size to accept an extra space
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
efi/cper: Add a new helper function to print bitmasks
Haotian Zhang <vulab@iscas.ac.cn>
dm log-writes: Add missing set_freezable() for freezable kthread
Alexey Simakov <bigalex934@gmail.com>
dm-raid: fix possible NULL dereference with undefined raid type
Liyuan Pang <pangliyuan1@huawei.com>
ARM: 9464/1: fix input-only operand modification in load_unaligned_zeropad()
Andres J Rosa <andyrosa@gmail.com>
ALSA: uapi: Fix typo in asound.h comment
Dave Kleikamp <dave.kleikamp@oracle.com>
dma/pool: eliminate alloc_pages warning in atomic_pool_expand
shechenglong <shechenglong@xfusion.com>
block: fix comment for op_is_zone_mgmt() to include RESET_ALL
Cong Zhang <cong.zhang@oss.qualcomm.com>
blk-mq: Abort suspend when wakeup events are pending
Shengjiu Wang <shengjiu.wang@nxp.com>
ASoC: ak5558: Disable regulator when error happens
Shengjiu Wang <shengjiu.wang@nxp.com>
ASoC: ak4458: Disable regulator when error happens
Haotian Zhang <vulab@iscas.ac.cn>
ASoC: bcm: bcm63xx-pcm-whistler: Check return value of of_dma_configure()
Anton Khirnov <anton@khirnov.net>
platform/x86: asus-wmi: use brightness_set_blocking() for kbd led
Armin Wolf <W_Armin@gmx.de>
fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8()
Trond Myklebust <trond.myklebust@hammerspace.com>
NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flags
Ondrej Mosnacek <omosnace@redhat.com>
fs_context: drop the unused lsm_flags member
Trond Myklebust <trond.myklebust@hammerspace.com>
Revert "nfs: ignore SB_RDONLY when mounting nfs"
Trond Myklebust <trond.myklebust@hammerspace.com>
Revert "nfs: clear SB_RDONLY before getting superblock"
Trond Myklebust <trond.myklebust@hammerspace.com>
Revert "nfs: ignore SB_RDONLY when remounting nfs"
Jonathan Curley <jcurley@purestorage.com>
NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid
Trond Myklebust <trond.myklebust@hammerspace.com>
NFS: Initialise verifiers for visible dentries in nfs_atomic_open()
Trond Myklebust <trond.myklebust@hammerspace.com>
NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()
Trond Myklebust <trond.myklebust@primarydata.com>
NFSv4: Add some support for case insensitive filesystems
Armin Wolf <W_Armin@gmx.de>
fs/nls: Fix utf16 to utf8 conversion
Trond Myklebust <trond.myklebust@hammerspace.com>
NFS: Avoid changing nlink when file removes and attribute updates race
NeilBrown <neilb@suse.de>
NFS: don't unhash dentry during unlink/rename
Trond Myklebust <trond.myklebust@hammerspace.com>
NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()
Abdun Nihaal <nihaal@cse.iitm.ac.in>
fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()
Haotian Zhang <vulab@iscas.ac.cn>
pinctrl: single: Fix incorrect type for error return variable
Matthijs Kooijman <matthijs@stdin.nl>
pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling
Namhyung Kim <namhyung@kernel.org>
perf tools: Fix split kallsyms DSO counting
Xiang Mei <xmei5@asu.edu>
net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop
Alexandru Gagniuc <mr.nuke.me@gmail.com>
remoteproc: qcom_q6v5_wcss: fix parsing of qcom,halt-regs
Ivan Stepchenko <sid@itb.spb.ru>
mtd: lpddr_cmds: fix signed shifts in lpddr_cmds
Alexey Kodanev <aleksei.kodanev@bell-sw.com>
net: stmmac: fix rx limit check in stmmac_rx_zc()
Fernando Fernandez Mancera <fmancera@suse.de>
netfilter: nft_connlimit: update the count if add was skipped
Fernando Fernandez Mancera <fmancera@suse.de>
netfilter: nf_conncount: rework API to use sk_buff directly
William Tu <u9012063@gmail.com>
netfilter: nf_conncount: reduce unnecessary GC
Pablo Neira Ayuso <pablo@netfilter.org>
netfilter: flowtable: check for maximum number of encapsulations in bridge vlan
sparkhuang <huangshaobo3@xiaomi.com>
regulator: core: Protect regulator_supply_alias_list with regulator_list_mutex
Cezary Rojewski <cezary.rojewski@intel.com>
ASoC: Intel: catpt: Fix error path in hw_params()
Michael S. Tsirkin <mst@redhat.com>
virtio: fix virtqueue_set_affinity() docs
Alok Tiwari <alok.a.tiwari@oracle.com>
virtio_vdpa: fix misleading return in void function
Eli Cohen <elic@nvidia.com>
vdpa: Sync calls set/get config/status with cf_mutex
Parav Pandit <parav@nvidia.com>
vdpa: Introduce query of device config layout
Parav Pandit <parav@nvidia.com>
vdpa: Introduce and use vdpa device get, set config helpers
Yongjian Sun <sunyongjian1@huawei.com>
ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation
Kemeng Shi <shikemeng@huaweicloud.com>
ext4: remove unused return value of __mb_check_buddy
René Rebe <rene@exactco.de>
ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4
Dan Carpenter <dan.carpenter@linaro.org>
drm/amd/display: Fix logical vs bitwise bug in get_embedded_panel_info_v2_1()
Shengjiu Wang <shengjiu.wang@nxp.com>
ASoC: fsl_xcvr: clear the channel status control memory
Chancel Liu <chancel.liu@nxp.com>
ASoC: fsl_xcvr: Add support for i.MX93 platform
Shengjiu Wang <shengjiu.wang@nxp.com>
ASoC: fsl_xcvr: Add Counter registers
Krzysztof Czurylo <krzysztof.czurylo@intel.com>
RDMA/irdma: Fix data race in irdma_free_pble
Krzysztof Czurylo <krzysztof.czurylo@intel.com>
RDMA/irdma: Fix data race in irdma_sc_ccq_arm
Stephan Gerhold <stephan.gerhold@linaro.org>
iommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metal
Randy Dunlap <rdunlap@infradead.org>
backlight: lp855x: Fix lp855x.h kernel-doc warnings
Luca Ceresoli <luca.ceresoli@bootlin.com>
backlight: led-bl: Add devlink to supplier LEDs
Mans Rullgard <mans@mansr.com>
backlight: led_bl: Take led_access lock when required
Ria Thomas <ria.thomas@morsemicro.com>
wifi: ieee80211: correct FILS status codes
Shawn Lin <shawn.lin@rock-chips.com>
PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definition
Jianglei Nie <niejianglei2021@163.com>
staging: fbtft: core: fix potential memory leak in fbtft_probe_common()
Zilin Guan <zilin@seu.edu.cn>
mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add()
Haotian Zhang <vulab@iscas.ac.cn>
crypto: ccree - Correctly handle return of sg_nents_for_len
Matt Bobrowski <mattbobrowski@google.com>
selftests/bpf: Improve reliability of test_perf_branches_no_hw()
Matt Bobrowski <mattbobrowski@google.com>
selftests/bpf: skip test_perf_branches_hw() on unsupported platforms
Gopi Krishna Menon <krishnagopi487@gmail.com>
usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE
Jisheng Zhang <jszhang@kernel.org>
usb: dwc2: fix hang during suspend if set as peripheral
Jisheng Zhang <jszhang@kernel.org>
usb: dwc2: fix hang during shutdown if set as peripheral
Jisheng Zhang <jszhang@kernel.org>
usb: dwc2: disable platform lowlevel hw resources during shutdown
Oliver Neukum <oneukum@suse.com>
usb: chaoskey: fix locking for O_NONBLOCK
Zhao Yipeng <zhaoyipeng5@huawei.com>
ima: Handle error code returned by ima_filter_rule_match()
Seungjin Bae <eeodqql09@gmail.com>
wifi: rtl818x: rtl8187: Fix potential buffer underflow in rtl8187_rx_cb()
Haotian Zhang <vulab@iscas.ac.cn>
mfd: mt6358-irq: Fix missing irq_domain_remove() in error path
Haotian Zhang <vulab@iscas.ac.cn>
mfd: mt6397-irq: Fix missing irq_domain_remove() in error path
Uwe Kleine-König <u.kleine-koenig@baylibre.com>
pwm: bcm2835: Make sure the channel is enabled after pwm_request()
Jay Liu <jay.liu@mediatek.com>
drm/mediatek: Fix CCORR mtk_ctm_s31_32_to_s1_n function issue
Edward Adam Davis <eadavis@qq.com>
fs/ntfs3: Prevent memory leaks in add sub record
Edward Adam Davis <eadavis@qq.com>
fs/ntfs3: out1 also needs to put mi
Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3: Make ni_ins_new_attr return error
Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_free
Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3: Remove unused mi_mark_free
Ritesh Harjani (IBM) <ritesh.list@gmail.com>
powerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE format
Abdun Nihaal <nihaal@cse.iitm.ac.in>
wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring()
Sergey Bashirov <sergeybashirov@gmail.com>
NFSD/blocklayout: Fix minlength check in proc_layoutget
Haotian Zhang <vulab@iscas.ac.cn>
watchdog: wdat_wdt: Fix ACPI table leak in probe function
Liu Xinpeng <liuxp11@chinatelecom.cn>
watchdog: wdat_wdt: Stop watchdog when uninstalling module
Alexei Starovoitov <ast@kernel.org>
selftests/bpf: Fix failure paths in send_signal test
Rene Rebe <rene@exactco.de>
ps3disk: use memcpy_{from,to}_bvec index
Siddharth Vadapalli <s-vadapalli@ti.com>
PCI: keystone: Exit ks_pcie_probe() for invalid mode
Haotian Zhang <vulab@iscas.ac.cn>
leds: netxbig: Fix GPIO descriptor leak in error paths
Haotian Zhang <vulab@iscas.ac.cn>
scsi: sim710: Fix resource leak by adding missing ioport_unmap() calls
Haotian Zhang <vulab@iscas.ac.cn>
ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint()
Dmitry Antipov <dmantipov@yandex.ru>
ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
lib/vsprintf: Check pointer before dereferencing in time_and_date()
Haotian Zhang <vulab@iscas.ac.cn>
clk: renesas: r9a06g032: Fix memory leak in error path
Herve Codina <herve.codina@bootlin.com>
soc: renesas: r9a06g032-sysctrl: Handle h2mode setting based on USBF presence
Miquel Raynal <miquel.raynal@bootlin.com>
clk: renesas: r9a06g032: Export function to set dmamux
Leo Yan <leo.yan@arm.com>
coresight: etm4x: Add context synchronization before enabling trace
Leo Yan <leo.yan@arm.com>
coresight: etm4x: Extract the trace unit controlling
Yuanfang Zhang <quic_yuanfang@quicinc.com>
coresight-etm4x: add isb() before reading the TRCSTATR
Suzuki K Poulose <suzuki.poulose@arm.com>
coresight: etm4x: Use Trace Filtering controls dynamically
Suzuki K Poulose <suzuki.poulose@arm.com>
coresight: etm4x: Save restore TRFCR_EL1
Zheng Qixing <zhengqixing@huawei.com>
nbd: defer config unlock in nbd_genl_connect
Abdun Nihaal <nihaal@cse.iitm.ac.in>
wifi: cw1200: Fix potential memory leak in cw1200_bh_rx_helper()
Long Li <leo.lilong@huawei.com>
macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse
Christophe Leroy <christophe.leroy@csgroup.eu>
powerpc/32: Fix unpaired stwcx. on interrupt exit
Edward Adam Davis <eadavis@qq.com>
ntfs3: init run lock for extend inode
Ma Ke <make24@iscas.ac.cn>
RDMA/rtrs: server: Fix error handling in get_or_create_srv
Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
dt-bindings: PCI: amlogic: Fix the register name of the DBI region
Neil Armstrong <neil.armstrong@linaro.org>
dt-bindings: PCI: convert amlogic,meson-pcie.txt to dt-schema
Haotian Zhang <vulab@iscas.ac.cn>
scsi: stex: Fix reboot_notifier leak in probe error path
Zheng Qixing <zhengqixing@huawei.com>
nbd: defer config put in recv_work
Yu Kuai <yukuai3@huawei.com>
nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()
Yu Kuai <yukuai3@huawei.com>
nbd: clean up return value checking of sock_xmit()
Gabor Juhos <j4g8y7@gmail.com>
regulator: core: disable supply if enabling main regulator fails
Dapeng Mi <dapeng1.mi@linux.intel.com>
perf/x86/intel: Correct large PEBS flag check
Zhang Yi <yi.zhang@huawei.com>
ext4: correct the checking of quota files before moving extents
Eric Whitney <enwlinux@gmail.com>
ext4: minor defrag code improvements
Haotian Zhang <vulab@iscas.ac.cn>
mfd: da9055: Fix missing regmap_del_irq_chip() in error path
Vishwaroop A <va@nvidia.com>
spi: tegra210-quad: Fix timeout handling
Vishwaroop A <va@nvidia.com>
spi: tegra210-quad: modify chip select (CS) deactivation
Krishna Yarlagadda <kyarlagadda@nvidia.com>
spi: tegra210-quad: combined sequence mode
Krishna Yarlagadda <kyarlagadda@nvidia.com>
spi: tegra210-quad: add new chips to compatible
Krishna Yarlagadda <kyarlagadda@nvidia.com>
spi: tegra210-quad: use device_reset method
Bart Van Assche <bvanassche@acm.org>
scsi: target: Do not write NUL characters into ASCII configfs output
Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
power: supply: apm_power: only unset own apm_get_power_status
Ivan Abramov <i.abramov@mt-integration.ru>
power: supply: wm831x: Check wm831x_set_bits() return value
Stanley Chu <yschu@nuvoton.com>
i3c: master: svc: Prevent incomplete IBI transaction
Frank Li <Frank.Li@nxp.com>
i3c: fix refcount inconsistency in i3c_master_register
Jarkko Nikula <jarkko.nikula@linux.intel.com>
i3c: master: Inherit DMA masks and parameters from parent device
Jeremy Kerr <jk@codeconstruct.com.au>
i3c: Allow OF-alias-based persistent bus numbering
Jamie Iles <quic_jiles@quicinc.com>
i3c: support dynamically added i2c devices
Jamie Iles <quic_jiles@quicinc.com>
i3c: remove i2c board info from i2c_dev_desc
Haotian Zhang <vulab@iscas.ac.cn>
pinctrl: stm32: fix hwspinlock resource leak in probe function
Tengda Wu <wutengda@huaweicloud.com>
x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()
Alexander Potapenko <glider@google.com>
x86: kmsan: don't instrument stack walking functions
Alexander Potapenko <glider@google.com>
kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
Kees Cook <keescook@chromium.org>
compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizer
Kuniyuki Iwashima <kuniyu@google.com>
sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().
Horatiu Vultur <horatiu.vultur@microchip.com>
phy: mscc: Fix PTP for VSC8574 and VSC8572
Peng Fan <peng.fan@nxp.com>
firmware: imx: scu-irq: fix OF node leak in
Heiko Carstens <hca@linux.ibm.com>
s390/ap: Don't leak debug feature files if AP instructions are not available
Heiko Carstens <hca@linux.ibm.com>
s390/smp: Fix fallback CPU detection
nieweiqiang <nieweiqiang@huawei.com>
crypto: hisilicon/qm - restore original qos values
Thorsten Blum <thorsten.blum@linux.dev>
crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id
Li Qiang <liqiang01@kylinos.cn>
uio: uio_fsl_elbc_gpcm:: Add null pointer check to uio_fsl_elbc_gpcm_probe
Tim Harvey <tharvey@gateworks.com>
arm64: dts: imx8mm-venice-gw72xx: remove unused sdhc1 pinctrl
Francesco Lavra <flavra@baylibre.com>
iio: imu: st_lsm6dsx: Fix measurement unit for odr struct member
Lorenzo Bianconi <lorenzo@kernel.org>
iio: imu: st_lsm6dsx: discard samples during filters settling time
Lorenzo Bianconi <lorenzo@kernel.org>
iio: imu: st_lsm6dsx: introduce st_lsm6dsx_device_set_enable routine
Xuanqiang Luo <luoxuanqiang@kylinos.cn>
inet: Avoid ehash lookup race in inet_ehash_insert()
Xuanqiang Luo <luoxuanqiang@kylinos.cn>
rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu()
Sidharth Seela <sidharthseela@gmail.com>
ntfs3: Fix uninit buffer allocated by __getname()
Raphael Pinsonneault-Thibeault <rpthibeault@gmail.com>
ntfs3: fix uninit memory after failed mi_read in mi_format_new
Johan Hovold <johan@kernel.org>
irqchip/qcom-irq-combiner: Fix section mismatch
Seungjin Bae <eeodqql09@gmail.com>
USB: Fix descriptor count when handling invalid MBIM extended descriptor
Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
drm/vgem-fence: Fix potential deadlock on release
Guido Günther <agx@sigxcpu.org>
drm/panel: visionox-rm69299: Don't clear all mode flags
Mainak Sen <msen@nvidia.com>
gpu: host1x: Fix race in syncpt alloc/free
Konstantin Andreev <andreev@swemel.ru>
smack: fix bug: unprivileged task can create labels
Navaneeth K <knavaneeth786@gmail.com>
staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsing
Navaneeth K <knavaneeth786@gmail.com>
staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing
Nikita Zhandarovich <n.zhandarovich@fintech.ru>
comedi: check device's attached status in compat ioctls
Nikita Zhandarovich <n.zhandarovich@fintech.ru>
comedi: multiq3: sanitize config options in multiq3_attach()
Ian Abbott <abbotti@mev.co.uk>
comedi: c6xdigio: Fix invalid PNP driver unregistration
Linus Torvalds <torvalds@linux-foundation.org>
samples: work around glibc redefining some of our defines wrong
Naoki Ueki <naoki25519@gmail.com>
HID: elecom: Add support for ELECOM M-XT3URBK (018F)
Jia Ston <ston.jia@outlook.com>
platform/x86: huawei-wmi: add keys for HONOR models
Armin Wolf <W_Armin@gmx.de>
platform/x86: acer-wmi: Ignore backlight event
Praveen Talari <praveen.talari@oss.qualcomm.com>
pinctrl: qcom: msm: Fix deadlock in pinmux configuration
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
bfs: Reconstruct file type when loading from disk
Robin Gong <yibin.gong@nxp.com>
spi: imx: keep dma request disabled before dma transfer setup
Alvaro Gamez Machado <alvaro.gamez@hazent.com>
spi: xilinx: increase number of retries before declaring stall
Johan Hovold <johan@kernel.org>
USB: serial: kobil_sct: fix TIOCMBIS and TIOCMBIC
Johan Hovold <johan@kernel.org>
USB: serial: belkin_sa: fix TIOCMBIS and TIOCMBIC
Magne Bruno <magne.bruno@addi-data.com>
serial: add support of CPCI cards
Johan Hovold <johan@kernel.org>
USB: serial: ftdi_sio: match on interface number for jtag
Fabio Porcedda <fabio.porcedda@gmail.com>
USB: serial: option: move Telit 0x10c7 composition in the right place
Fabio Porcedda <fabio.porcedda@gmail.com>
USB: serial: option: add Telit Cinterion FE910C04 new compositions
Slark Xiao <slark_xiao@163.com>
USB: serial: option: add Foxconn T99W760
Nikita Zhandarovich <n.zhandarovich@fintech.ru>
comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()
Alexey Nepomnyashih <sdl@nppct.ru>
ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()
Alexander Sverdlin <alexander.sverdlin@siemens.com>
locking/spinlock/debug: Fix data-race in do_raw_write_lock
Deepanshu Kartikey <kartikey406@gmail.com>
ext4: refresh inline data size before write operations
Ye Bin <yebin10@huawei.com>
jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted
Bagas Sanjaya <bagasdotme@gmail.com>
Documentation: process: Also mention Sasha Levin as stable tree maintainer
Stefan Kalscheuer <stefan@stklcode.de>
leds: spi-byte: Use devm_led_classdev_register_ext()
Azeem Shaikh <azeemshaikh38@gmail.com>
leds: Replace all non-returning strlcpy with strscpy
Kai Song <songkai01@inspur.com>
drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERR
Robert-Ionut Alexa <robert-ionut.alexa@nxp.com>
dpaa2-mac: bail if the dpmacs fwnode is not found
Sabrina Dubroca <sd@queasysnail.net>
xfrm: flush all states in xfrm_state_fini
Sabrina Dubroca <sd@queasysnail.net>
xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added
Sabrina Dubroca <sd@queasysnail.net>
Revert "xfrm: destroy xfrm_state synchronously on net exit path"
Sabrina Dubroca <sd@queasysnail.net>
xfrm: delete x->tunnel as we delete x
-------------
Diffstat:
.../devicetree/bindings/pci/amlogic,axg-pcie.yaml | 134 +++++++++
.../devicetree/bindings/pci/amlogic,meson-pcie.txt | 70 -----
Documentation/filesystems/mount_api.rst | 1 -
Documentation/process/2.Process.rst | 6 +-
Makefile | 4 +-
arch/alpha/include/uapi/asm/ioctls.h | 8 +-
arch/arm/Kconfig | 2 +-
arch/arm/boot/dts/imx6q-ba16.dtsi | 2 +-
arch/arm/boot/dts/sama5d2.dtsi | 10 +-
arch/arm/boot/dts/sama7g5.dtsi | 4 +-
arch/arm/include/asm/word-at-a-time.h | 10 +-
.../boot/dts/freescale/imx8mm-venice-gw72xx.dtsi | 11 -
arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 1 +
arch/arm64/kvm/Makefile | 3 +
arch/arm64/net/bpf_jit_comp.c | 2 +-
arch/csky/mm/fault.c | 4 +-
arch/parisc/kernel/asm-offsets.c | 2 +
arch/parisc/kernel/entry.S | 16 +-
arch/powerpc/boot/addnote.c | 7 +-
arch/powerpc/include/asm/book3s/64/mmu-hash.h | 1 -
arch/powerpc/kernel/entry_32.S | 10 +-
arch/powerpc/kernel/process.c | 5 -
arch/powerpc/mm/book3s64/internal.h | 1 -
arch/powerpc/mm/book3s64/mmu_context.c | 2 -
arch/powerpc/mm/book3s64/slb.c | 88 ------
arch/powerpc/mm/ptdump/hashpagetable.c | 6 +
arch/powerpc/platforms/pseries/cmm.c | 5 +-
arch/s390/kernel/smp.c | 1 +
arch/x86/crypto/blake2s-core.S | 4 +-
arch/x86/events/core.c | 2 +-
arch/x86/events/intel/core.c | 4 +-
arch/x86/include/asm/ptrace.h | 20 +-
arch/x86/include/asm/uaccess.h | 10 +-
arch/x86/kernel/dumpstack.c | 35 ++-
arch/x86/kernel/stacktrace.c | 2 +-
arch/x86/kernel/unwind_frame.c | 11 +
arch/x86/kvm/lapic.c | 32 ++-
arch/x86/kvm/svm/nested.c | 5 +-
arch/x86/kvm/svm/svm.c | 20 +-
arch/x86/kvm/svm/svm.h | 7 +-
arch/x86/kvm/vmx/nested.c | 2 +-
arch/x86/kvm/vmx/vmx.c | 2 +-
arch/x86/kvm/vmx/vmx.h | 1 +
arch/x86/kvm/x86.c | 2 +
arch/x86/lib/usercopy.c | 2 +-
block/blk-mq.c | 18 +-
block/blk-throttle.c | 16 +-
block/genhd.c | 2 +-
crypto/af_alg.c | 5 +-
crypto/algif_hash.c | 3 +-
crypto/algif_rng.c | 3 +-
crypto/asymmetric_keys/asymmetric_type.c | 12 +-
crypto/seqiv.c | 8 +-
drivers/acpi/acpica/nswalk.c | 9 +-
drivers/acpi/apei/ghes.c | 16 +-
drivers/acpi/cppc_acpi.c | 3 +-
drivers/acpi/processor_core.c | 2 +-
drivers/acpi/property.c | 9 +-
drivers/amba/tegra-ahb.c | 1 +
drivers/atm/he.c | 3 +-
drivers/base/power/runtime.c | 22 +-
drivers/block/floppy.c | 2 +-
drivers/block/nbd.c | 96 ++++---
drivers/block/ps3disk.c | 4 +
drivers/bluetooth/btusb.c | 14 +-
drivers/bus/ti-sysc.c | 11 +-
drivers/char/applicom.c | 5 +-
drivers/char/ipmi/ipmi_msghandler.c | 20 +-
drivers/char/tpm/tpm-chip.c | 1 -
drivers/char/tpm/tpm1-cmd.c | 5 -
drivers/char/tpm/tpm2-cmd.c | 8 +-
drivers/char/virtio_console.c | 2 +-
drivers/clk/mvebu/cp110-system-controller.c | 20 ++
drivers/clk/renesas/r9a06g032-clocks.c | 69 ++++-
drivers/comedi/comedi_fops.c | 42 ++-
drivers/comedi/drivers/c6xdigio.c | 46 ++-
drivers/comedi/drivers/multiq3.c | 9 +
drivers/comedi/drivers/pcl818.c | 5 +-
drivers/counter/interrupt-cnt.c | 3 +-
drivers/cpufreq/cpufreq-nforce2.c | 3 +
drivers/cpufreq/s5pv210-cpufreq.c | 6 +-
drivers/crypto/ccree/cc_buffer_mgr.c | 6 +-
drivers/crypto/hisilicon/qm.c | 14 +-
drivers/firewire/nosy.c | 10 +-
drivers/firmware/arm_scmi/notify.c | 1 +
drivers/firmware/efi/cper-arm.c | 52 ++--
drivers/firmware/efi/cper.c | 60 ++++
drivers/firmware/imx/imx-scu-irq.c | 8 +-
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 8 +-
drivers/gpu/drm/amd/display/dc/core/dc_surface.c | 2 +-
drivers/gpu/drm/gma500/framebuffer.c | 42 ---
.../gpu/drm/i915/gem/selftests/i915_gem_dmabuf.c | 4 +-
drivers/gpu/drm/i915/selftests/i915_gem_gtt.c | 2 +-
drivers/gpu/drm/mediatek/mtk_disp_ccorr.c | 23 +-
drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/atom.h | 13 +
drivers/gpu/drm/nouveau/dispnv50/wndw.c | 2 +-
drivers/gpu/drm/panel/panel-visionox-rm69299.c | 2 +-
drivers/gpu/drm/pl111/pl111_drv.c | 2 +-
drivers/gpu/drm/ttm/ttm_bo_vm.c | 6 +
drivers/gpu/drm/vgem/vgem_fence.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 17 +-
drivers/gpu/host1x/syncpt.c | 4 +-
drivers/hid/hid-core.c | 7 +-
drivers/hid/hid-elecom.c | 6 +-
drivers/hid/hid-ids.h | 3 +-
drivers/hid/hid-input.c | 18 +-
drivers/hid/hid-logitech-dj.c | 56 ++--
drivers/hid/hid-quirks.c | 12 +-
drivers/hwmon/max16065.c | 7 +-
drivers/hwmon/w83791d.c | 19 +-
drivers/hwmon/w83l786ng.c | 26 +-
drivers/hwtracing/coresight/coresight-core.c | 20 +-
drivers/hwtracing/coresight/coresight-etm4x-core.c | 284 +++++++++++++------
drivers/hwtracing/coresight/coresight-etm4x.h | 9 +-
.../coresight/coresight-self-hosted-trace.h | 31 +++
drivers/hwtracing/intel_th/core.c | 20 +-
drivers/i2c/busses/i2c-amd-mp2-pci.c | 5 +-
drivers/i3c/master.c | 189 +++++++++++--
drivers/i3c/master/svc-i3c-master.c | 22 +-
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 24 +-
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 71 +++--
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 32 ++-
drivers/infiniband/core/addr.c | 33 +--
drivers/infiniband/core/cma.c | 3 +
drivers/infiniband/core/device.c | 5 +
drivers/infiniband/core/verbs.c | 2 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 7 +-
drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 2 +-
drivers/infiniband/hw/bnxt_re/qplib_res.c | 8 +-
drivers/infiniband/hw/efa/efa_verbs.c | 4 -
drivers/infiniband/hw/irdma/ctrl.c | 3 +
drivers/infiniband/hw/irdma/pble.c | 6 +-
drivers/infiniband/hw/irdma/utils.c | 3 +-
drivers/infiniband/ulp/rtrs/rtrs-clt.c | 1 +
drivers/infiniband/ulp/rtrs/rtrs-srv.c | 2 +-
drivers/input/serio/i8042-acpipnpio.h | 7 +
drivers/input/touchscreen/ti_am335x_tsc.c | 2 +-
drivers/iommu/amd/init.c | 28 +-
drivers/iommu/apple-dart.c | 2 +
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 27 +-
drivers/iommu/arm/arm-smmu/qcom_iommu.c | 10 +-
drivers/iommu/exynos-iommu.c | 9 +-
drivers/iommu/ipmmu-vmsa.c | 2 +
drivers/iommu/mtk_iommu.c | 2 +
drivers/iommu/mtk_iommu_v1.c | 2 +
drivers/iommu/omap-iommu.c | 2 +-
drivers/iommu/omap-iommu.h | 2 -
drivers/iommu/sun50i-iommu.c | 2 +
drivers/iommu/tegra-smmu.c | 5 +-
drivers/irqchip/qcom-irq-combiner.c | 2 +-
drivers/leds/flash/leds-aat1290.c | 2 +-
drivers/leds/led-class.c | 2 +-
drivers/leds/leds-lp50xx.c | 12 +-
drivers/leds/leds-netxbig.c | 36 ++-
drivers/leds/leds-spi-byte.c | 11 +-
drivers/macintosh/mac_hid.c | 3 +-
drivers/md/dm-ebs-target.c | 2 +-
drivers/md/dm-log-writes.c | 1 +
drivers/md/dm-raid.c | 2 +
drivers/media/cec/core/cec-core.c | 1 +
drivers/media/i2c/adv7604.c | 4 +-
drivers/media/i2c/adv7842.c | 11 +-
drivers/media/i2c/msp3400-kthreads.c | 2 +
drivers/media/i2c/tda1997x.c | 1 -
drivers/media/platform/davinci/vpif_capture.c | 4 +-
drivers/media/platform/exynos4-is/media-dev.c | 10 +-
.../media/platform/mtk-vcodec/mtk_vcodec_fw_vpu.c | 4 +-
drivers/media/platform/rcar_drif.c | 1 +
drivers/media/rc/st_rc.c | 2 +-
drivers/media/test-drivers/vidtv/vidtv_channel.c | 3 +
drivers/media/usb/dvb-usb/dtv5100.c | 5 +
drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
drivers/mfd/altera-sysmgr.c | 2 +
drivers/mfd/da9055-core.c | 1 +
drivers/mfd/max77620.c | 15 +-
drivers/mfd/mt6358-irq.c | 1 +
drivers/mfd/mt6397-irq.c | 1 +
drivers/misc/mei/hw-me-regs.h | 2 +
drivers/misc/mei/pci-me.c | 2 +
drivers/misc/vmw_balloon.c | 3 +-
drivers/mmc/core/bus.c | 9 +-
drivers/mmc/core/bus.h | 3 +-
drivers/mmc/core/mmc.c | 16 +-
drivers/mmc/core/sd.c | 23 +-
drivers/mmc/core/sdio.c | 5 +-
drivers/mmc/core/sdio_bus.c | 7 +-
drivers/mmc/host/Kconfig | 4 +-
drivers/mmc/host/sdhci-msm.c | 27 +-
drivers/mtd/lpddr/lpddr_cmds.c | 8 +-
drivers/net/dsa/b53/b53_common.c | 3 +
drivers/net/ethernet/3com/3c59x.c | 2 +-
drivers/net/ethernet/broadcom/b44.c | 3 +
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 87 +++---
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 4 +-
drivers/net/ethernet/cadence/macb_main.c | 3 +-
drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c | 5 +-
drivers/net/ethernet/freescale/enetc/enetc.h | 4 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 2 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 7 +-
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 4 +-
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 4 +-
drivers/net/ethernet/intel/e1000/e1000_main.c | 10 +-
drivers/net/ethernet/intel/i40e/i40e.h | 15 +-
drivers/net/ethernet/intel/i40e/i40e_client.c | 20 +-
drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 12 -
drivers/net/ethernet/intel/i40e/i40e_main.c | 15 +-
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 10 +-
drivers/net/ethernet/intel/i40e/i40e_txrx.h | 2 +-
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 4 +-
drivers/net/ethernet/intel/iavf/iavf_main.c | 4 +-
.../ethernet/marvell/octeontx2/nic/otx2_ethtool.c | 8 +
.../ethernet/marvell/prestera/prestera_devlink.c | 2 +
.../ethernet/mellanox/mlx5/core/diag/fw_tracer.c | 122 +++++++-
.../ethernet/mellanox/mlx5/core/diag/fw_tracer.h | 2 +
drivers/net/ethernet/mellanox/mlx5/core/port.c | 3 +-
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c | 2 +
.../net/ethernet/mellanox/mlxsw/spectrum_router.c | 17 +-
drivers/net/ethernet/mscc/ocelot.c | 6 +-
drivers/net/ethernet/realtek/r8169_main.c | 5 +-
drivers/net/ethernet/smsc/smc91x.c | 10 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 +-
drivers/net/fjes/fjes_hw.c | 12 +-
drivers/net/ipvlan/ipvlan_core.c | 3 +
drivers/net/mdio/mdio-aspeed.c | 77 +++---
drivers/net/phy/mscc/mscc_main.c | 6 +-
drivers/net/team/team.c | 2 +-
drivers/net/usb/asix_common.c | 5 +
drivers/net/usb/pegasus.c | 2 +
drivers/net/usb/rtl8150.c | 2 +
drivers/net/usb/sr9700.c | 4 +-
drivers/net/wireless/mediatek/mt76/eeprom.c | 37 ++-
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c | 4 +-
drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c | 9 +-
drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c | 27 +-
drivers/net/wireless/st/cw1200/bh.c | 6 +-
drivers/nfc/pn533/usb.c | 2 +-
drivers/nvme/host/fc.c | 6 +-
drivers/parisc/gsc.c | 4 +-
drivers/pci/controller/dwc/pci-keystone.c | 2 +
drivers/pci/controller/dwc/pcie-designware.h | 2 +-
drivers/pci/controller/pcie-brcmstb.c | 10 +-
drivers/pci/pci-driver.c | 4 +
drivers/phy/broadcom/phy-bcm63xx-usbh.c | 6 +-
drivers/pinctrl/pinctrl-single.c | 25 +-
drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 3 +-
drivers/pinctrl/qcom/pinctrl-msm.c | 2 +-
drivers/pinctrl/stm32/pinctrl-stm32.c | 2 +-
drivers/platform/chrome/cros_ec_ishtp.c | 1 +
drivers/platform/x86/acer-wmi.c | 4 +
drivers/platform/x86/asus-wmi.c | 8 +-
drivers/platform/x86/huawei-wmi.c | 4 +
drivers/platform/x86/ibm_rtl.c | 2 +-
drivers/platform/x86/intel/hid.c | 12 +
drivers/platform/x86/msi-laptop.c | 3 +
drivers/power/supply/apm_power.c | 3 +-
drivers/power/supply/wm831x_power.c | 10 +-
drivers/powercap/powercap_sys.c | 22 +-
drivers/pwm/pwm-bcm2835.c | 28 +-
drivers/pwm/pwm-stm32.c | 3 +-
drivers/regulator/core.c | 37 ++-
drivers/remoteproc/qcom_q6v5_wcss.c | 8 +-
drivers/rpmsg/qcom_glink_native.c | 8 +
drivers/s390/crypto/ap_bus.c | 8 +-
drivers/scsi/aic94xx/aic94xx_init.c | 3 +
drivers/scsi/ipr.c | 28 +-
drivers/scsi/libsas/sas_internal.h | 14 -
drivers/scsi/qla2xxx/qla_def.h | 1 -
drivers/scsi/qla2xxx/qla_gbl.h | 2 +-
drivers/scsi/qla2xxx/qla_isr.c | 32 +--
drivers/scsi/qla2xxx/qla_mbx.c | 2 +
drivers/scsi/qla2xxx/qla_mid.c | 4 +-
drivers/scsi/qla2xxx/qla_os.c | 14 +-
drivers/scsi/sg.c | 20 +-
drivers/scsi/sim710.c | 2 +
drivers/scsi/stex.c | 1 +
drivers/soc/actions/owl-sps.c | 16 +-
drivers/soc/amlogic/meson-canvas.c | 5 +-
drivers/soc/imx/gpc.c | 12 +-
drivers/soc/qcom/ocmem.c | 2 +-
drivers/soc/rockchip/pm_domains.c | 13 +-
drivers/spi/spi-fsl-spi.c | 2 +-
drivers/spi/spi-imx.c | 15 +-
drivers/spi/spi-tegra210-quad.c | 307 +++++++++++++++++++--
drivers/spi/spi-xilinx.c | 2 +-
drivers/staging/fbtft/fbtft-core.c | 4 +-
drivers/staging/media/hantro/hantro_g2_hevc_dec.c | 15 +-
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 13 +-
drivers/target/target_core_configfs.c | 1 -
drivers/target/target_core_transport.c | 1 +
drivers/tty/serial/8250/8250_pci.c | 37 +++
drivers/tty/serial/sprd_serial.c | 6 +
drivers/uio/uio_fsl_elbc_gpcm.c | 7 +
drivers/usb/core/message.c | 2 +-
drivers/usb/dwc2/platform.c | 16 +-
drivers/usb/dwc3/dwc3-of-simple.c | 7 +-
drivers/usb/dwc3/gadget.c | 2 +-
drivers/usb/dwc3/host.c | 2 +-
drivers/usb/gadget/legacy/raw_gadget.c | 3 +
drivers/usb/gadget/udc/core.c | 17 +-
drivers/usb/gadget/udc/lpc32xx_udc.c | 20 +-
drivers/usb/gadget/udc/tegra-xudc.c | 6 -
drivers/usb/host/ohci-nxp.c | 20 +-
drivers/usb/host/xhci-dbgcap.h | 1 +
drivers/usb/host/xhci-dbgtty.c | 52 +++-
drivers/usb/host/xhci-hub.c | 2 +-
drivers/usb/host/xhci-mem.c | 10 +-
drivers/usb/host/xhci-ring.c | 8 +-
drivers/usb/host/xhci.h | 16 +-
drivers/usb/misc/chaoskey.c | 16 +-
drivers/usb/phy/phy-fsl-usb.c | 1 +
drivers/usb/phy/phy-isp1301.c | 7 +-
drivers/usb/phy/phy.c | 4 +
drivers/usb/renesas_usbhs/pipe.c | 2 +
drivers/usb/serial/belkin_sa.c | 28 +-
drivers/usb/serial/ftdi_sio.c | 72 ++---
drivers/usb/serial/kobil_sct.c | 18 +-
drivers/usb/serial/option.c | 22 +-
drivers/usb/storage/unusual_uas.h | 2 +-
drivers/usb/typec/ucsi/ucsi.c | 6 +
drivers/usb/usbip/vhci_hcd.c | 6 +-
drivers/vdpa/vdpa.c | 231 ++++++++++++++++
drivers/vhost/vdpa.c | 10 +-
drivers/vhost/vsock.c | 15 +-
drivers/video/backlight/led_bl.c | 18 +-
drivers/video/fbdev/gbefb.c | 5 +-
drivers/video/fbdev/pxafb.c | 12 +-
drivers/video/fbdev/ssd1307fb.c | 4 +-
drivers/video/fbdev/tcx.c | 2 +-
drivers/virtio/virtio_balloon.c | 4 +-
drivers/virtio/virtio_vdpa.c | 6 +-
drivers/watchdog/via_wdt.c | 1 +
drivers/watchdog/wdat_wdt.c | 65 +++--
fs/bfs/inode.c | 19 +-
fs/btrfs/ioctl.c | 4 +-
fs/btrfs/scrub.c | 5 +
fs/btrfs/volumes.c | 1 +
fs/exfat/super.c | 19 +-
fs/ext4/ext4.h | 1 +
fs/ext4/ialloc.c | 1 -
fs/ext4/inline.c | 14 +-
fs/ext4/inode.c | 6 +-
fs/ext4/mballoc.c | 58 ++--
fs/ext4/move_extent.c | 18 +-
fs/ext4/orphan.c | 4 +-
fs/ext4/super.c | 65 +++--
fs/ext4/xattr.c | 38 +--
fs/ext4/xattr.h | 10 +
fs/f2fs/f2fs.h | 3 -
fs/f2fs/file.c | 3 +-
fs/f2fs/namei.c | 6 +-
fs/f2fs/recovery.c | 9 +-
fs/f2fs/super.c | 53 ++--
fs/f2fs/xattr.c | 32 +--
fs/f2fs/xattr.h | 10 +-
fs/fuse/file.c | 26 +-
fs/hfsplus/bnode.c | 4 +-
fs/hfsplus/dir.c | 7 +-
fs/hfsplus/inode.c | 32 ++-
fs/jbd2/journal.c | 14 +
fs/jbd2/transaction.c | 21 +-
fs/lockd/svc4proc.c | 4 +-
fs/lockd/svclock.c | 21 +-
fs/lockd/svcproc.c | 5 +-
fs/locks.c | 13 +-
fs/nfs/Kconfig | 1 +
fs/nfs/dir.c | 114 ++++++--
fs/nfs/internal.h | 2 +-
fs/nfs/namespace.c | 11 +
fs/nfs/nfs2xdr.c | 70 +----
fs/nfs/nfs3xdr.c | 108 ++------
fs/nfs/nfs4proc.c | 21 +-
fs/nfs/nfs4trace.h | 1 +
fs/nfs/nfs4xdr.c | 44 ++-
fs/nfs/pnfs.c | 1 +
fs/nfs/super.c | 26 --
fs/nfs_common/Makefile | 2 +
fs/nfs_common/common.c | 66 +++++
fs/nfsd/Kconfig | 1 +
fs/nfsd/blocklayout.c | 7 +-
fs/nfsd/export.c | 2 +-
fs/nfsd/netns.h | 2 +
fs/nfsd/nfs4proc.c | 2 +-
fs/nfsd/nfs4state.c | 46 ++-
fs/nfsd/nfs4xdr.c | 5 +
fs/nfsd/nfsctl.c | 3 +-
fs/nfsd/nfsd.h | 1 -
fs/nfsd/state.h | 2 +-
fs/nfsd/vfs.c | 2 +-
fs/nls/nls_base.c | 27 +-
fs/notify/fsnotify.c | 9 +-
fs/ntfs3/frecord.c | 49 +++-
fs/ntfs3/fsntfs.c | 18 +-
fs/ntfs3/inode.c | 4 +-
fs/ntfs3/namei.c | 2 +-
fs/ntfs3/ntfs_fs.h | 12 +-
fs/ntfs3/record.c | 22 --
fs/ntfs3/run.c | 6 +-
fs/ntfs3/super.c | 2 +-
fs/ocfs2/alloc.c | 1 -
fs/ocfs2/move_extents.c | 8 +-
fs/ocfs2/suballoc.c | 10 +
fs/xfs/xfs_buf_item.c | 1 +
include/linux/balloon_compaction.h | 65 ++---
include/linux/blk_types.h | 5 +-
include/linux/compiler-clang.h | 23 ++
include/linux/compiler-gcc.h | 14 +
include/linux/coresight.h | 4 +
include/linux/cper.h | 12 +-
include/linux/fs_context.h | 1 -
include/linux/genalloc.h | 1 +
include/linux/hugetlb.h | 4 +-
include/linux/i3c/master.h | 1 -
include/linux/ieee80211.h | 4 +-
include/linux/if_bridge.h | 6 +-
include/linux/mm.h | 2 +-
include/linux/netdevice.h | 3 +-
include/linux/nfs_common.h | 16 ++
include/linux/nfs_fs.h | 9 +
include/linux/nfs_fs_sb.h | 2 +
include/linux/nfs_xdr.h | 2 +
include/linux/platform_data/lp855x.h | 4 +-
include/linux/rculist_nulls.h | 59 ++++
include/linux/reset.h | 1 +
include/linux/security.h | 2 +-
include/linux/soc/renesas/r9a06g032-sysctrl.h | 11 +
include/linux/tpm.h | 9 +-
include/linux/usb/gadget.h | 5 +
include/linux/vdpa.h | 22 +-
include/linux/virtio_config.h | 2 +-
include/media/v4l2-mem2mem.h | 3 +-
include/net/dst.h | 12 +
include/net/netfilter/nf_conntrack_count.h | 16 +-
include/net/sock.h | 13 +
include/net/xfrm.h | 13 +-
include/sound/snd_wavefront.h | 4 -
include/trace/misc/nfs.h | 3 +-
include/uapi/linux/mptcp.h | 1 +
include/uapi/linux/nfs.h | 1 -
include/uapi/linux/vdpa.h | 6 +
include/uapi/sound/asound.h | 2 +-
io_uring/io_uring.c | 2 +-
kernel/dma/pool.c | 2 +-
kernel/livepatch/core.c | 8 +-
kernel/locking/spinlock_debug.c | 4 +-
kernel/sched/cpudeadline.c | 34 +--
kernel/sched/cpudeadline.h | 4 +-
kernel/sched/deadline.c | 8 +-
kernel/scs.c | 2 +-
kernel/trace/trace_events.c | 2 +
lib/crypto/aes.c | 4 +-
lib/idr.c | 2 +
lib/vsprintf.c | 6 +-
mm/balloon_compaction.c | 15 +-
mm/damon/core-test.h | 73 ++++-
mm/damon/vaddr-test.h | 26 +-
mm/hugetlb.c | 4 +-
mm/mempolicy.c | 2 +-
mm/mprotect.c | 26 +-
net/bridge/br_ioctl.c | 36 ++-
net/bridge/br_private.h | 4 +-
net/bridge/br_vlan_tunnel.c | 11 +-
net/caif/cffrml.c | 9 +-
net/can/j1939/transport.c | 2 +
net/ceph/messenger_v2.c | 2 +
net/ceph/mon_client.c | 2 +-
net/ceph/osd_client.c | 11 +-
net/ceph/osdmap.c | 140 +++++-----
net/core/dev_ioctl.c | 15 -
net/core/page_pool.c | 18 +-
net/core/sock.c | 7 +-
net/ethtool/ioctl.c | 134 ++++++---
net/hsr/hsr_forward.c | 2 +
net/ipv4/arp.c | 7 +-
net/ipv4/fib_trie.c | 7 +-
net/ipv4/inet_hashtables.c | 8 +-
net/ipv4/ip_output.c | 19 +-
net/ipv4/ipcomp.c | 2 +
net/ipv4/ping.c | 4 +-
net/ipv4/raw.c | 3 +
net/ipv6/calipso.c | 3 +-
net/ipv6/ip6_gre.c | 9 +-
net/ipv6/ip6_output.c | 3 +-
net/ipv6/ipcomp6.c | 2 +
net/ipv6/xfrm6_tunnel.c | 2 +-
net/key/af_key.c | 2 +-
net/mac80211/rx.c | 5 +
net/mptcp/pm_netlink.c | 3 +-
net/netfilter/ipvs/ip_vs_xmit.c | 3 +
net/netfilter/nf_conncount.c | 219 ++++++++++-----
net/netfilter/nf_tables_api.c | 3 +-
net/netfilter/nft_connlimit.c | 34 +--
net/netfilter/nft_flow_offload.c | 9 +-
net/netfilter/nft_synproxy.c | 6 +-
net/netfilter/xt_connlimit.c | 14 +-
net/netrom/nr_out.c | 4 +-
net/nfc/core.c | 9 +-
net/openvswitch/conntrack.c | 16 +-
net/openvswitch/flow_netlink.c | 13 +-
net/openvswitch/vport-netdev.c | 17 +-
net/rose/af_rose.c | 2 +-
net/sched/sch_cake.c | 60 ++--
net/sched/sch_ets.c | 6 +-
net/sched/sch_qfq.c | 2 +-
net/sctp/socket.c | 5 +-
net/socket.c | 19 +-
net/sunrpc/auth_gss/svcauth_gss.c | 3 +-
net/sunrpc/xprtrdma/svc_rdma_rw.c | 5 +-
net/tls/tls_device.c | 18 +-
net/wireless/wext-core.c | 4 +
net/wireless/wext-priv.c | 4 +
net/xfrm/xfrm_ipcomp.c | 1 -
net/xfrm/xfrm_state.c | 41 ++-
net/xfrm/xfrm_user.c | 2 +-
samples/vfs/test-statx.c | 6 +
samples/watch_queue/watch_test.c | 6 +
scripts/Makefile.modinst | 2 +-
security/integrity/ima/ima_policy.c | 2 +-
security/keys/trusted-keys/trusted_tpm2.c | 6 +-
security/smack/smack_lsm.c | 41 ++-
sound/firewire/dice/dice-extension.c | 4 +-
sound/isa/wavefront/wavefront.c | 61 ++--
sound/isa/wavefront/wavefront_fx.c | 36 +--
sound/isa/wavefront/wavefront_midi.c | 17 +-
sound/isa/wavefront/wavefront_synth.c | 198 ++++++-------
sound/pcmcia/pdaudiocf/pdaudiocf.c | 8 +-
sound/pcmcia/vx/vxpocket.c | 8 +-
sound/soc/bcm/bcm63xx-pcm-whistler.c | 4 +-
sound/soc/codecs/ak4458.c | 10 +-
sound/soc/codecs/ak5558.c | 10 +-
sound/soc/fsl/fsl_sai.c | 3 +
sound/soc/fsl/fsl_xcvr.c | 197 ++++++++++---
sound/soc/fsl/fsl_xcvr.h | 28 ++
sound/soc/intel/catpt/pcm.c | 4 +-
sound/soc/qcom/qdsp6/q6adm.c | 146 +++++-----
sound/soc/qcom/qdsp6/q6asm-dai.c | 7 +-
sound/soc/stm/stm32_i2s.c | 62 ++---
sound/soc/stm/stm32_sai.c | 51 ++--
sound/soc/stm/stm32_sai_sub.c | 65 +++--
sound/soc/stm/stm32_spdifrx.c | 44 +--
sound/usb/mixer_us16x08.c | 20 +-
tools/perf/util/symbol.c | 4 +-
tools/testing/ktest/config-bisect.pl | 4 +-
tools/testing/nvdimm/test/nfit.c | 7 +-
tools/testing/radix-tree/idr-test.c | 21 ++
.../selftests/bpf/prog_tests/perf_branches.c | 22 +-
.../testing/selftests/bpf/prog_tests/send_signal.c | 5 +
.../selftests/bpf/progs/test_perf_branches.c | 3 +
.../test.d/ftrace/func_traceonoff_triggers.tc | 5 +-
.../testing/selftests/net/test_vxlan_under_vrf.sh | 2 +
550 files changed, 5691 insertions(+), 3045 deletions(-)
next reply other threads:[~2026-01-15 17:14 UTC|newest]
Thread overview: 564+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-15 16:41 Greg Kroah-Hartman [this message]
2026-01-15 16:41 ` [PATCH 5.15 001/554] xfrm: delete x->tunnel as we delete x Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 002/554] Revert "xfrm: destroy xfrm_state synchronously on net exit path" Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 003/554] xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 004/554] xfrm: flush all states in xfrm_state_fini Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 005/554] dpaa2-mac: bail if the dpmacs fwnode is not found Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 006/554] drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERR Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 007/554] leds: Replace all non-returning strlcpy with strscpy Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 008/554] leds: spi-byte: Use devm_led_classdev_register_ext() Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 009/554] Documentation: process: Also mention Sasha Levin as stable tree maintainer Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 010/554] jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 011/554] ext4: refresh inline data size before write operations Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 012/554] locking/spinlock/debug: Fix data-race in do_raw_write_lock Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 013/554] ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock() Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 014/554] comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel() Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 015/554] USB: serial: option: add Foxconn T99W760 Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 016/554] USB: serial: option: add Telit Cinterion FE910C04 new compositions Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 017/554] USB: serial: option: move Telit 0x10c7 composition in the right place Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 018/554] USB: serial: ftdi_sio: match on interface number for jtag Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 019/554] serial: add support of CPCI cards Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 020/554] USB: serial: belkin_sa: fix TIOCMBIS and TIOCMBIC Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 021/554] USB: serial: kobil_sct: " Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 022/554] spi: xilinx: increase number of retries before declaring stall Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 023/554] spi: imx: keep dma request disabled before dma transfer setup Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 024/554] bfs: Reconstruct file type when loading from disk Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 025/554] pinctrl: qcom: msm: Fix deadlock in pinmux configuration Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 026/554] platform/x86: acer-wmi: Ignore backlight event Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 027/554] platform/x86: huawei-wmi: add keys for HONOR models Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 028/554] HID: elecom: Add support for ELECOM M-XT3URBK (018F) Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 029/554] samples: work around glibc redefining some of our defines wrong Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 030/554] comedi: c6xdigio: Fix invalid PNP driver unregistration Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 031/554] comedi: multiq3: sanitize config options in multiq3_attach() Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 032/554] comedi: check devices attached status in compat ioctls Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 033/554] staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 034/554] staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR " Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 035/554] smack: fix bug: unprivileged task can create labels Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 036/554] gpu: host1x: Fix race in syncpt alloc/free Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 037/554] drm/panel: visionox-rm69299: Dont clear all mode flags Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 038/554] drm/vgem-fence: Fix potential deadlock on release Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 039/554] USB: Fix descriptor count when handling invalid MBIM extended descriptor Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 040/554] irqchip/qcom-irq-combiner: Fix section mismatch Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 041/554] ntfs3: fix uninit memory after failed mi_read in mi_format_new Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 042/554] ntfs3: Fix uninit buffer allocated by __getname() Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 043/554] rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu() Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 044/554] inet: Avoid ehash lookup race in inet_ehash_insert() Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 045/554] iio: imu: st_lsm6dsx: introduce st_lsm6dsx_device_set_enable routine Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 046/554] iio: imu: st_lsm6dsx: discard samples during filters settling time Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 047/554] iio: imu: st_lsm6dsx: Fix measurement unit for odr struct member Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 048/554] arm64: dts: imx8mm-venice-gw72xx: remove unused sdhc1 pinctrl Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 049/554] uio: uio_fsl_elbc_gpcm:: Add null pointer check to uio_fsl_elbc_gpcm_probe Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 050/554] crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 051/554] crypto: hisilicon/qm - restore original qos values Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 052/554] s390/smp: Fix fallback CPU detection Greg Kroah-Hartman
2026-01-15 16:41 ` [PATCH 5.15 053/554] s390/ap: Dont leak debug feature files if AP instructions are not available Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 054/554] firmware: imx: scu-irq: fix OF node leak in Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 055/554] phy: mscc: Fix PTP for VSC8574 and VSC8572 Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 056/554] sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock() Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 057/554] compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizer Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 058/554] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 059/554] x86: kmsan: dont instrument stack walking functions Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 060/554] x86/dumpstack: Prevent KASAN false positive warnings in __show_regs() Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 061/554] pinctrl: stm32: fix hwspinlock resource leak in probe function Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 062/554] i3c: remove i2c board info from i2c_dev_desc Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 063/554] i3c: support dynamically added i2c devices Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 064/554] i3c: Allow OF-alias-based persistent bus numbering Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 065/554] i3c: master: Inherit DMA masks and parameters from parent device Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 066/554] i3c: fix refcount inconsistency in i3c_master_register Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 067/554] i3c: master: svc: Prevent incomplete IBI transaction Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 068/554] power: supply: wm831x: Check wm831x_set_bits() return value Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 069/554] power: supply: apm_power: only unset own apm_get_power_status Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 070/554] scsi: target: Do not write NUL characters into ASCII configfs output Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 071/554] spi: tegra210-quad: use device_reset method Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 072/554] spi: tegra210-quad: add new chips to compatible Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 073/554] spi: tegra210-quad: combined sequence mode Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 074/554] spi: tegra210-quad: modify chip select (CS) deactivation Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 075/554] spi: tegra210-quad: Fix timeout handling Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 076/554] mfd: da9055: Fix missing regmap_del_irq_chip() in error path Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 077/554] ext4: minor defrag code improvements Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 078/554] ext4: correct the checking of quota files before moving extents Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 079/554] perf/x86/intel: Correct large PEBS flag check Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 080/554] regulator: core: disable supply if enabling main regulator fails Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 081/554] nbd: clean up return value checking of sock_xmit() Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 082/554] nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply() Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 083/554] nbd: defer config put in recv_work Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 084/554] scsi: stex: Fix reboot_notifier leak in probe error path Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 085/554] dt-bindings: PCI: convert amlogic,meson-pcie.txt to dt-schema Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 086/554] dt-bindings: PCI: amlogic: Fix the register name of the DBI region Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 087/554] RDMA/rtrs: server: Fix error handling in get_or_create_srv Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 088/554] ntfs3: init run lock for extend inode Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 089/554] powerpc/32: Fix unpaired stwcx. on interrupt exit Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 090/554] macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 091/554] wifi: cw1200: Fix potential memory leak in cw1200_bh_rx_helper() Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 092/554] nbd: defer config unlock in nbd_genl_connect Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 093/554] coresight: etm4x: Save restore TRFCR_EL1 Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 094/554] coresight: etm4x: Use Trace Filtering controls dynamically Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 095/554] coresight-etm4x: add isb() before reading the TRCSTATR Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 096/554] coresight: etm4x: Extract the trace unit controlling Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 097/554] coresight: etm4x: Add context synchronization before enabling trace Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 098/554] clk: renesas: r9a06g032: Export function to set dmamux Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 099/554] soc: renesas: r9a06g032-sysctrl: Handle h2mode setting based on USBF presence Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 100/554] clk: renesas: r9a06g032: Fix memory leak in error path Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 101/554] lib/vsprintf: Check pointer before dereferencing in time_and_date() Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 102/554] ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent() Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 103/554] ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint() Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 104/554] scsi: sim710: Fix resource leak by adding missing ioport_unmap() calls Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 105/554] leds: netxbig: Fix GPIO descriptor leak in error paths Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 106/554] PCI: keystone: Exit ks_pcie_probe() for invalid mode Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 107/554] ps3disk: use memcpy_{from,to}_bvec index Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 108/554] selftests/bpf: Fix failure paths in send_signal test Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 109/554] watchdog: wdat_wdt: Stop watchdog when uninstalling module Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 110/554] watchdog: wdat_wdt: Fix ACPI table leak in probe function Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 111/554] NFSD/blocklayout: Fix minlength check in proc_layoutget Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 112/554] wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring() Greg Kroah-Hartman
2026-01-15 16:42 ` [PATCH 5.15 113/554] powerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE format Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 114/554] fs/ntfs3: Remove unused mi_mark_free Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 115/554] fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_free Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 116/554] fs/ntfs3: Make ni_ins_new_attr return error Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 117/554] fs/ntfs3: out1 also needs to put mi Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 118/554] fs/ntfs3: Prevent memory leaks in add sub record Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 119/554] drm/mediatek: Fix CCORR mtk_ctm_s31_32_to_s1_n function issue Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 120/554] pwm: bcm2835: Make sure the channel is enabled after pwm_request() Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 121/554] mfd: mt6397-irq: Fix missing irq_domain_remove() in error path Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 122/554] mfd: mt6358-irq: " Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 123/554] wifi: rtl818x: rtl8187: Fix potential buffer underflow in rtl8187_rx_cb() Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 124/554] ima: Handle error code returned by ima_filter_rule_match() Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 125/554] usb: chaoskey: fix locking for O_NONBLOCK Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 126/554] usb: dwc2: disable platform lowlevel hw resources during shutdown Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 127/554] usb: dwc2: fix hang during shutdown if set as peripheral Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 128/554] usb: dwc2: fix hang during suspend " Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 129/554] usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 130/554] selftests/bpf: skip test_perf_branches_hw() on unsupported platforms Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 131/554] selftests/bpf: Improve reliability of test_perf_branches_no_hw() Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 132/554] crypto: ccree - Correctly handle return of sg_nents_for_len Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 133/554] mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add() Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 134/554] staging: fbtft: core: fix potential memory leak in fbtft_probe_common() Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 135/554] PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definition Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 136/554] wifi: ieee80211: correct FILS status codes Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 137/554] backlight: led_bl: Take led_access lock when required Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 138/554] backlight: led-bl: Add devlink to supplier LEDs Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 139/554] backlight: lp855x: Fix lp855x.h kernel-doc warnings Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 140/554] iommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metal Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 141/554] RDMA/irdma: Fix data race in irdma_sc_ccq_arm Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 142/554] RDMA/irdma: Fix data race in irdma_free_pble Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 143/554] ASoC: fsl_xcvr: Add Counter registers Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 144/554] ASoC: fsl_xcvr: Add support for i.MX93 platform Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 145/554] ASoC: fsl_xcvr: clear the channel status control memory Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 146/554] drm/amd/display: Fix logical vs bitwise bug in get_embedded_panel_info_v2_1() Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 147/554] ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4 Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 148/554] ext4: remove unused return value of __mb_check_buddy Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 149/554] ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 150/554] vdpa: Introduce and use vdpa device get, set config helpers Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 151/554] vdpa: Introduce query of device config layout Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 152/554] vdpa: Sync calls set/get config/status with cf_mutex Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 153/554] virtio_vdpa: fix misleading return in void function Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 154/554] virtio: fix virtqueue_set_affinity() docs Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 155/554] ASoC: Intel: catpt: Fix error path in hw_params() Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 156/554] regulator: core: Protect regulator_supply_alias_list with regulator_list_mutex Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 157/554] netfilter: flowtable: check for maximum number of encapsulations in bridge vlan Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 158/554] netfilter: nf_conncount: reduce unnecessary GC Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 159/554] netfilter: nf_conncount: rework API to use sk_buff directly Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 160/554] netfilter: nft_connlimit: update the count if add was skipped Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 161/554] net: stmmac: fix rx limit check in stmmac_rx_zc() Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 162/554] mtd: lpddr_cmds: fix signed shifts in lpddr_cmds Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 163/554] remoteproc: qcom_q6v5_wcss: fix parsing of qcom,halt-regs Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 164/554] net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 165/554] perf tools: Fix split kallsyms DSO counting Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 166/554] pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 167/554] pinctrl: single: Fix incorrect type for error return variable Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 168/554] fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe() Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 169/554] NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink() Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 170/554] NFS: dont unhash dentry during unlink/rename Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 171/554] NFS: Avoid changing nlink when file removes and attribute updates race Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 172/554] fs/nls: Fix utf16 to utf8 conversion Greg Kroah-Hartman
2026-01-15 16:43 ` [PATCH 5.15 173/554] NFSv4: Add some support for case insensitive filesystems Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 174/554] NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 175/554] NFS: Initialise verifiers for visible dentries " Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 176/554] NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 177/554] Revert "nfs: ignore SB_RDONLY when remounting nfs" Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 178/554] Revert "nfs: clear SB_RDONLY before getting superblock" Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 179/554] Revert "nfs: ignore SB_RDONLY when mounting nfs" Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 180/554] fs_context: drop the unused lsm_flags member Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 181/554] NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flags Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 182/554] fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 183/554] platform/x86: asus-wmi: use brightness_set_blocking() for kbd led Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 184/554] ASoC: bcm: bcm63xx-pcm-whistler: Check return value of of_dma_configure() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 185/554] ASoC: ak4458: Disable regulator when error happens Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 186/554] ASoC: ak5558: " Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 187/554] blk-mq: Abort suspend when wakeup events are pending Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 188/554] block: fix comment for op_is_zone_mgmt() to include RESET_ALL Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 189/554] dma/pool: eliminate alloc_pages warning in atomic_pool_expand Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 190/554] ALSA: uapi: Fix typo in asound.h comment Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 191/554] ARM: 9464/1: fix input-only operand modification in load_unaligned_zeropad() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 192/554] dm-raid: fix possible NULL dereference with undefined raid type Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 193/554] dm log-writes: Add missing set_freezable() for freezable kthread Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 194/554] efi/cper: Add a new helper function to print bitmasks Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 195/554] efi/cper: Adjust infopfx size to accept an extra space Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 196/554] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 197/554] ocfs2: fix memory leak in ocfs2_merge_rec_left() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 198/554] usb: gadget: tegra-xudc: Always reinitialize data toggle when clear halt Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 199/554] usb: phy: Initialize struct usb_phy list_head Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 200/554] ALSA: dice: fix buffer overflow in detect_stream_formats() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 201/554] ASoC: fsl_xcvr: get channel status data when PHY is not exists Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 202/554] NFS: Fix missing unlock in nfs_unlink() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 203/554] netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 204/554] coresight: etm4x: Correct polling IDLE bit Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 205/554] spi: tegra210-quad: Fix validate combined sequence Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 206/554] spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 207/554] i3c: fix uninitialized variable use in i2c setup Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 208/554] bpf, arm64: Do not audit capability check in do_jit() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 209/554] btrfs: fix memory leak of fs_devices in degraded seed device path Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 210/554] sched/deadline: only set free_cpus for online runqueues Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 211/554] x86/ptrace: Always inline trivial accessors Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 212/554] ACPICA: Avoid walking the Namespace if start_node is NULL Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 213/554] ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() only Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 214/554] cpufreq: s5pv210: fix refcount leak Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 215/554] livepatch: Match old_sympos 0 and 1 in klp_find_func() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 216/554] fs/ntfs3: Support timestamps prior to epoch Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 217/554] hfsplus: fix volume corruption issue for generic/070 Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 218/554] hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 219/554] hfsplus: Verify inode mode when loading from disk Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 220/554] hfsplus: fix volume corruption issue for generic/073 Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 221/554] btrfs: scrub: always update btrfs_scrub_progress::last_physical Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 222/554] Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 223/554] netrom: Fix memory leak in nr_sendmsg() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 224/554] net/sched: ets: Always remove class from active list before deleting in ets_qdisc_change Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 225/554] ipvlan: Ignore PACKET_LOOPBACK in handle_mode_l2() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 226/554] mlxsw: spectrum_router: Fix neighbour use-after-free Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 227/554] mlxsw: spectrum_mr: Fix use-after-free when updating multicast route stats Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 228/554] net: openvswitch: fix middle attribute validation in push_nsh() action Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 229/554] broadcom: b44: prevent uninitialized value usage Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 230/554] netfilter: nf_conncount: fix leaked ct in error paths Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 231/554] ipvs: fix ipv4 null-ptr-deref in route error path Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 232/554] caif: fix integer underflow in cffrml_receive() Greg Kroah-Hartman
2026-01-15 16:44 ` [PATCH 5.15 233/554] net/sched: ets: Remove drr class from the active list if it changes to strict Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 234/554] nfc: pn533: Fix error code in pn533_acr122_poweron_rdr() Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 235/554] ethtool: use phydev variable Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 236/554] net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_stats Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 237/554] net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpers Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 238/554] ethtool: Avoid overflowing userspace buffer on stats query Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 239/554] net/mlx5: fw_tracer, Add support for unrecognized string Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 240/554] net/mlx5: fw_tracer, Validate format string parameters Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 241/554] net/mlx5: fw_tracer, Handle escaped percent properly Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 242/554] net: hns3: using the num_tqps in the vf driver to apply for resources Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 243/554] net: hns3: Align type of some variables with their print type Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 244/554] net: hns3: using the num_tqps to check whether tqp_index is out of range when vf get ring info from mbx Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 245/554] net: hns3: add VLAN id validation before using Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 246/554] HID: input: map HID_GD_Z to ABS_DISTANCE for stylus/pen Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 247/554] Input: ti_am335x_tsc - fix off-by-one error in wire_order validation Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 248/554] Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8042 quirk table Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 249/554] ACPI: CPPC: Fix missing PCC check for guaranteed_perf Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 250/554] spi: fsl-cpm: Check length parity before switching to 16 bit mode Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 251/554] mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to Kconfig Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 252/554] net/hsr: fix NULL pointer dereference in prp_get_untagged_frame() Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 253/554] ALSA: vxpocket: Fix resource leak in vxpocket_probe error path Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 254/554] ALSA: pcmcia: Fix resource leak in snd_pdacf_probe " Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 255/554] ALSA: usb-mixer: us16x08: validate meter packet indices Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 256/554] ipmi: Fix the race between __scan_channels() and deliver_response() Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 257/554] ipmi: Fix __scan_channels() failing to rescan channels Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 258/554] firmware: imx: scu-irq: Init workqueue before request mbox channel Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 259/554] ti-sysc: allow OMAP2 and OMAP4 timers to be reserved on AM33xx Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 260/554] clk: mvebu: cp110 add CLK_IGNORE_UNUSED to pcie_x10, pcie_x11 & pcie_x4 Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 261/554] powerpc/addnote: Fix overflow on 32-bit builds Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 262/554] scsi: qla2xxx: Fix lost interrupts with qlini_mode=disabled Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 263/554] scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusive Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 264/554] scsi: qla2xxx: Use reinit_completion on mbx_intr_comp Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 265/554] via_wdt: fix critical boot hang due to unnamed resource allocation Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 266/554] reset: fix BIT macro reference Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 267/554] exfat: fix remount failure in different process environments Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 268/554] usbip: Fix locking bug in RT-enabled kernels Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 269/554] usb: typec: ucsi: Handle incorrect num_connectors capability Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 270/554] usb: xhci: limit run_graceperiod for only usb 3.0 devices Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 271/554] usb: usb-storage: No additional quirks need to be added to the EL-R12 optical drive Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 272/554] serial: sprd: Return -EPROBE_DEFER when uart clock is not ready Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 273/554] nvme-fc: dont hold rport lock when putting ctrl Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 274/554] platform/x86/intel/hid: Add Dell Pro Rugged 10/12 tablet to VGBS DMI quirks Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 275/554] vhost/vsock: improve RCU read sections around vhost_vsock_get() Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 276/554] KEYS: trusted: Fix a memory leak in tpm2_load_cmd Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 277/554] mmc: sdhci-msm: Avoid early clock doubling during HS400 transition Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 278/554] lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bit Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 279/554] block: rate-limit capacity change info log Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 280/554] floppy: fix for PAGE_SIZE != 4KB Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 281/554] fs/ntfs3: fix mount failure for sparse runs in run_unpack() Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 282/554] ktest.pl: Fix uninitialized var in config-bisect.pl Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 283/554] ext4: xattr: fix null pointer deref in ext4_raw_inode() Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 284/554] ext4: clear i_state_flags when alloc inode Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 285/554] ext4: fix incorrect group number assertion in mb_check_buddy Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 286/554] ext4: align max orphan file size with e2fsprogs limit Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 287/554] jbd2: use a weaker annotation in journal handling Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 288/554] media: v4l2-mem2mem: Fix outdated documentation Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 289/554] usb: usb-storage: Maintain minimal modifications to the bcdDevice range Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 290/554] media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg() Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 291/554] media: pvrusb2: Fix incorrect variable used in trace message Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 292/554] phy: broadcom: bcm63xx-usbh: fix section mismatches Greg Kroah-Hartman
2026-01-15 16:45 ` [PATCH 5.15 293/554] USB: lpc32xx_udc: Fix error handling in probe Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 294/554] usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 295/554] usb: phy: isp1301: fix non-OF device reference imbalance Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 296/554] usb: dwc3: of-simple: fix clock resource leak in dwc3_of_simple_probe Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 297/554] usb: renesas_usbhs: Fix a resource leak in usbhs_pipe_malloc() Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 298/554] char: applicom: fix NULL pointer dereference in ac_ioctl Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 299/554] intel_th: Fix error handling in intel_th_output_open Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 300/554] cpufreq: nforce2: fix reference count leak in nforce2 Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 301/554] scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path" Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 302/554] scsi: aic94xx: fix use-after-free in device removal path Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 303/554] NFSD: use correct reservation type in nfsd4_scsi_fence_client Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 304/554] scsi: target: Reset t_task_cdb pointer in error case Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 305/554] f2fs: invalidate dentry cache on failed whiteout creation Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 306/554] f2fs: fix return value of f2fs_recover_fsync_data() Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 307/554] tools/testing/nvdimm: Use per-DIMM device handle Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 308/554] media: vidtv: initialize local pointers upon transfer of memory ownership Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 309/554] ocfs2: fix kernel BUG in ocfs2_find_victim_chain Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 310/554] platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driver Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 311/554] scs: fix a wrong parameter in __scs_magic Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 312/554] parisc: Do not reprogram affinitiy on ASP chip Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 313/554] libceph: make decode_pool() more resilient against corrupted osdmaps Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 314/554] KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0 Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 315/554] KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn() Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 316/554] KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 317/554] KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 318/554] KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN) Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 319/554] KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 320/554] tracing: Do not register unsupported perf events Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 321/554] PM: runtime: Do not clear needs_force_resume with enabled runtime PM Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 322/554] fsnotify: do not generate ACCESS/MODIFY events on child for special files Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 323/554] nfsd: Mark variable __maybe_unused to avoid W=1 build break Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 324/554] svcrdma: return 0 on success from svc_rdma_copy_inline_range Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 325/554] io_uring: fix filename leak in __io_openat_prep() Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 326/554] drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state() Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 327/554] amba: tegra-ahb: Fix device leak on SMMU enable Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 328/554] soc: qcom: ocmem: fix device leak on lookup Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 329/554] soc: amlogic: canvas: " Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 330/554] rpmsg: glink: fix rpmsg device leak Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 331/554] i2c: amd-mp2: fix reference leak in MP2 PCI device Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 332/554] hwmon: (max16065) Use local variable to avoid TOCTOU Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 333/554] hwmon: (w83791d) Convert macros to functions " Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 334/554] hwmon: (w83l786ng) " Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 335/554] i40e: fix scheduling in set_rx_mode Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 336/554] i40e: Refactor argument of several client notification functions Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 337/554] i40e: Refactor argument of i40e_detect_recover_hung() Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 338/554] i40e: validate ring_len parameter against hardware-specific values Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 339/554] iavf: fix off-by-one issues in iavf_config_rss_reg() Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 340/554] crypto: seqiv - Do not use req->iv after crypto_aead_encrypt Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 341/554] Bluetooth: btusb: revert use of devm_kzalloc in btusb Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 342/554] net: mdio: aspeed: move reg accessing part into separate functions Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 343/554] net: mdio: aspeed: add dummy read to avoid read-after-write issue Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 344/554] net: openvswitch: Avoid needlessly taking the RTNL on vport destroy Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 345/554] ip6_gre: make ip6gre_header() robust Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 346/554] platform/x86: msi-laptop: add missing sysfs_remove_group() Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 347/554] platform/x86: ibm_rtl: fix EBDA signature search pointer arithmetic Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 348/554] team: fix check for port enabled in team_queue_override_port_prio_changed() Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 349/554] net: usb: rtl8150: fix memory leak on usb_submit_urb() failure Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 350/554] smc91x: fix broken irq-context in PREEMPT_RT Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 351/554] genalloc.h: fix htmldocs warning Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 352/554] firewire: nosy: Fix dma_free_coherent() size Greg Kroah-Hartman
2026-01-15 16:46 ` [PATCH 5.15 353/554] net: dsa: b53: skip multicast entries for fdb_dump() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 354/554] net: usb: asix: validate PHY address before use Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 355/554] net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group struct Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 356/554] octeontx2-pf: fix "UBSAN: shift-out-of-bounds error" Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 357/554] ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 358/554] ipv4: Fix reference count leak when using error routes with nexthop objects Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 359/554] net: rose: fix invalid array index in rose_kill_by_device() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 360/554] RDMA/irdma: avoid invalid read in irdma_net_event Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 361/554] RDMA/efa: Remove possible negative shift Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 362/554] RDMA/core: Fix logic error in ib_get_gids_from_rdma_hdr() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 363/554] RDMA/bnxt_re: Fix incorrect BAR check in bnxt_qplib_map_creq_db() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 364/554] RDMA/bnxt_re: Fix IB_SEND_IP_CSUM handling in post_send Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 365/554] RDMA/bnxt_re: Fix to use correct page size for PDE table Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 366/554] RDMA/rtrs: Fix clt_path::max_pages_per_mr calculation Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 367/554] RDMA/bnxt_re: fix dma_free_coherent() pointer Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 368/554] selftests/ftrace: traceonoff_triggers: strip off names Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 369/554] ASoC: stm32: sai: fix device leak on probe Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 370/554] ASoC: qcom: q6asm-dai: perform correct state check before closing Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 371/554] ASoC: qcom: q6adm: the the copp device only during last instance Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 372/554] ASoC: qcom: qdsp6: q6asm-dai: set 10 ms period and buffer alignment Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 373/554] iommu/apple-dart: fix device leak on of_xlate() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 374/554] iommu/exynos: " Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 375/554] iommu/ipmmu-vmsa: " Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 376/554] iommu/mediatek-v1: fix device leak on probe_device() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 377/554] iommu/mediatek: fix device leak on of_xlate() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 378/554] iommu/omap: fix device leaks on probe_device() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 379/554] iommu/sun50i: fix device leak on of_xlate() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 380/554] iommu/tegra: fix device leak on probe_device() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 381/554] HID: logitech-dj: Remove duplicate error logging Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 382/554] PCI/PM: Reinstate clearing state_saved in legacy and !PM codepaths Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 383/554] leds: leds-lp50xx: Allow LED 0 to be added to module bank Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 384/554] leds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDs Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 385/554] mfd: altera-sysmgr: Fix device leak on sysmgr regmap lookup Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 386/554] mfd: max77620: Fix potential IRQ chip conflict when probing two devices Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 387/554] media: rc: st_rc: Fix reset control resource leak Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 388/554] parisc: entry.S: fix space adjustment on interruption for 64-bit userspace Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 389/554] parisc: entry: set W bit for !compat tasks in syscall_restore_rfi() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 390/554] media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log_status() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 391/554] dm-ebs: Mark full buffer dirty even on partial write Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 392/554] fbdev: gbefb: fix to use physical address instead of dma address Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 393/554] fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 394/554] fbdev: tcx.c fix mem_map to correct smem_start offset Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 395/554] media: cec: Fix debugfs leak on bus_register() failure Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 396/554] media: msp3400: Avoid possible out-of-bounds array accesses in msp3400c_thread() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 397/554] media: TDA1997x: Remove redundant cancel_delayed_work in probe Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 398/554] media: i2c: ADV7604: " Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 399/554] media: i2c: adv7842: " Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 400/554] idr: fix idr_alloc() returning an ID out of range Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 401/554] RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctly Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 402/554] RDMA/cm: Fix leaking the multicast GID table reference Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 403/554] e1000: fix OOB in e1000_tbi_should_accept() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 404/554] fjes: Add missing iounmap in fjes_hw_init() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 405/554] nfsd: Drop the client reference in client_states_open() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 406/554] net: usb: sr9700: fix incorrect command used to write single register Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 407/554] net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 408/554] net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb_open() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 409/554] drm/msm/a6xx: Fix out of bound IO access in a6xx_get_gmu_registers Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 410/554] drm/ttm: Avoid NULL pointer deref for evicted BOs Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 411/554] drm/nouveau/dispnv50: Dont call drm_atomic_get_crtc_state() in prepare_fb Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 412/554] mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_fail() Greg Kroah-Hartman
2026-01-15 16:47 ` [PATCH 5.15 413/554] mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_three_regions() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 414/554] RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 415/554] mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_succ() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 416/554] mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 417/554] mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 418/554] mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions_of() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 419/554] mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 420/554] mm/damon/tests/core-kunit: handle memory failure from damon_test_target() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 421/554] mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_of() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 422/554] mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggregate() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 423/554] kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 424/554] virtio_console: fix order of fields cols and rows Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 425/554] drm/vmwgfx: Fix a null-ptr access in the cursor snooper Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 426/554] usb: xhci: move link chain bit quirk checks into one helper function Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 427/554] usb: xhci: Apply the link chain quirk on NEC isoc endpoints Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 428/554] usb: gadget: udc: fix use-after-free in usb_gadget_state_work Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 429/554] xhci: dbgtty: use IDR to support several dbc instances Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 430/554] xhci: dbgtty: fix device unregister Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 431/554] jbd2: fix the inconsistency between checksum and data in memory for journal sb Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 432/554] tpm: Cap the number of PCR banks Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 433/554] btrfs: dont rewrite ret from inode_permission Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 434/554] wifi: mt76: Fix DTS power-limits on little endian systems Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 435/554] ALSA: wavefront: Clear substream pointers on close Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 436/554] ALSA: wavefront: Use standard print API Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 437/554] ALSA: wavefront: Fix integer overflow in sample size validation Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 438/554] NFSD: Clear SECLABEL in the suppattr_exclcreat bitmap Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 439/554] KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 440/554] xfs: fix a memory leak in xfs_buf_item_init() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 441/554] f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 442/554] f2fs: use global inline_xattr_slab instead of per-sb slab cache Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 443/554] f2fs: fix to propagate error from f2fs_enable_checkpoint() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 444/554] f2fs: fix to avoid updating zero-sized extent in extent cache Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 445/554] usb: dwc3: keep susphy enabled during exit to avoid controller faults Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 446/554] mptcp: pm: ignore unknown endpoint flags Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 447/554] usb: ohci-nxp: Use helper function devm_clk_get_enabled() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 448/554] usb: ohci-nxp: fix device leak on probe failure Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 449/554] fuse: fix readahead reclaim deadlock Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 450/554] ARM: dts: microchip: sama7g5: fix uart fifo size to 32 Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 451/554] svcrdma: bound check rq_pages index in inline path Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 452/554] ARM: dts: microchip: sama5d2: fix spi flexcom fifo size to 32 Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 453/554] crypto: af_alg - zero initialize memory allocated via sock_kmalloc Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 454/554] KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 455/554] SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 456/554] media: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 457/554] media: vpif_capture: fix section mismatch Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 458/554] media: verisilicon: Protect G2 HEVC decoder against invalid DPB index Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 459/554] NFSD: NFSv4 file creation neglects setting ACL Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 460/554] media: samsung: exynos4-is: fix potential ABBA deadlock on init Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 461/554] media: renesas: rcar_drif: fix device node reference leak in rcar_drif_bond_enabled Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 462/554] powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_COMPACTION Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 463/554] PCI: brcmstb: Fix disabling L0s capability Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 464/554] powerpc/64s/slb: Fix SLB multihit issue during SLB preload Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 465/554] iommu/qcom: fix device leak on of_xlate() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 466/554] r8169: fix RTL8117 Wake-on-Lan in DASH mode Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 467/554] ASoC: stm: Use dev_err_probe() helper Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 468/554] ASoC: stm32: sai: Use the devm_clk_get_optional() helper Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 469/554] ASoC: stm32: sai: fix clk prepare imbalance on probe failure Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 470/554] mm/balloon_compaction: make balloon page compaction callbacks static Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 471/554] mm/balloon_compaction: we cannot have isolated pages in the balloon list Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 472/554] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize() Greg Kroah-Hartman
2026-01-15 16:48 ` [PATCH 5.15 473/554] powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 474/554] pmdomain: Use device_get_match_data() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 475/554] pmdomain: imx: Fix reference count leak in imx_gpc_probe() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 476/554] lockd: fix vfs_test_lock() calls Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 477/554] ASoC: stm: stm32_sai_sub: Convert to platform remove callback returning void Greg Kroah-Hartman
2026-01-16 9:00 ` Uwe Kleine-König
2026-01-16 11:07 ` Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 478/554] ASoC: stm32: sai: fix OF node leak on probe Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 479/554] wifi: mac80211: Discard Beacon frames to non-broadcast address Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 480/554] drm/gma500: Remove unused helper psb_fbdev_fb_setcolreg() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 481/554] net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 482/554] mmc: core: use sysfs_emit() instead of sprintf() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 483/554] drm/i915/selftests: fix subtraction overflow bug Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 484/554] page_pool: Fix use-after-free in page_pool_recycle_in_ring Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 485/554] KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 486/554] HID: core: Harden s32ton() against conversion to 0 bits Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 487/554] mm/mprotect: use long for page accountings and retval Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 488/554] KVM: arm64: sys_regs: disable -Wuninitialized-const-pointer warning Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 489/554] ipv6: Fix potential uninit-value access in __ip6_make_skb() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 490/554] ipv4: Fix uninit-value access in __ip_make_skb() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 491/554] selftests: net: test_vxlan_under_vrf: fix HV connectivity test Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 492/554] x86: remove __range_not_ok() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 493/554] pwm: stm32: Always program polarity Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 494/554] ext4: filesystems without casefold feature cannot be mounted with siphash Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 495/554] ext4: factor out ext4_hash_info_init() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 496/554] ext4: fix error message when rejecting the default hash Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 497/554] firmware: arm_scmi: Fix unused notifier-block in unregister Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 498/554] Revert "iommu/amd: Skip enabling command/event buffers for kdump" Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 499/554] net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 500/554] usb: gadget: lpc32xx_udc: fix clock imbalance in error path Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 501/554] atm: Fix dma_free_coherent() size Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 502/554] net: 3com: 3c59x: fix possible null dereference in vortex_probe1() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 503/554] mei: me: add nova lake point S DID Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 504/554] lib/crypto: aes: Fix missing MMU protection for AES S-box Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 505/554] drm/pl111: Fix error handling in pl111_amba_probe Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 506/554] wifi: avoid kernel-infoleak from struct iw_point Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 507/554] libceph: prevent potential out-of-bounds reads in handle_auth_done() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 508/554] libceph: replace overzealous BUG_ON in osdmap_apply_incremental() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 509/554] libceph: make free_choose_arg_map() resilient to partial allocation Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 510/554] libceph: return the handler error from mon_handle_auth_done() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 511/554] libceph: make calc_target() set t->paused, not just clear it Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 512/554] ext4: introduce ITAIL helper Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 513/554] ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 514/554] net: Add locking to protect skb->dev access in ip_output Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 515/554] tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 516/554] csky: fix csky_cmpxchg_fixup not working Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 517/554] ARM: 9461/1: Disable HIGHPTE on PREEMPT_RT kernels Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 518/554] alpha: dont reference obsolete termio struct for TC* constants Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 519/554] NFSv4: ensure the open stateid seqid doesnt go backwards Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 520/554] NFS: Fix up the automount fs_context to use the correct cred Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 521/554] scsi: ipr: Enable/disable IRQD_NO_BALANCING during reset Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 522/554] scsi: Revert "scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed" Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 523/554] arm64: dts: add off-on-delay-us for usdhc2 regulator Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 524/554] ARM: dts: imx6q-ba16: fix RTC interrupt level Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 525/554] netfilter: nft_synproxy: avoid possible data-race on update operation Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 526/554] netfilter: nf_tables: fix memory leak in nf_tables_newrule() Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 527/554] netfilter: nf_conncount: update last_gc only when GC has been performed Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 528/554] net: marvell: prestera: fix NULL dereference on devlink_alloc() failure Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 529/554] bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egress Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 530/554] net: mscc: ocelot: Fix crash when adding interface under a lag Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 531/554] inet: ping: Fix icmp out counting Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 532/554] net: sock: fix hardened usercopy panic in sock_recv_errqueue Greg Kroah-Hartman
2026-01-15 16:49 ` [PATCH 5.15 533/554] netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updates Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 534/554] net/mlx5e: Dont print error message due to invalid module Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 535/554] eth: bnxt: move and rename reset helpers Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 536/554] bnxt_en: Fix potential data corruption with HW GRO/LRO Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 537/554] HID: quirks: work around VID/PID conflict for appledisplay Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 538/554] net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qfq_reset Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 539/554] net: usb: pegasus: fix memory leak in update_eth_regs_async() Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 540/554] net: enetc: fix build warning when PAGE_SIZE is greater than 128K Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 541/554] arp: do not assume dev_hard_header() does not change skb->head Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 542/554] NFS: trace: show TIMEDOUT instead of 0x6e Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 543/554] nfs_common: factor out nfs_errtbl and nfs_stat_to_errno Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 544/554] NFSD: Remove NFSERR_EAGAIN Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 545/554] nfsd: provide locking for v4_end_grace Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 546/554] counter: interrupt-cnt: Drop IRQF_NO_THREAD flag Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 547/554] pinctrl: qcom: lpass-lpi: Remove duplicate assignment of of_gpio_n_cells Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 548/554] pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 549/554] blk-throttle: Set BIO_THROTTLED when bio has been throttled Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 550/554] powercap: fix race condition in register_control_type() Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 551/554] powercap: fix sscanf() error return value handling Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 552/554] can: j1939: make j1939_session_activate() fail if device is no longer registered Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 553/554] ASoC: fsl_sai: Add missing registers to cache default Greg Kroah-Hartman
2026-01-15 16:50 ` [PATCH 5.15 554/554] scsi: sg: Fix occasional bogus elapsed time that exceeds timeout Greg Kroah-Hartman
2026-01-15 19:15 ` [PATCH 5.15 000/554] 5.15.198-rc1 review Brett A C Sheffield
2026-01-15 19:33 ` Slade Watkins
2026-01-15 22:04 ` Florian Fainelli
2026-01-16 9:45 ` Jon Hunter
2026-01-16 11:08 ` Greg Kroah-Hartman
2026-01-16 17:38 ` Hardik Garg
2026-01-16 20:33 ` Shuah Khan
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=20260115164246.225995385@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=sr@sladewatkins.com \
--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