lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed,  1 Apr 2020 18:17:16 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
        linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
        ben.hutchings@...ethink.co.uk, lkft-triage@...ts.linaro.org,
        stable@...r.kernel.org
Subject: [PATCH 5.6 00/10] 5.6.2-rc1 review

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@...uxfoundation.org>
    Linux 5.6.2-rc1

Georg Müller <georgmueller@....net>
    platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table

Eric Biggers <ebiggers@...gle.com>
    vt: vt_ioctl: fix use-after-free in vt_in_use()

Eric Biggers <ebiggers@...gle.com>
    vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console

Eric Biggers <ebiggers@...gle.com>
    vt: vt_ioctl: remove unnecessary console allocation checks

Jiri Slaby <jslaby@...e.cz>
    vt: switch vt_dont_switch to bool

Jiri Slaby <jslaby@...e.cz>
    vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines

Jiri Slaby <jslaby@...e.cz>
    vt: selection, introduce vc_is_sel

Lanqing Liu <liuhhome@...il.com>
    serial: sprd: Fix a dereference warning

Johannes Berg <johannes.berg@...el.com>
    mac80211: fix authentication with iwlwifi/mvm

Daniel Borkmann <daniel@...earbox.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(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