All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	patches@lists.linux.dev, linux-kernel@vger.kernel.org,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
	lkft-triage@lists.linaro.org, pavel@denx.de,
	jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de
Subject: [PATCH 5.10 000/783] 5.10.163-rc1 review
Date: Thu, 12 Jan 2023 14:45:16 +0100	[thread overview]
Message-ID: <20230112135524.143670746@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 5.10.163 release.
There are 783 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, 14 Jan 2023 13:53:18 +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.10.163-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.10.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 5.10.163-rc1

Paolo Abeni <pabeni@redhat.com>
    net/ulp: prevent ULP without clone op from entering the LISTEN status

Frederick Lawler <fred@cloudflare.com>
    net: sched: disallow noqueue for qdisc classes

Mat Martineau <mathew.j.martineau@linux.intel.com>
    mptcp: use proper req destructor for IPv6

Mat Martineau <mathew.j.martineau@linux.intel.com>
    mptcp: dedicated request sock for subflow in v6

Mat Martineau <mathew.j.martineau@linux.intel.com>
    mptcp: remove MPTCP 'ifdef' in TCP SYN cookies

Mat Martineau <mathew.j.martineau@linux.intel.com>
    mptcp: mark ops structures as ro_after_init

Rasmus Villemoes <linux@rasmusvillemoes.dk>
    serial: fixup backport of "serial: Deassert Transmit Enable on probe in driver-specific way"

Indan Zupancic <Indan.Zupancic@mep-info.com>
    fsl_lpuart: Don't enable interrupts too early

Eric Biggers <ebiggers@google.com>
    ext4: don't set up encryption key during jbd2 transaction

Eric Biggers <ebiggers@google.com>
    ext4: disable fast-commit of encrypted dir operations

Helge Deller <deller@gmx.de>
    parisc: Align parisc MADV_XXX constants with all other architectures

Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
    io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()

Ard Biesheuvel <ardb@kernel.org>
    efi: random: combine bootloader provided RNG seed with RNG protocol output

Jan Kara <jack@suse.cz>
    mbcache: Avoid nesting of cache->c_list_lock under bit locks

Linus Torvalds <torvalds@linux-foundation.org>
    hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling

Arnd Bergmann <arnd@arndb.de>
    hfs/hfsplus: use WARN_ON for sanity check

Muhammad Usama Anjum <usama.anjum@collabora.com>
    selftests: set the BUILD variable to absolute path

Eric Biggers <ebiggers@google.com>
    ext4: don't allow journal inode to have encrypt flag

Zhenyu Wang <zhenyuw@linux.intel.com>
    drm/i915/gvt: fix vgpu debugfs clean in remove

Zhenyu Wang <zhenyuw@linux.intel.com>
    drm/i915/gvt: fix gvt debugfs destroy

Ben Dooks <ben-linux@fluff.org>
    riscv: uaccess: fix type of 0 variable on error in get_user()

Paul Menzel <pmenzel@molgen.mpg.de>
    fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MB

Jeff Layton <jlayton@kernel.org>
    nfsd: fix handling of readdir in v4root vs. mount upcall timeout

Rodrigo Branco <bsdaemon@google.com>
    x86/bugs: Flush IBP in ib_prctl_set()

Yanjun Zhang <zhangyanjun@cestc.cn>
    nvme: fix multipath crash caused by flush request when blktrace is enabled

Hans de Goede <hdegoede@redhat.com>
    ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071 tablet

Jan Kara <jack@suse.cz>
    udf: Fix extension of the last extent in the file

Zhengchao Shao <shaozhengchao@huawei.com>
    caif: fix memory leak in cfctrl_linkup_request()

Dan Carpenter <error27@gmail.com>
    drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()

Szymon Heidrich <szymon.heidrich@gmail.com>
    usb: rndis_host: Secure rndis_query check against int overflow

Daniil Tatianin <d-tatianin@yandex-team.ru>
    drivers/net/bonding/bond_3ad: return when there's no aggregator

Miaoqian Lin <linmq006@gmail.com>
    perf tools: Fix resources leak in perf_data__open_dir()

Jozsef Kadlecsik <kadlec@netfilter.org>
    netfilter: ipset: Rework long task execution when adding/deleting entries

Jozsef Kadlecsik <kadlec@netfilter.org>
    netfilter: ipset: fix hash:net,port,net hang with /0 subnet

Jamal Hadi Salim <jhs@mojatatu.com>
    net: sched: cbq: dont intepret cls results when asked to drop

Jamal Hadi Salim <jhs@mojatatu.com>
    net: sched: atm: dont intepret cls results when asked to drop

Miaoqian Lin <linmq006@gmail.com>
    gpio: sifive: Fix refcount leak in sifive_gpio_probe

Xiubo Li <xiubli@redhat.com>
    ceph: switch to vfs_inode_has_locks() to fix file lock bug

Jeff Layton <jlayton@kernel.org>
    filelock: new helper: vfs_inode_has_locks

Carlo Caione <ccaione@baylibre.com>
    drm/meson: Reduce the FIFO lines held when AFBC is not used

Maor Gottlieb <maorg@nvidia.com>
    RDMA/mlx5: Fix validation of max_rd_atomic caps for DC

Miaoqian Lin <linmq006@gmail.com>
    net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe

Jiguang Xiao <jiguang.xiao@windriver.com>
    net: amd-xgbe: add missed tasklet_kill

Adham Faris <afaris@nvidia.com>
    net/mlx5e: Fix hw mtu initializing at XDP SQ allocation

Dragos Tatulea <dtatulea@nvidia.com>
    net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default

Shay Drory <shayd@nvidia.com>
    net/mlx5: Avoid recovery in probe flows

Jiri Pirko <jiri@nvidia.com>
    net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path

Stefano Garzarella <sgarzare@redhat.com>
    vhost: fix range used in translate_desc()

Stefano Garzarella <sgarzare@redhat.com>
    vringh: fix range used in iotlb_translate()

Yuan Can <yuancan@huawei.com>
    vhost/vsock: Fix error handling in vhost_vsock_init()

Miaoqian Lin <linmq006@gmail.com>
    nfc: Fix potential resource leaks

Daniil Tatianin <d-tatianin@yandex-team.ru>
    qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure

Hawkins Jiawei <yin31149@gmail.com>
    net: sched: fix memory leak in tcindex_set_parms

Jie Wang <wangjie125@huawei.com>
    net: hns3: add interrupts re-initialization while doing VF FLR

Jeff Layton <jlayton@kernel.org>
    nfsd: shut down the NFSv4 state objects before the filecache

Shawn Bohrer <sbohrer@cloudflare.com>
    veth: Fix race with AF_XDP exposing old or uninitialized descriptors

Ronak Doshi <doshir@vmware.com>
    vmxnet3: correctly report csum_level for encapsulated packet

Steven Price <steven.price@arm.com>
    drm/panfrost: Fix GEM handle creation ref-counting

Jakub Kicinski <kuba@kernel.org>
    bpf: pull before calling skb_postpull_rcsum()

minoura makoto <minoura@valinux.co.jp>
    SUNRPC: ensure the matching upcall is in-flight upon downcall

Jan Kara <jack@suse.cz>
    ext4: fix deadlock due to mbcache entry corruption

Jan Kara <jack@suse.cz>
    mbcache: automatically delete entries from cache on freeing

Jan Kara <jack@suse.cz>
    ext4: fix race when reusing xattr blocks

Jan Kara <jack@suse.cz>
    ext4: unindent codeblock in ext4_xattr_block_set()

Jan Kara <jack@suse.cz>
    ext4: remove EA inode entry from mbcache on inode eviction

Jan Kara <jack@suse.cz>
    mbcache: add functions to delete entry if unused

Jan Kara <jack@suse.cz>
    mbcache: don't reclaim used entries

Shuqi Zhang <zhangshuqi3@huawei.com>
    ext4: use kmemdup() to replace kmalloc + memcpy

Eric Biggers <ebiggers@google.com>
    ext4: fix leaking uninitialized memory in fast-commit journal

Bhaskar Chowdhury <unixbhaskar@gmail.com>
    ext4: fix various seppling typos

Jan Kara <jack@suse.cz>
    ext4: simplify ext4 error translation

Jan Kara <jack@suse.cz>
    ext4: move functions in super.c

Alexander Potapenko <glider@google.com>
    fs: ext4: initialize fsdata in pagecache_write()

Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
    ext4: use memcpy_to_page() in pagecache_write()

Ira Weiny <ira.weiny@intel.com>
    mm/highmem: Lift memcpy_[to|from]_page to core

Baokun Li <libaokun1@huawei.com>
    ext4: correct inconsistent error msg in nojournal mode

Jason Yan <yanaijie@huawei.com>
    ext4: goto right label 'failed_mount3a'

Guo Ren <guoren@linux.alibaba.com>
    riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argument

Chen Huang <chenhuang5@huawei.com>
    riscv/stacktrace: Fix stack output without ra on the stack top

Biju Das <biju.das.jz@bp.renesas.com>
    ravb: Fix "failed to switch device to config mode" message during unbind

Luca Ceresoli <luca.ceresoli@bootlin.com>
    staging: media: tegra-video: fix device_node use after free

Masami Hiramatsu (Google) <mhiramat@kernel.org>
    x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK

Borislav Petkov <bp@suse.de>
    x86/kprobes: Convert to insn_decode()

Masami Hiramatsu (Google) <mhiramat@kernel.org>
    perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data

Masami Hiramatsu (Google) <mhiramat@kernel.org>
    perf probe: Use dwarf_attr_integrate as generic DWARF attr accessor

Smitha T Murthy <smitha.t@samsung.com>
    media: s5p-mfc: Fix in register read and write for H264

Smitha T Murthy <smitha.t@samsung.com>
    media: s5p-mfc: Clear workbit to handle error condition

Smitha T Murthy <smitha.t@samsung.com>
    media: s5p-mfc: Fix to handle reference queue during finishing

Yazen Ghannam <yazen.ghannam@amd.com>
    x86/MCE/AMD: Clear DFR errors found in THR handler

Borislav Petkov <bp@suse.de>
    x86/mce: Get rid of msr_ops

Sasha Levin <sashal@kernel.org>
    btrfs: replace strncpy() with strscpy()

Alexander Antonov <alexander.antonov@linux.intel.com>
    perf/x86/intel/uncore: Clear attr_update properly

Alexander Antonov <alexander.antonov@linux.intel.com>
    perf/x86/intel/uncore: Generalize I/O stacks to PMON mapping procedure

Jens Axboe <axboe@kernel.dk>
    ARM: renumber bits related to _TIF_WORK_MASK

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu: make display pinning more flexible (v2)

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu: handle polaris10/11 overlap asics (v2)

Ye Bin <yebin10@huawei.com>
    ext4: allocate extended attribute value in vmalloc area

Jan Kara <jack@suse.cz>
    ext4: avoid unaccounted block allocation when expanding inode

Jan Kara <jack@suse.cz>
    ext4: initialize quota before expanding inode in setproject ioctl

Ye Bin <yebin10@huawei.com>
    ext4: fix inode leak in ext4_xattr_inode_create() on an error path

Jan Kara <jack@suse.cz>
    ext4: avoid BUG_ON when creating xattrs

Luís Henriques <lhenriques@suse.de>
    ext4: fix error code return to user-space in ext4_get_branch()

Baokun Li <libaokun1@huawei.com>
    ext4: fix corruption when online resizing a 1K bigalloc fs

Eric Whitney <enwlinux@gmail.com>
    ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline

Ye Bin <yebin10@huawei.com>
    ext4: init quota for 'old.inode' in 'ext4_rename'

Baokun Li <libaokun1@huawei.com>
    ext4: fix bug_on in __es_tree_search caused by bad boot loader inode

Zhang Yi <yi.zhang@huawei.com>
    ext4: check and assert if marking an no_delete evicting inode dirty

Ye Bin <yebin10@huawei.com>
    ext4: fix reserved cluster accounting in __es_remove_extent()

Baokun Li <libaokun1@huawei.com>
    ext4: fix bug_on in __es_tree_search caused by bad quota inode

Baokun Li <libaokun1@huawei.com>
    ext4: add helper to check quota inums

Baokun Li <libaokun1@huawei.com>
    ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode

Gaosheng Cui <cuigaosheng1@huawei.com>
    ext4: fix undefined behavior in bit shift for ext4_check_flag_values

Baokun Li <libaokun1@huawei.com>
    ext4: fix use-after-free in ext4_orphan_cleanup

Baokun Li <libaokun1@huawei.com>
    ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinite loop

Zhang Yi <yi.zhang@huawei.com>
    ext4: silence the warning when evicting inode with dioread_nolock

Yuan Can <yuancan@huawei.com>
    drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init()

Mikko Kovanen <mikko.kovanen@aavamobile.com>
    drm/i915/dsi: fix VBT send packet port selection for dual link DSI

Zack Rusin <zackr@vmware.com>
    drm/vmwgfx: Validate the box size for the snooped cursor

Simon Ser <contact@emersion.fr>
    drm/connector: send hotplug uevent on connector cleanup

Wang Weiyang <wangweiyang2@huawei.com>
    device_cgroup: Roll back to original exceptions after copy failure

Shang XiaoJing <shangxiaojing@huawei.com>
    parisc: led: Fix potential null-ptr-deref in start_task()

Maria Yu <quic_aiquny@quicinc.com>
    remoteproc: core: Do pm_relax when in RPROC_OFFLINE state

Kim Phillips <kim.phillips@amd.com>
    iommu/amd: Fix ivrs_acpihid cmdline parsing code

Isaac J. Manjarres <isaacmanjarres@google.com>
    driver core: Fix bus_type.match() error handling in __driver_attach()

Corentin Labbe <clabbe@baylibre.com>
    crypto: n2 - add missing hash statesize

Sascha Hauer <s.hauer@pengutronix.de>
    PCI/sysfs: Fix double free in error path

Michael S. Tsirkin <mst@redhat.com>
    PCI: Fix pci_device_is_present() for VFs by checking PF

Dan Carpenter <error27@gmail.com>
    ipmi: fix use after free in _ipmi_destroy_user()

Huaxin Lu <luhuaxin1@huawei.com>
    ima: Fix a potential NULL pointer access in ima_restore_measurement_list

Alexander Sverdlin <alexander.sverdlin@nokia.com>
    mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()

Zhang Yuchen <zhangyuchen.lcr@bytedance.com>
    ipmi: fix long wait in unload when IPMI disconnect

Aidan MacDonald <aidanmacdonald.0x0@gmail.com>
    ASoC: jz4740-i2s: Handle independent FIFO flush bits

Michael Walle <michael@walle.cc>
    wifi: wilc1000: sdio: fix module autoloading

Aditya Garg <gargaditya08@live.com>
    efi: Add iMac Pro 2017 to uefi skip cert quirk

Florian-Ewald Mueller <florian-ewald.mueller@ionos.com>
    md/bitmap: Fix bitmap chunk size overflow issues

Ian Abbott <abbotti@mev.co.uk>
    rtc: ds1347: fix value written to century register

Steve French <stfrench@microsoft.com>
    cifs: fix missing display of three mount options

Paulo Alcantara <pc@cjr.nz>
    cifs: fix confusing debug message

Takashi Iwai <tiwai@suse.de>
    media: dvb-core: Fix UAF due to refcount races at releasing

Keita Suzuki <keitasuzuki.park@sslab.ics.keio.ac.jp>
    media: dvb-core: Fix double free in dvb_register_device()

Nick Desaulniers <ndesaulniers@google.com>
    ARM: 9256/1: NWFPE: avoid compiler-generated __aeabi_uldivmod

Luca Ceresoli <luca.ceresoli@bootlin.com>
    staging: media: tegra-video: fix chan->mipi value on error

Yang Jihong <yangjihong1@huawei.com>
    tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line

Zheng Yejian <zhengyejian1@huawei.com>
    tracing/hist: Fix wrong return value in parse_action_params()

Masami Hiramatsu (Google) <mhiramat@kernel.org>
    x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK

Steven Rostedt (Google) <rostedt@goodmis.org>
    ftrace/x86: Add back ftrace_expected for ftrace bug reports

Ashok Raj <ashok.raj@intel.com>
    x86/microcode/intel: Do not retry microcode reloading on the APs

Sean Christopherson <seanjc@google.com>
    KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails

Namhyung Kim <namhyung@kernel.org>
    perf/core: Call LSM hook after copying perf_event_attr

Zheng Yejian <zhengyejian1@huawei.com>
    tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'

Mike Snitzer <snitzer@kernel.org>
    dm cache: set needs_check flag after aborting metadata

Luo Meng <luomeng12@huawei.com>
    dm cache: Fix UAF in destroy()

Luo Meng <luomeng12@huawei.com>
    dm clone: Fix UAF in clone_dtr()

Luo Meng <luomeng12@huawei.com>
    dm integrity: Fix UAF in dm_integrity_dtr()

Luo Meng <luomeng12@huawei.com>
    dm thin: Fix UAF in run_timer_softirq()

Luo Meng <luomeng12@huawei.com>
    dm thin: resume even if in FAIL mode

Zhihao Cheng <chengzhihao1@huawei.com>
    dm thin: Use last transaction's pmd->root when commit failed

Zhihao Cheng <chengzhihao1@huawei.com>
    dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata

Mike Snitzer <snitzer@kernel.org>
    dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abort

Chris Chiu <chris.chiu@canonical.com>
    ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops

Philipp Jungkamp <p.jungkamp@gmx.net>
    ALSA: patch_realtek: Fix Dell Inspiron Plus 16

Yongqiang Liu <liuyongqiang13@huawei.com>
    cpufreq: Init completion before kobject_init_and_add()

Kant Fan <kant@allwinnertech.com>
    PM/devfreq: governor: Add a private governor_data for governor

Mickaël Salaün <mic@digikod.net>
    selftests: Use optional USERCFLAGS and USERLDFLAGS

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    arm64: dts: qcom: sdm850-lenovo-yoga-c630: correct I2C12 pins drive strength

Jason A. Donenfeld <Jason@zx2c4.com>
    ARM: ux500: do not directly dereference __iomem

Boris Burkov <boris@bur.io>
    btrfs: fix resolving backrefs for inline extent followed by prealloc

Wenchao Chen <wenchao.chen@unisoc.com>
    mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400K

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    arm64: dts: qcom: sdm845-db845c: correct SPI2 pins drive strength

Bixuan Cui <cuibixuan@linux.alibaba.com>
    jbd2: use the correct print format

Steven Rostedt <rostedt@goodmis.org>
    ktest.pl minconfig: Unset configs instead of just removing them

Steven Rostedt <rostedt@goodmis.org>
    kest.pl: Fix grub2 menu handling for rebooting

Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
    soc: qcom: Select REMAP_MMIO for LLCC driver

Jason A. Donenfeld <Jason@zx2c4.com>
    media: stv0288: use explicitly signed char

Eric Dumazet <edumazet@google.com>
    net/af_packet: make sure to pull mac header

Hangbin Liu <liuhangbin@gmail.com>
    net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO

Paul E. McKenney <paulmck@kernel.org>
    rcu: Prevent lockdep-RCU splats on lock acquisition/release

Paul E. McKenney <paulmck@kernel.org>
    torture: Exclude "NOHZ tick-stop error" from fatal errors

Ping-Ke Shih <pkshih@realtek.com>
    wifi: rtlwifi: 8192de: correct checking of IQK reload

Jakub Kicinski <kuba@kernel.org>
    wifi: rtlwifi: remove always-true condition pointed out by GCC 12

Dima Chumak <dchumak@nvidia.com>
    net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow()

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio

Marco Elver <elver@google.com>
    kcsan: Instrument memcpy/memset/memmove with newer Clang

Chuck Lever <chuck.lever@oracle.com>
    SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails

Hanjun Guo <guohanjun@huawei.com>
    tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak

Hanjun Guo <guohanjun@huawei.com>
    tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak

Hanjun Guo <guohanjun@huawei.com>
    tpm: acpi: Call acpi_put_table() to fix memory leak

Deren Wu <deren.wu@mediatek.com>
    mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING

Pavel Machek <pavel@denx.de>
    f2fs: should put a page when checking the summary info

NARIBAYASHI Akira <a.naribayashi@fujitsu.com>
    mm, compaction: fix fast_isolate_around() to stay within boundaries

Mikulas Patocka <mpatocka@redhat.com>
    md: fix a crash in mempool_free

Christian Brauner <brauner@kernel.org>
    pnode: terminate at peers of source

Artem Egorkine <arteme@gmail.com>
    ALSA: line6: fix stack overflow in line6_midi_transmit

Artem Egorkine <arteme@gmail.com>
    ALSA: line6: correct midi status byte when receiving data from podxt

Zhang Tianci <zhangtianci.1997@bytedance.com>
    ovl: Use ovl mounter's fsuid and fsgid in ovl_link()

Wang Yufen <wangyufen@huawei.com>
    binfmt: Fix error return code in load_elf_fdpic_binary()

Aditya Garg <gargaditya08@live.com>
    hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount

Qiujun Huang <hqjagain@gmail.com>
    pstore/zone: Use GFP_ATOMIC to allocate zone buffer

Terry Junge <linuxhid@cosmicgizmosystems.com>
    HID: plantronics: Additional PIDs for double volume key presses quirk

José Expósito <jose.exposito89@gmail.com>
    HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint

Nathan Lynch <nathanl@linux.ibm.com>
    powerpc/rtas: avoid scheduling in rtas_os_term()

Nathan Lynch <nathanl@linux.ibm.com>
    powerpc/rtas: avoid device tree lookups in rtas_os_term()

Christophe Leroy <christophe.leroy@csgroup.eu>
    objtool: Fix SEGFAULT

Christoph Hellwig <hch@lst.de>
    nvmet: don't defer passthrough commands with trivial effects to the workqueue

Christoph Hellwig <hch@lst.de>
    nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definition

Adam Vodopjan <grozzly@protonmail.com>
    ata: ahci: Fix PCS quirk application for suspend

Keith Busch <kbusch@kernel.org>
    nvme-pci: fix page size checks

Keith Busch <kbusch@kernel.org>
    nvme-pci: fix mempool alloc size

