[PATCH 5.8 000/464] 5.8.2-rc1 review

From: Greg Kroah-Hartman
Date: Mon Aug 17 2020 - 15:50:32 EST


This is the start of the stable review cycle for the 5.8.2 release.
There are 464 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 Wed, 19 Aug 2020 14:36:49 +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.8.2-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.8.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 5.8.2-rc1

Jens Axboe <axboe@xxxxxxxxx>
task_work: only grab task signal lock when needed

Jens Axboe <axboe@xxxxxxxxx>
io_uring: enable lookup of links holding inflight files

Jens Axboe <axboe@xxxxxxxxx>
io_uring: add missing REQ_F_COMP_LOCKED for nested requests

Jens Axboe <axboe@xxxxxxxxx>
io_uring: hold 'ctx' reference around task_work queue + execute

Guoyu Huang <hgy5945@xxxxxxxxx>
io_uring: Fix NULL pointer dereference in loop_rw_iter()

Gerald Schaefer <gerald.schaefer@xxxxxxxxxxxxx>
s390/gmap: improve THP splitting

Alexander Gordeev <agordeev@xxxxxxxxxxxxx>
s390/numa: set node distance to LOCAL_DISTANCE

Stefan Haberland <sth@xxxxxxxxxxxxx>
s390/dasd: fix inability to use DASD with DIAG driver

Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx>
drm/xen-front: Fix misused IS_ERR_OR_NULL checks

Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx>
xen/gntdev: Fix dmabuf import with non-zero sgt offset

Roger Pau Monne <roger.pau@xxxxxxxxxx>
xen/balloon: make the balloon wait interruptible

Roger Pau Monne <roger.pau@xxxxxxxxxx>
xen/balloon: fix accounting in alloc_xenballooned_pages error path

Kees Cook <keescook@xxxxxxxxxxxx>
firmware_loader: EFI firmware loader must handle pre-allocated buffer

Jon Derrick <jonathan.derrick@xxxxxxxxx>
irqdomain/treewide: Free firmware node after domain removal

Jonathan McDowell <noodles@xxxxxxxx>
firmware: qcom_scm: Fix legacy convention SCM accessors

Nathan Huckleberry <nhuck@xxxxxxxxxx>
ARM: 8992/1: Fix unwind_frame for clang-built kernels

Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
ARM: dts: exynos: Extend all Exynos5800 A15's OPPs with max voltage data

Sven Schnelle <svens@xxxxxxxxxxxxxx>
parisc: mask out enable and reserved bits from sba imask

John David Anglin <dave.anglin@xxxxxxxx>
parisc: Implement __smp_store_release and __smp_load_acquire barriers

John David Anglin <dave.anglin@xxxxxxxx>
parisc: Do not use an ordered store in pa_tlb_lock()

Helge Deller <deller@xxxxxx>
Revert "parisc: Revert "Release spinlocks using ordered store""

Helge Deller <deller@xxxxxx>
Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"

Helge Deller <deller@xxxxxx>
Revert "parisc: Drop LDCW barrier in CAS code when running UP"

Helge Deller <deller@xxxxxx>
Revert "parisc: Improve interrupt handling in arch_spin_lock_flags()"

Baoquan He <bhe@xxxxxxxxxx>
Revert "mm/vmstat.c: do not show lowmem reserve protection information of empty zone"

Gao Xiang <hsiangkao@xxxxxxxxxx>
erofs: fix extended inode could cross boundary

Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx>
mtd: spi-nor: intel-spi: Simulate WRDI command

Sivaprakash Murugesan <sivaprak@xxxxxxxxxxxxxx>
mtd: rawnand: qcom: avoid write to unavailable register

Christian Eggers <ceggers@xxxxxxx>
spi: spidev: Align buffers for DMA

Chanwoo Choi <cw00.choi@xxxxxxxxxxx>
PM / devfreq: Fix indentaion of devfreq_summary debugfs node

Marc Zyngier <maz@xxxxxxxxxx>
PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absent

Romain Naour <romain.naour@xxxxxxxxx>
include/asm-generic/vmlinux.lds.h: align ro_after_init

Huacai Chen <chenhc@xxxxxxxxxx>
MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64

Ivan Kokshaysky <ink@xxxxxxxxxxxxxxxxxxxx>
cpufreq: dt: fix oops on armada37xx

Viresh Kumar <viresh.kumar@xxxxxxxxxx>
cpufreq: Fix locking issues with governors

Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
NFS: Don't return layout segments that are in use

Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
NFS: Don't move layouts to plh_return_segs list while in use

Jens Axboe <axboe@xxxxxxxxx>
io_uring: sanitize double poll handling

Jens Axboe <axboe@xxxxxxxxx>
io_uring: fail poll arm on queue proc failure

Jens Axboe <axboe@xxxxxxxxx>
io_uring: use TWA_SIGNAL for task_work uncondtionally

Jens Axboe <axboe@xxxxxxxxx>
io_uring: set ctx sq/cq entry count earlier

Dave Airlie <airlied@xxxxxxxxxx>
drm/ttm/nouveau: don't call tt destroy callback on alloc failure.

Tuomas Tynkkynen <tuomas.tynkkynen@xxxxxx>
media: media-request: Fix crash if memory allocation fails

Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
driver core: Fix probe_count imbalance in really_probe()

Zheng Bin <zhengbin13@xxxxxxxxxx>
9p: Fix memory leak in v9fs_mount

Maxim Levitsky <mlevitsk@xxxxxxxxxx>
kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host

Eric Biggers <ebiggers@xxxxxxxxxx>
fs/minix: reject too-large maximum file size

Eric Biggers <ebiggers@xxxxxxxxxx>
fs/minix: don't allow getting deleted inodes

Eric Biggers <ebiggers@xxxxxxxxxx>
fs/minix: check return value of sb_getblk()

Jakub Kicinski <kuba@xxxxxxxxxx>
bitfield.h: don't compile-time validate _val in FIELD_FIT

Frederic Weisbecker <frederic@xxxxxxxxxx>
tick/nohz: Narrow down noise while setting current task's tick dependency

Mikulas Patocka <mpatocka@xxxxxxxxxx>
crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified

John Allen <john.allen@xxxxxxx>
crypto: ccp - Fix use of merged scatterlists

Tom Rix <trix@xxxxxxxxxx>
crypto: qat - fix double free in qat_uclo_create_batch_init_list

Mikulas Patocka <mpatocka@xxxxxxxxxx>
crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified

Matteo Croce <mcroce@xxxxxxxxxxxxxxxxxxx>
pstore: Fix linking when crypto API disabled

Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
tpm: Unify the mismatching TPM space buffer sizes

Hector Martin <marcan@xxxxxxxxx>
ALSA: usb-audio: add quirk for Pioneer DDJ-RB

Hector Martin <marcan@xxxxxxxxx>
ALSA: usb-audio: work around streaming quirk for MacroSilicon MS2109

Hector Martin <marcan@xxxxxxxxx>
ALSA: usb-audio: fix overeager device match for MacroSilicon MS2109

Mirko Dietrich <buzz@xxxxxxx>
ALSA: usb-audio: Creative USB X-Fi Pro SB1095 volume knob support

Hui Wang <hui.wang@xxxxxxxxxxxxx>
ALSA: hda - reverse the setting value in the micmute_led_set

Hui Wang <hui.wang@xxxxxxxxxxxxx>
ALSA: hda - fix the micmute led status for Lenovo ThinkCentre AIO

Max Gurtovoy <maxg@xxxxxxxxxxxx>
vdpasim: protect concurrent access to iommu iotlb

Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
iommu/vt-d: Skip TE disabling on quirky gfx dedicated iommu

Peter Chen <peter.chen@xxxxxxx>
usb: cdns3: gadget: always zeroed TRB buffer when enable endpoint

Brant Merryman <brant.merryman@xxxxxxxxxx>
USB: serial: cp210x: enable usb generic throttle/unthrottle

Brant Merryman <brant.merryman@xxxxxxxxxx>
USB: serial: cp210x: re-enable auto-RTS on open

Thierry Reding <treding@xxxxxxxxxx>
r8152: Use MAC address from correct device tree node

Marek Behún <marek.behun@xxxxxx>
net: phy: marvell10g: fix null pointer dereference

Stefano Garzarella <sgarzare@xxxxxxxxxx>
vsock: fix potential null pointer dereference in vsock_poll()

Tim Froidcoeur <tim.froidcoeur@xxxxxxxxxxxx>
net: initialize fastreuse on inet_inherit_port

Tim Froidcoeur <tim.froidcoeur@xxxxxxxxxxxx>
net: refactor bind_bucket fastreuse into helper

Ronak Doshi <doshir@xxxxxxxxxx>
vmxnet3: use correct tcp hdr length when packet is encapsulated

Jason Baron <jbaron@xxxxxxxxxx>
tcp: correct read of TFO keys on big endian systems

Ira Weiny <ira.weiny@xxxxxxxxx>
net/tls: Fix kmap usage

Miaohe Lin <linmiaohe@xxxxxxxxxx>
net: Set fput_needed iff FDPUT_FPUT is set

Johan Hovold <johan@xxxxxxxxxx>
net: phy: fix memory leak in device-create error path

Qingyu Li <ieatmuttonchuan@xxxxxxxxx>
net/nfc/rawsock.c: add CAP_NET_RAW check.

Miaohe Lin <linmiaohe@xxxxxxxxxx>
net: Fix potential memory leak in proto_register()

Xie He <xie.he.0141@xxxxxxxxx>
drivers/net/wan/lapbether: Added needed_headroom and a skb->len check

John Ogness <john.ogness@xxxxxxxxxxxxx>
af_packet: TPACKET_V3: fix fill status rwlock imbalance

Jian Cai <caij2003@xxxxxxxxx>
crypto: aesni - add compatibility with IAS

Eric Dumazet <edumazet@xxxxxxxxxx>
x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_task

Chuck Lever <chuck.lever@xxxxxxxxxx>
SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")

Scott Mayhew <smayhew@xxxxxxxxxx>
nfsd: avoid a NULL dereference in __cld_pipe_upcall()

Chuck Lever <chuck.lever@xxxxxxxxxx>
svcrdma: Fix page leak in svc_rdma_recv_read_chunk()

Kamal Dasu <kdasu.kdev@xxxxxxxxx>
mtd: rawnand: brcmnand: Don't default to edu transfer

