All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.11 000/601] 5.11.21-rc1 review
@ 2021-05-12 14:41 Greg Kroah-Hartman
  2021-05-12 14:41 ` [PATCH 5.11 001/601] Bluetooth: verify AMP hci_chan before amp_destroy Greg Kroah-Hartman
                   ` (606 more replies)
  0 siblings, 607 replies; 615+ messages in thread
From: Greg Kroah-Hartman @ 2021-05-12 14:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, stable

This is the start of the stable review cycle for the 5.11.21 release.
There are 601 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 Fri, 14 May 2021 14:47:09 +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.11.21-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.11.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Xin Long <lucien.xin@gmail.com>
    sctp: delay auto_asconf init until binding the first addr

Xin Long <lucien.xin@gmail.com>
    Revert "net/sctp: fix race condition in sctp_destroy_sock"

Arnd Bergmann <arnd@arndb.de>
    smp: Fix smp_call_function_single_async prototype

Jonathon Reinhart <jonathon.reinhart@gmail.com>
    net: Only allow init netns to set default tcp cong to a restricted algo

Andrii Nakryiko <andrii@kernel.org>
    bpf: Prevent writable memory-mapping of read-only ringbuf pages

Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
    bpf, ringbuf: Deny reserve of buffers larger than ringbuf

Daniel Borkmann <daniel@iogearbox.net>
    bpf: Fix alu32 const subreg bound tracking on bitwise operations

David Howells <dhowells@redhat.com>
    afs: Fix speculative status fetches

Jane Chu <jane.chu@oracle.com>
    mm/memory-failure: unnecessary amount of unmapping

Wang Wensheng <wangwensheng4@huawei.com>
    mm/sparse: add the missing sparse_buffer_fini() in error branch

Muchun Song <songmuchun@bytedance.com>
    mm: memcontrol: slab: fix obtain a reference to a freeing memcg

Vlastimil Babka <vbabka@suse.cz>
    mm, slub: enable slub_debug static key when creating cache with explicit debug flags

Nikolay Borisov <nborisov@suse.com>
    mm/sl?b.c: remove ctor argument from kmem_cache_flags

Dan Carpenter <dan.carpenter@oracle.com>
    kfifo: fix ternary sign extension bugs

Sergei Trofimovich <slyfox@gentoo.org>
    ia64: fix EFI_DEBUG build

Leo Yan <leo.yan@linaro.org>
    perf session: Add swap operation for event TIME_CONV

Leo Yan <leo.yan@linaro.org>
    perf jit: Let convert_timestamp() to be backwards-compatible

Leo Yan <leo.yan@linaro.org>
    perf tools: Change fields type in perf_record_time_conv

Lv Yunlong <lyl2019@mail.ustc.edu.cn>
    net:nfc:digital: Fix a double free in digital_tg_recv_dep_req

Tobias Waldekranz <tobias@waldekranz.com>
    net: dsa: mv88e6xxx: Fix 6095/6097/6185 ports in non-SERDES CMODE

Linus Lüssing <linus.luessing@c0d3.blue>
    net: bridge: mcast: fix broken length + header check for MRDv6 Adv.

Lv Yunlong <lyl2019@mail.ustc.edu.cn>
    RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_res

Lv Yunlong <lyl2019@mail.ustc.edu.cn>
    RDMA/siw: Fix a use after free in siw_alloc_mr

Daniel Borkmann <daniel@iogearbox.net>
    bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds

Andrii Nakryiko <andrii@kernel.org>
    selftests/bpf: Fix core_reloc test runner

Andrii Nakryiko <andrii@kernel.org>
    selftests/bpf: Fix field existence CO-RE reloc tests

Andrii Nakryiko <andrii@kernel.org>
    selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macro

Lv Yunlong <lyl2019@mail.ustc.edu.cn>
    net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send

Sean Christopherson <seanjc@google.com>
    KVM: SVM: Disable SEV/SEV-ES if NPT is disabled

Sean Christopherson <seanjc@google.com>
    KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails

Sean Christopherson <seanjc@google.com>
    KVM: SVM: Zero out the VMCB array used to track SEV ASID association

Sean Christopherson <seanjc@google.com>
    KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVM

Michael Chan <michael.chan@broadcom.com>
    bnxt_en: Fix RX consumer index logic in the error path.

Danielle Ratson <danieller@nvidia.com>
    selftests: mlxsw: Remove a redundant if statement in tc_flower_scale test

Petr Machata <petrm@nvidia.com>
    selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry static

Phillip Potter <phil@philpotter.co.uk>
    net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skb

Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
    arm64: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8211E

Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
    ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8211E

Dan Carpenter <dan.carpenter@oracle.com>
    bnxt_en: fix ternary sign extension bug in bnxt_show_temp()

Arnd Bergmann <arnd@arndb.de>
    net: enetc: fix link error again

Maxim Kochetkov <fido_max@inbox.ru>
    net: phy: marvell: fix m88e1111_set_downshift

Maxim Kochetkov <fido_max@inbox.ru>
    net: phy: marvell: fix m88e1011_set_downshift

Christophe Leroy <christophe.leroy@csgroup.eu>
    powerpc/52xx: Fix an invalid ASM expression ('addi' used instead of 'add')

Athira Rajeev <atrajeev@linux.vnet.ibm.com>
    powerpc/perf: Fix the threshold event selection for memory events in power10

Colin Ian King <colin.king@canonical.com>
    wlcore: Fix buffer overrun by snprintf due to incorrect buffer size

Shuah Khan <skhan@linuxfoundation.org>
    ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lock

Lv Yunlong <lyl2019@mail.ustc.edu.cn>
    ath10k: Fix a use after free in ath10k_htc_send_bundle

Toke Høiland-Jørgensen <toke@redhat.com>
    ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devices

Christophe Leroy <christophe.leroy@csgroup.eu>
    powerpc/64: Fix the definition of the fixmap area

Shay Drory <shayd@nvidia.com>
    RDMA/core: Add CM to restrack after successful attachment to a device

Bob Pearson <rpearsonhpe@gmail.com>
    RDMA/rxe: Fix a bug in rxe_fill_ip_info()

Martin Schiller <ms@dev.tdt.de>
    net: phy: intel-xway: enable integrated led functions

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    net: renesas: ravb: Fix a stuck issue when a lot of frames are received

Ong Boon Leong <boon.leong.ong@intel.com>
    net: stmmac: fix TSO and TBS feature enabling during driver open

Yinjun Zhang <yinjun.zhang@corigine.com>
    nfp: devlink: initialize the devlink port attribute "lanes"

Tobias Waldekranz <tobias@waldekranz.com>
    net: dsa: mv88e6xxx: Fix off-by-one in VTU devlink region size

Sean Christopherson <seanjc@google.com>
    crypto: ccp: Detect and reject "invalid" addresses destined for PSP

Leonardo Bras <leobras.c@gmail.com>
    powerpc/pseries/iommu: Fix window size for direct mapping with pmem

Ryder Lee <ryder.lee@mediatek.com>
    mt76: mt7915: fix memleak when mt7915_unregister_device()

Ryder Lee <ryder.lee@mediatek.com>
    mt76: mt7615: fix memleak when mt7615_unregister_device()

Colin Ian King <colin.king@canonical.com>
    net: davinci_emac: Fix incorrect masking of tx and rx error channel

Vadym Kochan <vkochan@marvell.com>
    net: marvell: prestera: fix port event handling on init

Stefano Garzarella <sgarzare@redhat.com>
    vsock/virtio: free queued packets when closing socket

Edward Cree <ecree.xilinx@gmail.com>
    sfc: ef10: fix TX queue lookup in TX event handling

Colin Ian King <colin.king@canonical.com>
    ALSA: usb: midi: don't return -ENOMEM when usb_urb_ep_type_check fails

Sindhu Devale <sindhu.devale@intel.com>
    RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one fails

Potnuri Bharat Teja <bharat@chelsio.com>
    RDMA/cxgb4: add missing qpid increment

Alexander Lobakin <alobakin@pm.me>
    gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check

Linus Walleij <linus.walleij@linaro.org>
    net: ethernet: ixp4xx: Set the DMA masks explicitly

Florent Revest <revest@chromium.org>
    libbpf: Initialize the bpf_seq_printf parameters array field by field

Stefano Garzarella <sgarzare@redhat.com>
    vsock/vmci: log once the failed queue pair allocation

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: nftables_offload: special ethertype handling for VLAN

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: nftables_offload: VLAN id needs host byteorder in flow dissector

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: nft_payload: fix C-VLAN offload support

Lv Yunlong <lyl2019@mail.ustc.edu.cn>
    mwl8k: Fix a double Free in mwl8k_probe_hw

Qii Wang <qii.wang@mediatek.com>
    i2c: mediatek: Fix wrong dma sync flag

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    i2c: sh7760: fix IRQ error path

Arnd Bergmann <arnd@arndb.de>
    wlcore: fix overlapping snprintf arguments in debugfs

Ping-Ke Shih <pkshih@realtek.com>
    rtlwifi: 8821ae: upgrade PHY and RF parameters

David Edmondson <david.edmondson@oracle.com>
    KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid

Srikar Dronamraju <srikar@linux.vnet.ibm.com>
    powerpc/smp: Reintroduce cpu_core_mask

Geliang Tang <geliangtang@gmail.com>
    mptcp: fix format specifiers for unsigned int

Tyrel Datwyler <tyreld@linux.ibm.com>
    powerpc/pseries: extract host bridge from pci_bus prior to bus removal

Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
    MIPS: pci-legacy: stop using of_pci_range_to_resource

Dan Carpenter <dan.carpenter@oracle.com>
    drm/amd/pm: fix error code in smu_set_power_limit()

Dan Carpenter <dan.carpenter@oracle.com>
    drm/amdgpu: fix an error code in init_pmu_entry_by_type_and_add()

Vitaly Chikunov <vt@altlinux.org>
    perf beauty: Fix fsconfig generator

Paul Menzel <pmenzel@molgen.mpg.de>
    iommu/amd: Put newline after closing bracket in warning

Dan Carpenter <dan.carpenter@oracle.com>
    drm/i915/gvt: Fix error code in intel_gvt_init_device()

Eric Dumazet <edumazet@google.com>
    net/packet: remove data races in fanout operations

Colin Ian King <colin.king@canonical.com>
    net/mlx5: Fix bit-wise and with zero

Shengjiu Wang <shengjiu.wang@nxp.com>
    ASoC: ak5558: correct reset polarity

Christophe Leroy <christophe.leroy@csgroup.eu>
    powerpc/syscall: Change condition to check MSR_RI

Christophe Leroy <christophe.leroy@csgroup.eu>
    powerpc/syscall: Rename syscall_64.c into interrupt.c

Cédric Le Goater <clg@kaod.org>
    powerpc/xive: Fix xmon command "dxi"

Cédric Le Goater <clg@kaod.org>
    powerpc/xive: Drop check on irq_data in xive_core_debug_show()

Mukesh Sisodiya <mukesh.sisodiya@intel.com>
    iwlwifi: dbg: disable ini debug in 9000 family and below

Mordechay Goodstein <mordechay.goodstein@intel.com>
    iwlwifi: rs-fw: don't support stbc for HE 160

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    i2c: sh7760: add IRQ check

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    i2c: rcar: add IRQ check

Wolfram Sang <wsa+renesas@sang-engineering.com>
    i2c: rcar: protect against supurious interrupts on V3U

Wolfram Sang <wsa+renesas@sang-engineering.com>
    i2c: rcar: make sure irq is not threaded on Gen2 and earlier

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    i2c: mlxbf: add IRQ check

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    i2c: jz4780: add IRQ check

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    i2c: emev2: add IRQ check

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    i2c: cadence: add IRQ check

Qinglang Miao <miaoqinglang@huawei.com>
    i2c: xiic: fix reference leak when pm_runtime_get_sync fails

Qinglang Miao <miaoqinglang@huawei.com>
    i2c: stm32f7: fix reference leak when pm_runtime_get_sync fails

Qinglang Miao <miaoqinglang@huawei.com>
    i2c: sprd: fix reference leak when pm_runtime_get_sync fails

Qinglang Miao <miaoqinglang@huawei.com>
    i2c: omap: fix reference leak when pm_runtime_get_sync fails

Qinglang Miao <miaoqinglang@huawei.com>
    i2c: imx: fix reference leak when pm_runtime_get_sync fails

Qinglang Miao <miaoqinglang@huawei.com>
    i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync fails

Qinglang Miao <miaoqinglang@huawei.com>
    i2c: img-scb: fix reference leak when pm_runtime_get_sync fails

Qinglang Miao <miaoqinglang@huawei.com>
    i2c: cadence: fix reference leak when pm_runtime_get_sync fails

Gioh Kim <gi-oh.kim@ionos.com>
    RDMA/rtrs-clt: destroy sysfs after removing session from active list

Wang Wensheng <wangwensheng4@huawei.com>
    RDMA/srpt: Fix error return code in srpt_cm_req_recv()

Colin Ian King <colin.king@canonical.com>
    net: thunderx: Fix unintentional sign extension issue

Colin Ian King <colin.king@canonical.com>
    cxgb4: Fix unintentional sign extension issues

Wang Wensheng <wangwensheng4@huawei.com>
    RDMA/bnxt_re: Fix error return code in bnxt_qplib_cq_process_terminal()

Wang Wensheng <wangwensheng4@huawei.com>
    IB/hfi1: Fix error return code in parse_platform_config()

Wang Wensheng <wangwensheng4@huawei.com>
    RDMA/qedr: Fix error return code in qedr_iw_connect()

Amir Goldstein <amir73il@gmail.com>
    ovl: invalidate readdir cache on changes to dir with origin

Giuseppe Scrivano <gscrivan@redhat.com>
    ovl: show "userxattr" in the mount data

Nicholas Piggin <npiggin@gmail.com>
    KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exit

Ryder Lee <ryder.lee@mediatek.com>
    mt76: mt7915: cleanup mcu tx queue in mt7915_dma_reset()

Felix Fietkau <nbd@nbd.name>
    mt76: mt7915: bring up the WA event rx queue for band1

Ryder Lee <ryder.lee@mediatek.com>
    mt76: mt7615: cleanup mcu tx queue in mt7615_dma_reset()

Sean Wang <sean.wang@mediatek.com>
    mt76: mt7663s: fix the possible device hang in high traffic

Sean Wang <sean.wang@mediatek.com>
    mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregation

Sean Wang <sean.wang@mediatek.com>
    mt76: mt7663: fix when beacon filter is being applied

Ryder Lee <ryder.lee@mediatek.com>
    mt76: mt7915: fix txrate reporting

Ryder Lee <ryder.lee@mediatek.com>
    mt76: mt7915: fix rxrate reporting

Lorenzo Bianconi <lorenzo@kernel.org>
    mt76: check return value of mt76_txq_send_burst in mt76_txq_schedule_list

Felix Fietkau <nbd@nbd.name>
    mt76: reduce q->lock hold time

Ryder Lee <ryder.lee@mediatek.com>
    mt76: mt7915: fix mib stats counter reporting to mac80211

Lorenzo Bianconi <lorenzo@kernel.org>
    mt76: mt7615: fix mib stats counter reporting to mac80211

Lorenzo Bianconi <lorenzo@kernel.org>
    mt76: mt7915: fix aggr len debugfs node

Felix Fietkau <nbd@nbd.name>
    mt76: mt7915: fix tx skb dma unmap

Felix Fietkau <nbd@nbd.name>
    mt76: mt7615: fix tx skb dma unmap

Colin Ian King <colin.king@canonical.com>
    mt7601u: fix always true expression

Dan Carpenter <dan.carpenter@oracle.com>
    rtw88: Fix an error code in rtw_debugfs_set_rsvd_page()

Colin Ian King <colin.king@canonical.com>
    xfs: fix return of uninitialized value in variable error

Weihang Li <liweihang@huawei.com>
    RDMA/hns: Fix missing assignment of max_inline_data

Smita Koralahalli <Smita.KoralahalliChannabasappa@amd.com>
    perf vendor events amd: Fix broken L2 Cache Hits from L2 HWPF metric

Johannes Berg <johannes.berg@intel.com>
    mac80211: bail out if cipher schemes are invalid

Randy Dunlap <rdunlap@infradead.org>
    powerpc: iommu: fix build when neither PCI or IBMVIO is set

Athira Rajeev <atrajeev@linux.vnet.ibm.com>
    powerpc/perf: Fix PMU constraint check for EBB events

Michael Ellerman <mpe@ellerman.id.au>
    powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro()

Michael Ellerman <mpe@ellerman.id.au>
    powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp()

Jordan Niethe <jniethe5@gmail.com>
    powerpc/64s: Fix pte update for kernel memory on radix

Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
    IB/hfi1: Use kzalloc() for mmu_rb_handler allocation

Colin Ian King <colin.king@canonical.com>
    liquidio: Fix unintented sign extension of a left shift of a u16

Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
    ASoC: simple-card: fix possible uninitialized single_cpu local variable

Alexandru Elisei <alexandru.elisei@arm.com>
    KVM: arm64: Initialize VCPU mdcr_el2 before loading it

Hans de Goede <hdegoede@redhat.com>
    HID: lenovo: Map mic-mute button to KEY_F20 instead of KEY_MICMUTE

Hans de Goede <hdegoede@redhat.com>
    HID: lenovo: Check hid_get_drvdata() returns non NULL in lenovo_event()

Hans de Goede <hdegoede@redhat.com>
    HID: lenovo: Fix lenovo_led_set_tp10ubkbd() error handling

Hans de Goede <hdegoede@redhat.com>
    HID: lenovo: Use brightness_set_blocking callback for setting LEDs brightness

Takashi Iwai <tiwai@suse.de>
    ALSA: usb-audio: Add error checks for usb_driver_claim_interface() calls

Lu Baolu <baolu.lu@linux.intel.com>
    iommu/vt-d: Invalidate PASID cache when root/context entry changed

Lu Baolu <baolu.lu@linux.intel.com>
    iommu/vt-d: Remove WO permissions on second-level paging entries

Lu Baolu <baolu.lu@linux.intel.com>
    iommu/vt-d: Preset Access/Dirty bits for IOVA over FL

Lu Baolu <baolu.lu@linux.intel.com>
    iommu/vt-d: Report the right page fault address

Lu Baolu <baolu.lu@linux.intel.com>
    iommu/vt-d: Report right snoop capability when using FL for IOVA