Klaus Jensen <k.jensen@samsung.com>
    nvme-pci: fix doorbell buffer value endianness

Paulo Alcantara <pc@cjr.nz>
    cifs: fix oops during encryption

Miaoqian Lin <linmq006@gmail.com>
    usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_init

Steven Price <steven.price@arm.com>
    pwm: tegra: Fix 32 bit build

Lin Ma <linma@zju.edu.cn>
    media: dvbdev: fix refcnt bug

Lin Ma <linma@zju.edu.cn>
    media: dvbdev: fix build warning due to comments

Chen Zhongjin <chenzhongjin@huawei.com>
    ovl: fix use inode directly in rcu-walk mode

Rickard x Andersson <rickaran@axis.com>
    gcov: add support for checksum field

Johan Hovold <johan+linaro@kernel.org>
    regulator: core: fix deadlock on regulator enable

Rasmus Villemoes <linux@rasmusvillemoes.dk>
    iio: adc128s052: add proper .data members in adc128_of_match table

Nuno Sá <nuno.sa@analog.com>
    iio: adc: ad_sigma_delta: do not use internal iio_dev lock

Roberto Sassu <roberto.sassu@huawei.com>
    reiserfs: Add missing calls to reiserfs_security_free()

Enrik Berkhan <Enrik.Berkhan@inka.de>
    HID: mcp2221: don't connect hidraw

Jason Gerecke <killertofu@gmail.com>
    HID: wacom: Ensure bootloader PID is usable in hidraw mode

Ferry Toth <ftoth@exalondelft.nl>
    usb: dwc3: core: defer probe on ulpi_read_id timeout

Sven Peter <sven@svenpeter.dev>
    usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_mode

Jiao Zhou <jiaozhou@google.com>
    ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list

Edward Pacman <edward@edward-p.xyz>
    ALSA: hda/realtek: Add quirk for Lenovo TianYi510Pro-14IOB

wangdicheng <wangdicheng@kylinos.cn>
    ALSA: usb-audio: add the quirk for KT0206 device

GUO Zihua <guozihua@huawei.com>
    ima: Simplify ima_lsm_copy_rule

John Stultz <jstultz@google.com>
    pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES

David Howells <dhowells@redhat.com>
    afs: Fix lost servers_outstanding count

Yang Jihong <yangjihong1@huawei.com>
    perf debug: Set debug_peo_args and redirect_to_stderr variable to correct values in perf_quiet_option()

John Stultz <jstultz@google.com>
    pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion

Kees Cook <keescook@chromium.org>
    LoadPin: Ignore the "contents" argument of the LSM hooks

Hans de Goede <hdegoede@redhat.com>
    ASoC: rt5670: Remove unbalanced pm_runtime_put()

Wang Jingjin <wangjingjin1@huawei.com>
    ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtime_resume()

Marek Szyprowski <m.szyprowski@samsung.com>
    ASoC: wm8994: Fix potential deadlock

Wang Jingjin <wangjingjin1@huawei.com>
    ASoC: rockchip: pdm: Add missing clk_disable_unprepare() in rockchip_pdm_runtime_resume()

Wang Yufen <wangyufen@huawei.com>
    ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link()

Wang Yufen <wangyufen@huawei.com>
    ASoC: mediatek: mt8173-rt5650-rt5514: fix refcount leak in mt8173_rt5650_rt5514_dev_probe()

Cezary Rojewski <cezary.rojewski@intel.com>
    ASoC: Intel: Skylake: Fix driver hang during shutdown

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ALSA: hda: add snd_hdac_stop_streams() helper

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.c

Yang Yingliang <yangyingliang@huawei.com>
    hwmon: (jc42) Fix missing unlock on error in jc42_write()

Zhang Xiaoxu <zhangxiaoxu5@huawei.com>
    orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()

Zhang Xiaoxu <zhangxiaoxu5@huawei.com>
    orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()

Nathan Chancellor <nathan@kernel.org>
    drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()

Nathan Chancellor <nathan@kernel.org>
    drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()

Hawkins Jiawei <yin31149@gmail.com>
    hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()

Xiu Jianfeng <xiujianfeng@huawei.com>
    clk: st: Fix memory leak in st_of_quadfs_setup()

Shigeru Yoshida <syoshida@redhat.com>
    media: si470x: Fix use-after-free in si470x_int_in_callback()

Wolfram Sang <wsa+renesas@sang-engineering.com>
    mmc: renesas_sdhi: better reset from HS400 mode

Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
    mmc: f-sdh30: Add quirks for broken timeout clock capability

Rui Zhang <zr.zhang@vivo.com>
    regulator: core: fix use_count leakage when handling boot-on

Andrii Nakryiko <andrii@kernel.org>
    libbpf: Avoid enum forward-declarations in public API in C++ mode

Ye Bin <yebin10@huawei.com>
    blk-mq: fix possible memleak when register 'hctx' failed

Mazin Al Haddad <mazinalhaddad05@gmail.com>
    media: dvb-usb: fix memory leak in dvb_usb_adapter_init()

Lin Ma <linma@zju.edu.cn>
    media: dvbdev: adopts refcnt to avoid UAF

Yan Lei <yan_lei@dahuatech.com>
    media: dvb-frontends: fix leak of memory fw

Maxim Korotkov <korotkov.maxim.s@gmail.com>
    ethtool: avoiding integer overflow in ethtool_phys_id()

Stanislav Fomichev <sdf@google.com>
    bpf: Prevent decl_tag from being referenced in func_proto arg

Stanislav Fomichev <sdf@google.com>
    ppp: associate skb with a device at tx

Schspa Shi <schspa@gmail.com>
    mrp: introduce active flags to prevent UAF when applicant uninit

Eric Dumazet <edumazet@google.com>
    net: add atomic_long_t to net_device_stats fields

Aurabindo Pillai <aurabindo.pillai@amd.com>
    drm/amd/display: fix array index out of bound error in bios parser

Jiang Li <jiang.li@ugreen.com>
    md/raid1: stop mdx_raid1 thread when raid1 array run failed

Li Zhong <floridsleeves@gmail.com>
    drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/sti: Use drm_mode_copy()

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/rockchip: Use drm_mode_copy()

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/msm: Use drm_mode_copy()

Nathan Chancellor <nathan@kernel.org>
    s390/lcs: Fix return type of lcs_start_xmit()

Nathan Chancellor <nathan@kernel.org>
    s390/netiucv: Fix return type of netiucv_tx()

Nathan Chancellor <nathan@kernel.org>
    s390/ctcm: Fix return type of ctc{mp,}m_tx()

Nathan Chancellor <nathan@kernel.org>
    drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback

Nathan Chancellor <nathan@kernel.org>
    drm/amdgpu: Fix type of second parameter in trans_msg() callback

Kees Cook <keescook@chromium.org>
    igb: Do not free q_vector unless new one was allocated

Minsuk Kang <linuxlovemin@yonsei.ac.kr>
    wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()

Nathan Chancellor <nathan@kernel.org>
    hamradio: baycom_epp: Fix return type of baycom_send_packet()

Nathan Chancellor <nathan@kernel.org>
    net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()

Stanislav Fomichev <sdf@google.com>
    bpf: make sure skb->len != 0 when redirecting to a tunneling device

Jiri Slaby (SUSE) <jirislaby@kernel.org>
    qed (gcc13): use u16 for fid to be big enough

gehao <gehao@kylinos.cn>
    drm/amd/display: prevent memory leak

Zhang Yuchen <zhangyuchen.lcr@bytedance.com>
    ipmi: fix memleak when unload ipmi driver

Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
    ASoC: codecs: rt298: Add quirk for KBL-R RVP platform

Shigeru Yoshida <syoshida@redhat.com>
    wifi: ar5523: Fix use-after-free on ar5523_cmd() timed out

Fedor Pchelkin <pchelkin@ispras.ru>
    wifi: ath9k: verify the expected usb_endpoints are present

Wright Feng <wright.feng@cypress.com>
    brcmfmac: return error when getting invalid max_flowrings from dongle

Doug Brown <doug@schmorgal.com>
    drm/etnaviv: add missing quirks for GC300

ZhangPeng <zhangpeng362@huawei.com>
    hfs: fix OOB Read in __hfs_brec_find

Zheng Yejian <zhengyejian1@huawei.com>
    acct: fix potential integer overflow in encode_comp_t()

Ryusuke Konishi <konishi.ryusuke@gmail.com>
    nilfs2: fix shift-out-of-bounds due to too large exponent of block size

Ryusuke Konishi <konishi.ryusuke@gmail.com>
    nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    ACPICA: Fix error code path in acpi_ds_call_control_method()

Hoi Pok Wu <wuhoipok@gmail.com>
    fs: jfs: fix shift-out-of-bounds in dbDiscardAG

Shigeru Yoshida <syoshida@redhat.com>
    udf: Avoid double brelse() in udf_rename()

Dongliang Mu <mudongliangabcd@gmail.com>
    fs: jfs: fix shift-out-of-bounds in dbAllocAG

Liu Shixin <liushixin2@huawei.com>
    binfmt_misc: fix shift-out-of-bounds in check_special_flags

Gaurav Kohli <gauravkohli@linux.microsoft.com>
    x86/hyperv: Remove unregister syscore call from Hyper-V cleanup

Guilherme G. Piccoli <gpiccoli@igalia.com>
    video: hyperv_fb: Avoid taking busy spinlock on panic path

Mark Rutland <mark.rutland@arm.com>
    arm64: make is_ttbrX_addr() noinstr-safe

Zqiang <qiang1.zhang@intel.com>
    rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()

Eric Dumazet <edumazet@google.com>
    net: stream: purge sk_error_queue in sk_stream_kill_queues()

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    myri10ge: Fix an error handling path in myri10ge_probe()

David Howells <dhowells@redhat.com>
    rxrpc: Fix missing unlock in rxrpc_do_sendmsg()

Cong Wang <cong.wang@bytedance.com>
    net_sched: reject TCF_EM_SIMPLE case for complex ematch module

Yang Yingliang <yangyingliang@huawei.com>
    mailbox: zynq-ipi: fix error handling while device_register() fails

Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com>
    skbuff: Account for tail adjustment during pull operations

Eelco Chaudron <echaudro@redhat.com>
    openvswitch: Fix flow lookup to use unmasked key

Jakub Kicinski <kuba@kernel.org>
    selftests: devlink: fix the fd redirect in dummy_reporter_test

GUO Zihua <guozihua@huawei.com>
    rtc: mxc_v2: Add missing clk_disable_unprepare()

Tan Tee Min <tee.min.tan@linux.intel.com>
    igc: Set Qbv start_time and end_time to end_time if not being configured in GCL

Kurt Kanzenbach <kurt@linutronix.de>
    igc: Lift TAPRIO schedule restriction

Tan Tee Min <tee.min.tan@linux.intel.com>
    igc: recalculate Qbv end_time by considering cycle time

Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@intel.com>
    igc: Add checking for basetime less than zero

Vinicius Costa Gomes <vinicius.gomes@intel.com>
    igc: Use strict cycles for Qbv scheduling

Vinicius Costa Gomes <vinicius.gomes@intel.com>
    igc: Enhance Qbv scheduling by using first flag bit

Vladimir Oltean <olteanv@gmail.com>
    net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME

Xin Long <lucien.xin@gmail.com>
    net: igc: use skb_csum_is_sctp instead of protocol check

Xin Long <lucien.xin@gmail.com>
    net: add inline function skb_csum_is_sctp

Marco Elver <elver@google.com>
    net: switch to storing KCOV handle directly in sk_buff

Li Zetao <lizetao1@huawei.com>
    r6040: Fix kmemleak in probe and remove

Minsuk Kang <linuxlovemin@yonsei.ac.kr>
    nfc: pn533: Clear nfc_target before being used

Yang Yingliang <yangyingliang@huawei.com>
    mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()

Emeel Hakim <ehakim@nvidia.com>
    net: macsec: fix net device access prior to holding a lock

Dan Aloni <dan.aloni@vastdata.com>
    nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure

Chuck Lever <chuck.lever@oracle.com>
    NFSD: Remove spurious cb_setup_err tracepoint

Alexandre Belloni <alexandre.belloni@bootlin.com>
    rtc: pcf85063: fix pcf85063_clkout_control

Gaosheng Cui <cuigaosheng1@huawei.com>
    rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()

Gaosheng Cui <cuigaosheng1@huawei.com>
    rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()

Qingfang DENG <dqfext@gmail.com>
    netfilter: flowtable: really fix NAT IPv6 offload

Nathan Lynch <nathanl@linux.ibm.com>
    powerpc/pseries/eeh: use correct API for error log size

Haowen Bai <baihaowen@meizu.com>
    powerpc/eeh: Drop redundant spinlock initialization

Yuan Can <yuancan@huawei.com>
    remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_region()

Luca Weiss <luca.weiss@fairphone.com>
    remoteproc: qcom_q6v5_pas: detach power domains on remove

Luca Weiss <luca.weiss@fairphone.com>
    remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or remove

Gaosheng Cui <cuigaosheng1@huawei.com>
    remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    pwm: sifive: Call pwm_sifive_update_clock() while mutex is held

Jason Gunthorpe <jgg@ziepe.ca>
    iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITY

Miaoqian Lin <linmq006@gmail.com>
    selftests/powerpc: Fix resource leaks

Kajol Jain <kjain@linux.ibm.com>
    powerpc/hv-gpci: Fix hv_gpci event list

Yang Yingliang <yangyingliang@huawei.com>
    powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe()

Nicholas Piggin <npiggin@gmail.com>
    powerpc/perf: callchain validate kernel stack pointer bounds

Masahiro Yamada <masahiroy@kernel.org>
    kbuild: refactor single builds of *.ko

Masahiro Yamada <masahiroy@kernel.org>
    kbuild: unify modules(_install) for in-tree and external modules

Masahiro Yamada <masahiroy@kernel.org>
    kbuild: remove unneeded mkdir for external modules_install

Yang Yingliang <yangyingliang@huawei.com>
    powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data()

Gustavo A. R. Silva <gustavoars@kernel.org>
    powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds

Christophe Leroy <christophe.leroy@csgroup.eu>
    powerpc/xmon: Enable breakpoints on 8xx

Miaoqian Lin <linmq006@gmail.com>
    cxl: Fix refcount leak in cxl_calc_capp_routing

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    powerpc/52xx: Fix a resource leak in an error handling path

Xie Shaowen <studentxswpy@163.com>
    macintosh/macio-adb: check the return value of ioremap()

Yang Yingliang <yangyingliang@huawei.com>
    macintosh: fix possible memory leak in macio_add_one_device()

Yuan Can <yuancan@huawei.com>
    iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()

Yang Yingliang <yangyingliang@huawei.com>
    iommu/amd: Fix pci device refcount leak in ppr_notifier()

Alexander Stein <alexander.stein@ew.tq-group.com>
    rtc: pcf85063: Fix reading alarm

Stefan Eichenberger <stefan.eichenberger@toradex.com>
    rtc: snvs: Allow a time difference on clock register read

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    rtc: cmos: Disable ACPI RTC event on removal

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    rtc: cmos: Rename ACPI-related functions

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    rtc: cmos: Eliminate forward declarations of some functions

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()

Alexandre Belloni <alexandre.belloni@bootlin.com>
    rtc: cmos: fix build on non-ACPI platforms

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    rtc: cmos: Fix wake alarm breakage

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    rtc: cmos: Fix event handler registration ordering issue

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0

Fenghua Yu <fenghua.yu@intel.com>
    dmaengine: idxd: Fix crc_val field for completion record

Jon Hunter <jonathanh@nvidia.com>
    pwm: tegra: Improve required rate calculation

Matt Redfearn <matt.redfearn@mips.com>
    include/uapi/linux/swab: Fix potentially missing __always_inline

Al Cooper <alcooperx@gmail.com>
    phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devices

Jernej Skrabec <jernej.skrabec@gmail.com>
    iommu/sun50i: Fix flush size

Jernej Skrabec <jernej.skrabec@gmail.com>
    iommu/sun50i: Fix R/W permission check

Jernej Skrabec <jernej.skrabec@gmail.com>
    iommu/sun50i: Consider all fault sources for reset

Jernej Skrabec <jernej.skrabec@gmail.com>
    iommu/sun50i: Fix reset release

Arnd Bergmann <arnd@arndb.de>
    RDMA/siw: Fix pointer cast warning

ruanjinjie <ruanjinjie@huawei.com>
    power: supply: fix null pointer dereferencing in power_supply_get_battery_info

Yuan Can <yuancan@huawei.com>
    HSI: omap_ssi_core: Fix error handling in ssi_init()

Ajay Kaher <akaher@vmware.com>
    perf symbol: correction while adjusting symbol

Leo Yan <leo.yan@linaro.org>
    perf trace: Handle failure when trace point folder is missed

Leo Yan <leo.yan@linaro.org>
    perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number

Leo Yan <leo.yan@linaro.org>
    perf trace: Return error if a system call doesn't exist

Zeng Heng <zengheng4@huawei.com>
    power: supply: fix residue sysfs file in error handle route of __power_supply_register()

Yang Yingliang <yangyingliang@huawei.com>
    HSI: omap_ssi_core: fix possible memory leak in ssi_probe()

Yang Yingliang <yangyingliang@huawei.com>
    HSI: omap_ssi_core: fix unbalanced pm_runtime_disable()

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    fbdev: vermilion: decrease reference count in error path

Shang XiaoJing <shangxiaojing@huawei.com>
    fbdev: via: Fix error in via_core_init()

Yang Yingliang <yangyingliang@huawei.com>
    fbdev: pm2fb: fix missing pci_disable_device()

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    fbdev: ssd1307fb: Drop optional dependency

Marcus Folkesson <marcus.folkesson@gmail.com>
    thermal/drivers/imx8mm_thermal: Validate temperature range

Shang XiaoJing <shangxiaojing@huawei.com>
    samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()

Zheng Yejian <zhengyejian1@huawei.com>
    tracing/hist: Fix issue of losting command info in error_log

Jiasheng Jiang <jiasheng@iscas.ac.cn>
    usb: storage: Add check for kcalloc

Zheyu Ma <zheyuma97@gmail.com>
    i2c: ismt: Fix an out-of-bounds bug in ismt_access()

Yang Yingliang <yangyingliang@huawei.com>
    i2c: mux: reg: check return value after calling platform_get_resource()

Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
    gpiolib: cdev: fix NULL-pointer dereferences

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    gpiolib: Get rid of redundant 'else'

Chen Zhongjin <chenzhongjin@huawei.com>
    vme: Fix error not catched in fake_init()

YueHaibing <yuehaibing@huawei.com>
    staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor()

Dan Carpenter <error27@gmail.com>
    staging: rtl8192u: Fix use after free in ieee80211_rx()

Hui Tang <tanghui20@huawei.com>
    i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probe

Yang Yingliang <yangyingliang@huawei.com>
    chardev: fix error handling in cdev_device_add()

Yang Yingliang <yangyingliang@huawei.com>
    mcb: mcb-parse: fix error handing in chameleon_parse_gdd()

Zhengchao Shao <shaozhengchao@huawei.com>
    drivers: mcb: fix resource leak in mcb_probe()

John Keeping <john@metanate.com>
    usb: gadget: f_hid: fix refcount leak on error path

John Keeping <john@metanate.com>
    usb: gadget: f_hid: fix f_hidg lifetime vs cdev

Maxim Devaev <mdevaev@gmail.com>
    usb: gadget: f_hid: optional SETUP/SET_REPORT mode

Yang Yingliang <yangyingliang@huawei.com>
    usb: roles: fix of node refcount leak in usb_role_switch_is_parent()

Fabrice Gasnier <fabrice.gasnier@foss.st.com>
    counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update

Ramona Bolboaca <ramona.bolboaca@analog.com>
    iio: adis: add '__adis_enable_irq()' implementation

Jonathan Cameron <Jonathan.Cameron@huawei.com>
    iio:imu:adis: Move exports into IIO_ADISLIB namespace

Nuno Sá <nuno.sa@analog.com>
    iio: adis: stylistic changes

Nuno Sá <nuno.sa@analog.com>
    iio: adis: handle devices that cannot unmask the drdy pin

Jonathan Cameron <Jonathan.Cameron@huawei.com>
    iio:imu:adis: Use IRQF_NO_AUTOEN instead of irq request then disable

Barry Song <song.bao.hua@hisilicon.com>
    genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()

Cosmin Tanislav <cosmin.tanislav@analog.com>
    iio: temperature: ltc2983: make bulk write buffer DMA-safe

Yang Yingliang <yangyingliang@huawei.com>
    cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()

Yang Yingliang <yangyingliang@huawei.com>
    cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()

Yang Yingliang <yangyingliang@huawei.com>
    firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()

Zheng Wang <zyytlz.wz@163.com>
    misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os

ruanjinjie <ruanjinjie@huawei.com>
    misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()

Yang Yingliang <yangyingliang@huawei.com>
    ocxl: fix pci device refcount leak when calling get_function_0()

Yang Yingliang <yangyingliang@huawei.com>
    misc: ocxl: fix possible name leak in ocxl_file_register_afu()

Zhengchao Shao <shaozhengchao@huawei.com>
    test_firmware: fix memory leak in test_firmware_init()

Yuan Can <yuancan@huawei.com>
    serial: sunsab: Fix error handling in sunsab_init()

Gabriel Somlo <gsomlo@gmail.com>
    serial: altera_uart: fix locking in polling mode

Jiri Slaby <jirislaby@kernel.org>
    tty: serial: altera_uart_{r,t}x_chars() need only uart_port

Jiri Slaby <jirislaby@kernel.org>
    tty: serial: clean up stop-tx part in altera_uart_tx_chars()

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    serial: pch: Fix PCI device refcount leak in pch_request_dma()

delisun <delisun@pateo.com.cn>
    serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.

Jiamei Xie <jiamei.xie@arm.com>
    serial: amba-pl011: avoid SBSA UART accessing DMACR register

Sven Peter <sven@svenpeter.dev>
    usb: typec: tipd: Fix spurious fwnode_handle_put in error path

Yang Yingliang <yangyingliang@huawei.com>
    usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()

