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.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.6.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 5.6.2-rc1 Georg Müller <georgmueller@xxxxxxx> platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table Eric Biggers <ebiggers@xxxxxxxxxx> vt: vt_ioctl: fix use-after-free in vt_in_use() Eric Biggers <ebiggers@xxxxxxxxxx> vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console Eric Biggers <ebiggers@xxxxxxxxxx> vt: vt_ioctl: remove unnecessary console allocation checks Jiri Slaby <jslaby@xxxxxxx> vt: switch vt_dont_switch to bool Jiri Slaby <jslaby@xxxxxxx> vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines Jiri Slaby <jslaby@xxxxxxx> vt: selection, introduce vc_is_sel Lanqing Liu <liuhhome@xxxxxxxxx> serial: sprd: Fix a dereference warning Johannes Berg <johannes.berg@xxxxxxxxx> mac80211: fix authentication with iwlwifi/mvm Daniel Borkmann <daniel@xxxxxxxxxxxxx> 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(-)