Drew Fustini <drew@xxxxxxxxxxxxxxx>
pinctrl-single: fix pcs_parse_pinconf() return value

Pavel Machek <pavel@xxxxxx>
ocfs2: fix unbalanced locking

Wang Hai <wanghai38@xxxxxxxxxx>
dlm: Fix kobject memleak

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
media: mtk-mdp: Fix a refcounting bug on error in init

Dean Nelson <dnelson@xxxxxxxxxx>
net: thunderx: initialize VF's mailbox mutex before first usage

Willem de Bruijn <willemb@xxxxxxxxxx>
selftests/net: relax cpu affinity requirement in msg_zerocopy test

Hangbin Liu <liuhangbin@xxxxxxxxx>
Revert "vxlan: fix tos value before xmit"

Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
hv_netvsc: do not use VF device if link is down

YueHaibing <yuehaibing@xxxxxxxxxx>
dpaa2-eth: Fix passing zero to 'PTR_ERR' warning

Stefan Roese <sr@xxxxxxx>
net: macb: Properly handle phylink on at91sam9x

Xin Long <lucien.xin@xxxxxxxxx>
net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()

Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>
gpio: don't use same lockdep class for all devm_gpiochip_add_data users

Florinel Iordache <florinel.iordache@xxxxxxx>
fsl/fman: fix eth hash table allocation

Florinel Iordache <florinel.iordache@xxxxxxx>
fsl/fman: check dereferencing null pointer

Florinel Iordache <florinel.iordache@xxxxxxx>
fsl/fman: fix unreachable code

Florinel Iordache <florinel.iordache@xxxxxxx>
fsl/fman: fix dereference null return value

Florinel Iordache <florinel.iordache@xxxxxxx>
fsl/fman: use 32-bit unsigned integer

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
net: spider_net: Fix the size used in a 'dma_free_coherent()' call

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
net: sgi: ioc3-eth: Fix the size used in some 'dma_free_coherent()' calls

Tianjia Zhang <tianjia.zhang@xxxxxxxxxxxxxxxxx>
liquidio: Fix wrong return value in cn23xx_get_pf_num()

Tianjia Zhang <tianjia.zhang@xxxxxxxxxxxxxxxxx>
net: ethernet: aquantia: Fix wrong return value

Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
net: mvpp2: fix memory leak in mvpp2_rx

Josef Bacik <josef@xxxxxxxxxxxxxx>
ftrace: Fix ftrace_trace_task return value

Leon Romanovsky <leon@xxxxxxxxxx>
net/mlx5: Delete extra dump stack that gives nothing

Alex Vesker <valex@xxxxxxxxxxxx>
net/mlx5: DR, Change push vlan action sequence

Tianjia Zhang <tianjia.zhang@xxxxxxxxxxxxxxxxx>
tools, bpftool: Fix wrong return value in do_dump()

Andrii Nakryiko <andriin@xxxxxx>
tools, build: Propagate build failures from tools/build/Makefile.build

Wang Hai <wanghai38@xxxxxxxxxx>
wl1251: fix always return 0 error

Wang Hai <wanghai38@xxxxxxxxxx>
qtnfmac: Missing platform_device_unregister() on error in qtnf_core_mac_alloc()

Yan-Hsuan Chuang <yhchuang@xxxxxxxxxxx>
rtw88: coex: only skip coex triggered by BT info

Tsang-Shian Lin <thlin@xxxxxxxxxxx>
rtw88: fix short GI capability based on current bandwidth

Tsang-Shian Lin <thlin@xxxxxxxxxxx>
rtw88: fix LDPC field for RA info

Florian Westphal <fw@xxxxxxxxx>
netfilter: nft_meta: fix iifgroup matching

Surabhi Boob <surabhi.boob@xxxxxxxxx>
ice: Graceful error handling in HW table calloc failure

Vignesh Sridhar <vignesh.sridhar@xxxxxxxxx>
ice: Clear and free XLT entries on reset

Julian Wiedmann <jwi@xxxxxxxxxxxxx>
s390/qeth: don't process empty bridge port events

Julian Wiedmann <jwi@xxxxxxxxxxxxx>
s390/qeth: tolerate pre-filled RX buffer

Shengjiu Wang <shengjiu.wang@xxxxxxx>
ASoC: fsl_sai: Fix value of FSL_SAI_CR1_RFW_MASK

Jerome Brunet <jbrunet@xxxxxxxxxxxx>
ASoC: meson: cards: deal dpcm flag change

Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
ASoC: core: use less strict tests for dailink capabilities

WANG Xuerui <git@xxxxxxxxxx>
MIPS: only register FTLBPar exception handler for supported models

Jerry Crunchtime <jerry.c.t@xxxxxx>
libbpf: Fix register in PT_REGS MIPS macros

Jonathan Marek <jonathan@xxxxxxxx>
drm/msm/dpu: don't use INTF_INPUT_CTRL feature on sdm845

Wang Hai <wanghai38@xxxxxxxxxx>
net: ll_temac: Use devm_platform_ioremap_resource_byname()

Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>
ASoC: soc-core: Fix regression causing sysfs entries to disappear

Jerome Brunet <jbrunet@xxxxxxxxxxxx>
ASoC: meson: axg-tdm-formatters: fix sclk inversion

Jerome Brunet <jbrunet@xxxxxxxxxxxx>
ASoC: meson: axg-tdmin: fix g12a skew

Jerome Brunet <jbrunet@xxxxxxxxxxxx>
ASoC: meson: axg-tdm-interface: fix link fmt setup

Xi Wang <wangxi11@xxxxxxxxxx>
RDMA/hns: Fix the unneeded process when getting a general type of CQE error

Lang Cheng <chenglang@xxxxxxxxxx>
RDMA/hns: Fix error during modify qp RTS2RTS

Sandipan Das <sandipan@xxxxxxxxxxxxx>
selftests/powerpc: Fix online CPU selection

Nathan Lynch <nathanl@xxxxxxxxxxxxx>
powerpc/pseries/hotplug-cpu: Remove double free in error path

Sven Auhagen <sven.auhagen@xxxxxxxxxxxx>
cpufreq: ap806: fix cpufreq driver needs ap cpu clk

Hanjun Guo <guohanjun@xxxxxxxxxx>
PCI: Release IVRS table in AMD ACS quirk

Mark Zhang <markz@xxxxxxxxxxxx>
RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QP

Jack Wang <jinpu.wang@xxxxxxxxxxxxxxx>
RDMA/rtrs: remove WQ_MEM_RECLAIM for rtrs_wq

Danil Kipnis <danil.kipnis@xxxxxxxxxxxxxxx>
RDMA/rtrs-clt: add an additional random 8 seconds before reconnecting

Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
nvmem: sprd: Fix return value of sprd_efuse_probe()

Harish <harish@xxxxxxxxxxxxx>
selftests/powerpc: Fix CPU affinity for child process

Michael Ellerman <mpe@xxxxxxxxxxxxxx>
powerpc/boot: Fix CONFIG_PPC_MPC52XX references

Michael Ellerman <mpe@xxxxxxxxxxxxxx>
powerpc/32s: Fix CONFIG_BOOK3S_601 uses

Oliver O'Halloran <oohall@xxxxxxxxx>
selftests/powerpc: Squash spurious errors due to device removal

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush

Brian Foster <bfoster@xxxxxxxxxx>
xfs: fix inode allocation block res calculation precedence

Linus Walleij <linus.walleij@xxxxxxxxxx>
net: dsa: rtl8366: Fix VLAN set-up

Linus Walleij <linus.walleij@xxxxxxxxxx>
net: dsa: rtl8366: Fix VLAN semantics

Venkata Lakshmi Narayana Gubba <gubbaven@xxxxxxxxxxxxxx>
Bluetooth: hci_qca: Stop collecting memdump again for command timeout during SSR

Abhishek Pandit-Subedi <abhishekpandit@xxxxxxxxxxxx>
Bluetooth: Fix suspend notifier race

Andrii Nakryiko <andriin@xxxxxx>
bpf: Fix bpf_ringbuf_output() signature to return long

Nicolas Boichat <drinkcat@xxxxxxxxxxxx>
Bluetooth: hci_serdev: Only unregister device if it was registered

Nicolas Boichat <drinkcat@xxxxxxxxxxxx>
Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flags

Ismael Ferreras Morezuelas <swyterzone@xxxxxxxxx>
Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllers

Tom Rix <trix@xxxxxxxxxx>
power: supply: check if calc_soc succeeded in pm860x_init_battery

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Smack: prevent underflow in smk_set_cipso()

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Smack: fix another vsscanf out of bounds

Li Heng <liheng40@xxxxxxxxxx>
RDMA/core: Fix return error value in _ib_modify_qp() to negative

Kishon Vijay Abraham I <kishon@xxxxxx>
PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID register

Kishon Vijay Abraham I <kishon@xxxxxx>
PCI: cadence: Fix cdns_pcie_{host|ep}_setup() error path

Wei Hu <weh@xxxxxxxxxxxxx>
PCI: hv: Fix a timing issue which causes kdump to fail occasionally

Michael Walle <michael@xxxxxxxx>
gpio: regmap: fix type clash

Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx>
macintosh/via-macii: Access autopoll_devs when inside lock

Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
powerpc/watchpoint: Fix DAWR exception for CACHEOP

Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
powerpc/watchpoint: Fix DAWR exception constraint

Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
powerpc/watchpoint: Fix 512 byte boundary limit

Yonghong Song <yhs@xxxxxx>
bpf: Fix pos computation for bpf_iter seq_ops->start()

Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configuration

Ye Bin <yebin10@xxxxxxxxxx>
scsi: core: Add missing scsi_device_put() in scsi_host_block()

Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx>
scsi: mesh: Fix panic after host or bus reset

Tomas Henzl <thenzl@xxxxxxxxxx>
scsi: megaraid_sas: Clear affinity hint

Ruslan Bilovol <ruslan.bilovol@xxxxxxxxx>
usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLength

Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
usb: dwc2: Fix error path in gadget registration

Dan Robertson <dan@xxxxxxxxxxxxxxx>
usb: dwc3: meson-g12a: fix shared reset control use

Sumeet Pawnikar <sumeet.r.pawnikar@xxxxxxxxx>
thermal: int340x: processor_thermal: fix: update Jasper Lake PCI id