Sven Peter <sven@svenpeter.dev>
    usb: typec: Check for ops->exit instead of ops->enter in altmode_exit

Gaosheng Cui <cuigaosheng1@huawei.com>
    staging: vme_user: Fix possible UAF in tsi148_dma_list_add

Linus Walleij <linus.walleij@linaro.org>
    usb: fotg210-udc: Fix ages old endianness issues

Rafael Mendonca <rafaelmendsr@gmail.com>
    uio: uio_dmem_genirq: Fix deadlock between irq config and handling

Rafael Mendonca <rafaelmendsr@gmail.com>
    uio: uio_dmem_genirq: Fix missing unlock in irq configuration

Rafael Mendonca <rafaelmendsr@gmail.com>
    vfio: platform: Do not pass return buffer to ACPI _RST method

Yang Yingliang <yangyingliang@huawei.com>
    class: fix possible memory leak in __class_register()

Kartik <kkartik@nvidia.com>
    serial: tegra: Read DMA status before terminating

Yang Yingliang <yangyingliang@huawei.com>
    drivers: dio: fix possible memory leak in dio_init()

Dragos Tatulea <dtatulea@nvidia.com>
    IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    hwrng: geode - Fix PCI device refcount leak

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    hwrng: amd - Fix PCI device refcount leak

Gaosheng Cui <cuigaosheng1@huawei.com>
    crypto: img-hash - Fix variable dereferenced before check 'hdev->req'

Chengchang Tang <tangchengchang@huawei.com>
    RDMA/hns: Fix page size cap from firmware

Chengchang Tang <tangchengchang@huawei.com>
    RDMA/hns: Fix PBL page MTR find

Zhang Xiaoxu <zhangxiaoxu5@huawei.com>
    orangefs: Fix sysfs not cleanup when dev init failed

Wang Yufen <wangyufen@huawei.com>
    RDMA/srp: Fix error return code in srp_parse_options()

Wang Yufen <wangyufen@huawei.com>
    RDMA/hfi1: Fix error return code in parse_platform_config()

Tong Tiangen <tongtiangen@huawei.com>
    riscv/mm: add arch hook arch_clear_hugepage_flags

Shang XiaoJing <shangxiaojing@huawei.com>
    crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    crypto: amlogic - Remove kcalloc without check

Mark Zhang <markzhang@nvidia.com>
    RDMA/nldev: Fix failure to send large messages

Yonggil Song <yonggil.song@samsung.com>
    f2fs: avoid victim selection from previous victim section

Yuan Can <yuancan@huawei.com>
    RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()

Gaosheng Cui <cuigaosheng1@huawei.com>
    scsi: snic: Fix possible UAF in snic_tgt_create()

Chen Zhongjin <chenzhongjin@huawei.com>
    scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails

Shang XiaoJing <shangxiaojing@huawei.com>
    scsi: ipr: Fix WARNING in ipr_init()

Yang Yingliang <yangyingliang@huawei.com>
    scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper()

Yang Yingliang <yangyingliang@huawei.com>
    scsi: fcoe: Fix possible name leak when device_register() fails

Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
    scsi: scsi_debug: Fix a warning in resp_report_zones()

Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
    scsi: scsi_debug: Fix a warning in resp_verify()

Yang Yingliang <yangyingliang@huawei.com>
    scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()

Yang Yingliang <yangyingliang@huawei.com>
    scsi: hpsa: Fix error handling in hpsa_add_sas_host()

Yang Yingliang <yangyingliang@huawei.com>
    scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()

Daniel Jordan <daniel.m.jordan@oracle.com>
    padata: Fix list iterator in padata_do_serial()

Daniel Jordan <daniel.m.jordan@oracle.com>
    padata: Always leave BHs disabled when running ->parallel()

Zhang Yiqun <zhangyiqun@phytium.com.cn>
    crypto: tcrypt - Fix multibuffer skcipher speed test mem leak

Yuan Can <yuancan@huawei.com>
    scsi: hpsa: Fix possible memory leak in hpsa_init_one()

Zhang Xiaoxu <zhangxiaoxu5@huawei.com>
    RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed

Zhengchao Shao <shaozhengchao@huawei.com>
    RDMA/hns: fix memory leak in hns_roce_alloc_mr()

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    crypto: ccree - Make cc_debugfs_global_fini() available for module init function

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    RDMA/hfi: Decrease PCI device reference count in error path

Zeng Heng <zengheng4@huawei.com>
    PCI: Check for alloc failure in pci_request_irq()

Luoyouming <luoyouming@huawei.com>
    RDMA/hns: Fix ext_sge num error when post send

Luoyouming <luoyouming@huawei.com>
    RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()

Herbert Xu <herbert@gondor.apana.org.au>
    crypto: cryptd - Use request context instead of stack for sub-request

Gaosheng Cui <cuigaosheng1@huawei.com>
    crypto: ccree - Remove debugfs when platform_driver_register failed

Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
    scsi: scsi_debug: Fix a warning in resp_write_scat()

Bernard Metzler <bmt@zurich.ibm.com>
    RDMA/siw: Set defined status for work completion with undefined status

Mark Zhang <markzhang@nvidia.com>
    RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected port

Bernard Metzler <bmt@zurich.ibm.com>
    RDMA/siw: Fix immediate work request flush to completion queue

Dongdong Zhang <zhangdongdong1@oppo.com>
    f2fs: fix normal discard process

Xiu Jianfeng <xiujianfeng@huawei.com>
    apparmor: Fix memleak in alloc_ns()

Corentin Labbe <clabbe@baylibre.com>
    crypto: rockchip - rework by using crypto_engine

Kai Ye <yekai13@huawei.com>
    crypto: rockchip - delete unneeded variable initialization

Corentin Labbe <clabbe@baylibre.com>
    crypto: rockchip - remove non-aligned handling

Corentin Labbe <clabbe@baylibre.com>
    crypto: rockchip - better handle cipher key

Corentin Labbe <clabbe@baylibre.com>
    crypto: rockchip - add fallback for ahash

Corentin Labbe <clabbe@baylibre.com>
    crypto: rockchip - add fallback for cipher

Corentin Labbe <clabbe@baylibre.com>
    crypto: rockchip - do not store mode globally

Corentin Labbe <clabbe@baylibre.com>
    crypto: rockchip - do not do custom power management

Zhang Qilong <zhangqilong3@huawei.com>
    f2fs: Fix the race condition of resize flag between resizefs

Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
    PCI: pci-epf-test: Register notifier if only core_init_notifier is enabled

Leon Romanovsky <leon@kernel.org>
    RDMA/core: Fix order of nldev_exit call

Vidya Sagar <vidyas@nvidia.com>
    PCI: dwc: Fix n_fts[] array overrun

Xiu Jianfeng <xiujianfeng@huawei.com>
    apparmor: Use pointer to struct aa_label for lbs_cred

Bart Van Assche <bvanassche@acm.org>
    scsi: core: Fix a race between scsi_done() and scsi_timeout()

Natalia Petrova <n.petrova@fintech.ru>
    crypto: nitrox - avoid double free on error path in nitrox_sriov_init()

Corentin Labbe <clabbe@baylibre.com>
    crypto: sun8i-ss - use dma_addr instead u32

John Johansen <john.johansen@canonical.com>
    apparmor: Fix abi check to include v8 abi

John Johansen <john.johansen@canonical.com>
    apparmor: fix lockdep warning when removing a namespace

Gaosheng Cui <cuigaosheng1@huawei.com>
    apparmor: fix a memleak in multi_transaction_new()

Piergiorgio Beruto <piergiorgio.beruto@gmail.com>
    stmmac: fix potential division by 0

Yang Yingliang <yangyingliang@huawei.com>
    Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()

Firo Yang <firo.yang@suse.com>
    sctp: sysctl: make extra pointers netns aware

Eric Pilmore <epilmore@gigaio.com>
    ntb_netdev: Use dev_kfree_skb_any() in interrupt context

Jerry Ray <jerry.ray@microchip.com>
    net: lan9303: Fix read error execution path

Markus Schneider-Pargmann <msp@baylibre.com>
    can: tcan4x5x: Remove invalid write in clear_interrupts

Tom Lendacky <thomas.lendacky@amd.com>
    net: amd-xgbe: Check only the minimum speed for active/passive cables

Tom Lendacky <thomas.lendacky@amd.com>
    net: amd-xgbe: Fix logic around active and passive cables

Yang Yingliang <yangyingliang@huawei.com>
    net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()

Yang Yingliang <yangyingliang@huawei.com>
    net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()

Hangbin Liu <liuhangbin@gmail.com>
    net/tunnel: wait until all sk_user_data reader finish before releasing the sock

Li Zetao <lizetao1@huawei.com>
    net: farsync: Fix kmemleak when rmmods farsync

Yang Yingliang <yangyingliang@huawei.com>
    ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()

ruanjinjie <ruanjinjie@huawei.com>
    of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop()

Yuan Can <yuancan@huawei.com>
    drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()

Zhang Changzhong <zhangchangzhong@huawei.com>
    net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()

Yongqiang Liu <liuyongqiang13@huawei.com>
    net: defxx: Fix missing err handling in dfx_init()

Artem Chernyshev <artem.chernyshev@red-soft.ru>
    net: vmw_vsock: vmci: Check memcpy_from_msg()

Xiu Jianfeng <xiujianfeng@huawei.com>
    clk: socfpga: Fix memory leak in socfpga_gate_init()

Dinh Nguyen <dinguyen@kernel.org>
    clk: socfpga: use clk_hw_register for a5/c5

Lee Jones <lee.jones@linaro.org>
    clk: socfpga: clk-pll: Remove unused variable 'rc'

Yang Jihong <yangjihong1@huawei.com>
    blktrace: Fix output non-blktrace event when blk_classic option enabled

Wang Yufen <wangyufen@huawei.com>
    wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()

Bitterblue Smith <rtl8821cerfe2@gmail.com>
    wifi: rtl8xxxu: Fix the channel width reporting

Bitterblue Smith <rtl8821cerfe2@gmail.com>
    wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2h

Kris Bahnsen <kris@embeddedTS.com>
    spi: spi-gpio: Don't set MOSI as an input if not 3WIRE mode

Xiu Jianfeng <xiujianfeng@huawei.com>
    clk: samsung: Fix memory leak in _samsung_clk_register_pll()

Jiasheng Jiang <jiasheng@iscas.ac.cn>
    media: coda: Add check for kmalloc

Jiasheng Jiang <jiasheng@iscas.ac.cn>
    media: coda: Add check for dcoda_iram_alloc

Liang He <windhl@126.com>
    media: c8sectpfe: Add of_node_put() when breaking out of loop

Yang Yingliang <yangyingliang@huawei.com>
    mmc: mmci: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: wbsd: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: via-sdmmc: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: meson-gx: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: omap_hsmmc: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: atmel-mci: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: wmt-sdmmc: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: vub300: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: toshsd: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: pxamci: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: mxcmmc: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: moxart: fix return value check of mmc_add_host()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: alcor: fix return value check of mmc_add_host()

Trond Myklebust <trond.myklebust@hammerspace.com>
    NFSv4.x: Fail client initialisation if state manager thread can't run

Wang ShaoBo <bobo.shaobowang@huawei.com>
    SUNRPC: Fix missing release socket in rpc_sockname()

Zhang Xiaoxu <zhangxiaoxu5@huawei.com>
    xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()

Gaosheng Cui <cuigaosheng1@huawei.com>
    ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt

Liu Shixin <liushixin2@huawei.com>
    media: saa7164: fix missing pci_disable_device()

Takashi Iwai <tiwai@suse.de>
    ALSA: pcm: Set missing stop_operating flag at undoing trigger start

Eric Dumazet <edumazet@google.com>
    bpf, sockmap: fix race in sock_map_free()

Martin Blumenstingl <martin.blumenstingl@googlemail.com>
    hwmon: (jc42) Restore the min/max/critical temperatures on resume

Martin Blumenstingl <martin.blumenstingl@googlemail.com>
    hwmon: (jc42) Convert register access and caching to regmap/regcache

Yang Yingliang <yangyingliang@huawei.com>
    regulator: core: fix resource leak in regulator_register()

Chen Zhongjin <chenzhongjin@huawei.com>
    configfs: fix possible memory leak in configfs_create_dir()

Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    hsr: Synchronize sequence number updates.

Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    hsr: Synchronize sending frames to have always incremented outgoing seq nr.

Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    hsr: Disable netpoll.

George McCollister <george.mccollister@gmail.com>
    net: hsr: generate supervision frame without HSR/PRP tag

Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    hsr: Add a rcu-read lock to hsr_forward_skb().

Christian Marangi <ansuelsmth@gmail.com>
    clk: qcom: clk-krait: fix wrong div2 functions

Yang Yingliang <yangyingliang@huawei.com>
    regulator: core: fix module refcount leak in set_supply()

Deren Wu <deren.wu@mediatek.com>
    wifi: mt76: fix coverity overrun-call in mt76_get_txpower()

Chen Zhongjin <chenzhongjin@huawei.com>
    wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() fails

Zhengchao Shao <shaozhengchao@huawei.com>
    wifi: mac80211: fix memory leak in ieee80211_if_add()

Alexander Sverdlin <alexander.sverdlin@siemens.com>
    spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODE

Dan Carpenter <error27@gmail.com>
    bonding: uninitialized variable in bond_miimon_inspect()

Pengcheng Yang <yangpc@wangsu.com>
    bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect

Pengcheng Yang <yangpc@wangsu.com>
    bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data

Florian Westphal <fw@strlen.de>
    netfilter: conntrack: set icmpv6 redirects as RELATED

Zhang Qilong <zhangqilong3@huawei.com>
    ASoC: pcm512x: Fix PM disable depth imbalance in pcm512x_probe

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()

Guchun Chen <guchun.chen@amd.com>
    drm/amd/pm/smu11: BACO is supported when it's in BACO state

Ricardo Ribalda <ribalda@chromium.org>
    ASoC: mediatek: mt8173: Enable IRQ when pdata is ready

AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
    ASoC: mediatek: mt8173: Fix debugfs registration for components

Ben Greear <greearb@candelatech.com>
    wifi: iwlwifi: mvm: fix double free on tx path.

Liu Shixin <liushixin2@huawei.com>
    ALSA: asihpi: fix missing pci_disable_device()

Trond Myklebust <trond.myklebust@hammerspace.com>
    NFS: Fix an Oops in nfs_d_automount()

Trond Myklebust <trond.myklebust@hammerspace.com>
    NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn

Trond Myklebust <trond.myklebust@hammerspace.com>
    NFSv4.2: Fix initialisation of struct nfs4_label

Trond Myklebust <trond.myklebust@hammerspace.com>
    NFSv4.2: Fix a memory stomp in decode_attr_security_label

Trond Myklebust <trond.myklebust@hammerspace.com>
    NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding

Jiasheng Jiang <jiasheng@iscas.ac.cn>
    ASoC: mediatek: mtk-btcvsd: Add checks for write and read of mtk_btcvsd_snd

Dmitry Torokhov <dmitry.torokhov@gmail.com>
    ASoC: dt-bindings: wcd9335: fix reset line polarity in example

Zhang Zekun <zhangzekun11@huawei.com>
    drm/tegra: Add missing clk_disable_unprepare() in tegra_dc_probe()

Aakarsh Jain <aakarsh.jain@samsung.com>
    media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoC

Baisong Zhong <zhongbaisong@huawei.com>
    media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()

Chen Zhongjin <chenzhongjin@huawei.com>
    media: dvb-core: Fix ignored return value in dvb_register_frontend()

ZhangPeng <zhangpeng362@huawei.com>
    pinctrl: pinconf-generic: add missing of_node_put()

Dario Binacchi <dario.binacchi@amarulasolutions.com>
    clk: imx: replace osc_hdmi with dummy

Gautam Menghani <gautammenghani201@gmail.com>
    media: imon: fix a race condition in send_packet()

Chen Zhongjin <chenzhongjin@huawei.com>
    media: vimc: Fix wrong function called when vimc_init() fails

Yuan Can <yuancan@huawei.com>
    ASoC: qcom: Add checks for devm_kcalloc

Xiaomeng Tong <xiam0nd.tong@gmail.com>
    drbd: fix an invalid memory access caused by incorrect use of list iterator

Zheng Yongjun <zhengyongjun3@huawei.com>
    mtd: maps: pxa2xx-flash: fix memory leak in probe

Jonathan Toppins <jtoppins@redhat.com>
    bonding: fix link recovery in mode 2 when updelay is nonzero

Yang Yingliang <yangyingliang@huawei.com>
    drm/amdgpu: fix pci device refcount leak

Xiu Jianfeng <xiujianfeng@huawei.com>
    clk: rockchip: Fix memory leak in rockchip_clk_register_pll()

Wang ShaoBo <bobo.shaobowang@huawei.com>
    regulator: core: use kfree_const() to free space conditionally

Baisong Zhong <zhongbaisong@huawei.com>
    ALSA: seq: fix undefined behavior in bit shift for SNDRV_SEQ_FILTER_USE_EVENT

Baisong Zhong <zhongbaisong@huawei.com>
    ALSA: pcm: fix undefined behavior in bit shift for SNDRV_PCM_RATE_KNOT

Marcus Folkesson <marcus.folkesson@gmail.com>
    HID: hid-sensor-custom: set fixed size for custom attributes

Stanislav Fomichev <sdf@google.com>
    bpf: Move skb->len == 0 checks into __bpf_redirect

Eric Dumazet <edumazet@google.com>
    inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()

Christoph Hellwig <hch@lst.de>
    media: videobuf-dma-contig: use dma_mmap_coherent

Yuan Can <yuancan@huawei.com>
    media: platform: exynos4-is: Fix error handling in fimc_md_init()

Yang Yingliang <yangyingliang@huawei.com>
    media: solo6x10: fix possible memory leak in solo_sysfs_init()

Chen Zhongjin <chenzhongjin@huawei.com>
    media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init()

Douglas Anderson <dianders@chromium.org>
    Input: elants_i2c - properly handle the reset GPIO when power is off

Hui Tang <tanghui20@huawei.com>
    mtd: lpddr2_nvm: Fix possible null-ptr-deref

Xiu Jianfeng <xiujianfeng@huawei.com>
    wifi: ath10k: Fix return value in ath10k_pci_init()

Xiu Jianfeng <xiujianfeng@huawei.com>
    ima: Fix misuse of dereference of pointer in template_desc_init_fields()

GUO Zihua <guozihua@huawei.com>
    integrity: Fix memory leakage in keyring allocation error path

Brian Starkey <brian.starkey@arm.com>
    drm/fourcc: Fix vsub/hsub for Q410 and Q401

Dave Stevenson <dave.stevenson@raspberrypi.com>
    drm/fourcc: Add packed 10bit YUV 4:2:0 format

Dan Carpenter <error27@gmail.com>
    amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table()

Yang Yingliang <yangyingliang@huawei.com>
    regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()

Zeng Heng <zengheng4@huawei.com>
    ASoC: pxa: fix null-pointer dereference in filter()

Xinlei Lee <xinlei.lee@mediatek.com>
    drm/mediatek: Modify dpi power on/off sequence.

Hanjun Guo <guohanjun@huawei.com>
    drm/radeon: Add the missed acpi_put_table() to fix memory leak

David Howells <dhowells@redhat.com>
    rxrpc: Fix ack.bufferSize to be 0 when generating an ack

David Howells <dhowells@redhat.com>
    net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()

Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
    media: camss: Clean up received buffers on failed start of streaming

Marek Vasut <marex@denx.de>
    wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control port

Randy Dunlap <rdunlap@infradead.org>
    Input: joystick - fix Kconfig warning for JOYSTICK_ADC

Zhang Xiaoxu <zhangxiaoxu5@huawei.com>
    mtd: Fix device name leak when register device failed in add_mtd_device()

Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
    clk: qcom: gcc-sm8250: Use retention mode for USB GDSCs

Andrii Nakryiko <andrii@kernel.org>
    bpf: propagate precision across all frames, not just the last one

Martin KaFai Lau <kafai@fb.com>
    bpf: Check the other end of slot_type for STACK_SPILL

Andrii Nakryiko <andrii@kernel.org>
    bpf: propagate precision in ALU/ALU64 operations

Yang Yingliang <yangyingliang@huawei.com>
    media: platform: exynos4-is: fix return value check in fimc_md_probe()

Liu Shixin <liushixin2@huawei.com>
    media: vivid: fix compose size exceed boundary

Kumar Kartikeya Dwivedi <memxor@gmail.com>
    bpf: Fix slot type check in check_stack_write_var_off

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    drm/msm/hdmi: drop unused GPIO support

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    drm/msm/hdmi: switch to drm_bridge_connector

GUO Zihua <guozihua@huawei.com>
    ima: Handle -ESTALE returned by ima_filter_rule_match()

Gustavo A. R. Silva <gustavoars@kernel.org>
    ima: Fix fall-through warnings for Clang

Marek Vasut <marex@denx.de>
    drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure

Jonathan Neuschäfer <j.neuschaefer@gmx.net>
    spi: Update reference to struct spi_controller

Marek Vasut <marex@denx.de>
    clk: renesas: r9a06g032: Repair grave increment error

Zhang Qilong <zhangqilong3@huawei.com>
    drm/rockchip: lvds: fix PM usage counter unbalance in poweron

Jimmy Assarsson <extja@kvaser.com>
    can: kvaser_usb: Compare requested bittiming parameters with actual parameters in do_set_{,data}_bittiming

Jimmy Assarsson <extja@kvaser.com>
    can: kvaser_usb: Add struct kvaser_usb_busparams

Anssi Hannula <anssi.hannula@bitwise.fi>
    can: kvaser_usb_leaf: Fix bogus restart events

Anssi Hannula <anssi.hannula@bitwise.fi>
    can: kvaser_usb_leaf: Fix wrong CAN state after stopping

Anssi Hannula <anssi.hannula@bitwise.fi>
    can: kvaser_usb_leaf: Fix improved state not being reported

Anssi Hannula <anssi.hannula@bitwise.fi>
    can: kvaser_usb_leaf: Set Warning state even without bus errors

Jimmy Assarsson <extja@kvaser.com>
    can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT

