I'm announcing the release of the 5.14.3 kernel.
All users of the 5.14 kernel series must upgrade.
The updated 5.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.14.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 2
arch/x86/kernel/reboot.c | 3 -
drivers/bluetooth/btusb.c | 59 +++++++++++++-----------
drivers/cxl/acpi.c | 12 +++-
drivers/cxl/pci.c | 6 +-
drivers/firmware/dmi-id.c | 6 ++
drivers/net/can/c_can/c_can_ethtool.c | 4 -
drivers/net/ethernet/realtek/r8169_main.c | 1
drivers/pci/quirks.c | 12 ++--
drivers/staging/mt7621-pci/pci-mt7621.c | 13 ++++-
drivers/usb/cdns3/cdnsp-mem.c | 2
drivers/usb/gadget/udc/tegra-xudc.c | 4 -
drivers/usb/host/xhci-debugfs.c | 14 ++++-
drivers/usb/host/xhci-mtk-sch.c | 10 ++--
drivers/usb/host/xhci-rcar.c | 7 ++
drivers/usb/host/xhci-ring.c | 43 +++++++++++------
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 --
net/ipv4/igmp.c | 2
sound/usb/quirks.c | 1
22 files changed, 184 insertions(+), 126 deletions(-)
Alexander Tsoy (1):
ALSA: usb-audio: Add registration quirk for JBL Quantum 800
Alison Schofield (1):
cxl/acpi: Do not add DSDT disabled ACPI0016 host bridge ports
Chunfeng Yun (6):
usb: xhci-mtk: fix issue of out-of-bounds array access
usb: cdnsp: fix the wrong mult value for HS isoc or intr
usb: gadget: tegra-xudc: fix the wrong mult value for HS isoc or intr
usb: mtu3: restore HS function when set SS/SSP
usb: mtu3: use @mult for HS isoc or intr
usb: mtu3: fix the wrong HS mult value
Dan Williams (1):
cxl/pci: Fix lockdown level
Greg Kroah-Hartman (1):
Linux 5.14.3
Hans de Goede (1):
firmware: dmi: Move product_sku info to the end of the modalias
Hayes Wang (1):
Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM"
Ismael Ferreras Morezuelas (1):
Bluetooth: btusb: Make the CSR clone chip force-suspend workaround more generic
Larry Finger (1):
Bluetooth: Add additional Bluetooth part for Realtek 8852AE
Li Qiang (Johnny Li) (1):
cxl/pci: Fix debug message in cxl_probe_regs()
Liu Jian (1):
igmp: Add ip_mc_list lock in ip_check_mc_rcu
Marek Behún (1):
PCI: Call Max Payload Size-related fixup quirks early
Mathias Nyman (3):
xhci: fix even more unsafe memory usage in xhci tracing
xhci: fix unsafe memory usage in xhci tracing
xhci: Fix failure to give back some cached cancelled URBs.
Paul Gortmaker (1):
x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions
Sergio Paracuellos (1):
staging: mt7621-pci: fix hang when nothing is connected to pcie ports
Tong Zhang (1):
can: c_can: fix null-ptr-deref on ioctl()
Yoshihiro Shimoda (1):
usb: host: xhci-rcar: Don't reload firmware after the completion
I'm announcing the release of the 5.13.16 kernel.
All users of the 5.13 kernel series must upgrade.
The updated 5.13.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.13.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 2
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/bluetooth/btusb.c | 59 +++++++++++++---------
drivers/firmware/dmi-id.c | 6 +-
drivers/net/ethernet/realtek/r8169_main.c | 1
drivers/net/ethernet/xilinx/ll_temac_main.c | 4 -
drivers/pci/quirks.c | 12 ++--
drivers/usb/cdns3/cdnsp-mem.c | 2
drivers/usb/gadget/udc/tegra-xudc.c | 4 -
drivers/usb/host/xhci-debugfs.c | 14 +++--
drivers/usb/host/xhci-mtk-sch.c | 10 ++-
drivers/usb/host/xhci-rcar.c | 7 ++
drivers/usb/host/xhci-ring.c | 43 ++++++++++------
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 --
net/ipv4/igmp.c | 2
sound/usb/quirks.c | 1
23 files changed, 211 insertions(+), 125 deletions(-)
Alexander Tsoy (1):
ALSA: usb-audio: Add registration quirk for JBL Quantum 800
Chunfeng Yun (6):
usb: xhci-mtk: fix issue of out-of-bounds array access
usb: cdnsp: fix the wrong mult value for HS isoc or intr
usb: gadget: tegra-xudc: fix the wrong mult value for HS isoc or intr
usb: mtu3: restore HS function when set SS/SSP
usb: mtu3: use @mult for HS isoc or intr
usb: mtu3: fix the wrong HS mult value
Esben Haabendal (1):
net: ll_temac: Remove left-over debug message
Greg Kroah-Hartman (1):
Linux 5.13.16
Hans de Goede (1):
firmware: dmi: Move product_sku info to the end of the modalias
Hayes Wang (1):
Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM"
Ismael Ferreras Morezuelas (1):
Bluetooth: btusb: Make the CSR clone chip force-suspend workaround more generic
Larry Finger (1):
Bluetooth: Add additional Bluetooth part for Realtek 8852AE
Liu Jian (1):
igmp: Add ip_mc_list lock in ip_check_mc_rcu
Marek Behún (1):
PCI: Call Max Payload Size-related fixup quirks early
Mathias Nyman (3):
xhci: fix even more unsafe memory usage in xhci tracing
xhci: fix unsafe memory usage in xhci tracing
xhci: Fix failure to give back some cached cancelled URBs.
Ming Lei (3):
blk-mq: fix kernel panic during iterating over flush request
blk-mq: fix is_flush_rq
blk-mq: clearing flush request reference in tags->rqs[]
Paul Gortmaker (1):
x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions
Yoshihiro Shimoda (1):
usb: host: xhci-rcar: Don't reload firmware after the completion
I'm announcing the release of the 5.10.64 kernel.
All users of the 5.10 kernel series must upgrade.
The updated 5.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 2
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, 251 insertions(+), 173 deletions(-)
Alexander Tsoy (1):
ALSA: usb-audio: Add registration quirk for JBL Quantum 800
Chunfeng Yun (4):
usb: gadget: tegra-xudc: fix the wrong mult value for HS isoc or intr
usb: mtu3: restore HS function when set SS/SSP
usb: mtu3: use @mult for HS isoc or intr
usb: mtu3: fix the wrong HS mult value
Eric Dumazet (1):
netfilter: nftables: avoid potential overflows on 32bit arches
Esben Haabendal (1):
net: ll_temac: Remove left-over debug message
Greg Kroah-Hartman (1):
Linux 5.10.64
Hayes Wang (1):
Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM"
Jiri Slaby (1):
tty: drop termiox user definitions
Liu Jian (1):
igmp: Add ip_mc_list lock in ip_check_mc_rcu
Marek Behún (1):
PCI: Call Max Payload Size-related fixup quirks early
Mathias Nyman (2):
xhci: fix even more unsafe memory usage in xhci tracing
xhci: fix unsafe memory usage in xhci tracing
Ming Lei (3):
blk-mq: fix kernel panic during iterating over flush request
blk-mq: fix is_flush_rq
blk-mq: clearing flush request reference in tags->rqs[]
Muchun Song (1):
mm/page_alloc: speed up the iteration of max_order
Pablo Neira Ayuso (2):
netfilter: nf_tables: initialize set before expression setup
netfilter: nftables: clone set element expression template
Paul Gortmaker (1):
x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions
Randy Dunlap (2):
net: kcov: don't select SKB_EXTENSIONS when there is no NET
net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling
Suravee Suthikulpanit (1):
x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating
Tom Rix (1):
USB: serial: mos7720: improve OOM-handling in read_mos_reg()
Vignesh Raghavendra (1):
serial: 8250: 8250_omap: Fix unused variable warning
Yoshihiro Shimoda (1):
usb: host: xhci-rcar: Don't reload firmware after the completion