Yu Kuai <yukuai3@xxxxxxxxxx>
MIPS: OCTEON: add missing put_device() call in dwc3_octeon_device_init()

Dinghao Liu <dinghao.liu@xxxxxxxxxx>
PCI: rcar: Fix runtime PM imbalance on error

Christoph Hellwig <hch@xxxxxx>
powerpc/spufs: Fix the type of ret in spufs_arch_write_note

Kai Vehmanen <kai.vehmanen@xxxxxxxxxxxxxxx>
ASoC: hdac_hda: fix deadlock after PCM open error

Yuval Basson <ybason@xxxxxxxxxxx>
qed: Fix ILT and XRCD bitmap memory leaks

Dan Murphy <dmurphy@xxxxxx>
ASoC: tas2770: Fix reset gpio property name

YueHaibing <yuehaibing@xxxxxxxxxx>
tools/bpftool: Fix error handing in do_skeleton()

Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
s390/bpf: Tolerate not converging code shrinking

Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
s390/bpf: Use brcl for jumping to exit_ip if necessary

Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
s390/bpf: Fix sign extension in branch_ku

Russell King <rmk+kernel@xxxxxxxxxxxxxxx>
phy: armada-38x: fix NETA lockup when repeatedly switching speeds

Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
mt76: mt7615: fix possible memory leak in mt7615_mcu_wtbl_sta_add

Ryder Lee <ryder.lee@xxxxxxxxxxxx>
mt76: mt7915: add missing CONFIG_MAC80211_DEBUGFS

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
mt76: mt7915: potential array overflow in mt7915_mcu_tx_rate_report()

Sean Wang <sean.wang@xxxxxxxxxxxx>
mt76: mt7615: fix potential memory leak in mcu message handler

Sean Wang <sean.wang@xxxxxxxxxxxx>
mt76: mt7663u: fix potential memory leak in mcu message handler

Sean Wang <sean.wang@xxxxxxxxxxxx>
mt76: mt7663u: fix memory leak in set key

Madhavan Srinivasan <maddy@xxxxxxxxxxxxx>
powerpc/perf: Fix missing is_sier_aviable() during build

Suzuki K Poulose <suzuki.poulose@xxxxxxx>
coresight: etm4x: Fix save/restore during cpu idle

Sai Prakash Ranjan <saiprakash.ranjan@xxxxxxxxxxxxxx>
coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()

Mike Leach <mike.leach@xxxxxxxxxx>
coresight: etmv4: Counter values not saved on disable

Mike Leach <mike.leach@xxxxxxxxxx>
coresight: etmv4: Fix resource selector constant

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()

Kars Mulder <kerneldev@xxxxxxxxxxxxx>
usb: core: fix quirks_param_set() writing to a const pointer

Taniya Das <tdas@xxxxxxxxxxxxxx>
clk: qcom: gcc: Make disp gpll0 branch aon for sc7180/sdm845

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: iuu_phoenix: fix led-activity helpers

Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
PCI: loongson: Use DECLARE_PCI_FIXUP_EARLY for bridge_class_quirk()

Hauke Mehrtens <hauke@xxxxxxxxxx>
spi: lantiq-ssc: Fix warning by using WQ_MEM_RECLAIM

Steve Longerbeam <slongerbeam@xxxxxxxxx>
gpu: ipu-v3: Restore RGB32, BGR32

Marco Felsch <m.felsch@xxxxxxxxxxxxxx>
drm/imx: tve: fix regulator_disable error path

Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
drm/imx: fix use after free

Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxxxxxx>
powerpc/book3s64/pkeys: Use PVR check instead of cpu feature

Bharata B Rao <bharata@xxxxxxxxxxxxx>
powerpc/mm/radix: Free PUD table when freeing pagetable

Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx>
phy: renesas: rcar-gen3-usb2: move irq registration to init

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
media: s5p-g2d: Fix a memory leak in an error handling path in 'g2d_probe()'

Oliver Neukum <oneukum@xxxxxxxx>
go7007: add sanity checking for endpoints

Xiongfeng Wang <wangxiongfeng2@xxxxxxxxxx>
PCI/ASPM: Add missing newline in sysfs 'policy'

Jing Xiangfeng <jingxiangfeng@xxxxxxxxxx>
ASoC: meson: fixes the missed kfree() for axg_card_add_tdm_loopback

Colin Ian King <colin.king@xxxxxxxxxxxxx>
staging: rtl8192u: fix a dubious looking mask before a shift

Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>
ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid cond

Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>
ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invalid cond

Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>
ima: Fail rule parsing when buffer hook functions have an invalid action

Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>
ima: Free the entire rule if it fails to parse

Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>
ima: Free the entire rule when deleting a list of rules

Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>
ima: Have the LSM free its audit rule

Mikhail Malygin <m.malygin@xxxxxxxxx>
RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queue

Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
RDMA/qedr: Add EDPM max size to alloc ucontext response

Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
RDMA/qedr: Add EDPM mode type for user-fw compatibility

Yuval Basson <ybason@xxxxxxxxxxx>
RDMA/qedr: SRQ's bug fixes

Patrick Steinhardt <ps@xxxxxx>
Bluetooth: Fix update of connection state in `hci_encrypt_cfm`

Milton Miller <miltonm@xxxxxxxxxx>
powerpc/vdso: Fix vdso cpu truncation

Nathan Lynch <nathanl@xxxxxxxxxxxxx>
powerpc/rtas: don't online CPUs for partition suspend

Nathan Lynch <nathanl@xxxxxxxxxxxxx>
powerpc/pseries: remove cede offline state for CPUs

Amir Goldstein <amir73il@xxxxxxxxx>
kernfs: do not call fsnotify() with name without a parent

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
mwifiex: Prevent memory corruption handling keys

Alexei Starovoitov <ast@xxxxxxxxxx>
bpfilter: Initialize pos variable

John Garry <john.garry@xxxxxxxxxx>
scsi: scsi_debug: Add check for sdebug_max_queue during module init

Tom Rix <trix@xxxxxxxxxx>
drm/bridge: sil_sii8620: initialize return of sii8620_readb

Chuhong Yuan <hslester96@xxxxxxxxx>
mmc: sdhci-of-arasan: Add missed checks for devm_clk_register()

Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHY

Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx>
dt-bindings: phy: uniphier: Fix incorrect clocks and clock-names for PXs3 usb3-hsphy

Peter Chen <peter.chen@xxxxxxx>
phy: cadence: salvo: fix wrong bit definition

Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx>
drm: panel: simple: Fix bpc for LG LB070WV8 panel

Kai-Heng Feng <kai.heng.feng@xxxxxxxxxxxxx>
leds: core: Flush scheduled work for system suspend

Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx>
kobject: Avoid premature parent object freeing in kobject_cleanup()

Marek Vasut <marex@xxxxxxx>
drm/stm: repair runtime power management

Daniel T. Lee <danieltimlee@xxxxxxxxx>
samples: bpf: Fix bpf programs with kprobe/sys_connect event

Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
PCI: Fix pci_cfg_wait queue locking problem

Zhu Yanjun <yanjunz@xxxxxxxxxxxx>
RDMA/rxe: Skip dgid check in loopback mode

Andreas Gruenbacher <agruenba@xxxxxxxxxx>
iomap: Make sure iomap_end is called after iomap_begin

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: fix reflink quota reservation accounting error

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork

Brian Foster <bfoster@xxxxxxxxxx>
xfs: preserve rmapbt swapext block reservation from freed blocks

Dariusz Marcinkiewicz <darekm@xxxxxxxxxx>
media: cros-ec-cec: do not bail on device_init_wakeup failure

Chuhong Yuan <hslester96@xxxxxxxxx>
media: exynos4-is: Add missed check for pinctrl_lookup_state()

Chuhong Yuan <hslester96@xxxxxxxxx>
media: tvp5150: Add missed media_entity_cleanup()

Helen Koike <helen.koike@xxxxxxxxxxxxx>
media: staging: rkisp1: rsz: fix resolution limitation on sink pad

Dafna Hirschfeld <dafna.hirschfeld@xxxxxxxxxxxxx>
media: staging: rkisp1: rsz: supported formats are the isp's src formats, not sink formats

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
media: allegro: Fix some NULL vs IS_ERR() checks in probe

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
media: firewire: Using uninitialized values in node_probe()

Julian Anastasov <ja@xxxxxx>
ipvs: allow connection reuse for unconfirmed conntrack

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
scsi: eesox: Fix different dev_id between request_irq() and free_irq()

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
scsi: powertec: Fix different dev_id between request_irq() and free_irq()

Jason Gunthorpe <jgg@xxxxxxxxxx>
RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()

Lionel Landwerlin <lionel.g.landwerlin@xxxxxxxxx>
dma-buf: fix dma-fence-chain out of order test

Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
iavf: Fix updating statistics

Wei Yongjun <weiyongjun1@xxxxxxxxxx>
iavf: fix error return code in iavf_init_get_resources()

Phil Elwell <phil@xxxxxxxxxxxxxxx>
staging: vchiq_arm: Add a matching unregister call

Colin Ian King <colin.king@xxxxxxxxxxxxx>
drm/radeon: fix array out-of-bounds read and write issues

Colin Ian King <colin.king@xxxxxxxxxxxxx>
drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idle

Chen Tao <chentao107@xxxxxxxxxx>
drm/amdgpu/debugfs: fix memory leak when amdgpu_virt_enable_access_debugfs failed

Bart Van Assche <bvanassche@xxxxxxx>
scsi: qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of request_t.handle

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
tracing: Move pipe reference to trace array instead of current_tracer

Grygorii Strashko <grygorii.strashko@xxxxxx>
net: ethernet: ti: am65-cpsw-nuss: restore vlan configuration while down/up

Kees Cook <keescook@xxxxxxxxxxxx>
lkdtm: Make arch-specific tests always available

Kees Cook <keescook@xxxxxxxxxxxx>
selftests/lkdtm: Reset WARN_ONCE to avoid false negatives

Kees Cook <keescook@xxxxxxxxxxxx>
lkdtm: Avoid more compiler optimizations for bad writes

Wang Hai <wanghai38@xxxxxxxxxx>
cxl: Fix kobject memleak

Emil Velikov <emil.velikov@xxxxxxxxxxxxx>
drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline

Stanley Chu <stanley.chu@xxxxxxxxxxxx>
scsi: ufs: Disable WriteBooster capability for non-supported UFS devices

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
scsi: cumana_2: Fix different dev_id between request_irq() and free_irq()