Jimmy Assarsson <extja@kvaser.com>
    can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {leaf,usbcan}_cmd_can_error_event

Jimmy Assarsson <extja@kvaser.com>
    can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device

Vincent Mailhol <mailhol.vincent@wanadoo.fr>
    can: kvaser_usb: do not increase tx statistics when sending error message frames

Marek Szyprowski <m.szyprowski@samsung.com>
    media: exynos4-is: don't rely on the v4l2_async_subdev internals

Ezequiel Garcia <ezequiel@collabora.com>
    media: exynos4-is: Use v4l2_async_notifier_add_fwnode_remote_subdev

Tang Bin <tangbin@cmss.chinamobile.com>
    venus: pm_helpers: Fix error check in vcodec_domains_get()

Ricardo Ribalda <ribalda@chromium.org>
    media: i2c: ad5820: Fix error path

Jiasheng Jiang <jiasheng@iscas.ac.cn>
    media: coda: jpeg: Add check for kmalloc

Junlin Yang <yangjunlin@yulong.com>
    pata_ipx4xx_cf: Fix unsigned comparison with less than zero

Shung-Hsi Yu <shung-hsi.yu@suse.com>
    libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()

Xu Kuohai <xukuohai@huawei.com>
    libbpf: Fix use-after-free in btf_dump_name_dups

Abhinav Kumar <quic_abhinavk@quicinc.com>
    drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge

Bitterblue Smith <rtl8821cerfe2@gmail.com>
    wifi: rtl8xxxu: Fix reading the vendor of combo chips

Fedor Pchelkin <pchelkin@ispras.ru>
    wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()

Fedor Pchelkin <pchelkin@ispras.ru>
    wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()

Cai Xinchen <caixinchen1@huawei.com>
    rapidio: devices: fix missing put_device in mport_cdev_open

ZhangPeng <zhangpeng362@huawei.com>
    hfs: Fix OOB Write in hfs_asc2mac

Gavrilov Ilia <Ilia.Gavrilov@infotecs.ru>
    relay: fix type mismatch when allocating memory in relay_create_buf()

Zhang Qilong <zhangqilong3@huawei.com>
    eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFD

Wang Weiyang <wangweiyang2@huawei.com>
    rapidio: fix possible UAF when kfifo_alloc() fails

Chen Zhongjin <chenzhongjin@huawei.com>
    fs: sysv: Fix sysv_nblocks() returns wrong value

Ladislav Michl <ladis@linux-mips.org>
    MIPS: OCTEON: warn only once if deprecated link status is being used

Anastasia Belova <abelova@astralinux.ru>
    MIPS: BCM63xx: Add check for NULL for clk in clk_enable

Yang Yingliang <yangyingliang@huawei.com>
    platform/x86: intel_scu_ipc: fix possible name leak in __intel_scu_ipc_register()

Yu Liao <liaoyu15@huawei.com>
    platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]()

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    PM: runtime: Do not call __rpm_callback() from rpm_idle()

Ulf Hansson <ulf.hansson@linaro.org>
    PM: runtime: Improve path in rpm_idle() when no callback

Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
    xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()

Xiu Jianfeng <xiujianfeng@huawei.com>
    x86/xen: Fix memory leak in xen_init_lock_cpu()

Xiu Jianfeng <xiujianfeng@huawei.com>
    x86/xen: Fix memory leak in xen_smp_intr_init{_pv}()

Oleg Nesterov <oleg@redhat.com>
    uprobes/x86: Allow to probe a NOP instruction with 0x66 prefix

Li Zetao <lizetao1@huawei.com>
    ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()

Yang Yingliang <yangyingliang@huawei.com>
    clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer_systimer_init_clock()

Phil Auld <pauld@redhat.com>
    cpu/hotplug: Make target_store() a nop when target == state

Alexey Izbyshev <izbyshev@ispras.ru>
    futex: Resend potentially swallowed owner death notification

Peter Zijlstra <peterz@infradead.org>
    futex: Move to kernel/futex/

Wolfram Sang <wsa+renesas@sang-engineering.com>
    clocksource/drivers/sh_cmt: Access registers according to spec

Geert Uytterhoeven <geert+renesas@glider.be>
    clocksource/drivers/sh_cmt: Make sure channel clock supply is enabled

Yang Yingliang <yangyingliang@huawei.com>
    rapidio: rio: fix possible name leak in rio_register_mport()

Yang Yingliang <yangyingliang@huawei.com>
    rapidio: fix possible name leaks when rio_add_device() fails

Li Zetao <ocfs2-devel@oss.oracle.com>
    ocfs2: fix memory leak in ocfs2_mount_volume()

Heming Zhao via Ocfs2-devel <ocfs2-devel@oss.oracle.com>
    ocfs2: rewrite error handling of ocfs2_fill_super

Heming Zhao via Ocfs2-devel <ocfs2-devel@oss.oracle.com>
    ocfs2: ocfs2_mount_volume does cleanup job before return error

Akinobu Mita <akinobu.mita@gmail.com>
    debugfs: fix error when writing negative value to atomic_t debugfs file

Wolfram Sang <wsa+renesas@sang-engineering.com>
    docs: fault-injection: fix non-working usage of negative values

Akinobu Mita <akinobu.mita@gmail.com>
    lib/notifier-error-inject: fix error when writing -errno to debugfs file

Akinobu Mita <akinobu.mita@gmail.com>
    libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    cpufreq: amd_freq_sensitivity: Add missing pci_dev_put()

Yang Yingliang <yangyingliang@huawei.com>
    genirq/irqdesc: Don't try to remove non-existing sysfs files

Jeff Layton <jlayton@kernel.org>
    nfsd: don't call nfsd_file_put from client states seqfile display

Yang Yingliang <yangyingliang@huawei.com>
    EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()

Shang XiaoJing <shangxiaojing@huawei.com>
    irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe()

Yuan Can <yuancan@huawei.com>
    platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init()

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box()

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()

Yang Yingliang <yangyingliang@huawei.com>
    PNP: fix name memory leak in pnp_alloc_dev()

Zhao Gongyi <zhaogongyi@huawei.com>
    selftests/efivarfs: Add checking of the test return value

Yang Yingliang <yangyingliang@huawei.com>
    MIPS: vpe-cmp: fix possible memory leak while module exiting

Yang Yingliang <yangyingliang@huawei.com>
    MIPS: vpe-mt: fix possible memory leak while module exiting

Shang XiaoJing <shangxiaojing@huawei.com>
    ocfs2: fix memory leak in ocfs2_stack_glue_init()

Gaosheng Cui <cuigaosheng1@huawei.com>
    lib/fonts: fix undefined behavior in bit shift for get_default_font

Alexey Dobriyan <adobriyan@gmail.com>
    proc: fixup uptime selftest

Barnabás Pőcze <pobrn@protonmail.com>
    timerqueue: Use rb_entry_safe() in timerqueue_getnext()

Barnabás Pőcze <pobrn@protonmail.com>
    platform/x86: huawei-wmi: fix return value calculation

wuchi <wuchi.zero@gmail.com>
    lib/debugobjects: fix stat count and optimize debug_objects_mem_init

Chen Zhongjin <chenzhongjin@huawei.com>
    perf: Fix possible memleak in pmu_dev_alloc()

Yipeng Zou <zouyipeng@huawei.com>
    selftests/ftrace: event_triggers: wait longer for test_event_enable

Chen Hui <judy.chenhui@huawei.com>
    cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()

Ondrej Mosnacek <omosnace@redhat.com>
    fs: don't audit the capability check in simple_xattr_list()

xiongxin <xiongxin@kylinos.cn>
    PM: hibernate: Fix mistake in kerneldoc comment

Al Viro <viro@zeniv.linux.org.uk>
    alpha: fix syscall entry in !AUDUT_SYSCALL case

Ulf Hansson <ulf.hansson@linaro.org>
    cpuidle: dt: Return the correct numbers of parsed idle states

Qais Yousef <qais.yousef@arm.com>
    sched/uclamp: Fix relationship between uclamp and migration margin

Vincent Donnefort <vincent.donnefort@arm.com>
    sched/fair: Cleanup task_util and capacity type

Michael Kelley <mikelley@microsoft.com>
    tpm/tpm_crb: Fix error message in __crb_relinquish_locality()

Yuan Can <yuancan@huawei.com>
    tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()

Stephen Boyd <swboyd@chromium.org>
    pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP

Doug Brown <doug@schmorgal.com>
    ARM: mmp: fix timer_read delay

Wang Yufen <wangyufen@huawei.com>
    pstore/ram: Fix error return code in ramoops_probe()

Pali Rohár <pali@kernel.org>
    arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC

Pali Rohár <pali@kernel.org>
    ARM: dts: turris-omnia: Add switch port 6 node

Pali Rohár <pali@kernel.org>
    ARM: dts: turris-omnia: Add ethernet aliases

Pali Rohár <pali@kernel.org>
    ARM: dts: armada-39x: Fix assigned-addresses for every PCIe Root Port

Pali Rohár <pali@kernel.org>
    ARM: dts: armada-38x: Fix assigned-addresses for every PCIe Root Port

Pali Rohár <pali@kernel.org>
    ARM: dts: armada-375: Fix assigned-addresses for every PCIe Root Port

Pali Rohár <pali@kernel.org>
    ARM: dts: armada-xp: Fix assigned-addresses for every PCIe Root Port

Pali Rohár <pali@kernel.org>
    ARM: dts: armada-370: Fix assigned-addresses for every PCIe Root Port

Pali Rohár <pali@kernel.org>
    ARM: dts: dove: Fix assigned-addresses for every PCIe Root Port

AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
    arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name

AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
    arm64: dts: mediatek: pumpkin-common: Fix devicetree warnings

AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
    arm64: dts: mt2712-evb: Fix usb vbus regulators unit names

AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
    arm64: dts: mt2712-evb: Fix vproc fixed regulators unit names

AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
    arm64: dts: mt2712e: Fix unit address for pinctrl node

AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
    arm64: dts: mt2712e: Fix unit_address_vs_reg warning for oscillators

Jayesh Choudhary <j-choudhary@ti.com>
    arm64: dts: ti: k3-j721e-main: Drop dma-coherent in crypto node

Jayesh Choudhary <j-choudhary@ti.com>
    arm64: dts: ti: k3-am65-main: Drop dma-coherent in crypto node

Shang XiaoJing <shangxiaojing@huawei.com>
    perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()

Yuan Can <yuancan@huawei.com>
    perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init()

Zhang Qilong <zhangqilong3@huawei.com>
    soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe

Zhang Qilong <zhangqilong3@huawei.com>
    soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probe

Minghao Chi <chi.minghao@zte.com.cn>
    soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync

Kory Maincent <kory.maincent@bootlin.com>
    arm: dts: spear600: Fix clcd interrupt

Jiasheng Jiang <jiasheng@iscas.ac.cn>
    soc: qcom: apr: Add check for idr_alloc and of_property_read_string_index

Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
    soc: qcom: apr: make code more reuseable

Luca Weiss <luca.weiss@fairphone.com>
    soc: qcom: llcc: make irq truly optional

Chen Jiahao <chenjiahao16@huawei.com>
    drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as static

Marek Vasut <marex@denx.de>
    ARM: dts: stm32: Fix AV96 WLAN regulator gpio property

Marek Vasut <marex@denx.de>
    ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96

Marco Elver <elver@google.com>
    objtool, kcsan: Add volatile read/write instrumentation to whitelist

Stephan Gerhold <stephan.gerhold@kernkonzept.com>
    arm64: dts: qcom: msm8916: Drop MSS fallback compatible

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    arm64: dts: qcom: sdm845-cheza: fix AP suspend pin bias

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    arm64: dts: qcom: sdm630: fix UART1 pin bias

Luca Weiss <luca@z3ntu.xyz>
    ARM: dts: qcom: apq8064: fix coresight compatible

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    arm64: dts: qcom: msm8996: fix GPU OPP table

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    arm64: dts: qcom: ipq6018-cp01-c1: use BLSPI1 pins

Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
    usb: musb: remove extra check in musb_gadget_vbus_draw


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

