[PATCH 5.7 0/7] 5.7.14-rc2 review

From: Greg Kroah-Hartman
Date: Wed Aug 05 2020 - 15:59:21 EST


This is the start of the stable review cycle for the 5.7.14 release.
There are 7 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, 07 Aug 2020 19:59:06 +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.7.14-rc2.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.7.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 5.7.14-rc2

Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
random: random.h should include archrandom.h, not the other way around

Marc Zyngier <maz@xxxxxxxxxx>
arm64: Workaround circular dependency in pointer_auth.h

Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
random32: move the pseudo-random 32-bit definitions to prandom.h

Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
random32: remove net_rand_state from the latent entropy gcc plugin

Willy Tarreau <w@xxxxxx>
random: fix circular include dependency on arm64 after addition of percpu.h

Grygorii Strashko <grygorii.strashko@xxxxxx>
ARM: percpu.h: fix build error

Willy Tarreau <w@xxxxxx>
random32: update the net random state on interrupt and activity


-------------

Diffstat:

Makefile | 4 +-
arch/arm/include/asm/percpu.h | 2 +
arch/arm64/include/asm/archrandom.h | 1 -
arch/arm64/include/asm/pointer_auth.h | 8 +++-
arch/arm64/kernel/kaslr.c | 2 +-
drivers/char/random.c | 1 +
include/linux/prandom.h | 78 +++++++++++++++++++++++++++++++++++
include/linux/random.h | 63 ++--------------------------
kernel/time/timer.c | 8 ++++
lib/random32.c | 2 +-
10 files changed, 104 insertions(+), 65 deletions(-)