Xiang Chen <chenxiang66@hisilicon.com>
    iommu: Fix a boundary issue to avoid performance drop

Lu Baolu <baolu.lu@linux.intel.com>
    iommu/vt-d: Don't set then clear private data in prq_event_thread()

Wang Wensheng <wangwensheng4@huawei.com>
    KVM: arm64: Fix error return code in init_hyp_mode()

Álvaro Fernández Rojas <noltari@gmail.com>
    mips: bmips: fix syscon-reboot nodes

Salil Mehta <salil.mehta@huawei.com>
    net: hns3: Limiting the scope of vector_ring_chain variable

Dan Carpenter <dan.carpenter@oracle.com>
    nfc: pn533: prevent potential memory corruption

Håkon Bugge <haakon.bugge@oracle.com>
    RDMA/core: Fix corrupted SL on passive side

Andrew Scull <ascull@google.com>
    bug: Remove redundant condition check in report_bug

Yang Yingliang <yangyingliang@huawei.com>
    net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()

Michael Ellerman <mpe@ellerman.id.au>
    powerpc/pseries: Only register vio drivers if vio bus exists

Paolo Abeni <pabeni@redhat.com>
    udp: never accept GSO_FRAGLIST packets

Andre Edich <andre.edich@microchip.com>
    net: phy: lan87xx: fix access to wrong register of LAN87xx

Jia Zhou <zhou.jia2@zte.com.cn>
    ALSA: core: remove redundant spin_lock pair in snd_card_disconnect

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    ASoC: q6afe-clocks: fix reprobing of the driver

Yang Yingliang <yangyingliang@huawei.com>
    fs: dlm: fix missing unlock on error in accept_from_sock()

Álvaro Fernández Rojas <noltari@gmail.com>
    gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIP

Tiezhu Yang <yangtiezhu@loongson.cn>
    MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again

Chen Huang <chenhuang5@huawei.com>
    powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration

Lv Yunlong <lyl2019@mail.ustc.edu.cn>
    IB/isert: Fix a use after free in isert_connect_request

Maor Gottlieb <maorg@nvidia.com>
    RDMA/mlx5: Fix drop packet rule in egress table

Zhen Lei <thunder.leizhen@huawei.com>
    iommu/arm-smmu-v3: add bit field SFM into GERROR_ERR_MASK

Shengjiu Wang <shengjiu.wang@nxp.com>
    ASoC: wm8960: Remove bitclk relax condition in wm8960_configure_sysclk

Huang Pei <huangpei@loongson.cn>
    MIPS: loongson64: fix bug when PAGE_SIZE > 16KB

Hanna Hawa <hhhawa@amazon.com>
    pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when bits_per_mux is not zero

Hanna Hawa <hhhawa@amazon.com>
    pinctrl: pinctrl-single: remove unused parameter

Eric Dumazet <edumazet@google.com>
    inet: use bigger hash table for IP ID generation

Li Huafei <lihuafei1@huawei.com>
    ima: Fix the error code for restoring the PCR value

Huang Pei <huangpei@loongson.cn>
    MIPS: fix local_irq_{disable,enable} in asmmacro.h

Nathan Chancellor <nathan@kernel.org>
    powerpc/prom: Mark identical_pvr_fixup as __init

Nathan Chancellor <nathan@kernel.org>
    powerpc/fadump: Mark fadump_calculate_reserve_size as __init

Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is used

KP Singh <kpsingh@kernel.org>
    libbpf: Add explicit padding to btf_dump_emit_type_decl_opts

Andrii Nakryiko <andrii@kernel.org>
    selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changed

Jacob Pan <jacob.jun.pan@linux.intel.com>
    iommu/vt-d: Reject unsupported page request modes

Robin Murphy <robin.murphy@arm.com>
    iommu/dma: Resurrect the "forcedac" option

Lianbo Jiang <lijiang@redhat.com>
    dma-iommu: use static-key to minimize the impact in the fast-path

Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>
    iommu: Check dev->iommu in iommu_dev_xxx functions

Andrii Nakryiko <andrii@kernel.org>
    bpftool: Fix maybe-uninitialized warnings

Andrii Nakryiko <andrii@kernel.org>
    libbpf: Add explicit padding to bpf_xdp_set_link_opts

Xie He <xie.he.0141@gmail.com>
    net: lapbether: Prevent racing when checking whether the netif is running

Jiri Kosina <jkosina@suse.cz>
    Bluetooth: avoid deadlock between hci_dev->lock and socket lock

Sean Christopherson <seanjc@google.com>
    KVM: x86/mmu: Retry page faults that hit an invalid memslot

Marcus Folkesson <marcus.folkesson@gmail.com>
    wilc1000: write value to WILC_INTR2_ENABLE register

Mark Zhang <markzhang@nvidia.com>
    RDMA/mlx5: Fix mlx5 rates to IB rates map

Cezary Rojewski <cezary.rojewski@intel.com>
    ASoC: Intel: Skylake: Compile when any configuration is selected

Colin Ian King <colin.king@canonical.com>
    ASoC: Intel: boards: sof-wm8804: add check for PLL setting

Arnaldo Carvalho de Melo <acme@redhat.com>
    perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of printed chars

Maxim Mikityanskiy <maxtram95@gmail.com>
    HID: plantronics: Workaround for double volume key presses

Alexander Lobakin <alobakin@pm.me>
    xsk: Respect device's headroom and tailroom on generic xmit path

Lv Yunlong <lyl2019@mail.ustc.edu.cn>
    drivers/block/null_blk/main: Fix a double free in null_init.

Dan Carpenter <dan.carpenter@oracle.com>
    ataflop: fix off by one in ataflop_probe()

Dan Carpenter <dan.carpenter@oracle.com>
    ataflop: potential out of bounds in do_format()

Peter Zijlstra <peterz@infradead.org>
    kthread: Fix PF_KTHREAD vs to_kthread() race

Waiman Long <longman@redhat.com>
    sched/debug: Fix cgroup_path[] serialization

Dima Stepanov <dmitrii.stepanov@cloud.ionos.com>
    block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name

Pavel Begunkov <asml.silence@gmail.com>
    io_uring: fix overflows checks in provide buffers

Nathan Chancellor <nathan@kernel.org>
    perf/amd/uncore: Fix sysfs type mismatch

Nathan Chancellor <nathan@kernel.org>
    x86/events/amd/iommu: Fix sysfs type mismatch

Dan Carpenter <dan.carpenter@oracle.com>
    HSI: core: fix resource leaks in hsi_add_client_from_dt()

Jernej Skrabec <jernej.skrabec@siol.net>
    media: cedrus: Fix H265 status definitions

Neil Armstrong <narmstrong@baylibre.com>
    media: meson-ge2d: fix rotation parameters

Niklas Cassel <niklas.cassel@wdc.com>
    nvme-pci: don't simple map sgl when sgls are disabled

Elad Grupi <elad.grupi@dell.com>
    nvmet-tcp: fix a segmentation fault during io parsing error

Fabrice Gasnier <fabrice.gasnier@foss.st.com>
    mfd: stm32-timers: Avoid clearing auto reload register

Orson Zhai <orson.zhai@unisoc.com>
    mailbox: sprd: Introduce refcnt when clients requests/free channels

Brian King <brking@linux.vnet.ibm.com>
    scsi: ibmvfc: Fix invalid state machine BUG_ON()

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    scsi: sni_53c710: Add IRQ check

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    scsi: sun3x_esp: Add IRQ check

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    scsi: jazz_esp: Add IRQ check

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    scsi: hisi_sas: Fix IRQ checks

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    scsi: ufs: ufshcd-pltfrm: Fix deferred probing

Colin Ian King <colin.king@canonical.com>
    scsi: pm80xx: Fix potential infinite loop

Igor Pylypiv <ipylypiv@google.com>
    scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()

Colin Ian King <colin.king@canonical.com>
    clk: uniphier: Fix potential infinite loop

Yingjie Wang <wangyingjie55@126.com>
    drm/radeon: Fix a missing check bug in radeon_dp_mst_detect()

Sefa Eyeoglu <contact@scrumplex.net>
    drm/amd/display: check fb of primary plane

Nirmoy Das <nirmoy.das@amd.com>
    drm/amd/display: use GFP_ATOMIC in dcn20_resource_construct

Chen Hui <clare.chenhui@huawei.com>
    clk: qcom: apss-ipq-pll: Add missing MODULE_DEVICE_TABLE

Chen Hui <clare.chenhui@huawei.com>
    clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE

Dan Carpenter <dan.carpenter@oracle.com>
    drm: xlnx: zynqmp: fix a memset in zynqmp_dp_train()

Quanyang Wang <quanyang.wang@windriver.com>
    clk: zynqmp: pll: add set_pll_mode to check condition in zynqmp_pll_enable

Quanyang Wang <quanyang.wang@windriver.com>
    clk: zynqmp: move zynqmp_pll_set_mode out of round_rate callback

Jason Gunthorpe <jgg@ziepe.ca>
    vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer

Rob Clark <robdclark@chromium.org>
    drm/msm: Fix debugfs deadlock

Jason Gunthorpe <jgg@ziepe.ca>
    vfio/pci: Re-order vfio_pci_probe()

Jason Gunthorpe <jgg@ziepe.ca>
    vfio/pci: Move VGA and VF initialization to functions

Jason Gunthorpe <jgg@ziepe.ca>
    vfio/fsl-mc: Re-order vfio_fsl_mc_probe()

Daniel Almeida <daniel.almeida@collabora.com>
    media: rkvdec: Do not require all controls to be present in every request

Hans Verkuil <hverkuil-cisco@xs4all.nl>
    media: v4l2-ctrls.c: fix race condition in hdl->requests list

Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
    media: i2c: imx219: Balance runtime PM use-count

Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
    media: i2c: imx219: Move out locking/unlocking of vflip and hflip controls from imx219_set_stream

Sakari Ailus <sakari.ailus@linux.intel.com>
    media: ipu3-cio2: Fix pixel-rate derived link frequency

Sakari Ailus <sakari.ailus@linux.intel.com>
    media: ccs: Fix sub-device function

Hannes Reinecke <hare@suse.de>
    nvme: retrigger ANA log update if group descriptor isn't found

Ricardo Rivera-Matos <r-rivera-matos@ti.com>
    power: supply: bq25980: Move props from battery node

Adam Ford <aford173@gmail.com>
    clk: imx: Fix reparenting of UARTs not associated with stdout

Sagi Grimberg <sagi@grimberg.me>
    nvmet-tcp: fix incorrect locking in state_change sk callback

Sagi Grimberg <sagi@grimberg.me>
    nvme-tcp: block BH in sk state_change sk callback

Kenta.Tada@sony.com <Kenta.Tada@sony.com>
    seccomp: Fix CONFIG tests for Seccomp_filters

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    ata: libahci_platform: fix IRQ check

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    sata_mv: add IRQ checks

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    pata_ipx4xx_cf: fix IRQ check

Sergey Shtylyov <s.shtylyov@omprussia.ru>
    pata_arasan_cf: fix IRQ check

Ilya Leoshkevich <iii@linux.ibm.com>
    selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)

Masami Hiramatsu <mhiramat@kernel.org>
    x86/kprobes: Fix to check non boostable prefixes correctly

kernel test robot <lkp@intel.com>
    of: overlay: fix for_each_child.cocci warnings

Felix Kuehling <Felix.Kuehling@amd.com>
    drm/amdkfd: fix build error with AMD_IOMMU_V2=m

Dan Carpenter <dan.carpenter@oracle.com>
    media: atomisp: Fix use after free in atomisp_alloc_css_stat_bufs()

Colin Ian King <colin.king@canonical.com>
    media: m88rs6000t: avoid potential out-of-bounds reads on arrays

Souptick Joarder <jrdr.linux@gmail.com>
    media: atomisp: Fixed error handling path

Colin Ian King <colin.king@canonical.com>
    media: [next] staging: media: atomisp: fix memory leak of object flash

Liu Ying <victor.liu@nxp.com>
    media: docs: Fix data organization of MEDIA_BUS_FMT_RGB101010_1X30

Wei Yongjun <weiyongjun1@huawei.com>
    media: m88ds3103: fix return value check in m88ds3103_probe()

Jia-Ju Bai <baijiaju1990@gmail.com>
    media: platform: sunxi: sun6i-csi: fix error return code of sun6i_video_start_streaming()

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    media: venus: core: Fix some resource leaks in the error path of 'venus_probe()'

Noralf Trønnes <noralf@tronnes.org>
    drm/probe-helper: Check epoch counter in output_poll_execute()

Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
    media: aspeed: fix clock handling logic

Dafna Hirschfeld <dafna.hirschfeld@collabora.com>
    media: rkisp1: rsz: crash fix when setting src format

Yang Yingliang <yangyingliang@huawei.com>
    media: omap4iss: return error code when omap4iss_get() failed

Tasos Sahanidis <tasos@tasossah.com>
    media: saa7146: use sg_dma_len when building pgtable

Tasos Sahanidis <tasos@tasossah.com>
    media: saa7134: use sg_dma_len when building pgtable

Colin Ian King <colin.king@canonical.com>
    media: vivid: fix assignment of dev->fbuf_out_flags

Zhouyi Zhou <zhouzhouyi@gmail.com>
    rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()

David Howells <dhowells@redhat.com>
    afs: Fix updating of i_mode due to 3rd party change

John Ogness <john.ogness@linutronix.de>
    printk: limit second loop of syslog_print_all

Valentin Schneider <valentin.schneider@arm.com>
    sched/fair: Fix shift-out-of-bounds in load_balance()

James Smart <jsmart2021@gmail.com>
    scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()

Linus Walleij <linus.walleij@linaro.org>
    drm/mcde/panel: Inverse misunderstood flag

Dan Carpenter <dan.carpenter@oracle.com>
    drm/amd/display: Fix off by one in hdmi_14_process_transaction()

Marek Vasut <marex@denx.de>
    drm/stm: Fix bus_flags handling

Quanyang Wang <quanyang.wang@windriver.com>
    drm/tilcdc: send vblank event when disabling crtc

Dan Carpenter <dan.carpenter@oracle.com>
    soc: aspeed: fix a ternary sign expansion bug

Paul Durrant <pdurrant@amazon.com>
    xen-blkback: fix compatibility bug with single page rings

Dario Binacchi <dariobin@libero.it>
    serial: omap: fix rs485 half-duplex filtering

Dario Binacchi <dariobin@libero.it>
    serial: omap: don't disable rs485 if rts gpio is missing

Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
    ttyprintk: Add TTY hangup callback.

Artur Petrosyan <Arthur.Petrosyan@synopsys.com>
    usb: dwc2: Fix hibernation between host and device modes.

Artur Petrosyan <Arthur.Petrosyan@synopsys.com>
    usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.

Chris von Recklinghausen <crecklin@redhat.com>
    PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820 integrity check

Michael Kelley <mikelley@microsoft.com>
    Drivers: hv: vmbus: Increase wait time for VMbus unload

Paul Fertser <fercerpav@gmail.com>
    hwmon: (pmbus/pxe1610) don't bail out when not all pages are active

Ingo Molnar <mingo@kernel.org>
    x86/platform/uv: Fix !KEXEC build failure

Quanyang Wang <quanyang.wang@windriver.com>
    spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails

Quanyang Wang <quanyang.wang@windriver.com>
    spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op

Quanyang Wang <quanyang.wang@windriver.com>
    spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume

Quanyang Wang <quanyang.wang@windriver.com>
    spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue

Dan Carpenter <dan.carpenter@oracle.com>
    Drivers: hv: vmbus: Use after free in __vmbus_open()

Eddie James <eajames@linux.ibm.com>
    ARM: dts: aspeed: Rainier: Fix humidity sensor bus address

Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
    platform/x86: pmc_atom: Match all Beckhoff Automation baytrail boards with critclk_systems DMI table

James Bottomley <James.Bottomley@HansenPartnership.com>
    security: keys: trusted: fix TPM2 authorizations

Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
    memory: samsung: exynos5422-dmc: handle clk_set_parent() failure

Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
    memory: renesas-rpc-if: fix possible NULL pointer dereference of resource

Wei Yongjun <weiyongjun1@huawei.com>
    spi: spi-zynqmp-gqspi: Fix missing unlock on error in zynqmp_qspi_exec_op()

Liam Howlett <liam.howlett@oracle.com>
    m68k: Add missing mmap_read_lock() to sys_cacheflush()

Ye Bin <yebin10@huawei.com>
    usbip: vudc: fix missing unlock on error in usbip_sockfd_store()

Ayush Sawal <ayush.sawal@chelsio.com>
    crypto: chelsio - Read rxchannel-id from firmware

Dan Carpenter <dan.carpenter@oracle.com>
    node: fix device cleanups in error handling code

He Ying <heying24@huawei.com>
    firmware: qcom-scm: Fix QCOM_SCM configuration

Johan Hovold <johan@kernel.org>
    serial: core: return early on unsupported ioctls

Johan Hovold <johan@kernel.org>
    tty: fix return value for unsupported termiox ioctls

Johan Hovold <johan@kernel.org>
    tty: fix return value for unsupported ioctls

Johan Hovold <johan@kernel.org>
    tty: actually undefine superseded ASYNC flags

Johan Hovold <johan@kernel.org>
    USB: cdc-acm: fix TIOCGSERIAL implementation

Johan Hovold <johan@kernel.org>
    USB: cdc-acm: fix unprivileged TIOCCSERIAL

Colin Ian King <colin.king@canonical.com>
    usb: gadget: r8a66597: Add missing null check on return from platform_get_resource

Wang Li <wangli74@huawei.com>
    spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()

Quanyang Wang <quanyang.wang@windriver.com>
    spi: spi-zynqmp-gqspi: fix incorrect operating mode in zynqmp_qspi_read_op

Quanyang Wang <quanyang.wang@windriver.com>
    spi: spi-zynqmp-gqspi: transmit dummy circles by using the controller's internal functionality

Quanyang Wang <quanyang.wang@windriver.com>
    spi: spi-zynqmp-gqspi: add mutex locking for exec_op

Quanyang Wang <quanyang.wang@windriver.com>
    spi: spi-zynqmp-gqspi: use wait_for_completion_timeout to make zynqmp_qspi_exec_op not interruptible

Pali Rohár <pali@kernel.org>
    cpufreq: armada-37xx: Fix determining base CPU frequency

Pali Rohár <pali@kernel.org>
    cpufreq: armada-37xx: Fix driver cleanup when registration failed