Mark Starovoytov <mstarovoitov@xxxxxxxxxxx>
net: atlantic: MACSec offload statistics checkpatch fix

Fred Oh <fred.oh@xxxxxxxxxxxxxxx>
ASoC: Intel: Boards: cml_rt1011_rt5682: use statically define codec config

Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
ASoC: Intel: bxt_rt298: add missing .owner field

Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
ASoC: Intel: sof_sdw: add missing .owner field

Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
ASoC: Intel: cml_rt1011_rt5682: add missing .owner field

Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
ASoC: SOF: nocodec: add missing .owner field

Ioana Ciornei <ioana.ciornei@xxxxxxx>
dpaa2-eth: fix condition for number of buffer acquire retries

Colin Ian King <colin.king@xxxxxxxxxxxxx>
staging: most: avoid null pointer dereference when iface is null

Chuhong Yuan <hslester96@xxxxxxxxx>
media: omap3isp: Add missed v4l2_ctrl_handler_free() for preview_init_entities()

Chuhong Yuan <hslester96@xxxxxxxxx>
media: marvell-ccic: Add missed v4l2_async_notifier_cleanup()

Arnd Bergmann <arnd@xxxxxxxx>
media: cxusb-analog: fix V4L2 dependency

Sean Wang <sean.wang@xxxxxxxxxxxx>
Bluetooth: btmtksdio: fix up firmware download sequence

Sean Wang <sean.wang@xxxxxxxxxxxx>
Bluetooth: btusb: fix up firmware download sequence

Shengjiu Wang <shengjiu.wang@xxxxxxx>
ASoC: fsl_easrc: Fix uninitialized scalar variable in fsl_easrc_set_ctx_format

Arnd Bergmann <arnd@xxxxxxxx>
leds: lm355x: avoid enum conversion warning

Christophe Leroy <christophe.leroy@xxxxxxxxxx>
powerpc/fixmap: Fix FIX_EARLY_DEBUG_BASE when page size is 256k

Joe Perches <joe@xxxxxxxxxxx>
powerpc/mm: Fix typo in IS_ENABLED()

Álvaro Fernández Rojas <noltari@xxxxxxxxx>
clk: bcm63xx-gate: fix last clock availability

Colin Ian King <colin.king@xxxxxxxxxxxxx>
drm/arm: fix unintentional integer overflow on left shift

Steven Price <steven.price@xxxxxxx>
drm/panfrost: Fix inbalance of devfreq record_busy/idle()

Lubomir Rintel <lkundrak@xxxxx>
drm/etnaviv: Fix error path on failure to enable bus clk

Stanley Chu <stanley.chu@xxxxxxxxxxxx>
scsi: ufs: Fix imprecise load calculation in devfreq window

Chuhong Yuan <hslester96@xxxxxxxxx>
iio: amplifiers: ad8366: Change devm_gpiod_get() to optional and add the missed check

Tomasz Duszynski <tomasz.duszynski@xxxxxxxxxxx>
iio: improve IIO_CONCENTRATION channel type description

Balakrishna Godavarthi <bgodavar@xxxxxxxxxxxxxx>
Bluetooth: hci_qca: Increase SoC idle timeout to 200ms

Venkata Lakshmi Narayana Gubba <gubbaven@xxxxxxxxxxxxxx>
Bluetooth: hci_qca: Bug fix during SSR timeout

Evan Green <evgreen@xxxxxxxxxxxx>
ath10k: Acquire tx_lock in tx error paths

Abhishek Pandit-Subedi <abhishekpandit@xxxxxxxxxxxx>
Bluetooth: Allow suspend even when preparation has failed

Matthias Kaehlcke <mka@xxxxxxxxxxxx>
Bluetooth: hci_qca: Only remove TX clock vote after TX is completed

Nirmoy Das <nirmoy.aiemd@xxxxxxxxx>
drm/mm: fix hole size comparison

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Bluetooth: hci_qca: Fix an error pointer dereference

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
video: pxafb: Fix the function used to balance a 'dma_alloc_coherent()' call

Dejin Zheng <zhengdejin5@xxxxxxxxx>
console: newport_con: fix an issue about leak related system resources

Dejin Zheng <zhengdejin5@xxxxxxxxx>
video: fbdev: sm712fb: fix an issue about iounmap for a wrong address

Pali Rohár <pali@xxxxxxxxxx>
btmrvl: Fix firmware filename for sd8997 chipset

Pali Rohár <pali@xxxxxxxxxx>
btmrvl: Fix firmware filename for sd8977 chipset

Pali Rohár <pali@xxxxxxxxxx>
mwifiex: Fix firmware filename for sd8997 chipset

Pali Rohár <pali@xxxxxxxxxx>
mwifiex: Fix firmware filename for sd8977 chipset

Qiushi Wu <wu000273@xxxxxxx>
agp/intel: Fix a memory leak on module initialisation failure

Emil Velikov <emil.velikov@xxxxxxxxxxxxx>
drm/amdgpu: use the unlocked drm_gem_object_put

Douglas Anderson <dianders@xxxxxxxxxxxx>
drm/bridge: ti-sn65dsi86: Fix off-by-one error in clock choice

Douglas Anderson <dianders@xxxxxxxxxxxx>
drm/bridge: ti-sn65dsi86: Clear old error bits before AUX transfers

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
drm/gem: Fix a leak in drm_gem_objects_lookup()

Rob Clark <robdclark@xxxxxxxxxxxx>
drm/msm: ratelimit crtc event overflow error

Horia Geantă <horia.geanta@xxxxxxx>
crypto: caam - silence .setkey in case of bad key length

Pavel Begunkov <asml.silence@xxxxxxxxx>
io_uring: fix stalled deferred requests

Pavel Begunkov <asml.silence@xxxxxxxxx>
io_uring: fix racy overflow count reporting

Erik Kaneda <erik.kaneda@xxxxxxxxx>
ACPICA: Do not increment operation_region reference counts for field units

Qu Wenruo <wqu@xxxxxxxx>
btrfs: qgroup: free per-trans reserved space when a subvolume gets dropped

Qu Wenruo <wqu@xxxxxxxx>
btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation

Coly Li <colyli@xxxxxxx>
bcache: fix super block seq numbers comparision in register_cache_set()

Jim Cromie <jim.cromie@xxxxxxxxx>
dyndbg: fix a BUG_ON in ddebug_describe_flags

Danesh Petigara <danesh.petigara@xxxxxxxxxxxx>
usb: bdc: Halt controller on suspend

Sasi Kumar <sasi.kumar@xxxxxxxxxxxx>
bdc: Fix bug causing crash after multiple disconnects

Evgeny Novikov <novikov@xxxxxxxxx>
usb: gadget: net2280: fix memory leak on probe error handling paths

shirley her <shirley.her@xxxxxxxxxxxxxx>
mmc: sdhci-pci-o2micro: Bug fix for O2 host controller Seabird1

Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
x86/uaccess: Make __get_user_size() Clang compliant on 32-bit

Shannon Nelson <snelson@xxxxxxxxxxx>
ionic: update eid test for overflow

Evan Quan <evan.quan@xxxxxxx>
drm/amd/powerplay: suppress compile error around BUG_ON

Dmitry Osipenko <digetx@xxxxxxxxx>
gpu: host1x: debug: Fix multiple channels emitting messages simultaneously

Bolarinwa Olayemi Saheed <refactormyself@xxxxxxxxx>
iwlegacy: Check the return value of pcie_capability_read_*()

Armas Spann <zappel@xxxxxxxxxxxxx>
platform/x86: asus-nb-wmi: add support for ASUS ROG Zephyrus G14 and G15

Wright Feng <wright.feng@xxxxxxxxxxx>
brcmfmac: set state of hanger slot to FREE when flushing PSQ

Prasanna Kerekoppa <prasanna.kerekoppa@xxxxxxxxxxx>
brcmfmac: To fix Bss Info flag definition Bug

Wright Feng <wright.feng@xxxxxxxxxxx>
brcmfmac: keep SDIO watchdog running when console_interval is non-zero

Venkata Lakshmi Narayana Gubba <gubbaven@xxxxxxxxxxxxxx>
Bluetooth: hci_qca: Bug fixes for SSR

Wenbo Zhang <ethercflow@xxxxxxxxx>
bpf: Fix fds_example SIGSEGV error

Evan Quan <evan.quan@xxxxxxx>
drm/amd/powerplay: fix compile error with ARCH=arc

Wenjing Liu <wenjing.liu@xxxxxxx>
drm/amd/display: allow query ddc data over aux to be read only operation

Alex Deucher <alexander.deucher@xxxxxxx>
drm/amdgpu/display: properly guard the calls to swSMU functions

Alex Deucher <alexander.deucher@xxxxxxx>
drm/amdgpu/display bail early in dm_pp_get_static_clocks

Alex Deucher <alexander.deucher@xxxxxxx>
drm/amdgpu/debugfs: fix ref count leak when pm_runtime_get_sync fails

Aric Cyr <aric.cyr@xxxxxxx>
drm/amd/display: Improve DisplayPort monitor interop

Paul E. McKenney <paulmck@xxxxxxxxxx>
mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls

Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
irqchip/irq-mtk-sysirq: Replace spinlock with raw_spinlock

Antoine Tenart <antoine.tenart@xxxxxxxxxxx>
net: phy: mscc: restore the base page in vsc8514/8584_config_init

Christian König <christian.koenig@xxxxxxx>
drm/radeon: disable AGP by default

Michael Tretter <m.tretter@xxxxxxxxxxxxxx>
drm/debugfs: fix plain echo to connector "force" attribute

Akhil P Oommen <akhilpo@xxxxxxxxxxxxxx>
drm/msm: Fix a null pointer access in msm_gem_shrinker_count()

Akhil P Oommen <akhilpo@xxxxxxxxxxxxxx>
drm: msm: a6xx: fix gpu failure after system resume

Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>
usb: mtu3: clear dual mode of u3port when disable device

Josef Bacik <josef@xxxxxxxxxxxxxx>
btrfs: fix lockdep splat from btrfs_dump_space_info

Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
mmc: sdhci-cadence: do not use hardware tuning for SD mode

Aditya Pakki <pakki001@xxxxxxx>
drm/nouveau: fix multiple instances of reference count leaks

Aditya Pakki <pakki001@xxxxxxx>
drm/nouveau: fix reference count leak in nouveau_debugfs_strap_peek