Diffstat:

 .../devicetree/bindings/sound/qcom,wcd9335.txt     |   2 +-
 Documentation/driver-api/spi.rst                   |   4 +-
 Documentation/fault-injection/fault-injection.rst  |  16 +-
 MAINTAINERS                                        |   2 +-
 Makefile                                           | 107 ++---
 arch/alpha/kernel/entry.S                          |   4 +-
 arch/arm/boot/dts/armada-370.dtsi                  |   2 +-
 arch/arm/boot/dts/armada-375.dtsi                  |   2 +-
 arch/arm/boot/dts/armada-380.dtsi                  |   4 +-
 arch/arm/boot/dts/armada-385-turris-omnia.dts      |  18 +-
 arch/arm/boot/dts/armada-385.dtsi                  |   6 +-
 arch/arm/boot/dts/armada-39x.dtsi                  |   6 +-
 arch/arm/boot/dts/armada-xp-mv78230.dtsi           |   8 +-
 arch/arm/boot/dts/armada-xp-mv78260.dtsi           |  16 +-
 arch/arm/boot/dts/dove.dtsi                        |   2 +-
 arch/arm/boot/dts/qcom-apq8064.dtsi                |   2 +-
 arch/arm/boot/dts/spear600.dtsi                    |   2 +-
 arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts  |   1 -
 arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi |   2 +-
 arch/arm/include/asm/thread_info.h                 |  13 +-
 arch/arm/mach-mmp/time.c                           |  11 +-
 arch/arm/nwfpe/Makefile                            |   6 +
 .../boot/dts/marvell/armada-3720-turris-mox.dts    |   3 +
 arch/arm64/boot/dts/mediatek/mt2712-evb.dts        |  12 +-
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi          |  22 +-
 arch/arm64/boot/dts/mediatek/mt6797.dtsi           |   2 +-
 arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi   |   6 +-
 arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts       |   2 +
 arch/arm64/boot/dts/qcom/msm8916.dtsi              |   2 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |  10 +-
 arch/arm64/boot/dts/qcom/sdm630.dtsi               |   2 +-
 arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi         |   4 +-
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts         |   5 +-
 .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts      |   6 +-
 arch/arm64/boot/dts/ti/k3-am65-main.dtsi           |   1 -
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi          |   1 -
 arch/arm64/include/asm/processor.h                 |   4 +-
 arch/mips/bcm63xx/clk.c                            |   2 +
 .../cavium-octeon/executive/cvmx-helper-board.c    |   2 +-
 arch/mips/cavium-octeon/executive/cvmx-helper.c    |   2 +-
 arch/mips/kernel/vpe-cmp.c                         |   4 +-
 arch/mips/kernel/vpe-mt.c                          |   4 +-
 arch/parisc/include/uapi/asm/mman.h                |  23 +-
 arch/parisc/kernel/sys_parisc.c                    |  27 ++
 arch/parisc/kernel/syscalls/syscall.tbl            |   2 +-
 arch/powerpc/kernel/rtas.c                         |  20 +-
 arch/powerpc/perf/callchain.c                      |   1 +
 arch/powerpc/perf/hv-gpci-requests.h               |   4 +
 arch/powerpc/perf/hv-gpci.c                        |  33 +-
 arch/powerpc/perf/hv-gpci.h                        |   1 +
 arch/powerpc/perf/req-gen/perf.h                   |  20 +
 arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c      |   1 +
 arch/powerpc/platforms/83xx/mpc832x_rdb.c          |   2 +-
 arch/powerpc/platforms/pseries/eeh_pseries.c       |  14 +-
 arch/powerpc/sysdev/xive/spapr.c                   |   1 +
 arch/powerpc/xmon/xmon.c                           |  11 +-
 arch/riscv/include/asm/hugetlb.h                   |   6 +
 arch/riscv/include/asm/uaccess.h                   |   2 +-
 arch/riscv/kernel/stacktrace.c                     |  12 +-
 arch/x86/events/intel/uncore.h                     |   1 +
 arch/x86/events/intel/uncore_snb.c                 |   3 +
 arch/x86/events/intel/uncore_snbep.c               |  48 ++-
 arch/x86/hyperv/hv_init.c                          |   2 -
 arch/x86/kernel/cpu/bugs.c                         |   2 +
 arch/x86/kernel/cpu/mce/amd.c                      |  37 +-
 arch/x86/kernel/cpu/mce/core.c                     |  95 ++---
 arch/x86/kernel/cpu/mce/internal.h                 |  12 +-
 arch/x86/kernel/cpu/microcode/intel.c              |   8 +-
 arch/x86/kernel/ftrace.c                           |   2 +
 arch/x86/kernel/kprobes/core.c                     |  27 +-
 arch/x86/kernel/kprobes/opt.c                      |  35 +-
 arch/x86/kernel/uprobes.c                          |   4 +-
 arch/x86/kvm/vmx/nested.c                          |  44 ++-
 arch/x86/xen/smp.c                                 |  24 +-
 arch/x86/xen/smp_pv.c                              |  12 +-
 arch/x86/xen/spinlock.c                            |   6 +-
 block/blk-mq-sysfs.c                               |  11 +-
 crypto/cryptd.c                                    |  36 +-
 crypto/tcrypt.c                                    |   9 -
 drivers/acpi/acpica/dsmethod.c                     |  10 +-
 drivers/acpi/acpica/utcopy.c                       |   7 -
 drivers/ata/ahci.c                                 |  32 +-
 drivers/ata/pata_ixp4xx_cf.c                       |   2 +-
 drivers/base/class.c                               |   5 +
 drivers/base/dd.c                                  |   6 +-
 drivers/base/power/runtime.c                       |  18 +-
 drivers/block/drbd/drbd_main.c                     |   4 +-
 drivers/bluetooth/btusb.c                          |   6 +-
 drivers/bluetooth/hci_bcsp.c                       |   2 +-
 drivers/bluetooth/hci_h5.c                         |   2 +-
 drivers/bluetooth/hci_ll.c                         |   2 +-
 drivers/bluetooth/hci_qca.c                        |   2 +-
 drivers/char/hw_random/amd-rng.c                   |  18 +-
 drivers/char/hw_random/geode-rng.c                 |  36 +-
 drivers/char/ipmi/ipmi_msghandler.c                |  12 +-
 drivers/char/ipmi/ipmi_si_intf.c                   |  27 +-
 drivers/char/tpm/eventlog/acpi.c                   |  12 +-
 drivers/char/tpm/tpm_crb.c                         |  31 +-
 drivers/char/tpm/tpm_ftpm_tee.c                    |   8 +-
 drivers/char/tpm/tpm_tis.c                         |   9 +-
 drivers/clk/imx/clk-imx8mn.c                       |  12 +-
 drivers/clk/qcom/clk-krait.c                       |   2 +
 drivers/clk/qcom/gcc-sm8250.c                      |   4 +-
 drivers/clk/renesas/r9a06g032-clocks.c             |   3 +-
 drivers/clk/rockchip/clk-pll.c                     |   1 +
 drivers/clk/samsung/clk-pll.c                      |   1 +
 drivers/clk/socfpga/clk-gate.c                     |  16 +-
 drivers/clk/socfpga/clk-periph.c                   |   8 +-
 drivers/clk/socfpga/clk-pll.c                      |  17 +-
 drivers/clk/st/clkgen-fsyn.c                       |   5 +-
 drivers/clocksource/sh_cmt.c                       | 102 +++--
 drivers/clocksource/timer-ti-dm-systimer.c         |   4 +-
 drivers/counter/stm32-lptimer-cnt.c                |   2 +-
 drivers/cpufreq/amd_freq_sensitivity.c             |   2 +
 drivers/cpufreq/cpufreq.c                          |   2 +-
 drivers/cpufreq/qcom-cpufreq-hw.c                  |   1 +
 drivers/cpuidle/dt_idle_states.c                   |   2 +-
 drivers/crypto/Kconfig                             |   5 +
 .../crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c    |   2 +-
 drivers/crypto/amlogic/amlogic-gxl-core.c          |   1 -
 drivers/crypto/amlogic/amlogic-gxl.h               |   2 +-
 drivers/crypto/cavium/nitrox/nitrox_mbx.c          |   1 +
 drivers/crypto/ccree/cc_debugfs.c                  |   2 +-
 drivers/crypto/ccree/cc_driver.c                   |  10 +-
 drivers/crypto/hisilicon/qm.h                      |   6 +-
 drivers/crypto/img-hash.c                          |   8 +-
 drivers/crypto/n2_core.c                           |   6 +
 drivers/crypto/omap-sham.c                         |   2 +-
 drivers/crypto/rockchip/rk3288_crypto.c            | 193 +--------
 drivers/crypto/rockchip/rk3288_crypto.h            |  53 +--
 drivers/crypto/rockchip/rk3288_crypto_ahash.c      | 199 ++++++----
 drivers/crypto/rockchip/rk3288_crypto_skcipher.c   | 413 +++++++++++--------
 drivers/devfreq/devfreq.c                          |   6 +-
 drivers/devfreq/governor_userspace.c               |  12 +-
 drivers/dio/dio.c                                  |   8 +
 drivers/edac/i10nm_base.c                          |   3 +-
 drivers/firmware/efi/efi.c                         |   4 +-
 drivers/firmware/efi/libstub/efistub.h             |   2 +
 drivers/firmware/efi/libstub/random.c              |  42 +-
 drivers/firmware/raspberrypi.c                     |   1 +
 drivers/gpio/gpio-sifive.c                         |   1 +
 drivers/gpio/gpiolib-cdev.c                        |  93 +++--
 drivers/gpio/gpiolib.c                             |  12 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c           |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  13 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h           |   5 +-
 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c |  16 +-
 .../gpu/drm/amd/display/dc/dce60/dce60_resource.c  |   3 +
 .../gpu/drm/amd/display/dc/dce80/dce80_resource.c  |   2 +
 drivers/gpu/drm/amd/include/kgd_pp_interface.h     |   3 +-
 drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c   |   3 +-
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c  |   3 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c     |   4 +
 drivers/gpu/drm/bridge/adv7511/adv7511.h           |   3 +-
 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c       |  18 +-
 drivers/gpu/drm/bridge/adv7511/adv7533.c           |  25 +-
 drivers/gpu/drm/drm_connector.c                    |   3 +
 drivers/gpu/drm/drm_fourcc.c                       |  11 +-
 drivers/gpu/drm/etnaviv/etnaviv_gpu.c              |  11 +-
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_rgb.c          |   5 +-
 drivers/gpu/drm/i915/display/intel_dsi_vbt.c       |   4 +-
 drivers/gpu/drm/i915/gvt/debugfs.c                 |  17 +-
 drivers/gpu/drm/i915/gvt/scheduler.c               |   1 +
 drivers/gpu/drm/ingenic/ingenic-drm-drv.c          |   6 +-
 drivers/gpu/drm/mediatek/mtk_dpi.c                 |  12 +-
 drivers/gpu/drm/meson/meson_viu.c                  |   5 +-
 drivers/gpu/drm/msm/Makefile                       |   2 +-
 drivers/gpu/drm/msm/dp/dp_display.c                |   2 +-
 drivers/gpu/drm/msm/hdmi/hdmi.c                    |  78 ++--
 drivers/gpu/drm/msm/hdmi/hdmi.h                    |  30 +-
 drivers/gpu/drm/msm/hdmi/hdmi_bridge.c             |  81 +++-
 .../drm/msm/hdmi/{hdmi_connector.c => hdmi_hpd.c}  | 216 +---------
 drivers/gpu/drm/panel/panel-sitronix-st7701.c      |  10 +-
 drivers/gpu/drm/panfrost/panfrost_drv.c            |  27 +-
 drivers/gpu/drm/panfrost/panfrost_gem.c            |  16 +-
 drivers/gpu/drm/panfrost/panfrost_gem.h            |   5 +-
 drivers/gpu/drm/radeon/radeon_bios.c               |  19 +-
 drivers/gpu/drm/rockchip/cdn-dp-core.c             |   2 +-
 drivers/gpu/drm/rockchip/inno_hdmi.c               |   2 +-
 drivers/gpu/drm/rockchip/rk3066_hdmi.c             |   2 +-
 drivers/gpu/drm/rockchip/rockchip_lvds.c           |  10 +-
 drivers/gpu/drm/sti/sti_dvo.c                      |   7 +-
 drivers/gpu/drm/sti/sti_hda.c                      |   7 +-
 drivers/gpu/drm/sti/sti_hdmi.c                     |   7 +-
 drivers/gpu/drm/tegra/dc.c                         |   4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c                |   3 +-
 drivers/hid/hid-ids.h                              |   3 +
 drivers/hid/hid-mcp2221.c                          |  12 +-
 drivers/hid/hid-multitouch.c                       |   4 +
 drivers/hid/hid-plantronics.c                      |   9 +
 drivers/hid/hid-sensor-custom.c                    |   2 +-
 drivers/hid/wacom_sys.c                            |   8 +
 drivers/hid/wacom_wac.c                            |   4 +
 drivers/hid/wacom_wac.h                            |   1 +
 drivers/hsi/controllers/omap_ssi_core.c            |  14 +-
 drivers/hv/ring_buffer.c                           |  13 +
 drivers/hwmon/Kconfig                              |   1 +
 drivers/hwmon/jc42.c                               | 243 +++++++-----
 drivers/i2c/busses/i2c-ismt.c                      |   3 +
 drivers/i2c/busses/i2c-pxa-pci.c                   |  10 +-
 drivers/i2c/muxes/i2c-mux-reg.c                    |   5 +-
 drivers/iio/accel/adis16201.c                      |   1 +
 drivers/iio/accel/adis16209.c                      |   1 +
 drivers/iio/adc/ad_sigma_delta.c                   |   8 +-
 drivers/iio/adc/ti-adc128s052.c                    |  14 +-
 drivers/iio/gyro/adis16136.c                       |   1 +
 drivers/iio/gyro/adis16260.c                       |   1 +
 drivers/iio/imu/adis.c                             |  98 ++---
 drivers/iio/imu/adis16400.c                        |   1 +
 drivers/iio/imu/adis16460.c                        |   5 +-
 drivers/iio/imu/adis16475.c                        |   6 +-
 drivers/iio/imu/adis16480.c                        |   1 +
 drivers/iio/imu/adis_buffer.c                      |  10 +-
 drivers/iio/imu/adis_trigger.c                     |  20 +-
 drivers/iio/temperature/ltc2983.c                  |  10 +-
 drivers/infiniband/core/device.c                   |   2 +-
 drivers/infiniband/core/nldev.c                    |   6 +-
 drivers/infiniband/hw/hfi1/affinity.c              |   2 +
 drivers/infiniband/hw/hfi1/firmware.c              |   6 +
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c         |  24 +-
 drivers/infiniband/hw/hns/hns_roce_mr.c            |   4 +-
 drivers/infiniband/hw/mlx5/qp.c                    |  49 ++-
 drivers/infiniband/sw/rxe/rxe_qp.c                 |   6 +-
 drivers/infiniband/sw/siw/siw_cq.c                 |  24 +-
 drivers/infiniband/sw/siw/siw_qp_tx.c              |   2 +-
 drivers/infiniband/sw/siw/siw_verbs.c              |  40 +-
 drivers/infiniband/ulp/ipoib/ipoib_netlink.c       |   7 +
 drivers/infiniband/ulp/srp/ib_srp.c                |  96 ++++-
 drivers/input/joystick/Kconfig                     |   1 +
 drivers/input/touchscreen/elants_i2c.c             |   9 +-
 drivers/iommu/amd/init.c                           |   7 +
 drivers/iommu/amd/iommu_v2.c                       |   1 +
 drivers/iommu/fsl_pamu.c                           |   2 +-
 drivers/iommu/sun50i-iommu.c                       |  16 +-
 drivers/irqchip/irq-gic-pm.c                       |   2 +-
 drivers/isdn/hardware/mISDN/hfcmulti.c             |  19 +-
 drivers/isdn/hardware/mISDN/hfcpci.c               |  13 +-
 drivers/isdn/hardware/mISDN/hfcsusb.c              |  12 +-
 drivers/macintosh/macio-adb.c                      |   4 +
 drivers/macintosh/macio_asic.c                     |   2 +-
 drivers/mailbox/zynqmp-ipi-mailbox.c               |   4 +-
 drivers/mcb/mcb-core.c                             |   4 +-
 drivers/mcb/mcb-parse.c                            |   2 +-
 drivers/md/dm-cache-metadata.c                     |  54 ++-
 drivers/md/dm-cache-target.c                       |  11 +-
 drivers/md/dm-clone-target.c                       |   1 +
 drivers/md/dm-integrity.c                          |   2 +
 drivers/md/dm-thin-metadata.c                      |  60 ++-
 drivers/md/dm-thin.c                               |  18 +-
 drivers/md/md-bitmap.c                             |  47 ++-
 drivers/md/md.c                                    |   9 +-
 drivers/md/raid1.c                                 |   1 +
 drivers/media/dvb-core/dmxdev.c                    |   8 +
 drivers/media/dvb-core/dvb_ca_en50221.c            |   2 +-
 drivers/media/dvb-core/dvb_frontend.c              |  10 +-
 drivers/media/dvb-core/dvbdev.c                    |  33 +-
 drivers/media/dvb-frontends/bcm3510.c              |   1 +
 drivers/media/dvb-frontends/stv0288.c              |   5 +-
 drivers/media/i2c/ad5820.c                         |  10 +-
 drivers/media/pci/saa7164/saa7164-core.c           |   4 +-
 drivers/media/pci/solo6x10/solo6x10-core.c         |   1 +
 drivers/media/platform/coda/coda-bit.c             |  14 +-
 drivers/media/platform/coda/coda-jpeg.c            |  10 +-
 drivers/media/platform/exynos4-is/fimc-core.c      |   2 +-
 drivers/media/platform/exynos4-is/media-dev.c      |  32 +-
 drivers/media/platform/exynos4-is/media-dev.h      |   2 +-
 drivers/media/platform/qcom/camss/camss-video.c    |   3 +-
 drivers/media/platform/qcom/venus/pm_helpers.c     |   4 +-
 drivers/media/platform/s5p-mfc/s5p_mfc.c           |  17 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c      |   4 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c       |  12 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c    |  14 +-
 .../media/platform/sti/c8sectpfe/c8sectpfe-core.c  |   1 +
 drivers/media/radio/si470x/radio-si470x-usb.c      |   4 +-
 drivers/media/rc/imon.c                            |   6 +-
 drivers/media/test-drivers/vidtv/vidtv_bridge.c    |  22 +-
 drivers/media/test-drivers/vimc/vimc-core.c        |   2 +-
 drivers/media/test-drivers/vivid/vivid-vid-cap.c   |   1 +
 drivers/media/usb/dvb-usb/az6027.c                 |   4 +
 drivers/media/usb/dvb-usb/dvb-usb-init.c           |   4 +-
 drivers/media/v4l2-core/videobuf-dma-contig.c      |  22 +-
 drivers/misc/cxl/guest.c                           |  24 +-
 drivers/misc/cxl/pci.c                             |  21 +-
 drivers/misc/ocxl/config.c                         |  20 +-
 drivers/misc/ocxl/file.c                           |   7 +-
 drivers/misc/sgi-gru/grufault.c                    |  13 +-
 drivers/misc/sgi-gru/grumain.c                     |  22 +-
 drivers/misc/sgi-gru/grutables.h                   |   2 +-
 drivers/misc/tifm_7xx1.c                           |   2 +-
 drivers/mmc/host/alcor.c                           |   5 +-
 drivers/mmc/host/atmel-mci.c                       |   9 +-
 drivers/mmc/host/meson-gx-mmc.c                    |   4 +-
 drivers/mmc/host/mmci.c                            |   4 +-
 drivers/mmc/host/moxart-mmc.c                      |   4 +-
 drivers/mmc/host/mxcmmc.c                          |   4 +-
 drivers/mmc/host/omap_hsmmc.c                      |   4 +-
 drivers/mmc/host/pxamci.c                          |   7 +-
 drivers/mmc/host/renesas_sdhi_core.c               |   2 +-
 drivers/mmc/host/rtsx_usb_sdmmc.c                  |  11 +-
 drivers/mmc/host/sdhci-sprd.c                      |  16 +-
 drivers/mmc/host/sdhci_f_sdh30.c                   |   3 +
 drivers/mmc/host/toshsd.c                          |   6 +-
 drivers/mmc/host/via-sdmmc.c                       |   4 +-
 drivers/mmc/host/vub300.c                          |  13 +-
 drivers/mmc/host/wbsd.c                            |  12 +-
 drivers/mmc/host/wmt-sdmmc.c                       |   6 +-
 drivers/mtd/lpddr/lpddr2_nvm.c                     |   2 +
 drivers/mtd/maps/pxa2xx-flash.c                    |   2 +
 drivers/mtd/mtdcore.c                              |   4 +-
 drivers/mtd/spi-nor/core.c                         |   2 +
 drivers/net/bonding/bond_3ad.c                     |   1 +
 drivers/net/bonding/bond_main.c                    |  13 +-
 drivers/net/can/m_can/tcan4x5x.c                   |   5 -
 drivers/net/can/usb/kvaser_usb/kvaser_usb.h        |  30 +-
 drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c   | 115 +++++-
 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c  | 167 ++++++--
 drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c   | 437 ++++++++++++++++++---
 drivers/net/dsa/lan9303-core.c                     |   4 +-
 drivers/net/ethernet/amd/atarilance.c              |   2 +-
 drivers/net/ethernet/amd/lance.c                   |   2 +-
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c           |   3 +
 drivers/net/ethernet/amd/xgbe/xgbe-i2c.c           |   4 +-
 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c          |   4 +-
 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c        |  23 +-
 drivers/net/ethernet/apple/bmac.c                  |   2 +-
 drivers/net/ethernet/apple/mace.c                  |   2 +-
 drivers/net/ethernet/dnet.c                        |   4 +-
 drivers/net/ethernet/freescale/enetc/enetc.c       |   8 +-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |   3 +-
 drivers/net/ethernet/intel/igb/igb_main.c          |  10 +-
 drivers/net/ethernet/intel/igc/igc.h               |   2 +
 drivers/net/ethernet/intel/igc/igc_defines.h       |   2 +
 drivers/net/ethernet/intel/igc/igc_main.c          | 245 +++++++++---
 drivers/net/ethernet/intel/igc/igc_tsn.c           |  11 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |  12 +-
 drivers/net/ethernet/mellanox/mlx5/core/health.c   |   6 +
 .../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c  |   4 +
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |   2 +
 drivers/net/ethernet/myricom/myri10ge/myri10ge.c   |   1 +
 drivers/net/ethernet/neterion/s2io.c               |   2 +-
 drivers/net/ethernet/pensando/ionic/ionic_txrx.c   |   2 +-
 drivers/net/ethernet/qlogic/qed/qed_debug.c        |   3 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |   8 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h    |  10 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   |   8 +-
 .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c   |   2 +
 drivers/net/ethernet/rdc/r6040.c                   |   5 +-
 drivers/net/ethernet/renesas/ravb_main.c           |   2 +-
 .../net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c  |   3 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.h   |   2 +-
 .../net/ethernet/stmicro/stmmac/stmmac_selftests.c |   8 +-
 drivers/net/ethernet/ti/netcp_core.c               |   2 +-
 drivers/net/ethernet/xilinx/xilinx_emaclite.c      |   2 +-
 drivers/net/fddi/defxx.c                           |  22 +-
 drivers/net/hamradio/baycom_epp.c                  |   2 +-
 drivers/net/hamradio/scc.c                         |   6 +-
 drivers/net/macsec.c                               |  34 +-
 drivers/net/ntb_netdev.c                           |   4 +-
 drivers/net/phy/xilinx_gmii2rgmii.c                |   1 +
 drivers/net/ppp/ppp_generic.c                      |   2 +
 drivers/net/usb/rndis_host.c                       |   3 +-
 drivers/net/veth.c                                 |   5 +-
 drivers/net/vmxnet3/vmxnet3_drv.c                  |   8 +
 drivers/net/wan/farsync.c                          |   2 +
 drivers/net/wireless/ath/ar5523/ar5523.c           |   6 +
 drivers/net/wireless/ath/ath10k/pci.c              |  20 +-
 drivers/net/wireless/ath/ath9k/hif_usb.c           |  46 ++-
 .../broadcom/brcm80211/brcmfmac/firmware.c         |   5 +
 .../wireless/broadcom/brcm80211/brcmfmac/pcie.c    |   6 +-
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    |   1 +
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c        |  12 +-
 drivers/net/wireless/mediatek/mt76/mt76.h          |   3 +-
 drivers/net/wireless/microchip/wilc1000/sdio.c     |   1 +
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h   |   2 +-
 .../net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c  |  26 +-
 .../net/wireless/realtek/rtlwifi/rtl8192de/phy.c   |  10 +-
 drivers/net/wireless/rsi/rsi_91x_core.c            |   4 +-
 drivers/net/wireless/rsi/rsi_91x_hal.c             |   6 +-
 drivers/nfc/pn533/pn533.c                          |   4 +
 drivers/nvme/host/nvme.h                           |   2 +-
 drivers/nvme/host/pci.c                            |  37 +-
 drivers/nvme/target/passthru.c                     |  11 +-
 drivers/of/overlay.c                               |   4 +-
 drivers/parisc/led.c                               |   3 +
 drivers/pci/controller/dwc/pcie-designware.c       |   2 +-
 drivers/pci/endpoint/functions/pci-epf-test.c      |   2 +-
 drivers/pci/irq.c                                  |   2 +
 drivers/pci/pci-sysfs.c                            |  13 +-
 drivers/pci/pci.c                                  |   2 +
 drivers/perf/arm_dsu_pmu.c                         |   6 +-
 drivers/perf/arm_smmuv3_pmu.c                      |   8 +-
 drivers/phy/broadcom/phy-brcm-usb.c                |   6 +-
 drivers/pinctrl/pinconf-generic.c                  |   4 +-
 drivers/platform/chrome/cros_usbpd_notify.c        |   6 +-
 drivers/platform/x86/huawei-wmi.c                  |  20 +-
 drivers/platform/x86/intel_scu_ipc.c               |   2 +-
 drivers/platform/x86/mxm-wmi.c                     |   8 +-
 drivers/pnp/core.c                                 |   4 +-
 drivers/power/supply/power_supply_core.c           |   7 +-
 drivers/pwm/pwm-sifive.c                           |   5 +-
 drivers/pwm/pwm-tegra.c                            |   4 +-
 drivers/rapidio/devices/rio_mport_cdev.c           |  15 +-
 drivers/rapidio/rio-scan.c                         |   8 +-
 drivers/rapidio/rio.c                              |   9 +-
 drivers/regulator/core.c                           |  15 +-
 drivers/remoteproc/qcom_q6v5_pas.c                 |   4 +
 drivers/remoteproc/qcom_sysmon.c                   |   5 +-
 drivers/remoteproc/remoteproc_core.c               |   9 +-
 drivers/rtc/rtc-cmos.c                             | 366 ++++++++---------
 drivers/rtc/rtc-ds1347.c                           |   2 +-
 drivers/rtc/rtc-mxc_v2.c                           |   4 +-
 drivers/rtc/rtc-pcf85063.c                         |  10 +-
 drivers/rtc/rtc-pic32.c                            |   8 +-
 drivers/rtc/rtc-snvs.c                             |  16 +-
 drivers/rtc/rtc-st-lpc.c                           |   1 +
 drivers/s390/net/ctcm_main.c                       |  11 +-
 drivers/s390/net/lcs.c                             |   8 +-
 drivers/s390/net/netiucv.c                         |   9 +-
 drivers/scsi/fcoe/fcoe.c                           |   1 +
 drivers/scsi/fcoe/fcoe_sysfs.c                     |  19 +-
 drivers/scsi/hpsa.c                                |   9 +-
 drivers/scsi/ipr.c                                 |  10 +-
 drivers/scsi/mpt3sas/mpt3sas_transport.c           |   2 +
 drivers/scsi/scsi_debug.c                          |  11 +-
 drivers/scsi/scsi_error.c                          |  14 +-
 drivers/scsi/snic/snic_disc.c                      |   3 +
 drivers/soc/qcom/Kconfig                           |   1 +
 drivers/soc/qcom/apr.c                             | 142 ++++---
 drivers/soc/qcom/llcc-qcom.c                       |   2 +-
 drivers/soc/ti/knav_qmss_queue.c                   |   6 +-
 drivers/soc/ti/smartreflex.c                       |   1 +
 drivers/soc/ux500/ux500-soc-id.c                   |  10 +-
 drivers/soundwire/intel.c                          |   8 +-
 drivers/soundwire/qcom.c                           |   8 +-
 drivers/soundwire/stream.c                         |   4 +-
 drivers/spi/spi-gpio.c                             |  16 +-
 drivers/spi/spidev.c                               |  21 +-
 drivers/staging/iio/accel/adis16203.c              |   1 +
 drivers/staging/iio/accel/adis16240.c              |   1 +
 drivers/staging/media/tegra-video/csi.c            |   4 +-
 drivers/staging/media/tegra-video/csi.h            |   2 +-
 drivers/staging/rtl8192e/rtllib_rx.c               |   2 +-
 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c  |   4 +-
 drivers/thermal/imx8mm_thermal.c                   |   8 +-
 drivers/tty/serial/altera_uart.c                   |  21 +-
 drivers/tty/serial/amba-pl011.c                    |  14 +-
 drivers/tty/serial/fsl_lpuart.c                    |  18 +-
 drivers/tty/serial/pch_uart.c                      |   4 +
 drivers/tty/serial/serial-tegra.c                  |   6 +-
 drivers/tty/serial/serial_core.c                   |   3 +-
 drivers/tty/serial/sunsab.c                        |   8 +-
 drivers/uio/uio_dmem_genirq.c                      |  13 +-
 drivers/usb/dwc3/core.c                            |  23 +-
 drivers/usb/dwc3/dwc3-qcom.c                       |  13 +-
 drivers/usb/gadget/function/f_hid.c                | 271 ++++++++++---
 drivers/usb/gadget/function/u_hid.h                |   1 +
 drivers/usb/gadget/udc/fotg210-udc.c               |  12 +-
 drivers/usb/musb/musb_gadget.c                     |   2 -
 drivers/usb/roles/class.c                          |   5 +-
 drivers/usb/storage/alauda.c                       |   2 +
 drivers/usb/typec/bus.c                            |   2 +-
 drivers/usb/typec/tcpm/tcpci.c                     |   5 +-
 drivers/usb/typec/tps6598x.c                       |   2 +-
 drivers/vfio/platform/vfio_platform_common.c       |   3 +-
 drivers/vhost/vhost.c                              |   4 +-
 drivers/vhost/vringh.c                             |   5 +-
 drivers/vhost/vsock.c                              |   9 +-
 drivers/video/fbdev/Kconfig                        |   1 -
 drivers/video/fbdev/hyperv_fb.c                    |   8 +-
 drivers/video/fbdev/matrox/matroxfb_base.c         |   4 +-
 drivers/video/fbdev/pm2fb.c                        |   9 +-
 drivers/video/fbdev/uvesafb.c                      |   1 +
 drivers/video/fbdev/vermilion/vermilion.c          |   4 +-
 drivers/video/fbdev/via/via-core.c                 |   9 +-
 drivers/vme/bridges/vme_fake.c                     |   2 +
 drivers/vme/bridges/vme_tsi148.c                   |   1 +
 drivers/xen/privcmd.c                              |   2 +-
 fs/afs/fs_probe.c                                  |   5 +-
 fs/binfmt_elf_fdpic.c                              |   5 +-
 fs/binfmt_misc.c                                   |   8 +-
 fs/btrfs/backref.c                                 |   4 +
 fs/btrfs/ioctl.c                                   |   9 +-
 fs/btrfs/rcu-string.h                              |   6 +-
 fs/ceph/caps.c                                     |   2 +-
 fs/ceph/locks.c                                    |   4 -
 fs/ceph/super.h                                    |   1 -
 fs/char_dev.c                                      |   2 +-
 fs/cifs/cifsfs.c                                   |   8 +-
 fs/cifs/cifsglob.h                                 |  69 ++++
 fs/cifs/cifsproto.h                                |   4 +-
 fs/cifs/connect.c                                  |   4 +-
 fs/cifs/misc.c                                     |   4 +-
 fs/cifs/smb2ops.c                                  | 143 ++++---
 fs/configfs/dir.c                                  |   2 +
 fs/debugfs/file.c                                  |  28 +-
 fs/ext4/ext4.h                                     |   9 +-
 fs/ext4/extents.c                                  |   8 +
 fs/ext4/extents_status.c                           |   3 +-
 fs/ext4/fast_commit.c                              |  49 ++-
 fs/ext4/fast_commit.h                              |   1 +
 fs/ext4/indirect.c                                 |  11 +-
 fs/ext4/inline.c                                   |   2 +-
 fs/ext4/inode.c                                    |  49 ++-
 fs/ext4/ioctl.c                                    |  13 +-
 fs/ext4/mballoc.h                                  |   2 +-
 fs/ext4/migrate.c                                  |   6 +-
 fs/ext4/namei.c                                    |  49 ++-
 fs/ext4/resize.c                                   |   6 +-
 fs/ext4/super.c                                    | 230 +++++------
 fs/ext4/verity.c                                   |   7 +-
 fs/ext4/xattr.c                                    | 184 ++++-----
 fs/ext4/xattr.h                                    |   1 +
 fs/f2fs/gc.c                                       |  11 +-
 fs/f2fs/segment.c                                  |   2 +-
 fs/hfs/inode.c                                     |  13 +-
 fs/hfs/trans.c                                     |   2 +-
 fs/hfsplus/hfsplus_fs.h                            |   2 +
 fs/hfsplus/inode.c                                 |  16 +-
 fs/hfsplus/options.c                               |   4 +
 fs/hugetlbfs/inode.c                               |   6 +-
 fs/jfs/jfs_dmap.c                                  |  27 +-
 fs/libfs.c                                         |  22 +-
 fs/locks.c                                         |  23 ++
 fs/mbcache.c                                       | 121 ++++--
 fs/nfs/namespace.c                                 |   2 +-
 fs/nfs/nfs4proc.c                                  |  34 +-
 fs/nfs/nfs4state.c                                 |   2 +
 fs/nfs/nfs4xdr.c                                   |  12 +-
 fs/nfsd/nfs4callback.c                             |   8 +-
 fs/nfsd/nfs4state.c                                |  51 ++-
 fs/nfsd/nfs4xdr.c                                  |  11 +
 fs/nfsd/nfssvc.c                                   |   2 +-
 fs/nilfs2/the_nilfs.c                              |  73 +++-
 fs/ocfs2/journal.c                                 |   2 +-
 fs/ocfs2/journal.h                                 |   1 +
 fs/ocfs2/stackglue.c                               |   8 +-
 fs/ocfs2/super.c                                   | 105 ++---
 fs/orangefs/orangefs-debugfs.c                     |  29 +-
 fs/orangefs/orangefs-mod.c                         |   8 +-
 fs/overlayfs/dir.c                                 |  46 ++-
 fs/overlayfs/super.c                               |   7 +-
 fs/pnode.c                                         |   2 +-
 fs/pstore/Kconfig                                  |   1 +
 fs/pstore/pmsg.c                                   |   7 +-
 fs/pstore/ram.c                                    |   2 +
 fs/pstore/ram_core.c                               |   6 +-
 fs/pstore/zone.c                                   |   2 +-
 fs/quota/dquot.c                                   |   2 +
 fs/reiserfs/namei.c                                |   4 +
 fs/reiserfs/xattr_security.c                       |   2 +-
 fs/sysv/itree.c                                    |   2 +-
 fs/udf/inode.c                                     |   2 +-
 fs/udf/namei.c                                     |   8 +-
 fs/xattr.c                                         |   2 +-
 include/linux/debugfs.h                            |  19 +-
 include/linux/devfreq.h                            |   7 +-
 include/linux/efi.h                                |   2 -
 include/linux/eventfd.h                            |   2 +-
 include/linux/fs.h                                 |  18 +-
 include/linux/highmem.h                            |  18 +
 include/linux/hyperv.h                             |   2 +
 include/linux/iio/imu/adis.h                       |  63 +--
 include/linux/interrupt.h                          |   4 +
 include/linux/mbcache.h                            |  41 +-
 include/linux/netdevice.h                          |  58 +--
 include/linux/netfilter/ipset/ip_set.h             |   2 +-
 include/linux/nvme.h                               |   3 +-
 include/linux/proc_fs.h                            |   2 +
 include/linux/skbuff.h                             |  42 +-
 include/linux/soc/qcom/apr.h                       |  12 +-
 include/linux/sunrpc/rpc_pipe_fs.h                 |   5 +
 include/linux/timerqueue.h                         |   2 +-
 include/media/dvbdev.h                             |  32 +-
 include/net/dst.h                                  |   5 +-
 include/net/mptcp.h                                |  12 +-
 include/net/mrp.h                                  |   1 +
 include/net/pkt_sched.h                            |   9 +
 include/sound/hdaudio.h                            |   2 +
 include/sound/hdaudio_ext.h                        |   1 -
 include/sound/pcm.h                                |  36 +-
 include/sound/soc-dai.h                            |  32 +-
 include/trace/events/ext4.h                        |   7 +-
 include/trace/events/jbd2.h                        |  44 +--
 include/uapi/drm/drm_fourcc.h                      |  11 +
 include/uapi/linux/idxd.h                          |   2 +-
 include/uapi/linux/swab.h                          |   2 +-
 include/uapi/sound/asequencer.h                    |   8 +-
 io_uring/io_uring.c                                |   2 +-
 kernel/Makefile                                    |   2 +-
 kernel/acct.c                                      |   2 +
 kernel/bpf/btf.c                                   |   5 +
 kernel/bpf/verifier.c                              | 123 +++---
 kernel/cpu.c                                       |   4 +-
 kernel/events/core.c                               |  14 +-
 kernel/futex/Makefile                              |   3 +
 kernel/{futex.c => futex/core.c}                   |  30 +-
 kernel/gcov/gcc_4_7.c                              |   5 +
 kernel/irq/internals.h                             |   2 +
 kernel/irq/irqdesc.c                               |  15 +-
 kernel/irq/manage.c                                |  11 +-
 kernel/kcsan/core.c                                |  50 +++
 kernel/padata.c                                    |  15 +-
 kernel/power/snapshot.c                            |   4 +-
 kernel/rcu/tree.c                                  |  23 +-
 kernel/rcu/tree.h                                  |   1 +
 kernel/relay.c                                     |   4 +-
 kernel/sched/fair.c                                | 128 +++++-
 kernel/trace/blktrace.c                            |   3 +-
 kernel/trace/trace.c                               |  15 +-
 kernel/trace/trace_events_hist.c                   |  13 +-
 lib/Kconfig.debug                                  |   1 -
 lib/debugobjects.c                                 |  10 +
 lib/fonts/fonts.c                                  |   4 +-
 lib/iov_iter.c                                     |  14 -
 lib/notifier-error-inject.c                        |   2 +-
 lib/test_firmware.c                                |   1 +
 mm/compaction.c                                    |  18 +-
 net/802/mrp.c                                      |  18 +-
 net/bluetooth/hci_core.c                           |   2 +-
 net/bluetooth/rfcomm/core.c                        |   2 +-
 net/bpf/test_run.c                                 |   3 -
 net/caif/cfctrl.c                                  |   6 +-
 net/core/dev.c                                     |  16 +-
 net/core/filter.c                                  |  18 +-
 net/core/skbuff.c                                  |   9 +-
 net/core/sock_map.c                                |   2 +
 net/core/stream.c                                  |   6 +
 net/ethtool/ioctl.c                                |   3 +-
 net/hsr/hsr_device.c                               |  59 +--
 net/hsr/hsr_forward.c                              |  15 +-
 net/hsr/hsr_framereg.c                             |   9 +-
 net/hsr/hsr_framereg.h                             |   2 +
 net/ipv4/inet_connection_sock.c                    |  28 +-
 net/ipv4/syncookies.c                              |   7 +-
 net/ipv4/tcp_bpf.c                                 |   8 +-
 net/ipv4/tcp_ulp.c                                 |   4 +
 net/ipv4/udp_tunnel_core.c                         |   1 +
 net/mac80211/iface.c                               |   1 +
 net/mptcp/subflow.c                                |  76 +++-
 net/netfilter/ipset/ip_set_core.c                  |   7 +-
 net/netfilter/ipset/ip_set_hash_ip.c               |  14 +-
 net/netfilter/ipset/ip_set_hash_ipmark.c           |  13 +-
 net/netfilter/ipset/ip_set_hash_ipport.c           |  13 +-
 net/netfilter/ipset/ip_set_hash_ipportip.c         |  13 +-
 net/netfilter/ipset/ip_set_hash_ipportnet.c        |  13 +-
 net/netfilter/ipset/ip_set_hash_net.c              |  17 +-
 net/netfilter/ipset/ip_set_hash_netiface.c         |  15 +-
 net/netfilter/ipset/ip_set_hash_netnet.c           |  23 +-
 net/netfilter/ipset/ip_set_hash_netport.c          |  19 +-
 net/netfilter/ipset/ip_set_hash_netportnet.c       |  40 +-
 net/netfilter/nf_conntrack_proto_icmpv6.c          |  53 +++
 net/netfilter/nf_flow_table_offload.c              |   6 +-
 net/nfc/netlink.c                                  |  52 ++-
 net/openvswitch/datapath.c                         |  25 +-
 net/packet/af_packet.c                             |  20 +-
 net/rxrpc/output.c                                 |   2 +-
 net/rxrpc/sendmsg.c                                |   2 +-
 net/sched/cls_tcindex.c                            |  12 +-
 net/sched/ematch.c                                 |   2 +
 net/sched/sch_api.c                                |   5 +
 net/sched/sch_atm.c                                |   5 +-
 net/sched/sch_cbq.c                                |   4 +-
 net/sctp/sysctl.c                                  |  73 ++--
 net/sunrpc/auth_gss/auth_gss.c                     |  19 +-
 net/sunrpc/auth_gss/svcauth_gss.c                  |   9 +-
 net/sunrpc/clnt.c                                  |   2 +-
 net/sunrpc/xprtrdma/verbs.c                        |   2 +-
 net/vmw_vsock/vmci_transport.c                     |   6 +-
 net/wireless/reg.c                                 |   4 +-
 samples/vfio-mdev/mdpy-fb.c                        |   8 +-
 security/apparmor/apparmorfs.c                     |   4 +-
 security/apparmor/lsm.c                            |   4 +-
 security/apparmor/policy.c                         |   2 +-
 security/apparmor/policy_ns.c                      |   2 +-
 security/apparmor/policy_unpack.c                  |   2 +-
 security/device_cgroup.c                           |  33 +-
 security/integrity/digsig.c                        |   6 +-
 security/integrity/ima/ima_main.c                  |   1 +
 security/integrity/ima/ima_policy.c                |  53 ++-
 security/integrity/ima/ima_template.c              |   9 +-
 security/integrity/platform_certs/load_uefi.c      |   1 +
 security/loadpin/loadpin.c                         |  30 +-
 sound/core/pcm_native.c                            |   4 +-
 sound/drivers/mts64.c                              |   3 +
 sound/hda/ext/hdac_ext_stream.c                    |  17 -
 sound/hda/hdac_stream.c                            |  27 ++
 sound/pci/asihpi/hpioctl.c                         |   2 +-
 sound/pci/hda/hda_controller.c                     |   4 +-
 sound/pci/hda/patch_hdmi.c                         |   1 +
 sound/pci/hda/patch_realtek.c                      |  77 ++++
 sound/soc/codecs/hdac_hda.c                        |  22 +-
 sound/soc/codecs/max98373-sdw.c                    |   2 +-
 sound/soc/codecs/pcm512x.c                         |   8 +-
 sound/soc/codecs/rt1308-sdw.c                      |   2 +-
 sound/soc/codecs/rt298.c                           |   7 +
 sound/soc/codecs/rt5670.c                          |   2 -
 sound/soc/codecs/rt5682-sdw.c                      |   2 +-
 sound/soc/codecs/rt700.c                           |   2 +-
 sound/soc/codecs/rt711.c                           |   2 +-
 sound/soc/codecs/rt715.c                           |   2 +-
 sound/soc/codecs/wm8994.c                          |   5 +
 sound/soc/codecs/wsa881x.c                         |   2 +-
 sound/soc/generic/audio-graph-card.c               |   4 +-
 sound/soc/intel/boards/bytcr_rt5640.c              |  15 +
 sound/soc/intel/boards/sof_sdw.c                   |   6 +-
 sound/soc/intel/skylake/skl-pcm.c                  |   7 +-
 sound/soc/intel/skylake/skl.c                      |   7 +-
 sound/soc/jz4740/jz4740-i2s.c                      |  39 +-
 sound/soc/mediatek/common/mtk-btcvsd.c             |   6 +-
 sound/soc/mediatek/mt8173/mt8173-afe-pcm.c         |  71 +++-
 sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c   |   7 +-
 sound/soc/pxa/mmp-pcm.c                            |   2 +-
 sound/soc/qcom/lpass-sc7180.c                      |   3 +
 sound/soc/qcom/sdm845.c                            |   4 +-
 sound/soc/rockchip/rockchip_pdm.c                  |   1 +
 sound/soc/rockchip/rockchip_spdif.c                |   1 +
 sound/soc/sof/intel/hda-dai.c                      |   7 +-
 sound/usb/line6/driver.c                           |   3 +-
 sound/usb/line6/midi.c                             |   6 +-
 sound/usb/line6/midibuf.c                          |  25 +-
 sound/usb/line6/midibuf.h                          |   5 +-
 sound/usb/line6/pod.c                              |   3 +-
 sound/usb/quirks-table.h                           |   2 +
 tools/arch/parisc/include/uapi/asm/mman.h          |  12 +-
 tools/lib/bpf/bpf.h                                |   7 +
 tools/lib/bpf/btf_dump.c                           |  29 +-
 tools/lib/bpf/libbpf.c                             |   3 +
 tools/objtool/check.c                              |  12 +-
 tools/perf/bench/bench.h                           |  12 -
 tools/perf/builtin-trace.c                         |  32 +-
 tools/perf/util/data.c                             |   2 +
 tools/perf/util/debug.c                            |   4 +
 tools/perf/util/dwarf-aux.c                        |  23 +-
 tools/perf/util/symbol-elf.c                       |   2 +-
 tools/testing/ktest/ktest.pl                       |  23 +-
 tools/testing/selftests/Makefile                   |  26 +-
 .../selftests/drivers/net/netdevsim/devlink.sh     |   4 +-
 tools/testing/selftests/efivarfs/efivarfs.sh       |   5 +
 .../ftrace/test.d/ftrace/func_event_triggers.tc    |  15 +-
 tools/testing/selftests/lib.mk                     |   5 +
 .../selftests/netfilter/conntrack_icmp_related.sh  |  36 +-
 .../selftests/powerpc/dscr/dscr_sysfs_test.c       |   5 +-
 tools/testing/selftests/proc/proc-uptime-002.c     |   3 +-
 .../selftests/rcutorture/bin/console-badness.sh    |   3 +-
 747 files changed, 7705 insertions(+), 4186 deletions(-)



             reply	other threads:[~2023-01-12 13:58 UTC|newest]