Pali Rohár <pali@kernel.org>
    clk: mvebu: armada-37xx-periph: Fix workaround for switching from L1 to L0

Pali Rohár <pali@kernel.org>
    clk: mvebu: armada-37xx-periph: Fix switching CPU freq from 250 Mhz to 1 GHz

Pali Rohár <pali@kernel.org>
    cpufreq: armada-37xx: Fix the AVS value for load L1

Marek Behún <kabel@kernel.org>
    clk: mvebu: armada-37xx-periph: remove .set_parent method for CPU PM clock

Marek Behún <kabel@kernel.org>
    cpufreq: armada-37xx: Fix setting TBG parent for load levels

Lv Yunlong <lyl2019@mail.ustc.edu.cn>
    crypto: qat - Fix a double free in adf_create_ring

Colin Ian King <colin.king@canonical.com>
    crypto: sa2ul - Fix memory leak of rxd

Colin Ian King <colin.king@canonical.com>
    crypto: sun8i-ss - Fix memory leak of pad

Corentin Labbe <clabbe.montjoie@gmail.com>
    crypto: allwinner - add missing CRYPTO_ prefix

Nathan Chancellor <nathan@kernel.org>
    ACPI: CPPC: Replace cppc_attr with kobj_attribute

He Ying <heying24@huawei.com>
    cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configuration

YueHaibing <yuehaibing@huawei.com>
    PM: runtime: Replace inline function pm_runtime_callbacks_present()

Bjorn Andersson <bjorn.andersson@linaro.org>
    soc: qcom: mdt_loader: Detect truncated read of segments

Bjorn Andersson <bjorn.andersson@linaro.org>
    soc: qcom: mdt_loader: Validate that p_filesz < p_memsz

Yang Yingliang <yangyingliang@huawei.com>
    spi: fsl: add missing iounmap() on error in of_fsl_spi_probe()

William A. Kennington III <wak@google.com>
    spi: Fix use-after-free with devm_spi_alloc_*

Wei Yongjun <weiyongjun1@huawei.com>
    clocksource/drivers/ingenic_ost: Fix return value check in ingenic_ost_probe()

Tony Lindgren <tony@atomide.com>
    clocksource/drivers/timer-ti-dm: Add missing set_state_oneshot_stopped

Tony Lindgren <tony@atomide.com>
    clocksource/drivers/timer-ti-dm: Fix posted mode status check order

Dong Aisheng <aisheng.dong@nxp.com>
    PM / devfreq: Use more accurate returned new_freq as resume_freq

Qinglang Miao <miaoqinglang@huawei.com>
    soc: qcom: pdr: Fix error return code in pdr_register_listener

Hans de Goede <hdegoede@redhat.com>
    platform/x86: dell-wmi-sysman: Make init_bios_attributes() ACPI object parsing more robust

Johan Hovold <johan@kernel.org>
    staging: greybus: uart: fix unprivileged TIOCCSERIAL

Johan Hovold <johan@kernel.org>
    staging: fwserial: fix TIOCGSERIAL implementation

Johan Hovold <johan@kernel.org>
    staging: fwserial: fix TIOCSSERIAL implementation

Colin Ian King <colin.king@canonical.com>
    staging: rtl8192u: Fix potential infinite loop

Ian Abbott <abbotti@mev.co.uk>
    staging: comedi: tests: ni_routes_test: Fix compilation error

Arnd Bergmann <arnd@arndb.de>
    irqchip/gic-v3: Fix OF_BAD_ADDR error handling

Lv Yunlong <lyl2019@mail.ustc.edu.cn>
    mtd: rawnand: gpmi: Fix a double free in gpmi_nand_init

Alexandru Ardelean <aardelean@deviqon.com>
    iio: adc: Kconfig: make AD9467 depend on ADI_AXI_ADC symbol

Stephen Boyd <swboyd@chromium.org>
    firmware: qcom_scm: Workaround lack of "is available" call on SC7180

Stephen Boyd <swboyd@chromium.org>
    firmware: qcom_scm: Reduce locking section for __get_convention()

Stephen Boyd <swboyd@chromium.org>
    firmware: qcom_scm: Make __qcom_scm_is_call_available() return bool

Finn Thain <fthain@telegraphics.com.au>
    m68k: mvme147,mvme16x: Don't wipe PCC timer config bits

Rander Wang <rander.wang@intel.com>
    soundwire: stream: fix memory leak in stream config error path

gexueyuan <gexueyuan@gmail.com>
    memory: pl353: fix mask of ECC page_size config register

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: qcom: msm8974-samsung-klte: correct fuel gauge interrupt trigger level

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: qcom: msm8974-lge-nexus5: correct fuel gauge interrupt trigger level

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    driver core: platform: Declare early_platform_cleanup() prototype

Ravi Kumar Bokka <rbokka@codeaurora.org>
    drivers: nvmem: Fix voltage settings for QTI qfprom-efuse

Yang Yingliang <yangyingliang@huawei.com>
    USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()

Tao Ren <rentao.bupt@gmail.com>
    usb: gadget: aspeed: fix dma map failure

Giovanni Cabiddu <giovanni.cabiddu@intel.com>
    crypto: qat - fix error path in adf_isr_resource_alloc()

Arnd Bergmann <arnd@arndb.de>
    crypto: poly1305 - fix poly1305_core_setkey() declaration

Olga Kornievskaia <kolga@netapp.com>
    NFSv4.2: fix copy stateid copying for the async copy

Fabien Parent <fparent@baylibre.com>
    arm64: dts: mediatek: fix reset GPIO level on pumpkin

Wei Yongjun <weiyongjun1@huawei.com>
    phy: ingenic: Fix a typo in ingenic_usb_phy_probe()

Wei Yongjun <weiyongjun1@huawei.com>
    phy: ralink: phy-mt7621-pci: fix return value check in mt7621_pci_phy_probe()

Geert Uytterhoeven <geert+renesas@glider.be>
    phy: marvell: ARMADA375_USBCLUSTER_PHY should not default to y, unconditionally

Sergio Paracuellos <sergio.paracuellos@gmail.com>
    phy: ralink: phy-mt7621-pci: fix XTAL bitmask

Kishon Vijay Abraham I <kishon@ti.com>
    phy: ti: j721e-wiz: Delete "clk_div_sel" clk provider during cleanup

Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
    soundwire: bus: Fix device found flag correctly

Pan Bian <bianpan2016@163.com>
    bus: qcom: Put child node before return

Chunfeng Yun <chunfeng.yun@mediatek.com>
    arm64: dts: mt8173: fix wrong power-domain phandle of pmic

Hsin-Yi Wang <hsinyi@chromium.org>
    arm64: dts: mt8183: Add gce client reg for display subcomponents

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    arm64: dts: renesas: r8a779a0: Fix PMU interrupt

Michael Walle <michael@walle.cc>
    mtd: require write permissions for locking and badblock ioctls

dillon min <dillon.minfei@gmail.com>
    dt-bindings: serial: stm32: Use 'type: object' instead of false for 'additionalProperties'

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()'

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    usb: gadget: s3c: Fix incorrect resources releasing

Fabian Vogt <fabian@ritter-vogt.de>
    fotg210-udc: Complete OUT requests on short packets

Fabian Vogt <fabian@ritter-vogt.de>
    fotg210-udc: Don't DMA more than the buffer can take

Fabian Vogt <fabian@ritter-vogt.de>
    fotg210-udc: Mask GRP2 interrupts we don't handle

Fabian Vogt <fabian@ritter-vogt.de>
    fotg210-udc: Remove a dubious condition leading to fotg210_done

Fabian Vogt <fabian@ritter-vogt.de>
    fotg210-udc: Fix EP0 IN requests bigger than two packets

Fabian Vogt <fabian@ritter-vogt.de>
    fotg210-udc: Fix DMA on EP0 for length > max packet size

Tong Zhang <ztong0001@gmail.com>
    crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init

Tong Zhang <ztong0001@gmail.com>
    crypto: qat - don't release uninitialized resources

Rijo Thomas <Rijo-john.Thomas@amd.com>
    crypto: ccp - fix command queuing to TEE ring buffer

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1)

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    usb: gadget: pch_udc: Initialize device pointer before use

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    usb: gadget: pch_udc: Check for DMA mapping error

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    usb: gadget: pch_udc: Check if driver is present before calling ->setup()

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()

Rasmus Villemoes <linux@rasmusvillemoes.dk>
    devtmpfs: fix placement of complete() call

Otavio Pontes <otavio.pontes@intel.com>
    x86/microcode: Check for offline CPUs before requesting new microcode

Andrea Parri (Microsoft) <parri.andrea@gmail.com>
    Drivers: hv: vmbus: Drop error message when 'No request id available'

Alain Volmat <alain.volmat@foss.st.com>
    spi: stm32: Fix use-after-free on unbind

Andy Lutomirski <luto@kernel.org>
    selftests/x86: Add a missing .note.GNU-stack section to thunks_32.S

Vladimir Barinov <vladimir.barinov@cogentembedded.com>
    arm64: dts: renesas: r8a77980: Fix vin4-7 endpoint binding

Dan Carpenter <dan.carpenter@oracle.com>
    regulator: bd9576: Fix return from bd957x_probe()

Antonio Borneo <antonio.borneo@foss.st.com>
    spi: stm32: drop devres version of spi_register_master

Colin Ian King <colin.king@canonical.com>
    crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to map

Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
    arm64: dts: qcom: db845c: fix correct powerdown pin for WSA881x

Shawn Guo <shawn.guo@linaro.org>
    arm64: dts: qcom: sm8250: fix number of pins in 'gpio-ranges'

Shawn Guo <shawn.guo@linaro.org>
    arm64: dts: qcom: sm8150: fix number of pins in 'gpio-ranges'

Shawn Guo <shawn.guo@linaro.org>
    arm64: dts: qcom: sdm845: fix number of pins in 'gpio-ranges'

Douglas Anderson <dianders@chromium.org>
    arm64: dts: qcom: sc7180: Avoid glitching SPI CS at bootup on trogdor

Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
    arm64: dts: qcom: sm8250: Fix timer interrupt to specify EL2 physical timer

Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
    arm64: dts: qcom: sm8250: Fix level triggered PMU interrupt polarity

Matthias Kaehlcke <mka@chromium.org>
    arm64: dts: qcom: sc7180: trogdor: Fix trip point config of charger thermal zone

Nuno Sa <nuno.sa@analog.com>
    iio: adis16480: fix pps mode sampling frequency math

Aswath Govindraju <a-govindraju@ti.com>
    arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems

Valentin CARON - foss <valentin.caron@foss.st.com>
    ARM: dts: stm32: fix usart 2 & 3 pinconf to wake up with flow control

Jia-Ju Bai <baijiaju1990@gmail.com>
    mtd: maps: fix error return code of physmap_flash_remove()

David Bauer <mail@david-bauer.net>
    mtd: don't lock when recursively deleting partitions

Manivannan Sadhasivam <mani@kernel.org>
    mtd: rawnand: qcom: Return actual error code instead of -ENODEV

Manivannan Sadhasivam <mani@kernel.org>
    mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()

Álvaro Fernández Rojas <noltari@gmail.com>
    mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECC

Dan Carpenter <dan.carpenter@oracle.com>
    mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe()

Arnd Bergmann <arnd@arndb.de>
    spi: rockchip: avoid objtool warning

Meng Li <Meng.Li@windriver.com>
    regmap: set debugfs_name to NULL after it is freed

David E. Box <david.e.box@linux.intel.com>
    mfd: intel_pmt: Fix nuisance messages and handling of disabled capabilities

Wei Yongjun <weiyongjun1@huawei.com>
    usb: typec: stusb160x: fix return value check in stusb160x_probe()

Wei Yongjun <weiyongjun1@huawei.com>
    usb: typec: tps6598x: Fix return value check in tps6598x_probe()

Badhri Jagan Sridharan <badhri@google.com>
    usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUS

Badhri Jagan Sridharan <badhri@google.com>
    usb: typec: tcpm: Handle vbus shutoff when in source mode

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: fix tx_empty condition

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: add FIFO flush when port is closed

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: fix FIFO flush in startup and set_termios

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: call stm32_transmit_chars locked

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: fix tx dma completion, release channel

Wei Yongjun <weiyongjun1@huawei.com>
    serial: liteuart: fix return value check in liteuart_probe()

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: fix a deadlock in set_termios

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: fix wake-up flag handling

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: fix a deadlock condition with wakeup event

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: fix TX and RX FIFO thresholds

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: fix incorrect characters on console

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: fix startup by enabling usart for reception

Stephen Boyd <swboyd@chromium.org>
    serial: stm32: Use of_device_get_match_data()

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: fix probe and remove order for dma

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: add "_usart" prefix in functions name

Erwan Le Ray <erwan.leray@foss.st.com>
    serial: stm32: fix code cleaning warnings and checks

Mike Travis <mike.travis@hpe.com>
    x86/platform/uv: Set section block size for hubless architectures

Tony Lindgren <tony@atomide.com>
    bus: ti-sysc: Fix initializing module_pa for modules without sysc register

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    arm64: dts: renesas: Add mmc aliases into board dts files

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    ARM: dts: renesas: Add mmc aliases into R-Car Gen2 board dts files

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: s5pv210: correct fuel gauge interrupt trigger level on Fascinate family

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: exynos: correct PMIC interrupt trigger level on Snow

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: exynos: correct PMIC interrupt trigger level on SMDK5250

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: exynos: correct PMIC interrupt trigger level on P4 Note family

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: exynos: correct PMIC interrupt trigger level on Odroid X/U3 family

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: exynos: correct PMIC interrupt trigger level on Midas family

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: exynos: correct MUIC interrupt trigger level on Midas family

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: exynos: correct fuel gauge interrupt trigger level on Midas family

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: exynos: correct fuel gauge interrupt trigger level on P4 Note family

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: dts: exynos: correct fuel gauge interrupt trigger level on GT-I9100

Colin Ian King <colin.king@canonical.com>
    memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]

Corentin Labbe <clabbe.montjoie@gmail.com>
    crypto: sun8i-ss - fix result memory leak on error path

Wei Yongjun <weiyongjun1@huawei.com>
    crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe()

Luca Ceresoli <luca@lucaceresoli.net>
    fpga: fpga-mgr: xilinx-spi: fix error messages on -EPROBE_DEFER

Jiri Slaby <jirislaby@kernel.org>
    x86/vdso: Use proper modifier for len's format specifier in extract()

Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
    firmware: xilinx: Remove zynqmp_pm_get_eemi_ops() in IS_REACHABLE(CONFIG_ZYNQMP_FIRMWARE)

Tejas Patel <tejas.patel@xilinx.com>
    firmware: xilinx: Fix dereferencing freed memory

Len Brown <len.brown@intel.com>
    Revert "tools/power turbostat: adjust for temperature offset"

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    usb: gadget: pch_udc: Revert d3cb25a12138 completely

Gerd Hoffmann <kraxel@redhat.com>
    Revert "drm/qxl: do not run release if qxl failed to init"

Dan Carpenter <dan.carpenter@oracle.com>
    ovl: fix missing revert_creds() on error path

Rikard Falkeborn <rikard.falkeborn@gmail.com>
    mfd: stmpe: Revert "Constify static struct resource"

Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
    Revert "i3c master: fix missing destroy_workqueue() on error in i3c_master_register"

Xie He <xie.he.0141@gmail.com>
    Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"

Paolo Bonzini <pbonzini@redhat.com>
    KVM: selftests: Always run vCPU thread with blocked SIG_IPI

Peter Xu <peterx@redhat.com>
    KVM: selftests: Sync data verify of dirty logging with guest sync

Eric Auger <eric.auger@redhat.com>
    KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read

Marc Zyngier <maz@kernel.org>
    KVM: arm64: Fully zero the vcpu state on reset

Sean Christopherson <seanjc@google.com>
    KVM: Stop looking for coalesced MMIO zones if the bus is destroyed

Sean Christopherson <seanjc@google.com>
    KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU

Eric Auger <eric.auger@redhat.com>
    KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read

Sean Christopherson <seanjc@google.com>
    KVM: nVMX: Truncate base/index GPR value on address calc in !64-bit

Sean Christopherson <seanjc@google.com>
    KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit

Sean Christopherson <seanjc@google.com>
    KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch

Sean Christopherson <seanjc@google.com>
    KVM: SVM: Inject #GP on guest MSR_TSC_AUX accesses if RDTSCP unsupported

Sean Christopherson <seanjc@google.com>
    KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created

Sean Christopherson <seanjc@google.com>
    KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes

Sean Christopherson <seanjc@google.com>
    KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs

Sean Christopherson <seanjc@google.com>
    KVM: SVM: Don't strip the C-bit from CR2 on #PF interception

Sean Christopherson <seanjc@google.com>
    KVM: nSVM: Set the shadow root level to the TDP level for nested NPT

Sean Christopherson <seanjc@google.com>
    KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads

Wanpeng Li <wanpengli@tencent.com>
    KVM: X86: Fix failure to boost kernel lock holder candidate in SEV-ES guests

Sean Christopherson <seanjc@google.com>
    KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit

Claudio Imbrenda <imbrenda@linux.ibm.com>
    KVM: s390: extend kvm_s390_shadow_fault to return entry pointer

Claudio Imbrenda <imbrenda@linux.ibm.com>
    KVM: s390: split kvm_s390_real_to_abs

Claudio Imbrenda <imbrenda@linux.ibm.com>
    KVM: s390: VSIE: fix MVPG handling for prefixing and MSO

David Hildenbrand <david@redhat.com>
    s390: fix detection of vector enhancements facility 1 vs. vector packed decimal facility

Heiko Carstens <hca@linux.ibm.com>
    KVM: s390: fix guarded storage control register handling

Claudio Imbrenda <imbrenda@linux.ibm.com>
    KVM: s390: split kvm_s390_logical_to_effective

Claudio Imbrenda <imbrenda@linux.ibm.com>
    KVM: s390: VSIE: correctly handle MVPG when in VSIE

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Fix speaker amp on HP Envy AiO 32

