This is the start of the stable review cycle for the 5.10.2 release. There are 16 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 Mon, 21 Dec 2020 12:53:29 +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.2-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.2-rc1 Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx> serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access Takashi Iwai <tiwai@xxxxxxx> ALSA: pcm: oss: Fix potential out-of-bounds shift Thomas Gleixner <tglx@xxxxxxxxxxxxx> USB: sisusbvga: Make console support depend on BROKEN Oliver Neukum <oneukum@xxxxxxxx> USB: UAS: introduce a quirk to set no_write_same Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCI Hans de Goede <hdegoede@xxxxxxxxxx> xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LP Tejas Joglekar <Tejas.Joglekar@xxxxxxxxxxxx> usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK Li Jun <jun.li@xxxxxxx> xhci: Give USB2 ports time to enter U3 in bus suspend Takashi Iwai <tiwai@xxxxxxx> ALSA: usb-audio: Fix control 'access overflow' errors from chmap Takashi Iwai <tiwai@xxxxxxx> ALSA: usb-audio: Fix potential out-of-bounds shift Oliver Neukum <oneukum@xxxxxxxx> USB: add RESET_RESUME quirk for Snapscan 1212 Bui Quang Minh <minhquangbui99@xxxxxxxxx> USB: dummy-hcd: Fix uninitialized array use in init() Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> USB: legotower: fix logical error in recent commit Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> ktest.pl: Fix the logic for truncating the size of the log file for email Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> ktest.pl: If size of log is too big to email, email error message Peilin Ye <yepeilin.cs@xxxxxxxxx> ptrace: Prevent kernel-infoleak in ptrace_get_syscall_info() ------------- Diffstat: Documentation/admin-guide/kernel-parameters.txt | 1 + Makefile | 4 ++-- drivers/tty/serial/8250/8250_omap.c | 5 ----- drivers/usb/core/quirks.c | 3 +++ drivers/usb/gadget/udc/dummy_hcd.c | 2 +- drivers/usb/host/xhci-hub.c | 4 ++++ drivers/usb/host/xhci-pci.c | 6 +++++- drivers/usb/host/xhci-plat.c | 3 +++ drivers/usb/host/xhci.h | 1 + drivers/usb/misc/legousbtower.c | 2 +- drivers/usb/misc/sisusbvga/Kconfig | 2 +- drivers/usb/storage/uas.c | 3 +++ drivers/usb/storage/unusual_uas.h | 7 +++++-- drivers/usb/storage/usb.c | 3 +++ include/linux/usb_usual.h | 2 ++ include/uapi/linux/ptrace.h | 3 ++- sound/core/oss/pcm_oss.c | 6 +++++- sound/usb/format.c | 2 ++ sound/usb/stream.c | 6 +++--- tools/testing/ktest/ktest.pl | 20 ++++++++++++-------- 20 files changed, 59 insertions(+), 26 deletions(-)