Thread overview: 799+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-12 13:45 Greg Kroah-Hartman [this message]
2023-01-12 13:45 ` [PATCH 5.10 001/783] usb: musb: remove extra check in musb_gadget_vbus_draw Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 002/783] arm64: dts: qcom: ipq6018-cp01-c1: use BLSPI1 pins Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 003/783] arm64: dts: qcom: msm8996: fix GPU OPP table Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 004/783] ARM: dts: qcom: apq8064: fix coresight compatible Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 005/783] arm64: dts: qcom: sdm630: fix UART1 pin bias Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 006/783] arm64: dts: qcom: sdm845-cheza: fix AP suspend " Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 007/783] arm64: dts: qcom: msm8916: Drop MSS fallback compatible Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 008/783] objtool, kcsan: Add volatile read/write instrumentation to whitelist Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 009/783] ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96 Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 010/783] ARM: dts: stm32: Fix AV96 WLAN regulator gpio property Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 011/783] drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as static Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 012/783] soc: qcom: llcc: make irq truly optional Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 013/783] soc: qcom: apr: make code more reuseable Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 014/783] soc: qcom: apr: Add check for idr_alloc and of_property_read_string_index Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 015/783] arm: dts: spear600: Fix clcd interrupt Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 016/783] soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 017/783] soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probe Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 018/783] soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 019/783] perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init() Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 020/783] perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init() Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 021/783] arm64: dts: ti: k3-am65-main: Drop dma-coherent in crypto node Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 022/783] arm64: dts: ti: k3-j721e-main: " Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 023/783] arm64: dts: mt2712e: Fix unit_address_vs_reg warning for oscillators Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 024/783] arm64: dts: mt2712e: Fix unit address for pinctrl node Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 025/783] arm64: dts: mt2712-evb: Fix vproc fixed regulators unit names Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 026/783] arm64: dts: mt2712-evb: Fix usb vbus " Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 027/783] arm64: dts: mediatek: pumpkin-common: Fix devicetree warnings Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 028/783] arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 029/783] ARM: dts: dove: Fix assigned-addresses for every PCIe Root Port Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 030/783] ARM: dts: armada-370: " Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 031/783] ARM: dts: armada-xp: " Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 032/783] ARM: dts: armada-375: " Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 033/783] ARM: dts: armada-38x: " Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 034/783] ARM: dts: armada-39x: " Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 035/783] ARM: dts: turris-omnia: Add ethernet aliases Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 036/783] ARM: dts: turris-omnia: Add switch port 6 node Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 037/783] arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 038/783] pstore/ram: Fix error return code in ramoops_probe() Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 039/783] ARM: mmp: fix timer_read delay Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 040/783] pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 041/783] tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init() Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 042/783] tpm/tpm_crb: Fix error message in __crb_relinquish_locality() Greg Kroah-Hartman
2023-01-12 13:45 ` [PATCH 5.10 043/783] sched/fair: Cleanup task_util and capacity type Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 044/783] sched/uclamp: Fix relationship between uclamp and migration margin Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 045/783] cpuidle: dt: Return the correct numbers of parsed idle states Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 046/783] alpha: fix syscall entry in !AUDUT_SYSCALL case Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 047/783] PM: hibernate: Fix mistake in kerneldoc comment Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 048/783] fs: dont audit the capability check in simple_xattr_list() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 049/783] cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 050/783] selftests/ftrace: event_triggers: wait longer for test_event_enable Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 051/783] perf: Fix possible memleak in pmu_dev_alloc() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 052/783] lib/debugobjects: fix stat count and optimize debug_objects_mem_init Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 053/783] platform/x86: huawei-wmi: fix return value calculation Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 054/783] timerqueue: Use rb_entry_safe() in timerqueue_getnext() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 055/783] proc: fixup uptime selftest Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 056/783] lib/fonts: fix undefined behavior in bit shift for get_default_font Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 057/783] ocfs2: fix memory leak in ocfs2_stack_glue_init() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 058/783] MIPS: vpe-mt: fix possible memory leak while module exiting Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 059/783] MIPS: vpe-cmp: " Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 060/783] selftests/efivarfs: Add checking of the test return value Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 061/783] PNP: fix name memory leak in pnp_alloc_dev() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 062/783] perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 063/783] perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 064/783] perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 065/783] platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 066/783] irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 067/783] EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 068/783] nfsd: dont call nfsd_file_put from client states seqfile display Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 069/783] genirq/irqdesc: Dont try to remove non-existing sysfs files Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 070/783] cpufreq: amd_freq_sensitivity: Add missing pci_dev_put() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 071/783] libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 072/783] lib/notifier-error-inject: fix error when writing -errno to debugfs file Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 073/783] docs: fault-injection: fix non-working usage of negative values Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 074/783] debugfs: fix error when writing negative value to atomic_t debugfs file Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 075/783] ocfs2: ocfs2_mount_volume does cleanup job before return error Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 076/783] ocfs2: rewrite error handling of ocfs2_fill_super Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 077/783] ocfs2: fix memory leak in ocfs2_mount_volume() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 078/783] rapidio: fix possible name leaks when rio_add_device() fails Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 079/783] rapidio: rio: fix possible name leak in rio_register_mport() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 080/783] clocksource/drivers/sh_cmt: Make sure channel clock supply is enabled Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 081/783] clocksource/drivers/sh_cmt: Access registers according to spec Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 082/783] futex: Move to kernel/futex/ Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 083/783] futex: Resend potentially swallowed owner death notification Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 084/783] cpu/hotplug: Make target_store() a nop when target == state Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 085/783] clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer_systimer_init_clock() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 086/783] ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 087/783] uprobes/x86: Allow to probe a NOP instruction with 0x66 prefix Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 088/783] x86/xen: Fix memory leak in xen_smp_intr_init{_pv}() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 089/783] x86/xen: Fix memory leak in xen_init_lock_cpu() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 090/783] xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 091/783] PM: runtime: Improve path in rpm_idle() when no callback Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 092/783] PM: runtime: Do not call __rpm_callback() from rpm_idle() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 093/783] platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 094/783] platform/x86: intel_scu_ipc: fix possible name leak in __intel_scu_ipc_register() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 095/783] MIPS: BCM63xx: Add check for NULL for clk in clk_enable Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 096/783] MIPS: OCTEON: warn only once if deprecated link status is being used Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 097/783] fs: sysv: Fix sysv_nblocks() returns wrong value Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 098/783] rapidio: fix possible UAF when kfifo_alloc() fails Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 099/783] eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFD Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 100/783] relay: fix type mismatch when allocating memory in relay_create_buf() Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 101/783] hfs: Fix OOB Write in hfs_asc2mac Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 102/783] rapidio: devices: fix missing put_device in mport_cdev_open Greg Kroah-Hartman
2023-01-12 13:46 ` [PATCH 5.10 103/783] wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 104/783] wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 105/783] wifi: rtl8xxxu: Fix reading the vendor of combo chips Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 106/783] drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 107/783] libbpf: Fix use-after-free in btf_dump_name_dups Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 108/783] libbpf: Fix null-pointer dereference in find_prog_by_sec_insn() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 109/783] pata_ipx4xx_cf: Fix unsigned comparison with less than zero Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 110/783] media: coda: jpeg: Add check for kmalloc Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 111/783] media: i2c: ad5820: Fix error path Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 112/783] venus: pm_helpers: Fix error check in vcodec_domains_get() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 113/783] media: exynos4-is: Use v4l2_async_notifier_add_fwnode_remote_subdev Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 114/783] media: exynos4-is: dont rely on the v4l2_async_subdev internals Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 115/783] can: kvaser_usb: do not increase tx statistics when sending error message frames Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 116/783] can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 117/783] can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {leaf,usbcan}_cmd_can_error_event Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 118/783] can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 119/783] can: kvaser_usb_leaf: Set Warning state even without bus errors Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 120/783] can: kvaser_usb_leaf: Fix improved state not being reported Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 121/783] can: kvaser_usb_leaf: Fix wrong CAN state after stopping Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 122/783] can: kvaser_usb_leaf: Fix bogus restart events Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 123/783] can: kvaser_usb: Add struct kvaser_usb_busparams Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 124/783] can: kvaser_usb: Compare requested bittiming parameters with actual parameters in do_set_{,data}_bittiming Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 125/783] drm/rockchip: lvds: fix PM usage counter unbalance in poweron Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 126/783] clk: renesas: r9a06g032: Repair grave increment error Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 127/783] spi: Update reference to struct spi_controller Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 128/783] drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 129/783] ima: Fix fall-through warnings for Clang Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 130/783] ima: Handle -ESTALE returned by ima_filter_rule_match() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 131/783] drm/msm/hdmi: switch to drm_bridge_connector Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 132/783] drm/msm/hdmi: drop unused GPIO support Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 133/783] bpf: Fix slot type check in check_stack_write_var_off Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 134/783] media: vivid: fix compose size exceed boundary Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 135/783] media: platform: exynos4-is: fix return value check in fimc_md_probe() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 136/783] bpf: propagate precision in ALU/ALU64 operations Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 137/783] bpf: Check the other end of slot_type for STACK_SPILL Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 138/783] bpf: propagate precision across all frames, not just the last one Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 139/783] clk: qcom: gcc-sm8250: Use retention mode for USB GDSCs Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 140/783] mtd: Fix device name leak when register device failed in add_mtd_device() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 141/783] Input: joystick - fix Kconfig warning for JOYSTICK_ADC Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 142/783] wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control port Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 143/783] media: camss: Clean up received buffers on failed start of streaming Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 144/783] net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 145/783] rxrpc: Fix ack.bufferSize to be 0 when generating an ack Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 146/783] drm/radeon: Add the missed acpi_put_table() to fix memory leak Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 147/783] drm/mediatek: Modify dpi power on/off sequence Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 148/783] ASoC: pxa: fix null-pointer dereference in filter() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 149/783] regulator: core: fix unbalanced of node refcount in regulator_dev_lookup() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 150/783] amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 151/783] drm/fourcc: Add packed 10bit YUV 4:2:0 format Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 152/783] drm/fourcc: Fix vsub/hsub for Q410 and Q401 Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 153/783] integrity: Fix memory leakage in keyring allocation error path Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 154/783] ima: Fix misuse of dereference of pointer in template_desc_init_fields() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 155/783] wifi: ath10k: Fix return value in ath10k_pci_init() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 156/783] mtd: lpddr2_nvm: Fix possible null-ptr-deref Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 157/783] Input: elants_i2c - properly handle the reset GPIO when power is off Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 158/783] media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 159/783] media: solo6x10: fix possible memory leak in solo_sysfs_init() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 160/783] media: platform: exynos4-is: Fix error handling in fimc_md_init() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 161/783] media: videobuf-dma-contig: use dma_mmap_coherent Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 162/783] inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict() Greg Kroah-Hartman
2023-01-12 13:47 ` [PATCH 5.10 163/783] bpf: Move skb->len == 0 checks into __bpf_redirect Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 164/783] HID: hid-sensor-custom: set fixed size for custom attributes Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 165/783] ALSA: pcm: fix undefined behavior in bit shift for SNDRV_PCM_RATE_KNOT Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 166/783] ALSA: seq: fix undefined behavior in bit shift for SNDRV_SEQ_FILTER_USE_EVENT Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 167/783] regulator: core: use kfree_const() to free space conditionally Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 168/783] clk: rockchip: Fix memory leak in rockchip_clk_register_pll() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 169/783] drm/amdgpu: fix pci device refcount leak Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 170/783] bonding: fix link recovery in mode 2 when updelay is nonzero Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 171/783] mtd: maps: pxa2xx-flash: fix memory leak in probe Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 172/783] drbd: fix an invalid memory access caused by incorrect use of list iterator Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 173/783] ASoC: qcom: Add checks for devm_kcalloc Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 174/783] media: vimc: Fix wrong function called when vimc_init() fails Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 175/783] media: imon: fix a race condition in send_packet() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 176/783] clk: imx: replace osc_hdmi with dummy Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 177/783] pinctrl: pinconf-generic: add missing of_node_put() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 178/783] media: dvb-core: Fix ignored return value in dvb_register_frontend() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 179/783] media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 180/783] media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoC Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 181/783] drm/tegra: Add missing clk_disable_unprepare() in tegra_dc_probe() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 182/783] ASoC: dt-bindings: wcd9335: fix reset line polarity in example Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 183/783] ASoC: mediatek: mtk-btcvsd: Add checks for write and read of mtk_btcvsd_snd Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 184/783] NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 185/783] NFSv4.2: Fix a memory stomp in decode_attr_security_label Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 186/783] NFSv4.2: Fix initialisation of struct nfs4_label Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 187/783] NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 188/783] NFS: Fix an Oops in nfs_d_automount() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 189/783] ALSA: asihpi: fix missing pci_disable_device() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 190/783] wifi: iwlwifi: mvm: fix double free on tx path Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 191/783] ASoC: mediatek: mt8173: Fix debugfs registration for components Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 192/783] ASoC: mediatek: mt8173: Enable IRQ when pdata is ready Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 193/783] drm/amd/pm/smu11: BACO is supported when its in BACO state Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 194/783] drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 195/783] drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 196/783] ASoC: pcm512x: Fix PM disable depth imbalance in pcm512x_probe Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 197/783] netfilter: conntrack: set icmpv6 redirects as RELATED Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 198/783] bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 199/783] bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 200/783] bonding: uninitialized variable in bond_miimon_inspect() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 201/783] spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODE Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 202/783] wifi: mac80211: fix memory leak in ieee80211_if_add() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 203/783] wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() fails Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 204/783] wifi: mt76: fix coverity overrun-call in mt76_get_txpower() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 205/783] regulator: core: fix module refcount leak in set_supply() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 206/783] clk: qcom: clk-krait: fix wrong div2 functions Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 207/783] hsr: Add a rcu-read lock to hsr_forward_skb() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 208/783] net: hsr: generate supervision frame without HSR/PRP tag Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 209/783] hsr: Disable netpoll Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 210/783] hsr: Synchronize sending frames to have always incremented outgoing seq nr Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 211/783] hsr: Synchronize sequence number updates Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 212/783] configfs: fix possible memory leak in configfs_create_dir() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 213/783] regulator: core: fix resource leak in regulator_register() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 214/783] hwmon: (jc42) Convert register access and caching to regmap/regcache Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 215/783] hwmon: (jc42) Restore the min/max/critical temperatures on resume Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 216/783] bpf, sockmap: fix race in sock_map_free() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 217/783] ALSA: pcm: Set missing stop_operating flag at undoing trigger start Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 218/783] media: saa7164: fix missing pci_disable_device() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 219/783] ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 220/783] xprtrdma: Fix regbuf data not freed in rpcrdma_req_create() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 221/783] SUNRPC: Fix missing release socket in rpc_sockname() Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 222/783] NFSv4.x: Fail client initialisation if state manager thread cant run Greg Kroah-Hartman
2023-01-12 13:48 ` [PATCH 5.10 223/783] mmc: alcor: fix return value check of mmc_add_host() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 224/783] mmc: moxart: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 225/783] mmc: mxcmmc: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 226/783] mmc: pxamci: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 227/783] mmc: rtsx_usb_sdmmc: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 228/783] mmc: toshsd: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 229/783] mmc: vub300: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 230/783] mmc: wmt-sdmmc: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 231/783] mmc: atmel-mci: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 232/783] mmc: omap_hsmmc: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 233/783] mmc: meson-gx: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 234/783] mmc: via-sdmmc: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 235/783] mmc: wbsd: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 236/783] mmc: mmci: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 237/783] media: c8sectpfe: Add of_node_put() when breaking out of loop Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 238/783] media: coda: Add check for dcoda_iram_alloc Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 239/783] media: coda: Add check for kmalloc Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 240/783] clk: samsung: Fix memory leak in _samsung_clk_register_pll() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 241/783] spi: spi-gpio: Dont set MOSI as an input if not 3WIRE mode Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 242/783] wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2h Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 243/783] wifi: rtl8xxxu: Fix the channel width reporting Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 244/783] wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 245/783] blktrace: Fix output non-blktrace event when blk_classic option enabled Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 246/783] clk: socfpga: clk-pll: Remove unused variable rc Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 247/783] clk: socfpga: use clk_hw_register for a5/c5 Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 248/783] clk: socfpga: Fix memory leak in socfpga_gate_init() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 249/783] net: vmw_vsock: vmci: Check memcpy_from_msg() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 250/783] net: defxx: Fix missing err handling in dfx_init() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 251/783] net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 252/783] drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 253/783] of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 254/783] ethernet: s2io: dont call dev_kfree_skb() under spin_lock_irqsave() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 255/783] net: farsync: Fix kmemleak when rmmods farsync Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 256/783] net/tunnel: wait until all sk_user_data reader finish before releasing the sock Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 257/783] net: apple: mace: dont call dev_kfree_skb() under spin_lock_irqsave() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 258/783] net: apple: bmac: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 259/783] net: emaclite: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 260/783] net: ethernet: dnet: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 261/783] hamradio: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 262/783] net: amd: lance: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 263/783] net: amd-xgbe: Fix logic around active and passive cables Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 264/783] net: amd-xgbe: Check only the minimum speed for active/passive cables Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 265/783] can: tcan4x5x: Remove invalid write in clear_interrupts Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 266/783] net: lan9303: Fix read error execution path Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 267/783] ntb_netdev: Use dev_kfree_skb_any() in interrupt context Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 268/783] sctp: sysctl: make extra pointers netns aware Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 269/783] Bluetooth: btusb: dont call kfree_skb() under spin_lock_irqsave() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 270/783] Bluetooth: hci_qca: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 271/783] Bluetooth: hci_ll: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 272/783] Bluetooth: hci_h5: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 273/783] Bluetooth: hci_bcsp: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 274/783] Bluetooth: hci_core: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 275/783] Bluetooth: RFCOMM: " Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 276/783] stmmac: fix potential division by 0 Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 277/783] apparmor: fix a memleak in multi_transaction_new() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 278/783] apparmor: fix lockdep warning when removing a namespace Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 279/783] apparmor: Fix abi check to include v8 abi Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 280/783] crypto: sun8i-ss - use dma_addr instead u32 Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 281/783] crypto: nitrox - avoid double free on error path in nitrox_sriov_init() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 282/783] scsi: core: Fix a race between scsi_done() and scsi_timeout() Greg Kroah-Hartman
2023-01-12 13:49 ` [PATCH 5.10 283/783] apparmor: Use pointer to struct aa_label for lbs_cred Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 284/783] PCI: dwc: Fix n_fts[] array overrun Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 285/783] RDMA/core: Fix order of nldev_exit call Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 286/783] PCI: pci-epf-test: Register notifier if only core_init_notifier is enabled Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 287/783] f2fs: Fix the race condition of resize flag between resizefs Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 288/783] crypto: rockchip - do not do custom power management Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 289/783] crypto: rockchip - do not store mode globally Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 290/783] crypto: rockchip - add fallback for cipher Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 291/783] crypto: rockchip - add fallback for ahash Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 292/783] crypto: rockchip - better handle cipher key Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 293/783] crypto: rockchip - remove non-aligned handling Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 294/783] crypto: rockchip - delete unneeded variable initialization Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 295/783] crypto: rockchip - rework by using crypto_engine Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 296/783] apparmor: Fix memleak in alloc_ns() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 297/783] f2fs: fix normal discard process Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 298/783] RDMA/siw: Fix immediate work request flush to completion queue Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 299/783] RDMA/nldev: Return "-EAGAIN" if the cm_id isnt from expected port Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 300/783] RDMA/siw: Set defined status for work completion with undefined status Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 301/783] scsi: scsi_debug: Fix a warning in resp_write_scat() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 302/783] crypto: ccree - Remove debugfs when platform_driver_register failed Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 303/783] crypto: cryptd - Use request context instead of stack for sub-request Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 304/783] crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 305/783] RDMA/hns: Repacing dseg_len by macros in fill_ext_sge_inl_data() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 306/783] RDMA/hns: Fix ext_sge num error when post send Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 307/783] PCI: Check for alloc failure in pci_request_irq() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 308/783] RDMA/hfi: Decrease PCI device reference count in error path Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 309/783] crypto: ccree - Make cc_debugfs_global_fini() available for module init function Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 310/783] RDMA/hns: fix memory leak in hns_roce_alloc_mr() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 311/783] RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 312/783] scsi: hpsa: Fix possible memory leak in hpsa_init_one() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 313/783] crypto: tcrypt - Fix multibuffer skcipher speed test mem leak Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 314/783] padata: Always leave BHs disabled when running ->parallel() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 315/783] padata: Fix list iterator in padata_do_serial() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 316/783] scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 317/783] scsi: hpsa: Fix error handling in hpsa_add_sas_host() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 318/783] scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 319/783] scsi: scsi_debug: Fix a warning in resp_verify() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 320/783] scsi: scsi_debug: Fix a warning in resp_report_zones() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 321/783] scsi: fcoe: Fix possible name leak when device_register() fails Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 322/783] scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 323/783] scsi: ipr: Fix WARNING in ipr_init() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 324/783] scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 325/783] scsi: snic: Fix possible UAF in snic_tgt_create() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 326/783] RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 327/783] f2fs: avoid victim selection from previous victim section Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 328/783] RDMA/nldev: Fix failure to send large messages Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 329/783] crypto: amlogic - Remove kcalloc without check Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 330/783] crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 331/783] riscv/mm: add arch hook arch_clear_hugepage_flags Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 332/783] RDMA/hfi1: Fix error return code in parse_platform_config() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 333/783] RDMA/srp: Fix error return code in srp_parse_options() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 334/783] orangefs: Fix sysfs not cleanup when dev init failed Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 335/783] RDMA/hns: Fix PBL page MTR find Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 336/783] RDMA/hns: Fix page size cap from firmware Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 337/783] crypto: img-hash - Fix variable dereferenced before check hdev->req Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 338/783] hwrng: amd - Fix PCI device refcount leak Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 339/783] hwrng: geode " Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 340/783] IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 341/783] drivers: dio: fix possible memory leak in dio_init() Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 342/783] serial: tegra: Read DMA status before terminating Greg Kroah-Hartman
2023-01-12 13:50 ` [PATCH 5.10 343/783] class: fix possible memory leak in __class_register() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 344/783] vfio: platform: Do not pass return buffer to ACPI _RST method Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 345/783] uio: uio_dmem_genirq: Fix missing unlock in irq configuration Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 346/783] uio: uio_dmem_genirq: Fix deadlock between irq config and handling Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 347/783] usb: fotg210-udc: Fix ages old endianness issues Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 348/783] staging: vme_user: Fix possible UAF in tsi148_dma_list_add Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 349/783] usb: typec: Check for ops->exit instead of ops->enter in altmode_exit Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 350/783] usb: typec: tcpci: fix of node refcount leak in tcpci_register_port() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 351/783] usb: typec: tipd: Fix spurious fwnode_handle_put in error path Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 352/783] serial: amba-pl011: avoid SBSA UART accessing DMACR register Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 353/783] serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 354/783] serial: pch: Fix PCI device refcount leak in pch_request_dma() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 355/783] tty: serial: clean up stop-tx part in altera_uart_tx_chars() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 356/783] tty: serial: altera_uart_{r,t}x_chars() need only uart_port Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 357/783] serial: altera_uart: fix locking in polling mode Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 358/783] serial: sunsab: Fix error handling in sunsab_init() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 359/783] test_firmware: fix memory leak in test_firmware_init() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 360/783] misc: ocxl: fix possible name leak in ocxl_file_register_afu() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 361/783] ocxl: fix pci device refcount leak when calling get_function_0() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 362/783] misc: tifm: fix possible memory leak in tifm_7xx1_switch_media() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 363/783] misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 364/783] firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 365/783] cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 366/783] cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 367/783] iio: temperature: ltc2983: make bulk write buffer DMA-safe Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 368/783] genirq: Add IRQF_NO_AUTOEN for request_irq/nmi() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 369/783] iio:imu:adis: Use IRQF_NO_AUTOEN instead of irq request then disable Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 370/783] iio: adis: handle devices that cannot unmask the drdy pin Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 371/783] iio: adis: stylistic changes Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 372/783] iio:imu:adis: Move exports into IIO_ADISLIB namespace Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 373/783] iio: adis: add __adis_enable_irq() implementation Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 374/783] counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 375/783] usb: roles: fix of node refcount leak in usb_role_switch_is_parent() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 376/783] usb: gadget: f_hid: optional SETUP/SET_REPORT mode Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 377/783] usb: gadget: f_hid: fix f_hidg lifetime vs cdev Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 378/783] usb: gadget: f_hid: fix refcount leak on error path Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 379/783] drivers: mcb: fix resource leak in mcb_probe() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 380/783] mcb: mcb-parse: fix error handing in chameleon_parse_gdd() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 381/783] chardev: fix error handling in cdev_device_add() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 382/783] i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probe Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 383/783] staging: rtl8192u: Fix use after free in ieee80211_rx() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 384/783] staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 385/783] vme: Fix error not catched in fake_init() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 386/783] gpiolib: Get rid of redundant else Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 387/783] gpiolib: cdev: fix NULL-pointer dereferences Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 388/783] i2c: mux: reg: check return value after calling platform_get_resource() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 389/783] i2c: ismt: Fix an out-of-bounds bug in ismt_access() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 390/783] usb: storage: Add check for kcalloc Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 391/783] tracing/hist: Fix issue of losting command info in error_log Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 392/783] samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 393/783] thermal/drivers/imx8mm_thermal: Validate temperature range Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 394/783] fbdev: ssd1307fb: Drop optional dependency Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 395/783] fbdev: pm2fb: fix missing pci_disable_device() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 396/783] fbdev: via: Fix error in via_core_init() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 397/783] fbdev: vermilion: decrease reference count in error path Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 398/783] fbdev: uvesafb: Fixes an error handling path in uvesafb_probe() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 399/783] HSI: omap_ssi_core: fix unbalanced pm_runtime_disable() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 400/783] HSI: omap_ssi_core: fix possible memory leak in ssi_probe() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 401/783] power: supply: fix residue sysfs file in error handle route of __power_supply_register() Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 402/783] perf trace: Return error if a system call doesnt exist Greg Kroah-Hartman
2023-01-12 13:51 ` [PATCH 5.10 403/783] perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 404/783] perf trace: Handle failure when trace point folder is missed Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 405/783] perf symbol: correction while adjusting symbol Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 406/783] HSI: omap_ssi_core: Fix error handling in ssi_init() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 407/783] power: supply: fix null pointer dereferencing in power_supply_get_battery_info Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 408/783] RDMA/siw: Fix pointer cast warning Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 409/783] iommu/sun50i: Fix reset release Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 410/783] iommu/sun50i: Consider all fault sources for reset Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 411/783] iommu/sun50i: Fix R/W permission check Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 412/783] iommu/sun50i: Fix flush size Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 413/783] phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devices Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 414/783] include/uapi/linux/swab: Fix potentially missing __always_inline Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 415/783] pwm: tegra: Improve required rate calculation Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 416/783] dmaengine: idxd: Fix crc_val field for completion record Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 417/783] rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0 Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 418/783] rtc: cmos: Fix event handler registration ordering issue Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 419/783] rtc: cmos: Fix wake alarm breakage Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 420/783] rtc: cmos: fix build on non-ACPI platforms Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 421/783] rtc: cmos: Call cmos_wake_setup() from cmos_do_probe() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 422/783] rtc: cmos: Call rtc_wake_setup() " Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 423/783] rtc: cmos: Eliminate forward declarations of some functions Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 424/783] rtc: cmos: Rename ACPI-related functions Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 425/783] rtc: cmos: Disable ACPI RTC event on removal Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 426/783] rtc: snvs: Allow a time difference on clock register read Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 427/783] rtc: pcf85063: Fix reading alarm Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 428/783] iommu/amd: Fix pci device refcount leak in ppr_notifier() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 429/783] iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 430/783] macintosh: fix possible memory leak in macio_add_one_device() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 431/783] macintosh/macio-adb: check the return value of ioremap() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 432/783] powerpc/52xx: Fix a resource leak in an error handling path Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 433/783] cxl: Fix refcount leak in cxl_calc_capp_routing Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 434/783] powerpc/xmon: Enable breakpoints on 8xx Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 435/783] powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 436/783] powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 437/783] kbuild: remove unneeded mkdir for external modules_install Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 438/783] kbuild: unify modules(_install) for in-tree and external modules Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 439/783] kbuild: refactor single builds of *.ko Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 440/783] powerpc/perf: callchain validate kernel stack pointer bounds Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 441/783] powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 442/783] powerpc/hv-gpci: Fix hv_gpci event list Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 443/783] selftests/powerpc: Fix resource leaks Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 444/783] iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITY Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 445/783] pwm: sifive: Call pwm_sifive_update_clock() while mutex is held Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 446/783] remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 447/783] remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or remove Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 448/783] remoteproc: qcom_q6v5_pas: detach power domains on remove Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 449/783] remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_region() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 450/783] powerpc/eeh: Drop redundant spinlock initialization Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 451/783] powerpc/pseries/eeh: use correct API for error log size Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 452/783] netfilter: flowtable: really fix NAT IPv6 offload Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 453/783] rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 454/783] rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 455/783] rtc: pcf85063: fix pcf85063_clkout_control Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 456/783] NFSD: Remove spurious cb_setup_err tracepoint Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 457/783] nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 458/783] net: macsec: fix net device access prior to holding a lock Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 459/783] mISDN: hfcsusb: dont call dev_kfree_skb/kfree_skb() under spin_lock_irqsave() Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 460/783] mISDN: hfcpci: " Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 461/783] mISDN: hfcmulti: " Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 462/783] nfc: pn533: Clear nfc_target before being used Greg Kroah-Hartman
2023-01-12 13:52 ` [PATCH 5.10 463/783] r6040: Fix kmemleak in probe and remove Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 464/783] net: switch to storing KCOV handle directly in sk_buff Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 465/783] net: add inline function skb_csum_is_sctp Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 466/783] net: igc: use skb_csum_is_sctp instead of protocol check Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 467/783] net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 468/783] igc: Enhance Qbv scheduling by using first flag bit Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 469/783] igc: Use strict cycles for Qbv scheduling Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 470/783] igc: Add checking for basetime less than zero Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 471/783] igc: recalculate Qbv end_time by considering cycle time Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 472/783] igc: Lift TAPRIO schedule restriction Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 473/783] igc: Set Qbv start_time and end_time to end_time if not being configured in GCL Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 474/783] rtc: mxc_v2: Add missing clk_disable_unprepare() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 475/783] selftests: devlink: fix the fd redirect in dummy_reporter_test Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 476/783] openvswitch: Fix flow lookup to use unmasked key Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 477/783] skbuff: Account for tail adjustment during pull operations Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 478/783] mailbox: zynq-ipi: fix error handling while device_register() fails Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 479/783] net_sched: reject TCF_EM_SIMPLE case for complex ematch module Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 480/783] rxrpc: Fix missing unlock in rxrpc_do_sendmsg() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 481/783] myri10ge: Fix an error handling path in myri10ge_probe() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 482/783] net: stream: purge sk_error_queue in sk_stream_kill_queues() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 483/783] rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 484/783] arm64: make is_ttbrX_addr() noinstr-safe Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 485/783] video: hyperv_fb: Avoid taking busy spinlock on panic path Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 486/783] x86/hyperv: Remove unregister syscore call from Hyper-V cleanup Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 487/783] binfmt_misc: fix shift-out-of-bounds in check_special_flags Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 488/783] fs: jfs: fix shift-out-of-bounds in dbAllocAG Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 489/783] udf: Avoid double brelse() in udf_rename() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 490/783] fs: jfs: fix shift-out-of-bounds in dbDiscardAG Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 491/783] ACPICA: Fix error code path in acpi_ds_call_control_method() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 492/783] nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 493/783] nilfs2: fix shift-out-of-bounds due to too large exponent of block size Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 494/783] acct: fix potential integer overflow in encode_comp_t() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 495/783] hfs: fix OOB Read in __hfs_brec_find Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 496/783] drm/etnaviv: add missing quirks for GC300 Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 497/783] brcmfmac: return error when getting invalid max_flowrings from dongle Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 498/783] wifi: ath9k: verify the expected usb_endpoints are present Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 499/783] wifi: ar5523: Fix use-after-free on ar5523_cmd() timed out Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 500/783] ASoC: codecs: rt298: Add quirk for KBL-R RVP platform Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 501/783] ipmi: fix memleak when unload ipmi driver Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 502/783] drm/amd/display: prevent memory leak Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 503/783] qed (gcc13): use u16 for fid to be big enough Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 504/783] bpf: make sure skb->len != 0 when redirecting to a tunneling device Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 505/783] net: ethernet: ti: Fix return type of netcp_ndo_start_xmit() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 506/783] hamradio: baycom_epp: Fix return type of baycom_send_packet() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 507/783] wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 508/783] igb: Do not free q_vector unless new one was allocated Greg Kroah-Hartman
2023-01-12 13:53   ` [Intel-wired-lan] " Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 509/783] drm/amdgpu: Fix type of second parameter in trans_msg() callback Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 510/783] drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 511/783] s390/ctcm: Fix return type of ctc{mp,}m_tx() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 512/783] s390/netiucv: Fix return type of netiucv_tx() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 513/783] s390/lcs: Fix return type of lcs_start_xmit() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 514/783] drm/msm: Use drm_mode_copy() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 515/783] drm/rockchip: " Greg Kroah-Hartman
2023-01-12 13:53   ` Greg Kroah-Hartman
2023-01-12 13:53   ` Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 516/783] drm/sti: " Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 517/783] drivers/md/md-bitmap: check the return value of md_bitmap_get_counter() Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 518/783] md/raid1: stop mdx_raid1 thread when raid1 array run failed Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 519/783] drm/amd/display: fix array index out of bound error in bios parser Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 520/783] net: add atomic_long_t to net_device_stats fields Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 521/783] mrp: introduce active flags to prevent UAF when applicant uninit Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 522/783] ppp: associate skb with a device at tx Greg Kroah-Hartman
2023-01-12 13:53 ` [PATCH 5.10 523/783] bpf: Prevent decl_tag from being referenced in func_proto arg Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 524/783] ethtool: avoiding integer overflow in ethtool_phys_id() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 525/783] media: dvb-frontends: fix leak of memory fw Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 526/783] media: dvbdev: adopts refcnt to avoid UAF Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 527/783] media: dvb-usb: fix memory leak in dvb_usb_adapter_init() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 528/783] blk-mq: fix possible memleak when register hctx failed Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 529/783] libbpf: Avoid enum forward-declarations in public API in C++ mode Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 530/783] regulator: core: fix use_count leakage when handling boot-on Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 531/783] mmc: f-sdh30: Add quirks for broken timeout clock capability Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 532/783] mmc: renesas_sdhi: better reset from HS400 mode Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 533/783] media: si470x: Fix use-after-free in si470x_int_in_callback() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 534/783] clk: st: Fix memory leak in st_of_quadfs_setup() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 535/783] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 536/783] drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 537/783] drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 538/783] orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 539/783] orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 540/783] hwmon: (jc42) Fix missing unlock on error in jc42_write() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 541/783] ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.c Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 542/783] ALSA: hda: add snd_hdac_stop_streams() helper Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 543/783] ASoC: Intel: Skylake: Fix driver hang during shutdown Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 544/783] ASoC: mediatek: mt8173-rt5650-rt5514: fix refcount leak in mt8173_rt5650_rt5514_dev_probe() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 545/783] ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 546/783] ASoC: rockchip: pdm: Add missing clk_disable_unprepare() in rockchip_pdm_runtime_resume() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 547/783] ASoC: wm8994: Fix potential deadlock Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 548/783] ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtime_resume() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 549/783] ASoC: rt5670: Remove unbalanced pm_runtime_put() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 550/783] LoadPin: Ignore the "contents" argument of the LSM hooks Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 551/783] pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 552/783] perf debug: Set debug_peo_args and redirect_to_stderr variable to correct values in perf_quiet_option() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 553/783] afs: Fix lost servers_outstanding count Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 554/783] pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 555/783] ima: Simplify ima_lsm_copy_rule Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 556/783] ALSA: usb-audio: add the quirk for KT0206 device Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 557/783] ALSA: hda/realtek: Add quirk for Lenovo TianYi510Pro-14IOB Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 558/783] ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 559/783] usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_mode Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 560/783] usb: dwc3: core: defer probe on ulpi_read_id timeout Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 561/783] HID: wacom: Ensure bootloader PID is usable in hidraw mode Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 562/783] HID: mcp2221: dont connect hidraw Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 563/783] reiserfs: Add missing calls to reiserfs_security_free() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 564/783] iio: adc: ad_sigma_delta: do not use internal iio_dev lock Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 565/783] iio: adc128s052: add proper .data members in adc128_of_match table Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 566/783] regulator: core: fix deadlock on regulator enable Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 567/783] gcov: add support for checksum field Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 568/783] ovl: fix use inode directly in rcu-walk mode Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 569/783] media: dvbdev: fix build warning due to comments Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 570/783] media: dvbdev: fix refcnt bug Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 571/783] pwm: tegra: Fix 32 bit build Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 572/783] usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_init Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 573/783] cifs: fix oops during encryption Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 574/783] nvme-pci: fix doorbell buffer value endianness Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 575/783] nvme-pci: fix mempool alloc size Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 576/783] nvme-pci: fix page size checks Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 577/783] ata: ahci: Fix PCS quirk application for suspend Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 578/783] nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definition Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 579/783] nvmet: dont defer passthrough commands with trivial effects to the workqueue Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 580/783] objtool: Fix SEGFAULT Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 581/783] powerpc/rtas: avoid device tree lookups in rtas_os_term() Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 582/783] powerpc/rtas: avoid scheduling " Greg Kroah-Hartman
2023-01-12 13:54 ` [PATCH 5.10 583/783] HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 584/783] HID: plantronics: Additional PIDs for double volume key presses quirk Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 585/783] pstore/zone: Use GFP_ATOMIC to allocate zone buffer Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 586/783] hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 587/783] binfmt: Fix error return code in load_elf_fdpic_binary() Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 588/783] ovl: Use ovl mounters fsuid and fsgid in ovl_link() Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 589/783] ALSA: line6: correct midi status byte when receiving data from podxt Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 590/783] ALSA: line6: fix stack overflow in line6_midi_transmit Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 591/783] pnode: terminate at peers of source Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 592/783] md: fix a crash in mempool_free Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 593/783] mm, compaction: fix fast_isolate_around() to stay within boundaries Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 594/783] f2fs: should put a page when checking the summary info Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 595/783] mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 596/783] tpm: acpi: Call acpi_put_table() to fix memory leak Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 597/783] tpm: tpm_crb: Add the missed " Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 598/783] tpm: tpm_tis: " Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 599/783] SUNRPC: Dont leak netobj memory when gss_read_proxy_verf() fails Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 600/783] kcsan: Instrument memcpy/memset/memmove with newer Clang Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 601/783] ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 602/783] ASoC/SoundWire: dai: expand stream concept beyond SoundWire Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 603/783] net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow() Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 604/783] wifi: rtlwifi: remove always-true condition pointed out by GCC 12 Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 605/783] wifi: rtlwifi: 8192de: correct checking of IQK reload Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 606/783] torture: Exclude "NOHZ tick-stop error" from fatal errors Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 607/783] rcu: Prevent lockdep-RCU splats on lock acquisition/release Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 608/783] net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 609/783] net/af_packet: make sure to pull mac header Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 610/783] media: stv0288: use explicitly signed char Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 611/783] soc: qcom: Select REMAP_MMIO for LLCC driver Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 612/783] kest.pl: Fix grub2 menu handling for rebooting Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 613/783] ktest.pl minconfig: Unset configs instead of just removing them Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 614/783] jbd2: use the correct print format Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 615/783] arm64: dts: qcom: sdm845-db845c: correct SPI2 pins drive strength Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 616/783] mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400K Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 617/783] btrfs: fix resolving backrefs for inline extent followed by prealloc Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 618/783] ARM: ux500: do not directly dereference __iomem Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 619/783] arm64: dts: qcom: sdm850-lenovo-yoga-c630: correct I2C12 pins drive strength Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 620/783] selftests: Use optional USERCFLAGS and USERLDFLAGS Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 621/783] PM/devfreq: governor: Add a private governor_data for governor Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 622/783] cpufreq: Init completion before kobject_init_and_add() Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 623/783] ALSA: patch_realtek: Fix Dell Inspiron Plus 16 Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 624/783] ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 625/783] dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abort Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 626/783] dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 627/783] dm thin: Use last transactions pmd->root when commit failed Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 628/783] dm thin: resume even if in FAIL mode Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 629/783] dm thin: Fix UAF in run_timer_softirq() Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 630/783] dm integrity: Fix UAF in dm_integrity_dtr() Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 631/783] dm clone: Fix UAF in clone_dtr() Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 632/783] dm cache: Fix UAF in destroy() Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 633/783] dm cache: set needs_check flag after aborting metadata Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 634/783] tracing/hist: Fix out-of-bound write on action_data.var_ref_idx Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 635/783] perf/core: Call LSM hook after copying perf_event_attr Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 636/783] KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 637/783] x86/microcode/intel: Do not retry microcode reloading on the APs Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 638/783] ftrace/x86: Add back ftrace_expected for ftrace bug reports Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 639/783] x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 640/783] tracing/hist: Fix wrong return value in parse_action_params() Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 641/783] tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 642/783] staging: media: tegra-video: fix chan->mipi value on error Greg Kroah-Hartman
2023-01-12 13:55 ` [PATCH 5.10 643/783] ARM: 9256/1: NWFPE: avoid compiler-generated __aeabi_uldivmod Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 644/783] media: dvb-core: Fix double free in dvb_register_device() Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 645/783] media: dvb-core: Fix UAF due to refcount races at releasing Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 646/783] cifs: fix confusing debug message Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 647/783] cifs: fix missing display of three mount options Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 648/783] rtc: ds1347: fix value written to century register Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 649/783] md/bitmap: Fix bitmap chunk size overflow issues Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 650/783] efi: Add iMac Pro 2017 to uefi skip cert quirk Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 651/783] wifi: wilc1000: sdio: fix module autoloading Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 652/783] ASoC: jz4740-i2s: Handle independent FIFO flush bits Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 653/783] ipmi: fix long wait in unload when IPMI disconnect Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 654/783] mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type() Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 655/783] ima: Fix a potential NULL pointer access in ima_restore_measurement_list Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 656/783] ipmi: fix use after free in _ipmi_destroy_user() Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 657/783] PCI: Fix pci_device_is_present() for VFs by checking PF Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 658/783] PCI/sysfs: Fix double free in error path Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 659/783] crypto: n2 - add missing hash statesize Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 660/783] driver core: Fix bus_type.match() error handling in __driver_attach() Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 661/783] iommu/amd: Fix ivrs_acpihid cmdline parsing code Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 662/783] remoteproc: core: Do pm_relax when in RPROC_OFFLINE state Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 663/783] parisc: led: Fix potential null-ptr-deref in start_task() Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 664/783] device_cgroup: Roll back to original exceptions after copy failure Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 665/783] drm/connector: send hotplug uevent on connector cleanup Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 666/783] drm/vmwgfx: Validate the box size for the snooped cursor Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 667/783] drm/i915/dsi: fix VBT send packet port selection for dual link DSI Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 668/783] drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init() Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 669/783] ext4: silence the warning when evicting inode with dioread_nolock Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 670/783] ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinite loop Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 671/783] ext4: fix use-after-free in ext4_orphan_cleanup Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 672/783] ext4: fix undefined behavior in bit shift for ext4_check_flag_values Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 673/783] ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 674/783] ext4: add helper to check quota inums Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 675/783] ext4: fix bug_on in __es_tree_search caused by bad quota inode Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 676/783] ext4: fix reserved cluster accounting in __es_remove_extent() Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 677/783] ext4: check and assert if marking an no_delete evicting inode dirty Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 678/783] ext4: fix bug_on in __es_tree_search caused by bad boot loader inode Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 679/783] ext4: init quota for old.inode in ext4_rename Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 680/783] ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 681/783] ext4: fix corruption when online resizing a 1K bigalloc fs Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 682/783] ext4: fix error code return to user-space in ext4_get_branch() Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 683/783] ext4: avoid BUG_ON when creating xattrs Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 684/783] ext4: fix inode leak in ext4_xattr_inode_create() on an error path Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 685/783] ext4: initialize quota before expanding inode in setproject ioctl Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 686/783] ext4: avoid unaccounted block allocation when expanding inode Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 687/783] ext4: allocate extended attribute value in vmalloc area Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 688/783] drm/amdgpu: handle polaris10/11 overlap asics (v2) Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 689/783] drm/amdgpu: make display pinning more flexible (v2) Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 690/783] ARM: renumber bits related to _TIF_WORK_MASK Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 691/783] perf/x86/intel/uncore: Generalize I/O stacks to PMON mapping procedure Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 692/783] perf/x86/intel/uncore: Clear attr_update properly Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 693/783] btrfs: replace strncpy() with strscpy() Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 694/783] x86/mce: Get rid of msr_ops Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 695/783] x86/MCE/AMD: Clear DFR errors found in THR handler Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 696/783] media: s5p-mfc: Fix to handle reference queue during finishing Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 697/783] media: s5p-mfc: Clear workbit to handle error condition Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 698/783] media: s5p-mfc: Fix in register read and write for H264 Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 699/783] perf probe: Use dwarf_attr_integrate as generic DWARF attr accessor Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 700/783] perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 701/783] x86/kprobes: Convert to insn_decode() Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 702/783] x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK Greg Kroah-Hartman
2023-01-12 13:56 ` [PATCH 5.10 703/783] staging: media: tegra-video: fix device_node use after free Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 704/783] ravb: Fix "failed to switch device to config mode" message during unbind Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 705/783] riscv/stacktrace: Fix stack output without ra on the stack top Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 706/783] riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argument Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 707/783] ext4: goto right label failed_mount3a Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 708/783] ext4: correct inconsistent error msg in nojournal mode Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 709/783] mm/highmem: Lift memcpy_[to|from]_page to core Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 710/783] ext4: use memcpy_to_page() in pagecache_write() Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 711/783] fs: ext4: initialize fsdata " Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 712/783] ext4: move functions in super.c Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 713/783] ext4: simplify ext4 error translation Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 714/783] ext4: fix various seppling typos Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 715/783] ext4: fix leaking uninitialized memory in fast-commit journal Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 716/783] ext4: use kmemdup() to replace kmalloc + memcpy Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 717/783] mbcache: dont reclaim used entries Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 718/783] mbcache: add functions to delete entry if unused Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 719/783] ext4: remove EA inode entry from mbcache on inode eviction Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 720/783] ext4: unindent codeblock in ext4_xattr_block_set() Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 721/783] ext4: fix race when reusing xattr blocks Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 722/783] mbcache: automatically delete entries from cache on freeing Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 723/783] ext4: fix deadlock due to mbcache entry corruption Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 724/783] SUNRPC: ensure the matching upcall is in-flight upon downcall Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 725/783] bpf: pull before calling skb_postpull_rcsum() Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 726/783] drm/panfrost: Fix GEM handle creation ref-counting Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 727/783] vmxnet3: correctly report csum_level for encapsulated packet Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 728/783] veth: Fix race with AF_XDP exposing old or uninitialized descriptors Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 729/783] nfsd: shut down the NFSv4 state objects before the filecache Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 730/783] net: hns3: add interrupts re-initialization while doing VF FLR Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 731/783] net: sched: fix memory leak in tcindex_set_parms Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 732/783] qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 733/783] nfc: Fix potential resource leaks Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 734/783] vhost/vsock: Fix error handling in vhost_vsock_init() Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 735/783] vringh: fix range used in iotlb_translate() Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 736/783] vhost: fix range used in translate_desc() Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 737/783] net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 738/783] net/mlx5: Avoid recovery in probe flows Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 739/783] net/mlx5e: IPoIB, Dont allow CQE compression to be turned on by default Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 740/783] net/mlx5e: Fix hw mtu initializing at XDP SQ allocation Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 741/783] net: amd-xgbe: add missed tasklet_kill Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 742/783] net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 743/783] RDMA/mlx5: Fix validation of max_rd_atomic caps for DC Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 744/783] drm/meson: Reduce the FIFO lines held when AFBC is not used Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 745/783] filelock: new helper: vfs_inode_has_locks Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 746/783] ceph: switch to vfs_inode_has_locks() to fix file lock bug Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 747/783] gpio: sifive: Fix refcount leak in sifive_gpio_probe Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 748/783] net: sched: atm: dont intepret cls results when asked to drop Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 749/783] net: sched: cbq: " Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 750/783] netfilter: ipset: fix hash:net,port,net hang with /0 subnet Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 751/783] netfilter: ipset: Rework long task execution when adding/deleting entries Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 752/783] perf tools: Fix resources leak in perf_data__open_dir() Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 753/783] drivers/net/bonding/bond_3ad: return when theres no aggregator Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 754/783] usb: rndis_host: Secure rndis_query check against int overflow Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 755/783] drm/i915: unpin on error in intel_vgpu_shadow_mm_pin() Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 756/783] caif: fix memory leak in cfctrl_linkup_request() Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 757/783] udf: Fix extension of the last extent in the file Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 758/783] ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071 tablet Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 759/783] nvme: fix multipath crash caused by flush request when blktrace is enabled Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 760/783] x86/bugs: Flush IBP in ib_prctl_set() Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 761/783] nfsd: fix handling of readdir in v4root vs. mount upcall timeout Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 762/783] fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MB Greg Kroah-Hartman
2023-01-12 13:57 ` [PATCH 5.10 763/783] riscv: uaccess: fix type of 0 variable on error in get_user() Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 764/783] drm/i915/gvt: fix gvt debugfs destroy Greg Kroah-Hartman
2023-01-12 13:58   ` Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 765/783] drm/i915/gvt: fix vgpu debugfs clean in remove Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 766/783] ext4: dont allow journal inode to have encrypt flag Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 767/783] selftests: set the BUILD variable to absolute path Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 768/783] hfs/hfsplus: use WARN_ON for sanity check Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 769/783] hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 770/783] mbcache: Avoid nesting of cache->c_list_lock under bit locks Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 771/783] efi: random: combine bootloader provided RNG seed with RNG protocol output Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 772/783] io_uring: Fix unsigned res comparison with zero in io_fixup_rw_res() Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 773/783] parisc: Align parisc MADV_XXX constants with all other architectures Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 774/783] ext4: disable fast-commit of encrypted dir operations Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 775/783] ext4: dont set up encryption key during jbd2 transaction Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 776/783] fsl_lpuart: Dont enable interrupts too early Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 777/783] serial: fixup backport of "serial: Deassert Transmit Enable on probe in driver-specific way" Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 778/783] mptcp: mark ops structures as ro_after_init Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 779/783] mptcp: remove MPTCP ifdef in TCP SYN cookies Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 780/783] mptcp: dedicated request sock for subflow in v6 Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 781/783] mptcp: use proper req destructor for IPv6 Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 782/783] net: sched: disallow noqueue for qdisc classes Greg Kroah-Hartman
2023-01-12 13:58 ` [PATCH 5.10 783/783] net/ulp: prevent ULP without clone op from entering the LISTEN status Greg Kroah-Hartman
2023-01-12 20:29 ` [PATCH 5.10 000/783] 5.10.163-rc1 review Florian Fainelli
2023-01-12 20:51 ` Pavel Machek
2023-01-13  1:12 ` Shuah Khan
2023-01-13  5:50 ` Guenter Roeck
2023-01-13 10:31 ` zhouzhixiu
2023-01-13 12:33 ` Sudip Mukherjee
2023-01-13 13:18 ` Jon Hunter
2023-01-13 17:45 ` Naresh Kamboju
2023-01-13 18:05 ` Allen Pais
2023-01-13 23:26 ` Ron Economos
2023-01-13 23:34   ` Ron Economos

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=20230112135524.143670746@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=f.fainelli@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=srw@sladewatkins.net \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.