Krzysztof Kozlowski <krzk@xxxxxxxxxx>
memory: samsung: exynos5422-dmc: Do not ignore return code of regmap_read()

Shannon Nelson <snelson@xxxxxxxxxxx>
ionic: rearrange reset and bus-master control

Navid Emamdoost <navid.emamdoost@xxxxxxxxx>
drm/etnaviv: fix ref count leak via pm_runtime_get_sync

Ricardo Cañuelo <ricardo.canuelo@xxxxxxxxxxxxx>
arm64: dts: hisilicon: hikey: fixes to comply with adi, adv7533 DT binding

Lyude Paul <lyude@xxxxxxxxxx>
drm/nouveau/kms/nv50-: Fix disabling dithering

Aaron Ma <aaron.ma@xxxxxxxxxxxxx>
rtw88: 8822ce: add support for device ID 0xc82f

Zhao Heming <heming.zhao@xxxxxxxx>
md-cluster: fix wild pointer of unlock_all_bitmaps()

Tony Lindgren <tony@xxxxxxxxxxx>
bus: ti-sysc: Add missing quirk flags for usb_host_hs

Evgeny Novikov <novikov@xxxxxxxxx>
video: fbdev: neofb: fix memory leak in neo_scan_monitor()

Evgeny Novikov <novikov@xxxxxxxxx>
video: fbdev: savage: fix memory leak on error handling path in probe

Sedat Dilek <sedat.dilek@xxxxxxxxx>
crypto: aesni - Fix build with LLVM_IAS=1

Aditya Pakki <pakki001@xxxxxxx>
drm/radeon: Fix reference count leaks caused by pm_runtime_get_sync

Jack Xiao <Jack.Xiao@xxxxxxx>
drm/amdgpu: avoid dereferencing a NULL pointer

Paul E. McKenney <paulmck@xxxxxxxxxx>
fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls

Pavel Begunkov <asml.silence@xxxxxxxxx>
io_uring: fix req->work corruption

Luis Chamberlain <mcgrof@xxxxxxxxxx>
loop: be paranoid on exit and prevent new additions / removals

Lihong Kou <koulihong@xxxxxxxxxx>
Bluetooth: add a mutex lock to avoid UAF in do_enale_set

Guillaume Tucker <guillaume.tucker@xxxxxxxxxxxxx>
ARM: exynos: clear L310_AUX_CTRL_FULL_LINE_ZERO in default l2c_aux_val

Vladimir Oltean <vladimir.oltean@xxxxxxx>
net: mscc: ocelot: fix encoding destination ports into multicast IPv4 address

Maulik Shah <mkshah@xxxxxxxxxxxxxx>
soc: qcom: rpmh-rsc: Set suppress_bind_attrs flag

Tomi Valkeinen <tomi.valkeinen@xxxxxx>
drm/tilcdc: fix leak & null ref in panel_connector_get_modes

Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
block: don't do revalidate zones on invalid devices

Huacai Chen <chenhc@xxxxxxxxxx>
irqchip/loongson-pch-pic: Fix the misused irq flow handler

Hannes Reinecke <hare@xxxxxxx>
nvme-multipath: do not fall back to __nvme_find_path() for non-optimized paths

Martin Wilck <mwilck@xxxxxxxx>
nvme-multipath: fix logic for non-optimized paths

Sagi Grimberg <sagi@xxxxxxxxxxx>
nvme-rdma: fix controller reset hang during traffic

Sagi Grimberg <sagi@xxxxxxxxxxx>
nvme-tcp: fix controller reset hang during traffic

Zenghui Yu <yuzenghui@xxxxxxxxxx>
irqchip/gic-v4.1: Use GFP_ATOMIC flag in allocate_vpe_l1_table()

Florian Fainelli <f.fainelli@xxxxxxxxx>
irqchip/irq-bcm7038-l1: Guard uses of cpu_logical_map

Brendan Higgins <brendanhiggins@xxxxxxxxxx>
kunit: tool: fix improper treatment of file location

Brendan Higgins <brendanhiggins@xxxxxxxxxx>
kunit: tool: fix broken default args in unit tests

Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
irqchip/loongson-liointc: Fix potential dead lock

Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
irqchip/loongson-pch-pic: Check return value of irq_domain_translate_twocell()

Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
irqchip/loongson-htvec: Check return value of irq_domain_translate_onecell()

Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
irqchip/loongson-htvec: Fix potential resource leak

Colin Ian King <colin.king@xxxxxxxxxxxxx>
md: raid0/linear: fix dereference before null check on pointer mddev

Kees Cook <keescook@xxxxxxxxxxxx>
seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID

Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
irqchip/ti-sci-inta: Fix return value about devm_ioremap_resource()

Stephen Smalley <stephen.smalley.work@xxxxxxxxx>
scripts/selinux/mdp: fix initial SID handling

Chengming Zhou <zhouchengming@xxxxxxxxxxxxx>
iocost: Fix check condition of iocg abs_vdebt

Yu Kuai <yukuai3@xxxxxxxxxx>
ARM: socfpga: PM: add missing put_device() call in socfpga_setup_ocram_self_refresh()

Jon Lin <jon.lin@xxxxxxxxxxxxxx>
spi: rockchip: Fix error in SPI slave pio read

Sibi Sankar <sibis@xxxxxxxxxxxxxx>
soc: qcom: pdr: Reorder the PD state indication ack

Christian Hewitt <christianshewitt@xxxxxxxxx>
arm64: dts: meson: fix mmc0 tuning error on Khadas VIM3

Christian Hewitt <christianshewitt@xxxxxxxxx>
arm64: dts: meson: misc fixups for w400 dtsi

Dmitry Vyukov <dvyukov@xxxxxxxxxx>
io_uring: fix sq array offset calculation

Vladimir Zapolskiy <vz@xxxxxxxxx>
regulator: fix memory leak on error path of regulator_register()

Gregory Herrero <gregory.herrero@xxxxxxxxxx>
recordmcount: only record relocation of type R_AARCH64_CALL26 on arm64.

Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>
tpm: Require that all digests are present in TCG_PCR_EVENT2 structures

Arnd Bergmann <arnd@xxxxxxxx>
crypto: x86/crc32c - fix building with clang ias

Dilip Kota <eswara.kota@xxxxxxxxxxxxxxx>
spi: lantiq: fix: Rx overflow error in full duplex mode

Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx>
spi: dw-dma: Fix Tx DMA channel working too fast

Patrick Delaunay <patrick.delaunay@xxxxxx>
ARM: dts: stm32: Fix spi4 pins in stm32mp15-pinctrl

Chen-Yu Tsai <wens@xxxxxxxx>
ARM: dts: sunxi: bananapi-m2-plus-v1.2: Fix CPU supply voltages

Chen-Yu Tsai <wens@xxxxxxxx>
ARM: dts: sunxi: bananapi-m2-plus-v1.2: Add regulator supply to all CPU cores

Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>
ARM: dts: at91: sama5d3_xplained: change phy-mode

Dejin Zheng <zhengdejin5@xxxxxxxxx>
reset: intel: fix a compile warning about REG_OFFSET redefined

Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
ARM: dts: exynos: Disable frequency scaling for FSYS bus on Odroid XU3 family

yu kuai <yukuai3@xxxxxxxxxx>
ARM: at91: pm: add missing put_device() call in at91_pm_sram_init()

Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx>
ARM: dts: gose: Fix ports node name for adv7612

Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx>
arm64: dts: renesas: Fix SD Card/eMMC interface device node names

Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx>
ARM: dts: gose: Fix ports node name for adv7180

Lu Wei <luwei32@xxxxxxxxxx>
platform/x86: intel-vbtn: Fix return value check in check_acpi_dev()

Lu Wei <luwei32@xxxxxxxxxx>
platform/x86: intel-hid: Fix return value check in check_acpi_dev()

Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx>
m68k: mac: Fix IOP status/control register writes

Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx>
m68k: mac: Don't send IOP message until channel is idle

Sudeep Holla <sudeep.holla@xxxxxxx>
clk: scmi: Fix min and max rate when registering clocks with discrete rates

Giovanni Cabiddu <giovanni.cabiddu@xxxxxxxxx>
crypto: qat - allow xts requests not multiple of block

Qais Yousef <qais.yousef@xxxxxxx>
sched/uclamp: Fix initialization of struct uclamp_rq

Alim Akhtar <alim.akhtar@xxxxxxxxxxx>
arm64: dts: exynos: Fix silent hang after boot on Espresso

Ondrej Jirman <megous@xxxxxxxxxx>
arm64: dts: sun50i-pinephone: dldo4 must not be >= 1.8V

Cristian Marussi <cristian.marussi@xxxxxxx>
firmware: arm_scmi: Fix SCMI genpd domain probing

Uladzislau Rezki (Sony) <urezki@xxxxxxxxx>
rcu/tree: Repeat the monitor if any free channel is busy

Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
ARM: exynos: MCPM: Restore big.LITTLE cpuidle support

Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
crypto: ccree - fix resource leak on error path

Douglas Anderson <dianders@xxxxxxxxxxxx>
soc: qcom: rpmh-rsc: Don't use ktime for timeout in write_tcs_reg_sync()

Luis Chamberlain <mcgrof@xxxxxxxxxx>
blktrace: fix debugfs use after free

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
memory: tegra: Fix an error handling path in tegra186_emc_probe()

Stephan Gerhold <stephan@xxxxxxxxxxx>
arm64: dts: qcom: msm8916: Replace invalid bias-pull-none property

Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
crc-t10dif: Fix potential crypto notify dead-lock

Qiushi Wu <wu000273@xxxxxxx>
EDAC: Fix reference count leaks

Heiko Stuebner <heiko.stuebner@xxxxxxxxxxxxxxxxxxxxx>
arm64: dts: rockchip: fix rk3399-puma gmac reset gpio

Heiko Stuebner <heiko.stuebner@xxxxxxxxxxxxxxxxxxxxx>
arm64: dts: rockchip: fix rk3399-puma vcc5v0-host gpio

Heiko Stuebner <heiko.stuebner@xxxxxxxxxxxxxxxxxxxxx>
arm64: dts: rockchip: fix rk3368-lion gmac reset gpio

Peng Liu <iwtbavbm@xxxxxxxxx>
sched: correct SD_flags returned by tl->sd_flags()