Sami Loone <sami@loone.fi>
    ALSA: hda/realtek: ALC285 Thinkpad jack pin quirk is unreachable

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Remove redundant entry for ALC861 Haier/Uniwill devices

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Re-order ALC662 quirk table entries

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Re-order remaining ALC269 quirk table entries

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Re-order ALC269 Lenovo quirk table entries

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Re-order ALC269 Sony quirk table entries

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Re-order ALC269 ASUS quirk table entries

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Re-order ALC269 Dell quirk table entries

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Re-order ALC269 Acer quirk table entries

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Re-order ALC269 HP quirk table entries

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Re-order ALC882 Clevo quirk table entries

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Re-order ALC882 Sony quirk table entries

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek: Re-order ALC882 Acer quirk table entries

Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
    drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.

Evan Quan <evan.quan@amd.com>
    drm/amdgpu: add new MC firmware for Polaris12 32bit ASIC

Christian König <christian.koenig@amd.com>
    drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2

Harry Wentland <harry.wentland@amd.com>
    drm/amd/display: Reject non-zero src_y and src_x for video planes

Paul Cercueil <paul@crapouillou.net>
    drm: bridge/panel: Cleanup connector on bridge detach

Randy Dunlap <rdunlap@infradead.org>
    drm: bridge: fix ANX7625 use of mipi_dsi_() functions

Wayne Lin <Wayne.Lin@amd.com>
    drm/dp_mst: Set CLEAR_PAYLOAD_ID_TABLE as broadcast

Wayne Lin <Wayne.Lin@amd.com>
    drm/dp_mst: Revise broadcast msg lct & lcr

Colin Ian King <colin.king@canonical.com>
    drm/radeon: fix copy of uninitialized variable back to userspace

Boris Brezillon <boris.brezillon@collabora.com>
    drm/panfrost: Don't try to map pages that are already mapped

Boris Brezillon <boris.brezillon@collabora.com>
    drm/panfrost: Clear MMU irqs before handling the fault

Paul Cercueil <paul@crapouillou.net>
    drm/ingenic: Fix non-OSD mode

Gerd Hoffmann <kraxel@redhat.com>
    drm/qxl: use ttm bo priorities

Maciej W. Rozycki <macro@orcam.me.uk>
    FDDI: defxx: Make MMIO the configuration default except for EISA

Felix Fietkau <nbd@nbd.name>
    mt76: fix potential DMA mapping leak

Ping-Ke Shih <pkshih@realtek.com>
    rtw88: Fix array overrun in rtw_get_tx_power_params()

Johannes Berg <johannes.berg@intel.com>
    cfg80211: scan: drop entry from hidden_list on overflow

Dan Carpenter <dan.carpenter@oracle.com>
    ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()

Ryder Lee <ryder.lee@mediatek.com>
    mt76: mt7615: use ieee80211_free_txskb() in mt7615_tx_token_put()

Nathan Chancellor <nathan@kernel.org>
    MIPS: generic: Update node names to avoid unit addresses

