This is the start of the stable review cycle for the 5.7.1 release. There are 14 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, 07 Jun 2020 13:54:56 +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.7.1-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.7.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 5.7.1-rc1 Dan Carpenter <dan.carpenter@xxxxxxxxxx> airo: Fix read overflows sending packets DENG Qingfang <dqfext@xxxxxxxxx> net: dsa: mt7530: set CPU port to fallback mode Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> media: staging: ipu3-imgu: Move alignment attribute to field Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> media: Revert "staging: imgu: Address a compiler warning on alignment" Jérôme Pouiller <jerome.pouiller@xxxxxxxxxx> mmc: fix compilation of user API Daniel Axtens <dja@xxxxxxxxxx> kernel/relay.c: handle alloc_percpu returning NULL in relay_open Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> crypto: api - Fix use-after-free and race in crypto_spawn_alg Matthew Garrett <matthewgarrett@xxxxxxxxxx> mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapter Giuseppe Marco Randazzo <gmrandazzo@xxxxxxxxx> p54usb: add AirVasT USB stick device-id Julian Sax <jsbc@xxxxxx> HID: i2c-hid: add Schneider SCL142ALM to descriptor override Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx> HID: multitouch: enable multi-input as a quirk for some devices Scott Shumate <scott.shumate@xxxxxxxxx> HID: sony: Fix for broken buttons on DS3 USB dongles Fan Yang <Fan_Yang@xxxxxxxxxxx> mm: Fix mremap not considering huge pmd devmap Brad Love <brad@xxxxxxxxxxxxxxxx> media: dvbdev: Fix tuner->demod media controller link ------------- Diffstat: Makefile | 4 ++-- arch/x86/include/asm/pgtable.h | 1 + crypto/algapi.c | 22 +++++++++++++++------ crypto/api.c | 3 ++- crypto/internal.h | 1 + drivers/hid/hid-multitouch.c | 26 +++++++++++++++++++++++++ drivers/hid/hid-sony.c | 17 ++++++++++++++++ drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 8 ++++++++ drivers/media/dvb-core/dvbdev.c | 5 +++-- drivers/net/dsa/mt7530.c | 11 ++++++++--- drivers/net/dsa/mt7530.h | 6 ++++++ drivers/net/wireless/cisco/airo.c | 12 ++++++++++++ drivers/net/wireless/intersil/p54/p54usb.c | 1 + drivers/net/wireless/mediatek/mt76/mt76x02.h | 1 + drivers/net/wireless/mediatek/mt76/mt76x2/usb.c | 1 + drivers/staging/media/ipu3/include/intel-ipu3.h | 7 ++++--- include/uapi/linux/mmc/ioctl.h | 1 + kernel/relay.c | 5 +++++ mm/mremap.c | 2 +- 19 files changed, 116 insertions(+), 18 deletions(-)