Hi Greg,
As suggested by you in MHI v5.13 PR [1], please find the below commits that
got merged for v5.13 and should be backported to stable kernels:
683e77cadc83 ("bus: mhi: core: Fix shadow declarations")
5630c1009bd9 ("bus: mhi: pci_generic: Constify mhi_controller_config struct definitions")
ec32332df764 ("bus: mhi: core: Sanity check values from remote device before use")
47705c084659 ("bus: mhi: core: Clear configuration from channel context during reset")
70f7025c854c ("bus: mhi: core: remove redundant initialization of variables state and ee")
68731852f6e5 ("bus: mhi: core: Return EAGAIN if MHI ring is full")
4547a749be99 ("bus: mhi: core: Fix MHI runtime_pm behavior")
6403298c58d4 ("bus: mhi: core: Fix check for syserr at power_up")
8de5ad994143 ("bus: mhi: core: Add missing checks for MMIO register entries")
0ecc1c70dcd3 ("bus: mhi: core: Fix invalid error returning in mhi_queue")
0fccbf0a3b69 ("bus: mhi: pci_generic: Remove WQ_MEM_RECLAIM flag from state workqueue")
I'll make sure to tag stable list for future potential patches.
Thanks,
Mani
[1] https://lore.kernel.org/patchwork/patch/1411161/#1609631
I'm announcing the release of the 5.12.2 kernel.
All users of the 5.12 kernel series must upgrade.
The updated 5.12.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.12.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/mips/include/asm/vdso/gettimeofday.h | 26 +++++++++++++++++++----
drivers/gpu/drm/i915/i915_drv.c | 10 +++++++++
drivers/net/usb/ax88179_178a.c | 6 +++--
drivers/platform/x86/thinkpad_acpi.c | 31 ++++++++++++++++++++--------
drivers/usb/core/quirks.c | 4 +++
fs/overlayfs/namei.c | 1
fs/overlayfs/super.c | 12 ++++++----
include/linux/bpf_verifier.h | 5 ++--
kernel/bpf/verifier.c | 33 ++++++++++++++++--------------
kernel/events/core.c | 12 +++++-----
net/netfilter/nf_conntrack_standalone.c | 10 +--------
net/qrtr/mhi.c | 8 ++++---
sound/usb/endpoint.c | 8 +++----
sound/usb/quirks-table.h | 10 +++++++++
15 files changed, 118 insertions(+), 60 deletions(-)
Bjorn Andersson (1):
net: qrtr: Avoid potential use after free in MHI send
Chris Chiu (1):
USB: Add reset-resume quirk for WD19's Realtek Hub
Daniel Borkmann (2):
bpf: Fix masking negation logic upon negative dst register
bpf: Fix leakage of uninitialized bpf stack under speculation
Greg Kroah-Hartman (1):
Linux 5.12.2
Imre Deak (1):
drm/i915: Disable runtime power management during shutdown
Jonathon Reinhart (1):
netfilter: conntrack: Make global sysctls readonly in non-init netns
Kai-Heng Feng (1):
USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet
Mark Pearson (1):
platform/x86: thinkpad_acpi: Correct thermal sensor allocation
Mickaël Salaün (1):
ovl: fix leaked dentry
Miklos Szeredi (1):
ovl: allow upperdir inside lowerdir
Ondrej Mosnacek (1):
perf/core: Fix unconditional security_locked_down() call
Phillip Potter (1):
net: usb: ax88179_178a: initialize local variables before use
Romain Naour (1):
mips: Do not include hi and lo in clobber list for R6
Takashi Iwai (2):
ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX
ALSA: usb-audio: Fix implicit sync clearance at stopping stream