Vincent Guittot <vincent.guittot@xxxxxxxxxx>
sched/fair: Fix NOHZ next idle balance

Giovanni Gherdovich <ggherdovich@xxxxxxx>
x86, sched: Bail out of frequency invariance if turbo_freq/base_freq gives 0

Giovanni Gherdovich <ggherdovich@xxxxxxx>
x86, sched: Bail out of frequency invariance if turbo frequency is unknown

Giovanni Gherdovich <ggherdovich@xxxxxxx>
x86, sched: check for counters overflow in frequency invariant accounting

Kan Liang <kan.liang@xxxxxxxxxxxxxxx>
perf/x86/intel/uncore: Fix oops when counting IMC uncore events on some TGL

Zhenzhong Duan <zhenzhong.duan@xxxxxxxxx>
x86/mce/inject: Fix a wrong assignment of i_mce.status

Erwan Le Ray <erwan.leray@xxxxxx>
ARM: dts: stm32: fix uart7_pins_a comments in stm32mp15-pinctrl

Erwan Le Ray <erwan.leray@xxxxxx>
ARM: dts: stm32: fix uart nodes ordering in stm32mp15-pinctrl

Grant Likely <grant.likely@xxxxxxxxxxxx>
HID: input: Fix devices that return multiple bytes in battery report

Jens Axboe <axboe@xxxxxxxxx>
io_uring: abstract out task work running

Will Chen <chenwi@xxxxxxxxxx>
kunit: capture stderr on all make subprocess calls

Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
tracepoint: Mark __tracepoint_string's __used


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

Diffstat:

