I'm announcing the release of the 5.6.2 kernel. All users of the 5.6 kernel series must upgrade. The updated 5.6.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.6.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 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, 93 insertions(+), 48 deletions(-) Daniel Borkmann (1): bpf: update jmp32 test cases to fix range bound deduction Eric Biggers (3): vt: vt_ioctl: remove unnecessary console allocation checks vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console vt: vt_ioctl: fix use-after-free in vt_in_use() Georg Müller (1): platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table Greg Kroah-Hartman (1): Linux 5.6.2 Jiri Slaby (3): vt: selection, introduce vc_is_sel vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines vt: switch vt_dont_switch to bool Johannes Berg (1): mac80211: fix authentication with iwlwifi/mvm Lanqing Liu (1): serial: sprd: Fix a dereference warning