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:   Fri,  7 Aug 2020 10:15:34 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, jslaby@...e.cz,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Linux 5.4.57

I'm announcing the release of the 5.4.57 kernel.

All users of the 5.4 kernel series must upgrade.

The updated 5.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.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 
 arch/arm/include/asm/percpu.h           |    2 
 arch/arm64/include/asm/pointer_auth.h   |    8 ++-
 drivers/char/random.c                   |    1 
 fs/ext4/inode.c                         |    5 ++
 include/linux/bpf.h                     |   13 ++++-
 include/linux/prandom.h                 |   78 ++++++++++++++++++++++++++++++++
 include/linux/random.h                  |   63 +------------------------
 include/linux/skmsg.h                   |   13 +++++
 kernel/bpf/syscall.c                    |    4 -
 kernel/time/timer.c                     |    8 +++
 lib/random32.c                          |    2 
 net/core/sock_map.c                     |   50 ++++++++++++++++++--
 tools/testing/selftests/bpf/test_maps.c |   12 ++--
 14 files changed, 184 insertions(+), 77 deletions(-)

Greg Kroah-Hartman (1):
      Linux 5.4.57

Grygorii Strashko (1):
      ARM: percpu.h: fix build error

Jiang Ying (1):
      ext4: fix direct I/O read error

Linus Torvalds (2):
      random32: remove net_rand_state from the latent entropy gcc plugin
      random32: move the pseudo-random 32-bit definitions to prandom.h

Lorenz Bauer (2):
      selftests: bpf: Fix detach from sockmap tests
      bpf: sockmap: Require attach_bpf_fd when detaching a program

Marc Zyngier (1):
      arm64: Workaround circular dependency in pointer_auth.h

Willy Tarreau (2):
      random32: update the net random state on interrupt and activity
      random: fix circular include dependency on arm64 after addition of percpu.h

Powered by blists - more mailing lists