Documentation/ABI/testing/sysfs-bus-iio | 3 +-
Documentation/core-api/cpu_hotplug.rst | 7 -
.../phy/socionext,uniphier-usb3hs-phy.yaml | 8 +-
Makefile | 4 +-
arch/arm/boot/dts/at91-sama5d3_xplained.dts | 2 +-
arch/arm/boot/dts/exynos5422-odroid-core.dtsi | 6 -
arch/arm/boot/dts/exynos5800.dtsi | 6 +-
arch/arm/boot/dts/r8a7793-gose.dts | 4 +-
arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 128 +++++------
arch/arm/boot/dts/sunxi-bananapi-m2-plus-v1.2.dtsi | 18 +-
arch/arm/kernel/stacktrace.c | 24 +++
arch/arm/mach-at91/pm.c | 11 +-
arch/arm/mach-exynos/exynos.c | 2 +-
arch/arm/mach-exynos/mcpm-exynos.c | 10 +-
arch/arm/mach-socfpga/pm.c | 8 +-
.../boot/dts/allwinner/sun50i-a64-pinephone.dtsi | 2 +-
arch/arm64/boot/dts/amlogic/meson-g12b-w400.dtsi | 6 +-
arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 1 -
.../boot/dts/amlogic/meson-sm1-khadas-vim3l.dts | 4 +
arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 1 +
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 11 +
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 2 +-
arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 10 +-
arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 8 +-
arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 8 +-
arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 6 +-
arch/arm64/boot/dts/renesas/r8a77951.dtsi | 8 +-
arch/arm64/boot/dts/renesas/r8a77960.dtsi | 8 +-
arch/arm64/boot/dts/renesas/r8a77961.dtsi | 8 +-
arch/arm64/boot/dts/renesas/r8a77965.dtsi | 8 +-
arch/arm64/boot/dts/renesas/r8a77990.dtsi | 6 +-
arch/arm64/boot/dts/renesas/r8a77995.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 4 +-
arch/m68k/mac/iop.c | 21 +-
arch/mips/cavium-octeon/octeon-usb.c | 5 +-
arch/mips/include/asm/cpu-features.h | 4 +
arch/mips/include/asm/cpu.h | 1 +
arch/mips/kernel/cpu-probe.c | 13 ++
arch/mips/kernel/traps.c | 3 +-
arch/mips/kvm/vz.c | 2 +
arch/mips/pci/pci-xtalk-bridge.c | 3 +
arch/parisc/include/asm/barrier.h | 61 ++++++
arch/parisc/include/asm/spinlock.h | 33 +--
arch/parisc/kernel/entry.S | 48 +++--
arch/parisc/kernel/syscall.S | 24 +--
arch/powerpc/boot/Makefile | 2 +-
arch/powerpc/boot/serial.c | 2 +-
arch/powerpc/include/asm/fixmap.h | 2 +-
arch/powerpc/include/asm/perf_event.h | 2 +
arch/powerpc/include/asm/ptrace.h | 2 +-
arch/powerpc/include/asm/rtas.h | 2 -
arch/powerpc/include/asm/timex.h | 2 +-
arch/powerpc/kernel/hw_breakpoint.c | 95 ++++++---
arch/powerpc/kernel/rtas.c | 122 +----------
arch/powerpc/kernel/vdso.c | 2 +-
arch/powerpc/mm/book3s64/hash_utils.c | 5 +-
arch/powerpc/mm/book3s64/pkeys.c | 16 +-
arch/powerpc/mm/book3s64/radix_pgtable.c | 16 ++
arch/powerpc/platforms/cell/spufs/coredump.c | 2 +-
arch/powerpc/platforms/pseries/hotplug-cpu.c | 171 ++-------------
arch/powerpc/platforms/pseries/offline_states.h | 38 ----
arch/powerpc/platforms/pseries/pmem.c | 1 -
arch/powerpc/platforms/pseries/smp.c | 28 +--
arch/powerpc/platforms/pseries/suspend.c | 22 +-
arch/s390/include/asm/topology.h | 6 -
arch/s390/mm/gmap.c | 27 ++-
arch/s390/net/bpf_jit_comp.c | 54 +++--
arch/x86/crypto/aes_ctrby8_avx-x86_64.S | 14 +-
arch/x86/crypto/aesni-intel_asm.S | 6 +-
arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +-
arch/x86/events/intel/uncore_snb.c | 3 +-
arch/x86/include/asm/topology.h | 2 +-
arch/x86/include/asm/uaccess.h | 5 +-
arch/x86/kernel/apic/io_apic.c | 5 +
arch/x86/kernel/cpu/mce/inject.c | 2 +-
arch/x86/kernel/process_64.c | 2 +-
arch/x86/kernel/smpboot.c | 50 ++++-
arch/x86/kvm/svm/svm.c | 2 +-
arch/x86/kvm/vmx/vmx.c | 2 +-
arch/x86/kvm/x86.c | 38 ++--
arch/x86/kvm/x86.h | 2 +-
block/blk-iocost.c | 2 +-
block/blk-zoned.c | 3 +
drivers/acpi/acpica/exprep.c | 4 -
drivers/acpi/acpica/utdelete.c | 6 +-
drivers/base/dd.c | 7 +-
drivers/base/firmware_loader/fallback_platform.c | 5 +-
drivers/block/loop.c | 4 +
drivers/bluetooth/btmrvl_sdio.c | 8 +-
drivers/bluetooth/btmtksdio.c | 16 +-
drivers/bluetooth/btusb.c | 90 +++++++-
drivers/bluetooth/hci_h5.c | 2 +-
drivers/bluetooth/hci_qca.c | 104 ++++++---
drivers/bluetooth/hci_serdev.c | 3 +-
drivers/bus/ti-sysc.c | 6 +-
drivers/char/agp/intel-gtt.c | 4 +-
drivers/char/tpm/tpm-chip.c | 9 +-
drivers/char/tpm/tpm.h | 5 +-
drivers/char/tpm/tpm2-space.c | 26 ++-
drivers/char/tpm/tpmrm-dev.c | 2 +-
drivers/clk/bcm/clk-bcm63xx-gate.c | 1 +
drivers/clk/clk-scmi.c | 22 +-
drivers/clk/qcom/gcc-sc7180.c | 2 +-
drivers/clk/qcom/gcc-sdm845.c | 4 +-
drivers/cpufreq/Kconfig.arm | 1 +
drivers/cpufreq/armada-37xx-cpufreq.c | 1 +
drivers/cpufreq/cpufreq.c | 58 +++--
drivers/crypto/caam/caamalg.c | 2 +-
drivers/crypto/caam/caamalg_qi.c | 2 +-
drivers/crypto/caam/caamalg_qi2.c | 2 +-
drivers/crypto/cavium/cpt/cptvf_algs.c | 1 +
drivers/crypto/cavium/cpt/cptvf_reqmanager.c | 12 +-
drivers/crypto/cavium/cpt/request_manager.h | 2 +
drivers/crypto/ccp/ccp-dev.h | 1 +
drivers/crypto/ccp/ccp-ops.c | 37 +++-
drivers/crypto/ccree/cc_cipher.c | 30 +--
drivers/crypto/hisilicon/sec/sec_algs.c | 34 +--
drivers/crypto/qat/qat_common/qat_algs.c | 22 +-
drivers/crypto/qat/qat_common/qat_uclo.c | 9 +-
drivers/devfreq/devfreq.c | 11 +-
drivers/devfreq/rk3399_dmc.c | 42 ++--
drivers/dma-buf/st-dma-fence-chain.c | 43 ++--
drivers/edac/edac_device_sysfs.c | 1 +
drivers/edac/edac_pci_sysfs.c | 2 +-
drivers/firmware/arm_scmi/scmi_pm_domain.c | 12 +-
drivers/firmware/qcom_scm.c | 7 +-
drivers/gpio/gpiolib-devres.c | 13 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 97 ++++++---
drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 19 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c | 2 +-
.../drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 6 +-
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 4 +-
drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c | 29 ++-
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 16 +-
.../amd/display/dc/dce110/dce110_hw_sequencer.c | 11 +-
drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 14 +-
drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 3 +-
drivers/gpu/drm/arm/malidp_planes.c | 2 +-
drivers/gpu/drm/bridge/sil-sii8620.c | 2 +-
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 8 +-
drivers/gpu/drm/drm_debugfs.c | 8 +-
drivers/gpu/drm/drm_gem.c | 4 +-
drivers/gpu/drm/drm_mipi_dsi.c | 6 +-
drivers/gpu/drm/drm_mm.c | 4 +-
drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 19 +-
drivers/gpu/drm/imx/dw_hdmi-imx.c | 15 +-
drivers/gpu/drm/imx/imx-drm-core.c | 3 +-
drivers/gpu/drm/imx/imx-ldb.c | 15 +-
drivers/gpu/drm/imx/imx-tve.c | 35 +--
drivers/gpu/drm/imx/ipuv3-crtc.c | 21 +-
drivers/gpu/drm/imx/parallel-display.c | 15 +-
drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 18 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 2 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 20 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h | 13 ++
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c | 9 +-
drivers/gpu/drm/msm/msm_gem.c | 36 ++--
drivers/gpu/drm/nouveau/dispnv50/head.c | 24 ++-
drivers/gpu/drm/nouveau/nouveau_debugfs.c | 4 +-
drivers/gpu/drm/nouveau/nouveau_drm.c | 8 +-
drivers/gpu/drm/nouveau/nouveau_gem.c | 4 +-
drivers/gpu/drm/nouveau/nouveau_sgdma.c | 9 +-
drivers/gpu/drm/panel/panel-simple.c | 2 +-
drivers/gpu/drm/panfrost/panfrost_job.c | 5 +-
drivers/gpu/drm/radeon/ci_dpm.c | 2 +-
drivers/gpu/drm/radeon/radeon_display.c | 4 +-
drivers/gpu/drm/radeon/radeon_drv.c | 9 +-
drivers/gpu/drm/radeon/radeon_kms.c | 4 +-
drivers/gpu/drm/stm/ltdc.c | 3 +
drivers/gpu/drm/tilcdc/tilcdc_panel.c | 6 +-
drivers/gpu/drm/ttm/ttm_tt.c | 3 -
drivers/gpu/drm/xen/xen_drm_front.c | 4 +-
drivers/gpu/drm/xen/xen_drm_front_gem.c | 8 +-
drivers/gpu/drm/xen/xen_drm_front_kms.c | 2 +-
drivers/gpu/host1x/debug.c | 4 +
drivers/gpu/ipu-v3/ipu-common.c | 2 +
drivers/hid/hid-input.c | 6 +-
drivers/hwtracing/coresight/coresight-etm4x.c | 22 +-
drivers/hwtracing/coresight/coresight-etm4x.h | 6 +-
drivers/hwtracing/coresight/coresight-tmc-etf.c | 13 +-
drivers/iio/amplifiers/ad8366.c | 7 +-
drivers/infiniband/core/device.c | 11 +-
drivers/infiniband/core/nldev.c | 3 -
drivers/infiniband/core/verbs.c | 2 +-
drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 13 +-
drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 1 +
drivers/infiniband/hw/qedr/qedr.h | 5 +-
drivers/infiniband/hw/qedr/verbs.c | 42 ++--
drivers/infiniband/sw/rxe/rxe_recv.c | 6 +-
drivers/infiniband/sw/rxe/rxe_verbs.c | 5 +-
drivers/infiniband/ulp/rtrs/rtrs-clt.c | 16 +-
drivers/infiniband/ulp/rtrs/rtrs-srv.c | 2 +-
drivers/iommu/intel/dmar.c | 1 +
drivers/iommu/intel/iommu.c | 27 +++
drivers/iommu/intel/irq_remapping.c | 8 +
drivers/irqchip/irq-bcm7038-l1.c | 8 +
drivers/irqchip/irq-gic-v3-its.c | 4 +-
drivers/irqchip/irq-loongson-htvec.c | 10 +-
drivers/irqchip/irq-loongson-liointc.c | 1 +
drivers/irqchip/irq-loongson-pch-pic.c | 30 ++-
drivers/irqchip/irq-mtk-sysirq.c | 8 +-
drivers/irqchip/irq-ti-sci-inta.c | 2 +-
drivers/leds/led-class.c | 1 +
drivers/leds/leds-lm355x.c | 7 +-
drivers/macintosh/via-macii.c | 9 +-
drivers/md/bcache/super.c | 9 +-
drivers/md/md-cluster.c | 1 +
drivers/md/md.c | 9 +-
drivers/media/cec/platform/cros-ec/cros-ec-cec.c | 6 +-
drivers/media/firewire/firedtv-fw.c | 2 +
drivers/media/i2c/tvp5150.c | 8 +-
drivers/media/mc/mc-request.c | 31 +--
drivers/media/platform/exynos4-is/media-dev.c | 3 +
drivers/media/platform/marvell-ccic/mcam-core.c | 2 +
drivers/media/platform/mtk-mdp/mtk_mdp_comp.c | 16 +-
drivers/media/platform/omap3isp/isppreview.c | 4 +-
drivers/media/platform/s5p-g2d/g2d.c | 28 +--
drivers/media/usb/dvb-usb/Kconfig | 1 +
drivers/media/usb/go7007/go7007-usb.c | 11 +-
drivers/memory/samsung/exynos5422-dmc.c | 12 +-
drivers/memory/tegra/tegra186-emc.c | 16 +-
drivers/mfd/ioc3.c | 6 +
drivers/misc/cxl/sysfs.c | 2 +-
drivers/misc/lkdtm/bugs.c | 49 +++--
drivers/misc/lkdtm/lkdtm.h | 2 -
drivers/misc/lkdtm/perms.c | 22 +-
drivers/misc/lkdtm/usercopy.c | 7 +-
drivers/mmc/host/sdhci-cadence.c | 123 +++++------
drivers/mmc/host/sdhci-of-arasan.c | 4 +
drivers/mmc/host/sdhci-pci-o2micro.c | 6 +
drivers/most/core.c | 4 +-
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 5 +-
drivers/mtd/nand/raw/qcom_nandc.c | 7 +-
drivers/mtd/spi-nor/controllers/intel-spi.c | 9 +
drivers/net/dsa/mv88e6xxx/chip.c | 1 -
drivers/net/dsa/rtl8366.c | 35 ++-
.../net/ethernet/aquantia/atlantic/aq_ethtool.c | 6 +-
.../ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c | 2 +-
drivers/net/ethernet/cadence/macb_main.c | 11 +-
.../ethernet/cavium/liquidio/cn23xx_pf_device.c | 2 +-
drivers/net/ethernet/cavium/thunder/nicvf_main.c | 8 +-
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 8 +-
drivers/net/ethernet/freescale/fman/fman.c | 3 +-
drivers/net/ethernet/freescale/fman/fman_dtsec.c | 4 +-
drivers/net/ethernet/freescale/fman/fman_mac.h | 2 +-
drivers/net/ethernet/freescale/fman/fman_memac.c | 3 +-
drivers/net/ethernet/freescale/fman/fman_port.c | 9 +-
drivers/net/ethernet/freescale/fman/fman_tgec.c | 2 +-
drivers/net/ethernet/intel/iavf/iavf_main.c | 9 +-
drivers/net/ethernet/intel/ice/ice_flex_pipe.c | 8 +-
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 1 +
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 9 +-
.../ethernet/mellanox/mlx5/core/steering/fs_dr.c | 42 ++--
drivers/net/ethernet/mscc/ocelot.c | 16 +-
.../net/ethernet/pensando/ionic/ionic_bus_pci.c | 9 +-
drivers/net/ethernet/pensando/ionic/ionic_lif.c | 2 +-
drivers/net/ethernet/qlogic/qed/qed_cxt.c | 5 +
drivers/net/ethernet/qlogic/qed/qed_rdma.c | 1 +
drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
drivers/net/ethernet/ti/am65-cpsw-nuss.c | 19 ++
drivers/net/ethernet/toshiba/spider_net.c | 4 +-
drivers/net/ethernet/xilinx/ll_temac_main.c | 6 +-
drivers/net/hyperv/netvsc_drv.c | 7 +-
drivers/net/phy/marvell10g.c | 18 +-
drivers/net/phy/mscc/mscc_main.c | 9 +
drivers/net/phy/phy_device.c | 8 +-
drivers/net/usb/r8152.c | 2 +-
drivers/net/vmxnet3/vmxnet3_drv.c | 3 +-
drivers/net/vxlan.c | 4 +-
drivers/net/wan/lapbether.c | 10 +-
drivers/net/wireless/ath/ath10k/htt_tx.c | 4 +
.../broadcom/brcm80211/brcmfmac/fwil_types.h | 2 +-
.../broadcom/brcm80211/brcmfmac/fwsignal.c | 4 +
.../wireless/broadcom/brcm80211/brcmfmac/sdio.c | 6 +-
drivers/net/wireless/intel/iwlegacy/common.c | 4 +-
drivers/net/wireless/marvell/mwifiex/sdio.h | 4 +-
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c | 22 +-
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c | 13 +-
drivers/net/wireless/mediatek/mt76/mt7615/usb.c | 21 +-
.../net/wireless/mediatek/mt76/mt7615/usb_mcu.c | 2 +-
.../net/wireless/mediatek/mt76/mt7915/debugfs.c | 2 +
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c | 19 +-
drivers/net/wireless/quantenna/qtnfmac/core.c | 5 +-
drivers/net/wireless/realtek/rtw88/coex.c | 3 +-
drivers/net/wireless/realtek/rtw88/fw.c | 2 +-
drivers/net/wireless/realtek/rtw88/main.c | 11 +-
drivers/net/wireless/realtek/rtw88/rtw8822ce.c | 4 +
drivers/net/wireless/ti/wl1251/event.c | 2 +-
drivers/nvme/host/multipath.c | 17 +-
drivers/nvme/host/rdma.c | 12 +-
drivers/nvme/host/tcp.c | 12 +-
drivers/nvmem/sprd-efuse.c | 4 +-
drivers/parisc/sba_iommu.c | 2 +-
drivers/pci/access.c | 8 +-
drivers/pci/controller/cadence/pcie-cadence-ep.c | 9 +-
drivers/pci/controller/cadence/pcie-cadence-host.c | 15 +-
drivers/pci/controller/pci-hyperv.c | 71 ++++---
drivers/pci/controller/pci-loongson.c | 6 +-
drivers/pci/controller/pcie-rcar-host.c | 4 +-
drivers/pci/controller/vmd.c | 3 +
drivers/pci/pcie/aspm.c | 1 +
drivers/pci/quirks.c | 2 +
drivers/phy/cadence/phy-cadence-salvo.c | 2 +-
drivers/phy/marvell/phy-armada38x-comphy.c | 45 +++-
drivers/phy/renesas/phy-rcar-gen3-usb2.c | 61 +++---
drivers/phy/samsung/phy-exynos5-usbdrd.c | 4 +-
drivers/pinctrl/pinctrl-single.c | 11 +-
drivers/platform/x86/asus-nb-wmi.c | 82 +++++++
drivers/platform/x86/intel-hid.c | 2 +-
drivers/platform/x86/intel-vbtn.c | 2 +-
drivers/power/supply/88pm860x_battery.c | 6 +-
drivers/regulator/core.c | 18 +-
drivers/reset/reset-intel-gw.c | 24 +--
drivers/s390/block/dasd_diag.c | 25 ++-
drivers/s390/net/qeth_core_main.c | 20 +-
drivers/s390/net/qeth_l2_main.c | 4 +
drivers/scsi/arm/cumana_2.c | 2 +-
drivers/scsi/arm/eesox.c | 2 +-
drivers/scsi/arm/powertec.c | 2 +-
drivers/scsi/megaraid/megaraid_sas_base.c | 9 +-
drivers/scsi/mesh.c | 8 +-
drivers/scsi/qla2xxx/qla_iocb.c | 4 +-
drivers/scsi/scsi_debug.c | 6 +
drivers/scsi/scsi_lib.c | 4 +-
drivers/scsi/ufs/ufshcd.c | 53 ++---
drivers/scsi/ufs/ufshcd.h | 2 +-
drivers/soc/qcom/pdr_interface.c | 4 +-
drivers/soc/qcom/rpmh-rsc.c | 19 +-
drivers/spi/spi-dw-dma.c | 14 +-
drivers/spi/spi-lantiq-ssc.c | 12 +-
drivers/spi/spi-rockchip.c | 2 +-
drivers/spi/spidev.c | 21 +-
drivers/staging/media/allegro-dvt/allegro-core.c | 8 +-
drivers/staging/media/rkisp1/rkisp1-resizer.c | 12 +-
drivers/staging/rtl8192u/r8192U_core.c | 2 +-
.../vc04_services/interface/vchiq_arm/vchiq_arm.c | 1 +
.../int340x_thermal/processor_thermal_device.c | 2 +-
drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 2 +-
drivers/usb/cdns3/gadget.c | 3 +-
drivers/usb/core/quirks.c | 16 +-
drivers/usb/dwc2/platform.c | 4 +-
drivers/usb/dwc3/dwc3-meson-g12a.c | 15 +-
drivers/usb/gadget/function/f_uac2.c | 7 +-
drivers/usb/gadget/udc/bdc/bdc_core.c | 13 +-
drivers/usb/gadget/udc/bdc/bdc_ep.c | 16 +-
drivers/usb/gadget/udc/net2280.c | 4 +-
drivers/usb/mtu3/mtu3_core.c | 6 +-
drivers/usb/serial/cp210x.c | 19 ++
drivers/usb/serial/iuu_phoenix.c | 14 +-
drivers/vdpa/vdpa_sim/vdpa_sim.c | 31 ++-
drivers/video/console/newport_con.c | 12 +-
drivers/video/fbdev/neofb.c | 1 +
drivers/video/fbdev/pxafb.c | 4 +-
drivers/video/fbdev/savage/savagefb_driver.c | 2 +
drivers/video/fbdev/sm712fb.c | 2 +
drivers/xen/balloon.c | 12 +-
drivers/xen/gntdev-dmabuf.c | 8 +
fs/9p/v9fs.c | 5 +-
fs/btrfs/ctree.h | 2 +
fs/btrfs/extent-tree.c | 8 +
fs/btrfs/extent_io.c | 2 +
fs/btrfs/file.c | 12 +-
fs/btrfs/inode.c | 44 +++-
fs/btrfs/space-info.c | 2 +-
fs/dlm/lockspace.c | 6 +-
fs/erofs/inode.c | 121 +++++++----
fs/io_uring.c | 235 ++++++++++++++++-----
fs/iomap/apply.c | 13 +-
fs/kernfs/file.c | 2 +-
fs/minix/inode.c | 36 +++-
fs/minix/itree_common.c | 8 +-
fs/nfs/pnfs.c | 46 ++--
fs/nfsd/nfs4recover.c | 24 +--
fs/ocfs2/dlmglue.c | 8 +-
fs/pstore/platform.c | 5 +-
fs/xfs/libxfs/xfs_shared.h | 1 +
fs/xfs/libxfs/xfs_trans_space.h | 2 +-
fs/xfs/scrub/bmap.c | 22 +-
fs/xfs/xfs_bmap_util.c | 18 +-
fs/xfs/xfs_qm.c | 1 +
fs/xfs/xfs_reflink.c | 21 +-
fs/xfs/xfs_trans.c | 19 +-
include/asm-generic/vmlinux.lds.h | 1 +
include/linux/bitfield.h | 2 +-
include/linux/dmar.h | 1 +
include/linux/gpio/driver.h | 13 +-
include/linux/gpio/regmap.h | 2 +-
include/linux/intel-iommu.h | 2 +
include/linux/tpm.h | 1 +
include/linux/tpm_eventlog.h | 11 +-
include/linux/tracepoint.h | 2 +-
include/net/bluetooth/bluetooth.h | 2 +
include/net/bluetooth/hci.h | 11 +
include/net/bluetooth/hci_core.h | 2 +-
include/net/inet_connection_sock.h | 4 +
include/net/ip_vs.h | 10 +-
include/net/tcp.h | 2 +
include/uapi/linux/bpf.h | 2 +-
include/uapi/linux/seccomp.h | 3 +-
include/uapi/rdma/qedr-abi.h | 10 +-
kernel/bpf/map_iter.c | 16 +-
kernel/bpf/task_iter.c | 6 +-
kernel/rcu/tree.c | 9 +-
kernel/sched/core.c | 21 +-
kernel/sched/fair.c | 23 +-
kernel/sched/topology.c | 2 +-
kernel/seccomp.c | 9 +
kernel/signal.c | 16 +-
kernel/task_work.c | 8 +-
kernel/time/tick-sched.c | 22 +-
kernel/trace/blktrace.c | 18 +-
kernel/trace/ftrace.c | 3 -
kernel/trace/trace.c | 12 +-
kernel/trace/trace.h | 9 +-
lib/crc-t10dif.c | 54 +++--
lib/dynamic_debug.c | 23 +-
lib/kobject.c | 33 ++-
mm/mmap.c | 1 +
mm/vmstat.c | 12 +-
net/bluetooth/6lowpan.c | 5 +
net/bluetooth/hci_core.c | 28 ++-
net/bpfilter/bpfilter_kern.c | 1 +
net/core/sock.c | 25 ++-
net/ipv4/inet_connection_sock.c | 97 +++++----
net/ipv4/inet_hashtables.c | 1 +
net/ipv4/sysctl_net_ipv4.c | 16 +-
net/ipv4/tcp.c | 16 +-
net/ipv4/tcp_fastopen.c | 23 ++
net/netfilter/ipvs/ip_vs_core.c | 12 +-
net/netfilter/nft_meta.c | 2 +-
net/nfc/rawsock.c | 7 +-
net/packet/af_packet.c | 9 +-
net/socket.c | 2 +-
net/sunrpc/auth_gss/gss_krb5_wrap.c | 2 +-
net/sunrpc/auth_gss/svcauth_gss.c | 1 -
net/sunrpc/xprtrdma/svc_rdma_rw.c | 28 ++-
net/tls/tls_device.c | 3 +-
net/vmw_vsock/af_vsock.c | 2 +-
samples/bpf/fds_example.c | 3 +-
samples/bpf/map_perf_test_kern.c | 9 +-
samples/bpf/test_map_in_map_kern.c | 9 +-
samples/bpf/test_probe_write_user_kern.c | 9 +-
scripts/recordmcount.c | 6 +
scripts/selinux/mdp/mdp.c | 23 +-
security/integrity/ima/ima.h | 5 +
security/integrity/ima/ima_policy.c | 102 ++++++++-
security/smack/smackfs.c | 6 +-
sound/pci/hda/patch_realtek.c | 4 +-
sound/soc/codecs/hdac_hda.c | 7 +-
sound/soc/codecs/tas2770.c | 3 +-
sound/soc/fsl/fsl_easrc.c | 2 +-
sound/soc/fsl/fsl_sai.c | 5 +-
sound/soc/fsl/fsl_sai.h | 2 +-
sound/soc/intel/boards/bxt_rt298.c | 2 +
sound/soc/intel/boards/cml_rt1011_rt5682.c | 84 +++-----
sound/soc/intel/boards/sof_sdw.c | 1 +
sound/soc/meson/axg-card.c | 20 +-
sound/soc/meson/axg-tdm-formatter.c | 11 +-
sound/soc/meson/axg-tdm-formatter.h | 1 -
sound/soc/meson/axg-tdm-interface.c | 26 ++-
sound/soc/meson/axg-tdmin.c | 16 +-
sound/soc/meson/axg-tdmout.c | 3 -
sound/soc/meson/gx-card.c | 18 +-
sound/soc/meson/meson-card-utils.c | 4 -
sound/soc/soc-core.c | 5 +-
sound/soc/soc-dai.c | 16 +-
sound/soc/soc-pcm.c | 42 ++--
sound/soc/sof/nocodec.c | 1 +
sound/usb/card.h | 1 +
sound/usb/mixer_quirks.c | 1 +
sound/usb/pcm.c | 6 +
sound/usb/quirks-table.h | 64 +++++-
sound/usb/quirks.c | 3 +
sound/usb/stream.c | 1 +
tools/bpf/bpftool/btf.c | 2 +-
tools/bpf/bpftool/gen.c | 5 +-
tools/build/Build.include | 3 +-
tools/include/uapi/linux/bpf.h | 2 +-
tools/lib/bpf/bpf_tracing.h | 4 +-
tools/testing/kunit/kunit.py | 24 ---
tools/testing/kunit/kunit_kernel.py | 6 +-
tools/testing/kunit/kunit_tool_test.py | 14 +-
tools/testing/selftests/lkdtm/run.sh | 6 +
tools/testing/selftests/lkdtm/tests.txt | 1 +
tools/testing/selftests/net/msg_zerocopy.c | 5 +-
.../selftests/powerpc/benchmarks/context_switch.c | 21 +-
.../testing/selftests/powerpc/eeh/eeh-functions.sh | 11 +-
tools/testing/selftests/powerpc/utils.c | 37 ++--
tools/testing/selftests/seccomp/seccomp_bpf.c | 2 +-
491 files changed, 4037 insertions(+), 2466 deletions(-)