This is the start of the stable review cycle for the 5.6.2 release. There are 10 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 Fri, 03 Apr 2020 16:09:36 +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.6.2-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.6.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.6.2-rc1
Georg Müller georgmueller@gmx.net platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table
Eric Biggers ebiggers@google.com vt: vt_ioctl: fix use-after-free in vt_in_use()
Eric Biggers ebiggers@google.com vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
Eric Biggers ebiggers@google.com vt: vt_ioctl: remove unnecessary console allocation checks
Jiri Slaby jslaby@suse.cz vt: switch vt_dont_switch to bool
Jiri Slaby jslaby@suse.cz vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
Jiri Slaby jslaby@suse.cz vt: selection, introduce vc_is_sel
Lanqing Liu liuhhome@gmail.com serial: sprd: Fix a dereference warning
Johannes Berg johannes.berg@intel.com mac80211: fix authentication with iwlwifi/mvm
Daniel Borkmann daniel@iogearbox.net bpf: update jmp32 test cases to fix range bound deduction
-------------
Diffstat:
Makefile | 4 +- drivers/platform/x86/pmc_atom.c | 8 +++ drivers/tty/serial/sprd_serial.c | 3 +- drivers/tty/vt/selection.c | 5 ++ drivers/tty/vt/vt.c | 30 +++++++++-- drivers/tty/vt/vt_ioctl.c | 75 +++++++++++++++------------- include/linux/selection.h | 4 +- include/linux/vt_kern.h | 2 +- net/mac80211/tx.c | 3 +- tools/testing/selftests/bpf/verifier/jmp32.c | 9 ++-- 10 files changed, 94 insertions(+), 49 deletions(-)