[PATCH 5.10 00/26] 5.10.64-rc1 review

From: Greg Kroah-Hartman
Date: Fri Sep 10 2021 - 08:35:29 EST


This is the start of the stable review cycle for the 5.10.64 release.
There are 26 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 Sun, 12 Sep 2021 12:29:07 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.64-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Marek Behún <kabel@xxxxxxxxxx>
PCI: Call Max Payload Size-related fixup quirks early

Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx>
x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions

Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
xhci: fix unsafe memory usage in xhci tracing

Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
xhci: fix even more unsafe memory usage in xhci tracing

Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>
usb: mtu3: fix the wrong HS mult value

Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>
usb: mtu3: use @mult for HS isoc or intr

Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>
usb: mtu3: restore HS function when set SS/SSP

Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>
usb: gadget: tegra-xudc: fix the wrong mult value for HS isoc or intr

Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx>
usb: host: xhci-rcar: Don't reload firmware after the completion

Alexander Tsoy <alexander@xxxxxxx>
ALSA: usb-audio: Add registration quirk for JBL Quantum 800

Ming Lei <ming.lei@xxxxxxxxxx>
blk-mq: clearing flush request reference in tags->rqs[]

Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
netfilter: nftables: clone set element expression template

Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
netfilter: nf_tables: initialize set before expression setup

Eric Dumazet <edumazet@xxxxxxxxxx>
netfilter: nftables: avoid potential overflows on 32bit arches

Ming Lei <ming.lei@xxxxxxxxxx>
blk-mq: fix is_flush_rq

Ming Lei <ming.lei@xxxxxxxxxx>
blk-mq: fix kernel panic during iterating over flush request

Suravee Suthikulpanit <suravee.suthikulpanit@xxxxxxx>
x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating

Hayes Wang <hayeswang@xxxxxxxxxxx>
Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM"

Jiri Slaby <jirislaby@xxxxxxxxxx>
tty: drop termiox user definitions

Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling

Vignesh Raghavendra <vigneshr@xxxxxx>
serial: 8250: 8250_omap: Fix unused variable warning

Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
net: kcov: don't select SKB_EXTENSIONS when there is no NET

Muchun Song <songmuchun@xxxxxxxxxxxxx>
mm/page_alloc: speed up the iteration of max_order

Esben Haabendal <esben@xxxxxxxxxx>
net: ll_temac: Remove left-over debug message

Tom Rix <trix@xxxxxxxxxx>
USB: serial: mos7720: improve OOM-handling in read_mos_reg()

Liu Jian <liujian56@xxxxxxxxxx>
igmp: Add ip_mc_list lock in ip_check_mc_rcu


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

Diffstat:

Makefile | 4 +-
arch/x86/events/amd/iommu.c | 47 ++++++++-------
arch/x86/kernel/reboot.c | 3 +-
block/blk-core.c | 1 -
block/blk-flush.c | 13 +++++
block/blk-mq.c | 37 +++++++++++-
block/blk.h | 6 +-
drivers/net/ethernet/realtek/r8169_main.c | 1 +
drivers/net/ethernet/xilinx/ll_temac_main.c | 4 +-
drivers/pci/quirks.c | 12 ++--
drivers/tty/serial/8250/8250_omap.c | 26 ++++-----
drivers/usb/gadget/udc/tegra-xudc.c | 4 +-
drivers/usb/host/xhci-debugfs.c | 14 +++--
drivers/usb/host/xhci-rcar.c | 7 +++
drivers/usb/host/xhci-ring.c | 3 +-
drivers/usb/host/xhci-trace.h | 26 +++++----
drivers/usb/host/xhci.h | 73 ++++++++++++-----------
drivers/usb/mtu3/mtu3_core.c | 4 +-
drivers/usb/mtu3/mtu3_gadget.c | 6 +-
drivers/usb/serial/mos7720.c | 4 +-
include/linux/skbuff.h | 4 +-
include/uapi/linux/termios.h | 15 -----
lib/Kconfig.debug | 2 +-
mm/page_alloc.c | 8 +--
net/ipv4/igmp.c | 2 +
net/netfilter/nf_tables_api.c | 89 ++++++++++++++++++-----------
net/netfilter/nft_set_hash.c | 10 ++--
sound/usb/quirks.c | 1 +
28 files changed, 252 insertions(+), 174 deletions(-)