Maciej W. Rozycki <macro@orcam.me.uk>
    MIPS: Reinstate platform `__div64_32' handler

Jan Glauber <jglauber@digitalocean.com>
    md: Fix missing unused status line of /proc/mdstat

Zhao Heming <heming.zhao@suse.com>
    md: md_open returns -EBUSY when entering racing area

Christoph Hellwig <hch@lst.de>
    md: factor out a mddev_find_locked helper from mddev_find

Christoph Hellwig <hch@lst.de>
    md: split mddev_find

Heming Zhao <heming.zhao@suse.com>
    md-cluster: fix use-after-free issue when removing rdev

Sudhakar Panneerselvam <sudhakar.panneerselvam@oracle.com>
    md/bitmap: wait for external bitmap writes to complete during tear down

Xiao Ni <xni@redhat.com>
    async_xor: increase src_offs when dropping destination page

Alison Schofield <alison.schofield@intel.com>
    x86, sched: Treat Intel SNC topology as default, COD as exception

Paul Moore <paul@paul-moore.com>
    selinux: add proper NULL termination to the secclass_map permissions

Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
    misc: vmw_vmci: explicitly initialize vmci_datagram payload

Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
    misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg struct

Kishon Vijay Abraham I <kishon@ti.com>
    phy: ti: j721e-wiz: Invoke wiz_init() before of_platform_device_create()

Hans de Goede <hdegoede@redhat.com>
    misc: lis3lv02d: Fix false-positive WARN on various HP models

Kishon Vijay Abraham I <kishon@ti.com>
    phy: cadence: Sierra: Fix PHY power_on sequence

Annaliese McDermond <nh6z@nh6z.net>
    sc16is7xx: Defer probe if device read fails

Gwendal Grignou <gwendal@chromium.org>
    iio: sx9310: Fix access to variable DT array

Jonathan Cameron <Jonathan.Cameron@huawei.com>
    iio:adc:ad7476: Fix remove handling

Jonathan Cameron <Jonathan.Cameron@huawei.com>
    iio:accel:adis16201: Fix wrong axis assignment that prevents loading

Gwendal Grignou <gwendal@chromium.org>
    iio: sx9310: Fix write_.._debounce()

Lars-Peter Clausen <lars@metafoo.de>
    iio: inv_mpu6050: Fully validate gyro and accel scale writes

Dmitry Osipenko <digetx@gmail.com>
    soc/tegra: regulators: Fix locking up when voltage-spread is out of range

Lukasz Luba <lukasz.luba@arm.com>
    PM / devfreq: Unlock mutex and free devfreq struct in error path

Kishon Vijay Abraham I <kishon@ti.com>
    PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.c

Dejin Zheng <zhengdejin5@gmail.com>
    PCI: xgene: Fix cfg resource mapping

Sean Christopherson <seanjc@google.com>
    KVM: x86: Defer the MMU unload to the normal path on an global INVPCID

Arun Easi <aeasi@marvell.com>
    PCI: Allow VPD access for QLogic ISP2722

Maciej W. Rozycki <macro@orcam.me.uk>
    FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSR

Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
    MIPS: pci-rt2880: fix slot 0 configuration

Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
    MIPS: pci-mt7620: fix PLL lock check

Annaliese McDermond <nh6z@nh6z.net>
    ASoC: tlv320aic32x4: Increase maximum register in regmap

Annaliese McDermond <nh6z@nh6z.net>
    ASoC: tlv320aic32x4: Register clocks before registering component

Lukasz Majczak <lma@semihalf.com>
    ASoC: Intel: kbl_da7219_max98927: Fix kabylake_ssp_fixup function

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: samsung: tm2_wm5110: check of of_parse return value

Chunfeng Yun <chunfeng.yun@mediatek.com>
    usb: xhci-mtk: improve bandwidth scheduling with TT

Chunfeng Yun <chunfeng.yun@mediatek.com>
    usb: xhci-mtk: remove or operator for setting schedule parameters

Badhri Jagan Sridharan <badhri@google.com>
    usb: typec: tcpm: update power supply once partner accepts

Badhri Jagan Sridharan <badhri@google.com>
    usb: typec: tcpm: Address incorrect values of tcpm psy for pps supply

Badhri Jagan Sridharan <badhri@google.com>
    usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supply

Randy Dunlap <rdunlap@infradead.org>
    drm: bridge: fix LONTIUM use of mipi_dsi_() functions

Johan Hovold <johan@kernel.org>
    staging: fwserial: fix TIOCSSERIAL permission check

Johan Hovold <johan@kernel.org>
    tty: moxa: fix TIOCSSERIAL permission check

Johan Hovold <johan@kernel.org>
    staging: fwserial: fix TIOCSSERIAL jiffies conversions

Johan Hovold <johan@kernel.org>
    USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission check

Johan Hovold <johan@kernel.org>
    staging: greybus: uart: fix TIOCSSERIAL jiffies conversions

Johan Hovold <johan@kernel.org>
    USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversions

Johan Hovold <johan@kernel.org>
    tty: amiserial: fix TIOCSSERIAL permission check

Johan Hovold <johan@kernel.org>
    tty: moxa: fix TIOCSSERIAL jiffies conversions

Hans de Goede <hdegoede@redhat.com>
    usb: roles: Call try_module_get() from usb_role_switch_find_by_fwnode()

Johan Hovold <johan@kernel.org>
    Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"

Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
    io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers

Or Cohen <orcohen@paloaltonetworks.com>
    net/nfc: fix use-after-free llcp_sock_bind/connect

Lin Ma <linma@zju.edu.cn>
    bluetooth: eliminate the potential race condition when removing the HCI controller

Archie Pusaka <apusaka@chromium.org>
    Bluetooth: verify AMP hci_chan before amp_destroy


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

Diffstat:

 Documentation/admin-guide/kernel-parameters.txt    |  15 +-
 .../devicetree/bindings/serial/st,stm32-uart.yaml  |   3 +-
 Documentation/driver-api/xilinx/eemi.rst           |  31 +-
 .../userspace-api/media/v4l/subdev-formats.rst     |   4 +-
 Makefile                                           |   4 +-
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts       |   4 +-
 arch/arm/boot/dts/exynos4210-i9100.dts             |   2 +-
 arch/arm/boot/dts/exynos4412-midas.dtsi            |   6 +-
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |   2 +-
 arch/arm/boot/dts/exynos4412-p4note.dtsi           |   4 +-
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |   2 +-
 arch/arm/boot/dts/exynos5250-snow-common.dtsi      |   2 +-
 .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     |   2 +-
 arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts    |   2 +-
 arch/arm/boot/dts/r8a7790-lager.dts                |   3 +
 arch/arm/boot/dts/r8a7791-koelsch.dts              |   3 +
 arch/arm/boot/dts/r8a7791-porter.dts               |   2 +
 arch/arm/boot/dts/r8a7793-gose.dts                 |   3 +
 arch/arm/boot/dts/r8a7794-alt.dts                  |   3 +
 arch/arm/boot/dts/r8a7794-silk.dts                 |   2 +
 arch/arm/boot/dts/s5pv210-fascinate4g.dts          |   2 +-
 arch/arm/boot/dts/stm32mp15-pinctrl.dtsi           |  21 +-
 arch/arm/boot/dts/uniphier-pxs2.dtsi               |   2 +-
 arch/arm/crypto/poly1305-glue.c                    |   2 +-
 arch/arm64/boot/dts/mediatek/mt8173-evb.dts        |   2 +-
 arch/arm64/boot/dts/mediatek/mt8183.dtsi           |   7 +
 arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi   |   2 +-
 arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi       |  35 +-
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts         |   4 +-
 arch/arm64/boot/dts/qcom/sdm845.dtsi               |   2 +-
 arch/arm64/boot/dts/qcom/sm8150.dtsi               |   2 +-
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |   6 +-
 arch/arm64/boot/dts/renesas/hihope-common.dtsi     |   3 +
 .../boot/dts/renesas/r8a774a1-beacon-rzg2m-kit.dts |   3 +
 arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts    |   2 +
 arch/arm64/boot/dts/renesas/r8a77980.dtsi          |  16 +-
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts     |   3 +
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          |   5 +-
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |   3 +
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi           |   1 +
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |   2 +
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi   |   2 +-
 arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi   |   4 +-
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi          |  17 +-
 arch/arm64/crypto/poly1305-glue.c                  |   2 +-
 arch/arm64/include/asm/kvm_host.h                  |   1 +
 arch/arm64/kvm/arm.c                               |   6 +-
 arch/arm64/kvm/debug.c                             |  88 ++-
 arch/arm64/kvm/reset.c                             |   5 +
 arch/arm64/kvm/vgic/vgic-kvm-device.c              |   7 +-
 arch/ia64/kernel/efi.c                             |  11 +-
 arch/m68k/include/asm/mvme147hw.h                  |   3 +
 arch/m68k/kernel/sys_m68k.c                        |   2 +
 arch/m68k/mvme147/config.c                         |  14 +-
 arch/m68k/mvme16x/config.c                         |  14 +-
 arch/mips/Kconfig                                  |   1 +
 arch/mips/boot/dts/brcm/bcm3368.dtsi               |   2 +-
 arch/mips/boot/dts/brcm/bcm63268.dtsi              |   2 +-
 arch/mips/boot/dts/brcm/bcm6358.dtsi               |   2 +-
 arch/mips/boot/dts/brcm/bcm6362.dtsi               |   2 +-
 arch/mips/boot/dts/brcm/bcm6368.dtsi               |   2 +-
 arch/mips/crypto/poly1305-glue.c                   |   2 +-
 arch/mips/generic/board-boston.its.S               |  10 +-
 arch/mips/generic/board-jaguar2.its.S              |  16 +-
 arch/mips/generic/board-luton.its.S                |   8 +-
 arch/mips/generic/board-ni169445.its.S             |  10 +-
 arch/mips/generic/board-ocelot.its.S               |  20 +-
 arch/mips/generic/board-serval.its.S               |   8 +-
 arch/mips/generic/board-xilfpga.its.S              |  10 +-
 arch/mips/generic/vmlinux.its.S                    |  10 +-
 arch/mips/include/asm/asmmacro.h                   |   3 +-
 arch/mips/include/asm/div64.h                      |  57 +-
 arch/mips/loongson64/init.c                        |   2 +-
 arch/mips/pci/pci-legacy.c                         |   9 +-
 arch/mips/pci/pci-mt7620.c                         |   5 +-
 arch/mips/pci/pci-rt2880.c                         |  37 +-
 arch/powerpc/Kconfig                               |   2 +-
 arch/powerpc/Kconfig.debug                         |   1 +
 arch/powerpc/include/asm/book3s/64/pgtable.h       |   4 +-
 arch/powerpc/include/asm/book3s/64/radix.h         |   6 +-
 arch/powerpc/include/asm/fixmap.h                  |   9 +
 arch/powerpc/include/asm/nohash/64/pgtable.h       |   5 +-
 arch/powerpc/include/asm/smp.h                     |   5 +
 arch/powerpc/kernel/Makefile                       |   2 +-
 arch/powerpc/kernel/fadump.c                       |   2 +-
 arch/powerpc/kernel/{syscall_64.c => interrupt.c}  |   7 +-
 arch/powerpc/kernel/prom.c                         |   2 +-
 arch/powerpc/kernel/smp.c                          |  39 +-
 arch/powerpc/kvm/book3s_hv.c                       |   3 +
 arch/powerpc/mm/book3s64/hash_pgtable.c            |   6 +-
 arch/powerpc/mm/book3s64/radix_pgtable.c           |   4 +-
 arch/powerpc/mm/mem.c                              |   2 +-
 arch/powerpc/perf/isa207-common.c                  |   4 +-
 arch/powerpc/perf/power10-events-list.h            |   4 +-
 arch/powerpc/platforms/52xx/lite5200_sleep.S       |   2 +-
 arch/powerpc/platforms/pseries/iommu.c             |   2 +-
 arch/powerpc/platforms/pseries/lpar.c              |   4 +-
 arch/powerpc/platforms/pseries/pci_dlpar.c         |   4 +-
 arch/powerpc/platforms/pseries/vio.c               |   4 +
 arch/powerpc/sysdev/xive/common.c                  |  35 +-
 arch/s390/kernel/setup.c                           |   4 +-
 arch/s390/kvm/gaccess.c                            |  30 +-
 arch/s390/kvm/gaccess.h                            |  60 +-
 arch/s390/kvm/kvm-s390.c                           |   4 +-
 arch/s390/kvm/vsie.c                               | 109 +++-
 arch/x86/Kconfig                                   |   1 +
 arch/x86/crypto/poly1305_glue.c                    |   6 +-
 arch/x86/entry/vdso/vdso2c.h                       |   2 +-
 arch/x86/events/amd/iommu.c                        |   6 +-
 arch/x86/events/amd/uncore.c                       |   6 +-
 arch/x86/kernel/apic/x2apic_uv_x.c                 |   3 +
 arch/x86/kernel/cpu/microcode/core.c               |   8 +-
 arch/x86/kernel/e820.c                             |   4 +-
 arch/x86/kernel/kprobes/core.c                     |  17 +-
 arch/x86/kernel/smpboot.c                          |  90 +--
 arch/x86/kvm/emulate.c                             |  80 +--
 arch/x86/kvm/mmu/mmu.c                             |  63 ++-
 arch/x86/kvm/svm/sev.c                             |  42 +-
 arch/x86/kvm/svm/svm.c                             |  34 +-
 arch/x86/kvm/vmx/nested.c                          |  17 +-
 arch/x86/kvm/vmx/vmx.c                             |  13 +-
 arch/x86/kvm/x86.c                                 |   5 +-
 arch/x86/power/hibernate.c                         |  89 +--
 crypto/async_tx/async_xor.c                        |   1 +
 drivers/acpi/cppc_acpi.c                           |  14 +-
 drivers/ata/libahci_platform.c                     |   4 +-
 drivers/ata/pata_arasan_cf.c                       |  15 +-
 drivers/ata/pata_ixp4xx_cf.c                       |   6 +-
 drivers/ata/sata_mv.c                              |   4 +
 drivers/base/devtmpfs.c                            |   2 +-
 drivers/base/node.c                                |  26 +-
 drivers/base/regmap/regmap-debugfs.c               |   1 +
 drivers/block/ataflop.c                            |  16 +-
 drivers/block/null_blk/zoned.c                     |   1 +
 drivers/block/rnbd/rnbd-clt-sysfs.c                |   6 +-
 drivers/block/xen-blkback/common.h                 |   1 +
 drivers/block/xen-blkback/xenbus.c                 |  38 +-
 drivers/bus/qcom-ebi2.c                            |   4 +-
 drivers/bus/ti-sysc.c                              |   6 +-
 drivers/char/ttyprintk.c                           |  11 +
 drivers/clk/clk-ast2600.c                          |   4 +-
 drivers/clk/imx/clk-imx25.c                        |  12 +-
 drivers/clk/imx/clk-imx27.c                        |  13 +-
 drivers/clk/imx/clk-imx35.c                        |  10 +-
 drivers/clk/imx/clk-imx5.c                         |  30 +-
 drivers/clk/imx/clk-imx6q.c                        |  16 +-
 drivers/clk/imx/clk-imx6sl.c                       |  16 +-
 drivers/clk/imx/clk-imx6sll.c                      |  24 +-
 drivers/clk/imx/clk-imx6sx.c                       |  16 +-
 drivers/clk/imx/clk-imx7d.c                        |  22 +-
 drivers/clk/imx/clk-imx7ulp.c                      |  31 +-
 drivers/clk/imx/clk-imx8mm.c                       |  18 +-
 drivers/clk/imx/clk-imx8mn.c                       |  18 +-
 drivers/clk/imx/clk-imx8mp.c                       |  17 +-
 drivers/clk/imx/clk-imx8mq.c                       |  18 +-
 drivers/clk/imx/clk.c                              |  41 +-
 drivers/clk/imx/clk.h                              |   4 +-
 drivers/clk/mvebu/armada-37xx-periph.c             |  83 +--
 drivers/clk/qcom/a53-pll.c                         |   1 +
 drivers/clk/qcom/apss-ipq-pll.c                    |   1 +
 drivers/clk/uniphier/clk-uniphier-mux.c            |   4 +-
 drivers/clk/zynqmp/pll.c                           |  24 +-
 drivers/clocksource/ingenic-ost.c                  |   4 +-
 drivers/clocksource/timer-ti-dm-systimer.c         |  13 +-
 drivers/cpufreq/armada-37xx-cpufreq.c              |  76 ++-
 drivers/cpuidle/Kconfig.arm                        |   2 +-
 drivers/crypto/allwinner/Kconfig                   |  14 +-
 drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c  |   9 +-
 drivers/crypto/allwinner/sun8i-ss/sun8i-ss-prng.c  |   4 +-
 drivers/crypto/ccp/sev-dev.c                       |   3 +
 drivers/crypto/ccp/tee-dev.c                       |  49 +-
 drivers/crypto/ccp/tee-dev.h                       |  20 +-
 drivers/crypto/chelsio/chcr_algo.c                 |  19 +-
 drivers/crypto/keembay/keembay-ocs-aes-core.c      |   4 +-
 drivers/crypto/qat/qat_c3xxxvf/adf_drv.c           |   4 +-
 drivers/crypto/qat/qat_c62xvf/adf_drv.c            |   4 +-
 drivers/crypto/qat/qat_common/adf_isr.c            |  29 +-
 drivers/crypto/qat/qat_common/adf_transport.c      |   1 +
 drivers/crypto/qat/qat_common/adf_vf_isr.c         |  17 +-
 drivers/crypto/qat/qat_dh895xccvf/adf_drv.c        |   4 +-
 drivers/crypto/sa2ul.c                             |   8 +-
 drivers/devfreq/devfreq.c                          |   5 +-
 drivers/firmware/Kconfig                           |   1 +
 drivers/firmware/qcom_scm-smc.c                    |  12 +-
 drivers/firmware/qcom_scm.c                        |  88 +--
 drivers/firmware/qcom_scm.h                        |   7 +-
 drivers/firmware/xilinx/zynqmp.c                   |   5 +-
 drivers/fpga/xilinx-spi.c                          |  24 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c            |  19 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c            |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |   6 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h             |   1 +
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c              |  13 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              |   4 +
 drivers/gpu/drm/amd/amdkfd/kfd_iommu.c             |   6 +
 drivers/gpu/drm/amd/amdkfd/kfd_iommu.h             |   9 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  20 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_abm.c       |   2 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c      |   6 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.c  |   2 +-
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  26 +-
 drivers/gpu/drm/amd/display/dc/hdcp/hdcp_msg.c     |   9 +-
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |   1 +
 drivers/gpu/drm/bridge/Kconfig                     |   3 +
 drivers/gpu/drm/bridge/analogix/Kconfig            |   1 +
 drivers/gpu/drm/bridge/panel.c                     |  12 +
 drivers/gpu/drm/drm_dp_mst_topology.c              |  17 +-
 drivers/gpu/drm/drm_probe_helper.c                 |   7 +-
 drivers/gpu/drm/i915/gvt/gvt.c                     |   8 +-
 drivers/gpu/drm/ingenic/ingenic-drm-drv.c          |  11 +-
 drivers/gpu/drm/mcde/mcde_dsi.c                    |   2 +-
 drivers/gpu/drm/msm/msm_debugfs.c                  |  14 +-
 drivers/gpu/drm/msm/msm_drv.c                      |   3 +
 drivers/gpu/drm/msm/msm_drv.h                      |   9 +-
 drivers/gpu/drm/msm/msm_gem.c                      |  14 +-
 drivers/gpu/drm/msm/msm_gem.h                      |  12 +-
 drivers/gpu/drm/panel/panel-novatek-nt35510.c      |   3 +-
 drivers/gpu/drm/panel/panel-samsung-s6d16d0.c      |   4 +-
 drivers/gpu/drm/panel/panel-samsung-s6e63m0-dsi.c  |   1 -
 drivers/gpu/drm/panel/panel-sony-acx424akp.c       |   3 +-
 drivers/gpu/drm/panfrost/panfrost_mmu.c            |  13 +-
 drivers/gpu/drm/qxl/qxl_cmd.c                      |   2 +-
 drivers/gpu/drm/qxl/qxl_display.c                  |   4 +-
 drivers/gpu/drm/qxl/qxl_drv.c                      |   2 -
 drivers/gpu/drm/qxl/qxl_gem.c                      |   2 +-
 drivers/gpu/drm/qxl/qxl_object.c                   |   5 +-
 drivers/gpu/drm/qxl/qxl_object.h                   |   1 +
 drivers/gpu/drm/qxl/qxl_release.c                  |  18 +-
 drivers/gpu/drm/radeon/radeon_dp_mst.c             |   3 +
 drivers/gpu/drm/radeon/radeon_kms.c                |   1 +
 drivers/gpu/drm/stm/ltdc.c                         |  33 +-
 drivers/gpu/drm/tilcdc/tilcdc_crtc.c               |   9 +
 drivers/gpu/drm/xlnx/zynqmp_dp.c                   |   2 +-
 drivers/hid/hid-ids.h                              |   1 +
 drivers/hid/hid-lenovo.c                           |  47 +-
 drivers/hid/hid-plantronics.c                      |  60 +-
 drivers/hsi/hsi_core.c                             |   3 +-
 drivers/hv/channel.c                               |   2 +-
 drivers/hv/channel_mgmt.c                          |  30 +-
 drivers/hv/ring_buffer.c                           |   1 -
 drivers/hwmon/pmbus/pxe1610.c                      |   9 +
 drivers/i2c/busses/i2c-cadence.c                   |   9 +-
 drivers/i2c/busses/i2c-emev2.c                     |   5 +-
 drivers/i2c/busses/i2c-img-scb.c                   |   4 +-
 drivers/i2c/busses/i2c-imx-lpi2c.c                 |   2 +-
 drivers/i2c/busses/i2c-imx.c                       |   4 +-
 drivers/i2c/busses/i2c-jz4780.c                    |   5 +-
 drivers/i2c/busses/i2c-mlxbf.c                     |   2 +
 drivers/i2c/busses/i2c-mt65xx.c                    |   2 +-
 drivers/i2c/busses/i2c-omap.c                      |   8 +-
 drivers/i2c/busses/i2c-rcar.c                      |  64 ++-
 drivers/i2c/busses/i2c-sh7760.c                    |   5 +-
 drivers/i2c/busses/i2c-sprd.c                      |   4 +-
 drivers/i2c/busses/i2c-stm32f7.c                   |  12 +-
 drivers/i2c/busses/i2c-xiic.c                      |   4 +-
 drivers/i3c/master.c                               |   5 +-
 drivers/iio/accel/adis16201.c                      |   2 +-
 drivers/iio/adc/Kconfig                            |   2 +-
 drivers/iio/adc/ad7476.c                           |  18 +-
 drivers/iio/imu/adis16480.c                        | 128 +++--
 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c         |  20 +-
 drivers/iio/proximity/sx9310.c                     |  52 +-
 drivers/infiniband/core/cm.c                       |   3 +-
 drivers/infiniband/core/cma.c                      |  12 +-
 drivers/infiniband/hw/bnxt_re/qplib_fp.c           |   1 +
 drivers/infiniband/hw/bnxt_re/qplib_res.c          |   1 +
 drivers/infiniband/hw/cxgb4/resource.c             |   2 +-
 drivers/infiniband/hw/hfi1/firmware.c              |   1 +
 drivers/infiniband/hw/hfi1/mmu_rb.c                |   2 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c         |   1 +
 drivers/infiniband/hw/i40iw/i40iw_pble.c           |   6 +-
 drivers/infiniband/hw/mlx5/fs.c                    |   9 +-
 drivers/infiniband/hw/mlx5/qp.c                    |  15 +-
 drivers/infiniband/hw/qedr/qedr_iw_cm.c            |   4 +-
 drivers/infiniband/sw/rxe/rxe_av.c                 |   2 +-
 drivers/infiniband/sw/siw/siw_mem.c                |   4 +-
 drivers/infiniband/ulp/isert/ib_isert.c            |  16 +-
 drivers/infiniband/ulp/rtrs/rtrs-clt.c             |   2 +-
 drivers/infiniband/ulp/srpt/ib_srpt.c              |   1 +
 drivers/iommu/amd/init.c                           |   2 +-
 drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h        |   2 +-
 drivers/iommu/dma-iommu.c                          |  30 +-
 drivers/iommu/intel/iommu.c                        |  52 +-
 drivers/iommu/intel/pasid.c                        |  16 +
 drivers/iommu/intel/pasid.h                        |   1 +
 drivers/iommu/intel/svm.c                          |  18 +-
 drivers/iommu/iommu.c                              |  24 +-
 drivers/irqchip/irq-gic-v3-mbi.c                   |   2 +-
 drivers/mailbox/sprd-mailbox.c                     |  43 +-
 drivers/md/md-bitmap.c                             |   2 +
 drivers/md/md.c                                    |  73 ++-
 drivers/media/common/saa7146/saa7146_core.c        |   2 +-
 drivers/media/common/saa7146/saa7146_video.c       |   3 +-
 drivers/media/dvb-frontends/m88ds3103.c            |   4 +-
 drivers/media/i2c/ccs/ccs-core.c                   |   4 +-
 drivers/media/i2c/imx219.c                         |  49 +-
 drivers/media/pci/intel/ipu3/ipu3-cio2.c           |   2 +-
 drivers/media/pci/saa7134/saa7134-core.c           |   2 +-
 drivers/media/platform/aspeed-video.c              |   9 +-
 drivers/media/platform/meson/ge2d/ge2d.c           |   4 +-
 drivers/media/platform/qcom/venus/core.c           |   7 +-
 .../platform/rockchip/rkisp1/rkisp1-resizer.c      |   9 +-
 .../media/platform/sunxi/sun6i-csi/sun6i_video.c   |   4 +-
 drivers/media/test-drivers/vivid/vivid-vid-out.c   |   2 +-
 drivers/media/tuners/m88rs6000t.c                  |   6 +-
 drivers/media/v4l2-core/v4l2-ctrls.c               |  17 +-
 drivers/memory/omap-gpmc.c                         |   7 +-
 drivers/memory/pl353-smc.c                         |   2 +-
 drivers/memory/renesas-rpc-if.c                    |   2 +-
 drivers/memory/samsung/exynos5422-dmc.c            |   4 +-
 drivers/mfd/intel_pmt.c                            |  11 +-
 drivers/mfd/stm32-timers.c                         |   7 +-
 drivers/mfd/stmpe.c                                |  14 +-
 drivers/misc/lis3lv02d/lis3lv02d.c                 |  21 +-
 drivers/misc/vmw_vmci/vmci_doorbell.c              |   2 +-
 drivers/misc/vmw_vmci/vmci_guest.c                 |   2 +-
 drivers/mtd/maps/physmap-core.c                    |   4 +-
 drivers/mtd/mtdchar.c                              |   8 +-
 drivers/mtd/mtdcore.c                              |   3 +
 drivers/mtd/mtdpart.c                              |   2 +-
 drivers/mtd/nand/raw/brcmnand/brcmnand.c           |   6 +
 drivers/mtd/nand/raw/fsmc_nand.c                   |   2 +
 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c         |   2 +-
 drivers/mtd/nand/raw/qcom_nandc.c                  |   7 +-
 drivers/net/dsa/mv88e6xxx/devlink.c                |   2 +-
 drivers/net/dsa/mv88e6xxx/serdes.c                 |   6 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |  10 +-
 .../net/ethernet/cavium/liquidio/cn23xx_pf_regs.h  |   2 +-
 drivers/net/ethernet/cavium/thunder/nicvf_queues.c |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c  |  22 +-
 drivers/net/ethernet/freescale/Makefile            |   4 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |   3 +-
 .../net/ethernet/marvell/prestera/prestera_main.c  |   3 +-
 .../net/ethernet/mellanox/mlx5/core/fpga/ipsec.c   |   2 +-
 drivers/net/ethernet/netronome/nfp/nfp_devlink.c   |   1 +
 drivers/net/ethernet/qualcomm/emac/emac-mac.c      |   4 +-
 drivers/net/ethernet/renesas/ravb_main.c           |  35 +-
 drivers/net/ethernet/sfc/ef10.c                    |   3 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  12 +-
 drivers/net/ethernet/ti/davinci_emac.c             |   4 +-
 drivers/net/ethernet/xscale/ixp4xx_eth.c           |   5 +-
 drivers/net/fddi/Kconfig                           |  15 +-
 drivers/net/fddi/defxx.c                           |  47 +-
 drivers/net/geneve.c                               |   4 +-
 drivers/net/phy/intel-xway.c                       |  21 +
 drivers/net/phy/marvell.c                          |  52 +-
 drivers/net/phy/smsc.c                             |   7 +-
 drivers/net/wan/hdlc_fr.c                          |   5 +-
 drivers/net/wan/lapbether.c                        |  32 +-
 drivers/net/wireless/ath/ath10k/htc.c              |   2 +-
 drivers/net/wireless/ath/ath10k/wmi-tlv.c          |   3 +
 drivers/net/wireless/ath/ath9k/htc_drv_init.c      |   2 +-
 drivers/net/wireless/ath/ath9k/hw.c                |   2 +-
 drivers/net/wireless/intel/ipw2x00/libipw_wx.c     |   6 +-
 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c   |   5 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c     |  20 +-
 drivers/net/wireless/marvell/mwl8k.c               |   1 +
 drivers/net/wireless/mediatek/mt76/dma.c           |   2 +-
 drivers/net/wireless/mediatek/mt76/mt76.h          |   1 +
 drivers/net/wireless/mediatek/mt76/mt7615/mac.c    |  44 +-
 drivers/net/wireless/mediatek/mt76/mt7615/main.c   |  12 +-
 drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h |  10 +-
 .../net/wireless/mediatek/mt76/mt7615/pci_init.c   |   3 +-
 .../net/wireless/mediatek/mt76/mt7615/sdio_txrx.c  |  11 +-
 .../net/wireless/mediatek/mt76/mt7915/debugfs.c    |   2 +-
 drivers/net/wireless/mediatek/mt76/mt7915/dma.c    |   8 +
 drivers/net/wireless/mediatek/mt76/mt7915/init.c   |   3 +-
 drivers/net/wireless/mediatek/mt76/mt7915/mac.c    |  52 +-
 drivers/net/wireless/mediatek/mt76/mt7915/main.c   |  11 +-
 drivers/net/wireless/mediatek/mt76/mt7915/mcu.c    |  85 +--
 drivers/net/wireless/mediatek/mt76/mt7915/mt7915.h |  11 +-
 drivers/net/wireless/mediatek/mt76/mt7915/pci.c    |   4 +
 drivers/net/wireless/mediatek/mt76/mt7915/regs.h   |   3 +-
 drivers/net/wireless/mediatek/mt76/sdio.c          |   3 +
 drivers/net/wireless/mediatek/mt76/tx.c            |  28 +-
 drivers/net/wireless/mediatek/mt7601u/eeprom.c     |   2 +-
 drivers/net/wireless/microchip/wilc1000/sdio.c     |   2 +-
 .../net/wireless/realtek/rtlwifi/rtl8821ae/table.c | 500 ++++++++++++-----
 drivers/net/wireless/realtek/rtw88/debug.c         |   2 +-
 drivers/net/wireless/realtek/rtw88/phy.c           |   5 +-
 drivers/net/wireless/ti/wlcore/boot.c              |  13 +-
 drivers/net/wireless/ti/wlcore/debugfs.h           |   7 +-
 drivers/nfc/pn533/pn533.c                          |   3 +
 drivers/nvme/host/multipath.c                      |   4 +
 drivers/nvme/host/pci.c                            |   2 +-
 drivers/nvme/host/tcp.c                            |   4 +-
 drivers/nvme/target/tcp.c                          |  43 +-
 drivers/nvmem/qfprom.c                             |  21 +
 drivers/of/overlay.c                               |   1 +
 drivers/pci/controller/dwc/pci-keystone.c          |   3 +-
 drivers/pci/controller/pci-xgene.c                 |   3 +-
 drivers/pci/vpd.c                                  |   1 -
 drivers/phy/cadence/phy-cadence-sierra.c           |   7 +-
 drivers/phy/ingenic/phy-ingenic-usb.c              |   4 +-
 drivers/phy/marvell/Kconfig                        |   4 +-
 drivers/phy/ralink/phy-mt7621-pci.c                |   6 +-
 drivers/phy/ti/phy-j721e-wiz.c                     |  23 +-
 drivers/pinctrl/pinctrl-single.c                   |  63 ++-
 drivers/platform/x86/dell-wmi-sysman/sysman.c      |  32 +-
 drivers/platform/x86/pmc_atom.c                    |  28 +-
 drivers/power/supply/bq25980_charger.c             |  40 +-
 drivers/regulator/bd9576-regulator.c               |  11 +-
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c             |   6 +-
 drivers/scsi/ibmvscsi/ibmvfc.c                     |  57 +-
 drivers/scsi/jazz_esp.c                            |   4 +-
 drivers/scsi/lpfc/lpfc_els.c                       |  50 +-
 drivers/scsi/pm8001/pm8001_hwi.c                   |   2 +-
 drivers/scsi/pm8001/pm80xx_hwi.c                   |   4 +-
 drivers/scsi/sni_53c710.c                          |   5 +-
 drivers/scsi/sun3x_esp.c                           |   4 +-
 drivers/scsi/ufs/ufshcd-pltfrm.c                   |   2 +-
 drivers/soc/aspeed/aspeed-lpc-snoop.c              |   4 +-
 drivers/soc/qcom/mdt_loader.c                      |  17 +
 drivers/soc/qcom/pdr_interface.c                   |   2 +-
 drivers/soc/tegra/regulators-tegra30.c             |   2 +-
 drivers/soundwire/bus.c                            |   3 +-
 drivers/soundwire/stream.c                         |  10 +-
 drivers/spi/spi-fsl-lpspi.c                        |   2 +-
 drivers/spi/spi-fsl-spi.c                          |  23 +-
 drivers/spi/spi-rockchip.c                         |  13 +-
 drivers/spi/spi-stm32.c                            |  27 +-
 drivers/spi/spi-zynqmp-gqspi.c                     | 154 +++---
 drivers/spi/spi.c                                  |   9 +-
 .../staging/comedi/drivers/tests/ni_routes_test.c  |   6 +-
 drivers/staging/fwserial/fwserial.c                |  19 +-
 drivers/staging/greybus/uart.c                     |  13 +-
 drivers/staging/media/atomisp/i2c/atomisp-lm3554.c |  19 +-
 drivers/staging/media/atomisp/pci/atomisp_ioctl.c  |   4 +-
 drivers/staging/media/atomisp/pci/hmm/hmm_bo.c     |  13 +-
 drivers/staging/media/omap4iss/iss.c               |   4 +-
 drivers/staging/media/rkvdec/rkvdec.c              |  48 +-
 drivers/staging/media/rkvdec/rkvdec.h              |   1 -
 drivers/staging/media/sunxi/cedrus/cedrus_regs.h   |  17 +-
 drivers/staging/rtl8192u/r8192U_core.c             |   2 +-
 drivers/tty/amiserial.c                            |   1 +
 drivers/tty/moxa.c                                 |  18 +-
 drivers/tty/serial/liteuart.c                      |   4 +-
 drivers/tty/serial/omap-serial.c                   |  51 +-
 drivers/tty/serial/sc16is7xx.c                     |   2 +-
 drivers/tty/serial/serial_core.c                   |   6 +-
 drivers/tty/serial/stm32-usart.c                   | 610 +++++++++++----------
 drivers/tty/serial/stm32-usart.h                   |   5 +-
 drivers/tty/tty_io.c                               |   8 +-
 drivers/tty/tty_ioctl.c                            |   4 +-
 drivers/usb/class/cdc-acm.c                        |  16 +-
 drivers/usb/dwc2/core_intr.c                       | 154 +++---
 drivers/usb/dwc2/hcd.c                             |  10 +-
 drivers/usb/gadget/udc/aspeed-vhub/core.c          |   3 +-
 drivers/usb/gadget/udc/aspeed-vhub/epn.c           |   2 +-
 drivers/usb/gadget/udc/fotg210-udc.c               |  26 +-
 drivers/usb/gadget/udc/pch_udc.c                   | 123 +++--
 drivers/usb/gadget/udc/r8a66597-udc.c              |   2 +
 drivers/usb/gadget/udc/s3c2410_udc.c               |  24 +-
 drivers/usb/gadget/udc/snps_udc_plat.c             |   4 +-
 drivers/usb/host/xhci-mtk-sch.c                    |  80 ++-
 drivers/usb/host/xhci-mtk.h                        |   6 +-
 drivers/usb/roles/class.c                          |   2 +
 drivers/usb/serial/ti_usb_3410_5052.c              |   9 +-
 drivers/usb/serial/usb_wwan.c                      |   9 +-
 drivers/usb/typec/stusb160x.c                      |   4 +-
 drivers/usb/typec/tcpm/tcpci.c                     |  21 +-
 drivers/usb/typec/tcpm/tcpm.c                      | 116 ++--
 drivers/usb/typec/tps6598x.c                       |   4 +-
 drivers/usb/usbip/vudc_sysfs.c                     |   2 +
 drivers/vfio/fsl-mc/vfio_fsl_mc.c                  |  74 ++-
 drivers/vfio/mdev/mdev_sysfs.c                     |   2 +-
 drivers/vfio/pci/vfio_pci.c                        | 131 +++--
 fs/afs/dir.c                                       |   7 +
 fs/afs/dir_silly.c                                 |   3 +
 fs/afs/fs_operation.c                              |   6 +
 fs/afs/inode.c                                     |  12 +-
 fs/afs/internal.h                                  |   2 +
 fs/afs/write.c                                     |   1 +
 fs/dlm/lowcomms.c                                  |   1 +
 fs/io_uring.c                                      |  14 +-
 fs/nfsd/nfs4proc.c                                 |   4 +-
 fs/overlayfs/copy_up.c                             |   3 +-
 fs/overlayfs/overlayfs.h                           |  30 +-
 fs/overlayfs/readdir.c                             |  12 -
 fs/overlayfs/super.c                               |   2 +
 fs/overlayfs/util.c                                |  31 +-
 fs/proc/array.c                                    |   2 +
 fs/xfs/libxfs/xfs_attr.c                           |   1 +
 include/crypto/internal/poly1305.h                 |   3 +-
 include/crypto/poly1305.h                          |   6 +-
 include/keys/trusted-type.h                        |   1 +
 include/linux/dma-iommu.h                          |   2 +
 include/linux/firmware/xlnx-zynqmp.h               |   5 -
 include/linux/gpio/driver.h                        |   9 +
 include/linux/hid.h                                |   2 +
 include/linux/intel-iommu.h                        |   3 +
 include/linux/iommu.h                              |   2 +-
 include/linux/kvm_host.h                           |   4 +-
 include/linux/platform_device.h                    |   3 +
 include/linux/pm_runtime.h                         |   2 +-
 include/linux/smp.h                                |   2 +-
 include/linux/spi/spi.h                            |   3 +
 include/linux/tty_driver.h                         |   2 +-
 include/linux/udp.h                                |  16 +-
 include/net/addrconf.h                             |   1 -
 include/net/bluetooth/hci_core.h                   |   1 +
 include/net/netfilter/nf_tables_offload.h          |  12 +-
 include/uapi/linux/tty_flags.h                     |   4 +-
 init/init_task.c                                   |   2 +-
 kernel/bpf/ringbuf.c                               |  24 +-
 kernel/bpf/verifier.c                              |  30 +-
 kernel/kthread.c                                   |  33 +-
 kernel/printk/printk.c                             |   9 +-
 kernel/rcu/tree.c                                  |   1 -
 kernel/sched/core.c                                |   2 +-
 kernel/sched/debug.c                               |  42 +-
 kernel/sched/fair.c                                |   5 +-
 kernel/sched/sched.h                               |   7 +
 kernel/smp.c                                       |  20 +-
 kernel/up.c                                        |   2 +-
 lib/bug.c                                          |  33 +-
 lib/crypto/poly1305-donna32.c                      |   3 +-
 lib/crypto/poly1305-donna64.c                      |   3 +-
 lib/crypto/poly1305.c                              |   3 +-
 mm/memcontrol.c                                    |  10 +-
 mm/memory-failure.c                                |   2 +-
 mm/slab.c                                          |   3 +-
 mm/slab.h                                          |   6 +-
 mm/slab_common.c                                   |   2 +-
 mm/slub.c                                          |  18 +-
 mm/sparse.c                                        |   1 +
 net/bluetooth/hci_conn.c                           |   4 -
 net/bluetooth/hci_event.c                          |   3 +-
 net/bluetooth/hci_request.c                        |  12 +-
 net/bridge/br_multicast.c                          |  33 +-
 net/core/dev.c                                     |   8 +-
 net/ipv4/route.c                                   |  42 +-
 net/ipv4/tcp_cong.c                                |   4 +
 net/ipv4/udp.c                                     |   3 +
 net/ipv6/mcast_snoop.c                             |  12 +-
 net/mac80211/main.c                                |   7 +-
 net/mptcp/protocol.c                               |   4 +-
 net/netfilter/nf_tables_offload.c                  |  44 ++
 net/netfilter/nft_cmp.c                            |  41 +-
 net/netfilter/nft_payload.c                        |  13 +-
 net/nfc/digital_dep.c                              |   2 +
 net/nfc/llcp_sock.c                                |   4 +
 net/packet/af_packet.c                             |  15 +-
 net/packet/internal.h                              |   2 +-
 net/sctp/socket.c                                  |  38 +-
 net/tipc/crypto.c                                  |   2 +
 net/vmw_vsock/virtio_transport_common.c            |  28 +-
 net/vmw_vsock/vmci_transport.c                     |   3 +-
 net/wireless/scan.c                                |   2 +
 net/xdp/xsk.c                                      |   8 +-
 samples/kfifo/bytestream-example.c                 |   8 +-
 samples/kfifo/inttype-example.c                    |   8 +-
 samples/kfifo/record-example.c                     |   8 +-
 security/integrity/ima/ima_template.c              |   4 +-
 security/keys/trusted-keys/trusted_tpm1.c          |  32 +-
 security/keys/trusted-keys/trusted_tpm2.c          |  10 +-
 security/selinux/include/classmap.h                |   5 +-
 sound/core/init.c                                  |   2 -
 sound/pci/hda/patch_realtek.c                      | 162 +++---
 sound/soc/codecs/ak5558.c                          |   4 +-
 sound/soc/codecs/tlv320aic32x4.c                   |  12 +-
 sound/soc/codecs/wm8960.c                          |  12 +-
 sound/soc/generic/audio-graph-card.c               |   2 +-
 sound/soc/generic/simple-card.c                    |   2 +-
 sound/soc/intel/Makefile                           |   2 +-
 sound/soc/intel/boards/kbl_da7219_max98927.c       |  38 +-
 sound/soc/intel/boards/sof_wm8804.c                |   6 +-
 sound/soc/intel/skylake/Makefile                   |   2 +-
 sound/soc/qcom/qdsp6/q6afe-clocks.c                | 209 +++----
 sound/soc/qcom/qdsp6/q6afe.c                       |   2 +-
 sound/soc/qcom/qdsp6/q6afe.h                       |   2 +-
 sound/soc/samsung/tm2_wm5110.c                     |   2 +-
 sound/usb/card.c                                   |  14 +-
 sound/usb/midi.c                                   |   2 +-
 sound/usb/quirks.c                                 |  16 +-
 sound/usb/usbaudio.h                               |   2 +
 tools/bpf/bpftool/btf.c                            |   3 +
 tools/bpf/bpftool/main.c                           |   3 +-
 tools/bpf/bpftool/map.c                            |   2 +-
 tools/lib/bpf/bpf_core_read.h                      |  16 +-
 tools/lib/bpf/bpf_tracing.h                        |  40 +-
 tools/lib/bpf/btf.h                                |   1 +
 tools/lib/bpf/libbpf.h                             |   1 +
 tools/lib/perf/include/perf/event.h                |   7 +-
 tools/perf/pmu-events/arch/x86/amdzen1/cache.json  |   2 +-
 .../pmu-events/arch/x86/amdzen1/recommended.json   |   6 +-
 tools/perf/pmu-events/arch/x86/amdzen2/cache.json  |   2 +-
 .../pmu-events/arch/x86/amdzen2/recommended.json   |   6 +-
 tools/perf/trace/beauty/fsconfig.sh                |   7 +-
 tools/perf/util/jitdump.c                          |  30 +-
 tools/perf/util/session.c                          |  15 +-
 tools/perf/util/symbol_fprintf.c                   |   2 +-
 tools/power/x86/turbostat/turbostat.c              |  62 ++-
 tools/testing/selftests/bpf/Makefile               |   5 +-
 .../testing/selftests/bpf/prog_tests/core_reloc.c  |  51 +-
 ...tf__core_reloc_existence___err_wrong_arr_kind.c |   3 -
 ...re_reloc_existence___err_wrong_arr_value_type.c |   3 -
 ...tf__core_reloc_existence___err_wrong_int_kind.c |   3 -
 .../btf__core_reloc_existence___err_wrong_int_sz.c |   3 -
 ...tf__core_reloc_existence___err_wrong_int_type.c |   3 -
 ..._core_reloc_existence___err_wrong_struct_type.c |   3 -
 .../btf__core_reloc_existence___wrong_field_defs.c |   3 +
 .../testing/selftests/bpf/progs/core_reloc_types.h |  20 +-
 .../testing/selftests/bpf/verifier/array_access.c  |   2 +-
 .../selftests/drivers/net/mlxsw/tc_flower_scale.sh |   6 +-
 tools/testing/selftests/kvm/dirty_log_test.c       |  69 ++-
 tools/testing/selftests/lib.mk                     |   3 +-
 .../net/forwarding/mirror_gre_vlan_bridge_1q.sh    |   2 +-
 tools/testing/selftests/x86/thunks_32.S            |   2 +
 virt/kvm/coalesced_mmio.c                          |  19 +-
 virt/kvm/kvm_main.c                                |  20 +-
 611 files changed, 5655 insertions(+), 3605 deletions(-)



^ permalink raw reply	[flat|nested] 615+ messages in thread

end of thread, other threads:[~2021-05-13 20:32 UTC | newest]

Thread overview: 615+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12 14:41 [PATCH 5.11 000/601] 5.11.21-rc1 review Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 001/601] Bluetooth: verify AMP hci_chan before amp_destroy Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 002/601] bluetooth: eliminate the potential race condition when removing the HCI controller Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 003/601] net/nfc: fix use-after-free llcp_sock_bind/connect Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 004/601] io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 005/601] Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL" Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 006/601] usb: roles: Call try_module_get() from usb_role_switch_find_by_fwnode() Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 007/601] tty: moxa: fix TIOCSSERIAL jiffies conversions Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 008/601] tty: amiserial: fix TIOCSSERIAL permission check Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 009/601] USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversions Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 010/601] staging: greybus: uart: " Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 011/601] USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission check Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 012/601] staging: fwserial: fix TIOCSSERIAL jiffies conversions Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 013/601] tty: moxa: fix TIOCSSERIAL permission check Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 014/601] staging: fwserial: " Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 015/601] drm: bridge: fix LONTIUM use of mipi_dsi_() functions Greg Kroah-Hartman
2021-05-12 14:41   ` Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 016/601] usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supply Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 017/601] usb: typec: tcpm: Address incorrect values of tcpm psy for pps supply Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 018/601] usb: typec: tcpm: update power supply once partner accepts Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 019/601] usb: xhci-mtk: remove or operator for setting schedule parameters Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 020/601] usb: xhci-mtk: improve bandwidth scheduling with TT Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 021/601] ASoC: samsung: tm2_wm5110: check of of_parse return value Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 022/601] ASoC: Intel: kbl_da7219_max98927: Fix kabylake_ssp_fixup function Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 023/601] ASoC: tlv320aic32x4: Register clocks before registering component Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 024/601] ASoC: tlv320aic32x4: Increase maximum register in regmap Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 025/601] MIPS: pci-mt7620: fix PLL lock check Greg Kroah-Hartman
2021-05-12 14:41   ` Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 026/601] MIPS: pci-rt2880: fix slot 0 configuration Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 027/601] FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSR Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 028/601] PCI: Allow VPD access for QLogic ISP2722 Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 029/601] KVM: x86: Defer the MMU unload to the normal path on an global INVPCID Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 030/601] PCI: xgene: Fix cfg resource mapping Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 031/601] PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.c Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 032/601] PM / devfreq: Unlock mutex and free devfreq struct in error path Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 033/601] soc/tegra: regulators: Fix locking up when voltage-spread is out of range Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 034/601] iio: inv_mpu6050: Fully validate gyro and accel scale writes Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 035/601] iio: sx9310: Fix write_.._debounce() Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 036/601] iio:accel:adis16201: Fix wrong axis assignment that prevents loading Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 037/601] iio:adc:ad7476: Fix remove handling Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 038/601] iio: sx9310: Fix access to variable DT array Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 039/601] sc16is7xx: Defer probe if device read fails Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 040/601] phy: cadence: Sierra: Fix PHY power_on sequence Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 041/601] misc: lis3lv02d: Fix false-positive WARN on various HP models Greg Kroah-Hartman
2021-05-12 14:41 ` [PATCH 5.11 042/601] phy: ti: j721e-wiz: Invoke wiz_init() before of_platform_device_create() Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 043/601] misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg struct Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 044/601] misc: vmw_vmci: explicitly initialize vmci_datagram payload Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 045/601] selinux: add proper NULL termination to the secclass_map permissions Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 046/601] x86, sched: Treat Intel SNC topology as default, COD as exception Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 047/601] async_xor: increase src_offs when dropping destination page Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 048/601] md/bitmap: wait for external bitmap writes to complete during tear down Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 049/601] md-cluster: fix use-after-free issue when removing rdev Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 050/601] md: split mddev_find Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 051/601] md: factor out a mddev_find_locked helper from mddev_find Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 052/601] md: md_open returns -EBUSY when entering racing area Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 053/601] md: Fix missing unused status line of /proc/mdstat Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 054/601] MIPS: Reinstate platform `__div64_32 handler Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 055/601] MIPS: generic: Update node names to avoid unit addresses Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 056/601] mt76: mt7615: use ieee80211_free_txskb() in mt7615_tx_token_put() Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 057/601] ipw2x00: potential buffer overflow in libipw_wx_set_encodeext() Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 058/601] cfg80211: scan: drop entry from hidden_list on overflow Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 059/601] rtw88: Fix array overrun in rtw_get_tx_power_params() Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 060/601] mt76: fix potential DMA mapping leak Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 061/601] FDDI: defxx: Make MMIO the configuration default except for EISA Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 062/601] drm/qxl: use ttm bo priorities Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 063/601] drm/ingenic: Fix non-OSD mode Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 064/601] drm/panfrost: Clear MMU irqs before handling the fault Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 065/601] drm/panfrost: Dont try to map pages that are already mapped Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 066/601] drm/radeon: fix copy of uninitialized variable back to userspace Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 067/601] drm/dp_mst: Revise broadcast msg lct & lcr Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 068/601] drm/dp_mst: Set CLEAR_PAYLOAD_ID_TABLE as broadcast Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 069/601] drm: bridge: fix ANX7625 use of mipi_dsi_() functions Greg Kroah-Hartman
2021-05-12 14:42   ` Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 070/601] drm: bridge/panel: Cleanup connector on bridge detach Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 071/601] drm/amd/display: Reject non-zero src_y and src_x for video planes Greg Kroah-Hartman
2021-05-12 14:42   ` Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 072/601] drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2 Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 073/601] drm/amdgpu: add new MC firmware for Polaris12 32bit ASIC Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 074/601] drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 075/601] ALSA: hda/realtek: Re-order ALC882 Acer quirk table entries Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 076/601] ALSA: hda/realtek: Re-order ALC882 Sony " Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 077/601] ALSA: hda/realtek: Re-order ALC882 Clevo " Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 078/601] ALSA: hda/realtek: Re-order ALC269 HP " Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 079/601] ALSA: hda/realtek: Re-order ALC269 Acer " Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 080/601] ALSA: hda/realtek: Re-order ALC269 Dell " Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 081/601] ALSA: hda/realtek: Re-order ALC269 ASUS " Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 082/601] ALSA: hda/realtek: Re-order ALC269 Sony " Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 083/601] ALSA: hda/realtek: Re-order ALC269 Lenovo " Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 084/601] ALSA: hda/realtek: Re-order remaining ALC269 " Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 085/601] ALSA: hda/realtek: Re-order ALC662 " Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 086/601] ALSA: hda/realtek: Remove redundant entry for ALC861 Haier/Uniwill devices Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 087/601] ALSA: hda/realtek: ALC285 Thinkpad jack pin quirk is unreachable Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 088/601] ALSA: hda/realtek: Fix speaker amp on HP Envy AiO 32 Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 089/601] KVM: s390: VSIE: correctly handle MVPG when in VSIE Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 090/601] KVM: s390: split kvm_s390_logical_to_effective Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 091/601] KVM: s390: fix guarded storage control register handling Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 092/601] s390: fix detection of vector enhancements facility 1 vs. vector packed decimal facility Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 093/601] KVM: s390: VSIE: fix MVPG handling for prefixing and MSO Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 094/601] KVM: s390: split kvm_s390_real_to_abs Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 095/601] KVM: s390: extend kvm_s390_shadow_fault to return entry pointer Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 096/601] KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 097/601] KVM: X86: Fix failure to boost kernel lock holder candidate in SEV-ES guests Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 098/601] KVM: x86: Remove emulators broken checks on CR0/CR3/CR4 loads Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 099/601] KVM: nSVM: Set the shadow root level to the TDP level for nested NPT Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 100/601] KVM: SVM: Dont strip the C-bit from CR2 on #PF interception Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 101/601] KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs Greg Kroah-Hartman
2021-05-12 14:42 ` [PATCH 5.11 102/601] KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 103/601] KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 104/601] KVM: SVM: Inject #GP on guest MSR_TSC_AUX accesses if RDTSCP unsupported Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 105/601] KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 106/601] KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 107/601] KVM: nVMX: Truncate base/index GPR value on address calc " Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 108/601] KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 109/601] KVM: Destroy I/O bus devices on unregister failure _after_ syncing SRCU Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 110/601] KVM: Stop looking for coalesced MMIO zones if the bus is destroyed Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 111/601] KVM: arm64: Fully zero the vcpu state on reset Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 112/601] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 113/601] KVM: selftests: Sync data verify of dirty logging with guest sync Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 114/601] KVM: selftests: Always run vCPU thread with blocked SIG_IPI Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 115/601] Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit" Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 116/601] Revert "i3c master: fix missing destroy_workqueue() on error in i3c_master_register" Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 117/601] mfd: stmpe: Revert "Constify static struct resource" Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 118/601] ovl: fix missing revert_creds() on error path Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 119/601] Revert "drm/qxl: do not run release if qxl failed to init" Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 120/601] usb: gadget: pch_udc: Revert d3cb25a12138 completely Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 121/601] Revert "tools/power turbostat: adjust for temperature offset" Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 122/601] firmware: xilinx: Fix dereferencing freed memory Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 123/601] firmware: xilinx: Remove zynqmp_pm_get_eemi_ops() in IS_REACHABLE(CONFIG_ZYNQMP_FIRMWARE) Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 124/601] x86/vdso: Use proper modifier for lens format specifier in extract() Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 125/601] fpga: fpga-mgr: xilinx-spi: fix error messages on -EPROBE_DEFER Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 126/601] crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe() Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 127/601] crypto: sun8i-ss - fix result memory leak on error path Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 128/601] memory: gpmc: fix out of bounds read and dereference on gpmc_cs[] Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 129/601] ARM: dts: exynos: correct fuel gauge interrupt trigger level on GT-I9100 Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 130/601] ARM: dts: exynos: correct fuel gauge interrupt trigger level on P4 Note family Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 131/601] ARM: dts: exynos: correct fuel gauge interrupt trigger level on Midas family Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 132/601] ARM: dts: exynos: correct MUIC " Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 133/601] ARM: dts: exynos: correct PMIC " Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 134/601] ARM: dts: exynos: correct PMIC interrupt trigger level on Odroid X/U3 family Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 135/601] ARM: dts: exynos: correct PMIC interrupt trigger level on P4 Note family Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 136/601] ARM: dts: exynos: correct PMIC interrupt trigger level on SMDK5250 Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 137/601] ARM: dts: exynos: correct PMIC interrupt trigger level on Snow Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 138/601] ARM: dts: s5pv210: correct fuel gauge interrupt trigger level on Fascinate family Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 139/601] ARM: dts: renesas: Add mmc aliases into R-Car Gen2 board dts files Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 140/601] arm64: dts: renesas: Add mmc aliases into " Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 141/601] bus: ti-sysc: Fix initializing module_pa for modules without sysc register Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 142/601] x86/platform/uv: Set section block size for hubless architectures Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 143/601] serial: stm32: fix code cleaning warnings and checks Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 144/601] serial: stm32: add "_usart" prefix in functions name Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 145/601] serial: stm32: fix probe and remove order for dma Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 146/601] serial: stm32: Use of_device_get_match_data() Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 147/601] serial: stm32: fix startup by enabling usart for reception Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 148/601] serial: stm32: fix incorrect characters on console Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 149/601] serial: stm32: fix TX and RX FIFO thresholds Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 150/601] serial: stm32: fix a deadlock condition with wakeup event Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 151/601] serial: stm32: fix wake-up flag handling Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 152/601] serial: stm32: fix a deadlock in set_termios Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 153/601] serial: liteuart: fix return value check in liteuart_probe() Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 154/601] serial: stm32: fix tx dma completion, release channel Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 155/601] serial: stm32: call stm32_transmit_chars locked Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 156/601] serial: stm32: fix FIFO flush in startup and set_termios Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 157/601] serial: stm32: add FIFO flush when port is closed Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 158/601] serial: stm32: fix tx_empty condition Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 159/601] usb: typec: tcpm: Handle vbus shutoff when in source mode Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 160/601] usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUS Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 161/601] usb: typec: tps6598x: Fix return value check in tps6598x_probe() Greg Kroah-Hartman
2021-05-12 14:43 ` [PATCH 5.11 162/601] usb: typec: stusb160x: fix return value check in stusb160x_probe() Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 163/601] mfd: intel_pmt: Fix nuisance messages and handling of disabled capabilities Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 164/601] regmap: set debugfs_name to NULL after it is freed Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 165/601] spi: rockchip: avoid objtool warning Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 166/601] mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe() Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 167/601] mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECC Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 168/601] mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions() Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 169/601] mtd: rawnand: qcom: Return actual error code instead of -ENODEV Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 170/601] mtd: dont lock when recursively deleting partitions Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 171/601] mtd: maps: fix error return code of physmap_flash_remove() Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 172/601] ARM: dts: stm32: fix usart 2 & 3 pinconf to wake up with flow control Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 173/601] arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 174/601] iio: adis16480: fix pps mode sampling frequency math Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 175/601] arm64: dts: qcom: sc7180: trogdor: Fix trip point config of charger thermal zone Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 176/601] arm64: dts: qcom: sm8250: Fix level triggered PMU interrupt polarity Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 177/601] arm64: dts: qcom: sm8250: Fix timer interrupt to specify EL2 physical timer Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 178/601] arm64: dts: qcom: sc7180: Avoid glitching SPI CS at bootup on trogdor Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 179/601] arm64: dts: qcom: sdm845: fix number of pins in gpio-ranges Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 180/601] arm64: dts: qcom: sm8150: " Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 181/601] arm64: dts: qcom: sm8250: " Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 182/601] arm64: dts: qcom: db845c: fix correct powerdown pin for WSA881x Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 183/601] crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to map Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 184/601] spi: stm32: drop devres version of spi_register_master Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 185/601] regulator: bd9576: Fix return from bd957x_probe() Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 186/601] arm64: dts: renesas: r8a77980: Fix vin4-7 endpoint binding Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 187/601] selftests/x86: Add a missing .note.GNU-stack section to thunks_32.S Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 188/601] spi: stm32: Fix use-after-free on unbind Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 189/601] Drivers: hv: vmbus: Drop error message when No request id available Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 190/601] x86/microcode: Check for offline CPUs before requesting new microcode Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 191/601] devtmpfs: fix placement of complete() call Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 192/601] usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits() Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 193/601] usb: gadget: pch_udc: Check if driver is present before calling ->setup() Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 194/601] usb: gadget: pch_udc: Check for DMA mapping error Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 195/601] usb: gadget: pch_udc: Initialize device pointer before use Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 196/601] usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1) Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 197/601] crypto: ccp - fix command queuing to TEE ring buffer Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 198/601] crypto: qat - dont release uninitialized resources Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 199/601] crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 200/601] fotg210-udc: Fix DMA on EP0 for length > max packet size Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 201/601] fotg210-udc: Fix EP0 IN requests bigger than two packets Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 202/601] fotg210-udc: Remove a dubious condition leading to fotg210_done Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 203/601] fotg210-udc: Mask GRP2 interrupts we dont handle Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 204/601] fotg210-udc: Dont DMA more than the buffer can take Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 205/601] fotg210-udc: Complete OUT requests on short packets Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 206/601] usb: gadget: s3c: Fix incorrect resources releasing Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 207/601] usb: gadget: s3c: Fix the error handling path in s3c2410_udc_probe() Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 208/601] dt-bindings: serial: stm32: Use type: object instead of false for additionalProperties Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 209/601] mtd: require write permissions for locking and badblock ioctls Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 210/601] arm64: dts: renesas: r8a779a0: Fix PMU interrupt Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 211/601] arm64: dts: mt8183: Add gce client reg for display subcomponents Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 212/601] arm64: dts: mt8173: fix wrong power-domain phandle of pmic Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 213/601] bus: qcom: Put child node before return Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 214/601] soundwire: bus: Fix device found flag correctly Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 215/601] phy: ti: j721e-wiz: Delete "clk_div_sel" clk provider during cleanup Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 216/601] phy: ralink: phy-mt7621-pci: fix XTAL bitmask Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 217/601] phy: marvell: ARMADA375_USBCLUSTER_PHY should not default to y, unconditionally Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 218/601] phy: ralink: phy-mt7621-pci: fix return value check in mt7621_pci_phy_probe() Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 219/601] phy: ingenic: Fix a typo in ingenic_usb_phy_probe() Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 220/601] arm64: dts: mediatek: fix reset GPIO level on pumpkin Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 221/601] NFSv4.2: fix copy stateid copying for the async copy Greg Kroah-Hartman
2021-05-12 14:44 ` [PATCH 5.11 222/601] crypto: poly1305 - fix poly1305_core_setkey() declaration Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 223/601] crypto: qat - fix error path in adf_isr_resource_alloc() Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 224/601] usb: gadget: aspeed: fix dma map failure Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 225/601] USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR() Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 226/601] drivers: nvmem: Fix voltage settings for QTI qfprom-efuse Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 227/601] driver core: platform: Declare early_platform_cleanup() prototype Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 228/601] ARM: dts: qcom: msm8974-lge-nexus5: correct fuel gauge interrupt trigger level Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 229/601] ARM: dts: qcom: msm8974-samsung-klte: " Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 230/601] memory: pl353: fix mask of ECC page_size config register Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 231/601] soundwire: stream: fix memory leak in stream config error path Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 232/601] m68k: mvme147,mvme16x: Dont wipe PCC timer config bits Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 233/601] firmware: qcom_scm: Make __qcom_scm_is_call_available() return bool Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 234/601] firmware: qcom_scm: Reduce locking section for __get_convention() Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 235/601] firmware: qcom_scm: Workaround lack of "is available" call on SC7180 Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 236/601] iio: adc: Kconfig: make AD9467 depend on ADI_AXI_ADC symbol Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 237/601] mtd: rawnand: gpmi: Fix a double free in gpmi_nand_init Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 238/601] irqchip/gic-v3: Fix OF_BAD_ADDR error handling Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 239/601] staging: comedi: tests: ni_routes_test: Fix compilation error Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 240/601] staging: rtl8192u: Fix potential infinite loop Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 241/601] staging: fwserial: fix TIOCSSERIAL implementation Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 242/601] staging: fwserial: fix TIOCGSERIAL implementation Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 243/601] staging: greybus: uart: fix unprivileged TIOCCSERIAL Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 244/601] platform/x86: dell-wmi-sysman: Make init_bios_attributes() ACPI object parsing more robust Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 245/601] soc: qcom: pdr: Fix error return code in pdr_register_listener Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 246/601] PM / devfreq: Use more accurate returned new_freq as resume_freq Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 247/601] clocksource/drivers/timer-ti-dm: Fix posted mode status check order Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 248/601] clocksource/drivers/timer-ti-dm: Add missing set_state_oneshot_stopped Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 249/601] clocksource/drivers/ingenic_ost: Fix return value check in ingenic_ost_probe() Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 250/601] spi: Fix use-after-free with devm_spi_alloc_* Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 251/601] spi: fsl: add missing iounmap() on error in of_fsl_spi_probe() Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 252/601] soc: qcom: mdt_loader: Validate that p_filesz < p_memsz Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 253/601] soc: qcom: mdt_loader: Detect truncated read of segments Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 254/601] PM: runtime: Replace inline function pm_runtime_callbacks_present() Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 255/601] cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configuration Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 256/601] ACPI: CPPC: Replace cppc_attr with kobj_attribute Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 257/601] crypto: allwinner - add missing CRYPTO_ prefix Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 258/601] crypto: sun8i-ss - Fix memory leak of pad Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 259/601] crypto: sa2ul - Fix memory leak of rxd Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 260/601] crypto: qat - Fix a double free in adf_create_ring Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 261/601] cpufreq: armada-37xx: Fix setting TBG parent for load levels Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 262/601] clk: mvebu: armada-37xx-periph: remove .set_parent method for CPU PM clock Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 263/601] cpufreq: armada-37xx: Fix the AVS value for load L1 Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 264/601] clk: mvebu: armada-37xx-periph: Fix switching CPU freq from 250 Mhz to 1 GHz Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 265/601] clk: mvebu: armada-37xx-periph: Fix workaround for switching from L1 to L0 Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 266/601] cpufreq: armada-37xx: Fix driver cleanup when registration failed Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 267/601] cpufreq: armada-37xx: Fix determining base CPU frequency Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 268/601] spi: spi-zynqmp-gqspi: use wait_for_completion_timeout to make zynqmp_qspi_exec_op not interruptible Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 269/601] spi: spi-zynqmp-gqspi: add mutex locking for exec_op Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 270/601] spi: spi-zynqmp-gqspi: transmit dummy circles by using the controllers internal functionality Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 271/601] spi: spi-zynqmp-gqspi: fix incorrect operating mode in zynqmp_qspi_read_op Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 272/601] spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware() Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 273/601] usb: gadget: r8a66597: Add missing null check on return from platform_get_resource Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 274/601] USB: cdc-acm: fix unprivileged TIOCCSERIAL Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 275/601] USB: cdc-acm: fix TIOCGSERIAL implementation Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 276/601] tty: actually undefine superseded ASYNC flags Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 277/601] tty: fix return value for unsupported ioctls Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 278/601] tty: fix return value for unsupported termiox ioctls Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 279/601] serial: core: return early on unsupported ioctls Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 280/601] firmware: qcom-scm: Fix QCOM_SCM configuration Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 281/601] node: fix device cleanups in error handling code Greg Kroah-Hartman
2021-05-12 14:45 ` [PATCH 5.11 282/601] crypto: chelsio - Read rxchannel-id from firmware Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 283/601] usbip: vudc: fix missing unlock on error in usbip_sockfd_store() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 284/601] m68k: Add missing mmap_read_lock() to sys_cacheflush() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 285/601] spi: spi-zynqmp-gqspi: Fix missing unlock on error in zynqmp_qspi_exec_op() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 286/601] memory: renesas-rpc-if: fix possible NULL pointer dereference of resource Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 287/601] memory: samsung: exynos5422-dmc: handle clk_set_parent() failure Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 288/601] security: keys: trusted: fix TPM2 authorizations Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 289/601] platform/x86: pmc_atom: Match all Beckhoff Automation baytrail boards with critclk_systems DMI table Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 290/601] ARM: dts: aspeed: Rainier: Fix humidity sensor bus address Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 291/601] Drivers: hv: vmbus: Use after free in __vmbus_open() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 292/601] spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 293/601] spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 294/601] spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 295/601] spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 296/601] x86/platform/uv: Fix !KEXEC build failure Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 297/601] hwmon: (pmbus/pxe1610) dont bail out when not all pages are active Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 298/601] Drivers: hv: vmbus: Increase wait time for VMbus unload Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 299/601] PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820 integrity check Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 300/601] usb: dwc2: Fix host mode hibernation exit with remote wakeup flow Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 301/601] usb: dwc2: Fix hibernation between host and device modes Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 302/601] ttyprintk: Add TTY hangup callback Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 303/601] serial: omap: dont disable rs485 if rts gpio is missing Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 304/601] serial: omap: fix rs485 half-duplex filtering Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 305/601] xen-blkback: fix compatibility bug with single page rings Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 306/601] soc: aspeed: fix a ternary sign expansion bug Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 307/601] drm/tilcdc: send vblank event when disabling crtc Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 308/601] drm/stm: Fix bus_flags handling Greg Kroah-Hartman
2021-05-12 14:46   ` Greg Kroah-Hartman
2021-05-12 14:46   ` Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 309/601] drm/amd/display: Fix off by one in hdmi_14_process_transaction() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 310/601] drm/mcde/panel: Inverse misunderstood flag Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 311/601] scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 312/601] sched/fair: Fix shift-out-of-bounds in load_balance() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 313/601] printk: limit second loop of syslog_print_all Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 314/601] afs: Fix updating of i_mode due to 3rd party change Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 315/601] rcu: Remove spurious instrumentation_end() in rcu_nmi_enter() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 316/601] media: vivid: fix assignment of dev->fbuf_out_flags Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 317/601] media: saa7134: use sg_dma_len when building pgtable Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 318/601] media: saa7146: " Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 319/601] media: omap4iss: return error code when omap4iss_get() failed Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 320/601] media: rkisp1: rsz: crash fix when setting src format Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 321/601] media: aspeed: fix clock handling logic Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 322/601] drm/probe-helper: Check epoch counter in output_poll_execute() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 323/601] media: venus: core: Fix some resource leaks in the error path of venus_probe() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 324/601] media: platform: sunxi: sun6i-csi: fix error return code of sun6i_video_start_streaming() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 325/601] media: m88ds3103: fix return value check in m88ds3103_probe() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 326/601] media: docs: Fix data organization of MEDIA_BUS_FMT_RGB101010_1X30 Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 327/601] media: [next] staging: media: atomisp: fix memory leak of object flash Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 328/601] media: atomisp: Fixed error handling path Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 329/601] media: m88rs6000t: avoid potential out-of-bounds reads on arrays Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 330/601] media: atomisp: Fix use after free in atomisp_alloc_css_stat_bufs() Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 331/601] drm/amdkfd: fix build error with AMD_IOMMU_V2=m Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 332/601] of: overlay: fix for_each_child.cocci warnings Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 333/601] x86/kprobes: Fix to check non boostable prefixes correctly Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 334/601] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS) Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 335/601] pata_arasan_cf: fix IRQ check Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 336/601] pata_ipx4xx_cf: " Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 337/601] sata_mv: add IRQ checks Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 338/601] ata: libahci_platform: fix IRQ check Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 339/601] seccomp: Fix CONFIG tests for Seccomp_filters Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 340/601] nvme-tcp: block BH in sk state_change sk callback Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 341/601] nvmet-tcp: fix incorrect locking in " Greg Kroah-Hartman
2021-05-12 14:46 ` [PATCH 5.11 342/601] clk: imx: Fix reparenting of UARTs not associated with stdout Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 343/601] power: supply: bq25980: Move props from battery node Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 344/601] nvme: retrigger ANA log update if group descriptor isnt found Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 345/601] media: ccs: Fix sub-device function Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 346/601] media: ipu3-cio2: Fix pixel-rate derived link frequency Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 347/601] media: i2c: imx219: Move out locking/unlocking of vflip and hflip controls from imx219_set_stream Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 348/601] media: i2c: imx219: Balance runtime PM use-count Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 349/601] media: v4l2-ctrls.c: fix race condition in hdl->requests list Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 350/601] media: rkvdec: Do not require all controls to be present in every request Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 351/601] vfio/fsl-mc: Re-order vfio_fsl_mc_probe() Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 352/601] vfio/pci: Move VGA and VF initialization to functions Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 353/601] vfio/pci: Re-order vfio_pci_probe() Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 354/601] drm/msm: Fix debugfs deadlock Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 355/601] vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 356/601] clk: zynqmp: move zynqmp_pll_set_mode out of round_rate callback Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 357/601] clk: zynqmp: pll: add set_pll_mode to check condition in zynqmp_pll_enable Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 358/601] drm: xlnx: zynqmp: fix a memset in zynqmp_dp_train() Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 359/601] clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 360/601] clk: qcom: apss-ipq-pll: " Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 361/601] drm/amd/display: use GFP_ATOMIC in dcn20_resource_construct Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 362/601] drm/amd/display: check fb of primary plane Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 363/601] drm/radeon: Fix a missing check bug in radeon_dp_mst_detect() Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 364/601] clk: uniphier: Fix potential infinite loop Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 365/601] scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check() Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 366/601] scsi: pm80xx: Fix potential infinite loop Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 367/601] scsi: ufs: ufshcd-pltfrm: Fix deferred probing Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 368/601] scsi: hisi_sas: Fix IRQ checks Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 369/601] scsi: jazz_esp: Add IRQ check Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 370/601] scsi: sun3x_esp: " Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 371/601] scsi: sni_53c710: " Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 372/601] scsi: ibmvfc: Fix invalid state machine BUG_ON() Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 373/601] mailbox: sprd: Introduce refcnt when clients requests/free channels Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 374/601] mfd: stm32-timers: Avoid clearing auto reload register Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 375/601] nvmet-tcp: fix a segmentation fault during io parsing error Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 376/601] nvme-pci: dont simple map sgl when sgls are disabled Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 377/601] media: meson-ge2d: fix rotation parameters Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 378/601] media: cedrus: Fix H265 status definitions Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 379/601] HSI: core: fix resource leaks in hsi_add_client_from_dt() Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 380/601] x86/events/amd/iommu: Fix sysfs type mismatch Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 381/601] perf/amd/uncore: " Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 382/601] io_uring: fix overflows checks in provide buffers Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 383/601] block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 384/601] sched/debug: Fix cgroup_path[] serialization Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 385/601] kthread: Fix PF_KTHREAD vs to_kthread() race Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 386/601] ataflop: potential out of bounds in do_format() Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 387/601] ataflop: fix off by one in ataflop_probe() Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 388/601] drivers/block/null_blk/main: Fix a double free in null_init Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 389/601] xsk: Respect devices headroom and tailroom on generic xmit path Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 390/601] HID: plantronics: Workaround for double volume key presses Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 391/601] perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of printed chars Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 392/601] ASoC: Intel: boards: sof-wm8804: add check for PLL setting Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 393/601] ASoC: Intel: Skylake: Compile when any configuration is selected Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 394/601] RDMA/mlx5: Fix mlx5 rates to IB rates map Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 395/601] wilc1000: write value to WILC_INTR2_ENABLE register Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 396/601] KVM: x86/mmu: Retry page faults that hit an invalid memslot Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 397/601] Bluetooth: avoid deadlock between hci_dev->lock and socket lock Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 398/601] net: lapbether: Prevent racing when checking whether the netif is running Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 399/601] libbpf: Add explicit padding to bpf_xdp_set_link_opts Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 400/601] bpftool: Fix maybe-uninitialized warnings Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 401/601] iommu: Check dev->iommu in iommu_dev_xxx functions Greg Kroah-Hartman
2021-05-12 14:47 ` [PATCH 5.11 402/601] dma-iommu: use static-key to minimize the impact in the fast-path Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 403/601] iommu/dma: Resurrect the "forcedac" option Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 404/601] iommu/vt-d: Reject unsupported page request modes Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 405/601] selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changed Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 406/601] libbpf: Add explicit padding to btf_dump_emit_type_decl_opts Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 407/601] powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is used Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 408/601] powerpc/fadump: Mark fadump_calculate_reserve_size as __init Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 409/601] powerpc/prom: Mark identical_pvr_fixup " Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 410/601] MIPS: fix local_irq_{disable,enable} in asmmacro.h Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 411/601] ima: Fix the error code for restoring the PCR value Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 412/601] inet: use bigger hash table for IP ID generation Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 413/601] pinctrl: pinctrl-single: remove unused parameter Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 414/601] pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when bits_per_mux is not zero Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 415/601] MIPS: loongson64: fix bug when PAGE_SIZE > 16KB Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 416/601] ASoC: wm8960: Remove bitclk relax condition in wm8960_configure_sysclk Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 417/601] iommu/arm-smmu-v3: add bit field SFM into GERROR_ERR_MASK Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 418/601] RDMA/mlx5: Fix drop packet rule in egress table Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 419/601] IB/isert: Fix a use after free in isert_connect_request Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 420/601] powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 421/601] MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 422/601] gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIP Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 423/601] fs: dlm: fix missing unlock on error in accept_from_sock() Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 424/601] ASoC: q6afe-clocks: fix reprobing of the driver Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 425/601] ALSA: core: remove redundant spin_lock pair in snd_card_disconnect Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 426/601] net: phy: lan87xx: fix access to wrong register of LAN87xx Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 427/601] udp: never accept GSO_FRAGLIST packets Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 428/601] powerpc/pseries: Only register vio drivers if vio bus exists Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 429/601] net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start() Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 430/601] bug: Remove redundant condition check in report_bug Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 431/601] RDMA/core: Fix corrupted SL on passive side Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 432/601] nfc: pn533: prevent potential memory corruption Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 433/601] net: hns3: Limiting the scope of vector_ring_chain variable Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 434/601] mips: bmips: fix syscon-reboot nodes Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 435/601] KVM: arm64: Fix error return code in init_hyp_mode() Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 436/601] iommu/vt-d: Dont set then clear private data in prq_event_thread() Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 437/601] iommu: Fix a boundary issue to avoid performance drop Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 438/601] iommu/vt-d: Report right snoop capability when using FL for IOVA Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 439/601] iommu/vt-d: Report the right page fault address Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 440/601] iommu/vt-d: Preset Access/Dirty bits for IOVA over FL Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 441/601] iommu/vt-d: Remove WO permissions on second-level paging entries Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 442/601] iommu/vt-d: Invalidate PASID cache when root/context entry changed Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 443/601] ALSA: usb-audio: Add error checks for usb_driver_claim_interface() calls Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 444/601] HID: lenovo: Use brightness_set_blocking callback for setting LEDs brightness Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 445/601] HID: lenovo: Fix lenovo_led_set_tp10ubkbd() error handling Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 446/601] HID: lenovo: Check hid_get_drvdata() returns non NULL in lenovo_event() Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 447/601] HID: lenovo: Map mic-mute button to KEY_F20 instead of KEY_MICMUTE Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 448/601] KVM: arm64: Initialize VCPU mdcr_el2 before loading it Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 449/601] ASoC: simple-card: fix possible uninitialized single_cpu local variable Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 450/601] liquidio: Fix unintented sign extension of a left shift of a u16 Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 451/601] IB/hfi1: Use kzalloc() for mmu_rb_handler allocation Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 452/601] powerpc/64s: Fix pte update for kernel memory on radix Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 453/601] powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp() Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 454/601] powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro() Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 455/601] powerpc/perf: Fix PMU constraint check for EBB events Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 456/601] powerpc: iommu: fix build when neither PCI or IBMVIO is set Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 457/601] mac80211: bail out if cipher schemes are invalid Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 458/601] perf vendor events amd: Fix broken L2 Cache Hits from L2 HWPF metric Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 459/601] RDMA/hns: Fix missing assignment of max_inline_data Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 460/601] xfs: fix return of uninitialized value in variable error Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 461/601] rtw88: Fix an error code in rtw_debugfs_set_rsvd_page() Greg Kroah-Hartman
2021-05-12 14:48 ` [PATCH 5.11 462/601] mt7601u: fix always true expression Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 463/601] mt76: mt7615: fix tx skb dma unmap Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 464/601] mt76: mt7915: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 465/601] mt76: mt7915: fix aggr len debugfs node Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 466/601] mt76: mt7615: fix mib stats counter reporting to mac80211 Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 467/601] mt76: mt7915: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 468/601] mt76: reduce q->lock hold time Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 469/601] mt76: check return value of mt76_txq_send_burst in mt76_txq_schedule_list Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 470/601] mt76: mt7915: fix rxrate reporting Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 471/601] mt76: mt7915: fix txrate reporting Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 472/601] mt76: mt7663: fix when beacon filter is being applied Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 473/601] mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregation Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 474/601] mt76: mt7663s: fix the possible device hang in high traffic Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 475/601] mt76: mt7615: cleanup mcu tx queue in mt7615_dma_reset() Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 476/601] mt76: mt7915: bring up the WA event rx queue for band1 Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 477/601] mt76: mt7915: cleanup mcu tx queue in mt7915_dma_reset() Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 478/601] KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exit Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 479/601] ovl: show "userxattr" in the mount data Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 480/601] ovl: invalidate readdir cache on changes to dir with origin Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 481/601] RDMA/qedr: Fix error return code in qedr_iw_connect() Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 482/601] IB/hfi1: Fix error return code in parse_platform_config() Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 483/601] RDMA/bnxt_re: Fix error return code in bnxt_qplib_cq_process_terminal() Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 484/601] cxgb4: Fix unintentional sign extension issues Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 485/601] net: thunderx: Fix unintentional sign extension issue Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 486/601] RDMA/srpt: Fix error return code in srpt_cm_req_recv() Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 487/601] RDMA/rtrs-clt: destroy sysfs after removing session from active list Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 488/601] i2c: cadence: fix reference leak when pm_runtime_get_sync fails Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 489/601] i2c: img-scb: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 490/601] i2c: imx-lpi2c: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 491/601] i2c: imx: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 492/601] i2c: omap: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 493/601] i2c: sprd: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 494/601] i2c: stm32f7: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 495/601] i2c: xiic: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 496/601] i2c: cadence: add IRQ check Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 497/601] i2c: emev2: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 498/601] i2c: jz4780: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 499/601] i2c: mlxbf: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 500/601] i2c: rcar: make sure irq is not threaded on Gen2 and earlier Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 501/601] i2c: rcar: protect against supurious interrupts on V3U Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 502/601] i2c: rcar: add IRQ check Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 503/601] i2c: sh7760: " Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 504/601] iwlwifi: rs-fw: dont support stbc for HE 160 Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 505/601] iwlwifi: dbg: disable ini debug in 9000 family and below Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 506/601] powerpc/xive: Drop check on irq_data in xive_core_debug_show() Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 507/601] powerpc/xive: Fix xmon command "dxi" Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 508/601] powerpc/syscall: Rename syscall_64.c into interrupt.c Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 509/601] powerpc/syscall: Change condition to check MSR_RI Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 510/601] ASoC: ak5558: correct reset polarity Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 511/601] net/mlx5: Fix bit-wise and with zero Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 512/601] net/packet: remove data races in fanout operations Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 513/601] drm/i915/gvt: Fix error code in intel_gvt_init_device() Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 514/601] iommu/amd: Put newline after closing bracket in warning Greg Kroah-Hartman
2021-05-12 14:49   ` Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 515/601] perf beauty: Fix fsconfig generator Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 516/601] drm/amdgpu: fix an error code in init_pmu_entry_by_type_and_add() Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 517/601] drm/amd/pm: fix error code in smu_set_power_limit() Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 518/601] MIPS: pci-legacy: stop using of_pci_range_to_resource Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 519/601] powerpc/pseries: extract host bridge from pci_bus prior to bus removal Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 520/601] mptcp: fix format specifiers for unsigned int Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 521/601] powerpc/smp: Reintroduce cpu_core_mask Greg Kroah-Hartman
2021-05-12 14:49 ` [PATCH 5.11 522/601] KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 523/601] rtlwifi: 8821ae: upgrade PHY and RF parameters Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 524/601] wlcore: fix overlapping snprintf arguments in debugfs Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 525/601] i2c: sh7760: fix IRQ error path Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 526/601] i2c: mediatek: Fix wrong dma sync flag Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 527/601] mwl8k: Fix a double Free in mwl8k_probe_hw Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 528/601] netfilter: nft_payload: fix C-VLAN offload support Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 529/601] netfilter: nftables_offload: VLAN id needs host byteorder in flow dissector Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 530/601] netfilter: nftables_offload: special ethertype handling for VLAN Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 531/601] vsock/vmci: log once the failed queue pair allocation Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 532/601] libbpf: Initialize the bpf_seq_printf parameters array field by field Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 533/601] net: ethernet: ixp4xx: Set the DMA masks explicitly Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 534/601] gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 535/601] RDMA/cxgb4: add missing qpid increment Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 536/601] RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one fails Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 537/601] ALSA: usb: midi: dont return -ENOMEM when usb_urb_ep_type_check fails Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 538/601] sfc: ef10: fix TX queue lookup in TX event handling Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 539/601] vsock/virtio: free queued packets when closing socket Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 540/601] net: marvell: prestera: fix port event handling on init Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 541/601] net: davinci_emac: Fix incorrect masking of tx and rx error channel Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 542/601] mt76: mt7615: fix memleak when mt7615_unregister_device() Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 543/601] mt76: mt7915: fix memleak when mt7915_unregister_device() Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 544/601] powerpc/pseries/iommu: Fix window size for direct mapping with pmem Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 545/601] crypto: ccp: Detect and reject "invalid" addresses destined for PSP Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 546/601] net: dsa: mv88e6xxx: Fix off-by-one in VTU devlink region size Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 547/601] nfp: devlink: initialize the devlink port attribute "lanes" Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 548/601] net: stmmac: fix TSO and TBS feature enabling during driver open Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 549/601] net: renesas: ravb: Fix a stuck issue when a lot of frames are received Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 550/601] net: phy: intel-xway: enable integrated led functions Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 551/601] RDMA/rxe: Fix a bug in rxe_fill_ip_info() Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 552/601] RDMA/core: Add CM to restrack after successful attachment to a device Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 553/601] powerpc/64: Fix the definition of the fixmap area Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 554/601] ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devices Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 555/601] ath10k: Fix a use after free in ath10k_htc_send_bundle Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 556/601] ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lock Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 557/601] wlcore: Fix buffer overrun by snprintf due to incorrect buffer size Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 558/601] powerpc/perf: Fix the threshold event selection for memory events in power10 Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 559/601] powerpc/52xx: Fix an invalid ASM expression (addi used instead of add) Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 560/601] net: phy: marvell: fix m88e1011_set_downshift Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 561/601] net: phy: marvell: fix m88e1111_set_downshift Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 562/601] net: enetc: fix link error again Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 563/601] bnxt_en: fix ternary sign extension bug in bnxt_show_temp() Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 564/601] ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8211E Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 565/601] arm64: " Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 566/601] net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skb Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 567/601] selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry static Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 568/601] selftests: mlxsw: Remove a redundant if statement in tc_flower_scale test Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 569/601] bnxt_en: Fix RX consumer index logic in the error path Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 570/601] KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVM Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 571/601] KVM: SVM: Zero out the VMCB array used to track SEV ASID association Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 572/601] KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 573/601] KVM: SVM: Disable SEV/SEV-ES if NPT is disabled Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 574/601] net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 575/601] selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macro Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 576/601] selftests/bpf: Fix field existence CO-RE reloc tests Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 577/601] selftests/bpf: Fix core_reloc test runner Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 578/601] bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 579/601] RDMA/siw: Fix a use after free in siw_alloc_mr Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 580/601] RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_res Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 581/601] net: bridge: mcast: fix broken length + header check for MRDv6 Adv Greg Kroah-Hartman
2021-05-12 14:50 ` [PATCH 5.11 582/601] net: dsa: mv88e6xxx: Fix 6095/6097/6185 ports in non-SERDES CMODE Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 583/601] net:nfc:digital: Fix a double free in digital_tg_recv_dep_req Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 584/601] perf tools: Change fields type in perf_record_time_conv Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 585/601] perf jit: Let convert_timestamp() to be backwards-compatible Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 586/601] perf session: Add swap operation for event TIME_CONV Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 587/601] ia64: fix EFI_DEBUG build Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 588/601] kfifo: fix ternary sign extension bugs Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 589/601] mm/sl?b.c: remove ctor argument from kmem_cache_flags Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 590/601] mm, slub: enable slub_debug static key when creating cache with explicit debug flags Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 591/601] mm: memcontrol: slab: fix obtain a reference to a freeing memcg Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 592/601] mm/sparse: add the missing sparse_buffer_fini() in error branch Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 593/601] mm/memory-failure: unnecessary amount of unmapping Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 594/601] afs: Fix speculative status fetches Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 595/601] bpf: Fix alu32 const subreg bound tracking on bitwise operations Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 596/601] bpf, ringbuf: Deny reserve of buffers larger than ringbuf Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 597/601] bpf: Prevent writable memory-mapping of read-only ringbuf pages Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 598/601] net: Only allow init netns to set default tcp cong to a restricted algo Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 599/601] smp: Fix smp_call_function_single_async prototype Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 600/601] Revert "net/sctp: fix race condition in sctp_destroy_sock" Greg Kroah-Hartman
2021-05-12 14:51 ` [PATCH 5.11 601/601] sctp: delay auto_asconf init until binding the first addr Greg Kroah-Hartman
2021-05-12 19:45 ` [PATCH 5.11 000/601] 5.11.21-rc1 review Jon Hunter
2021-05-12 22:12 ` Shuah Khan
2021-05-13  5:10 ` Fox Chen
2021-05-13 11:23 ` Naresh Kamboju
2021-05-13 18:16 ` Justin Forbes
2021-05-13 20:32 ` Guenter Roeck

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.