Linux 5.4.57

2020-08-07 Thread Greg Kroah-Hartman
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 en

Re: Linux 5.4.57

2020-08-07 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index c33fb4eebd4d..dd753ef637fd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 56 +SUBLEVEL = 57 EXTRAVERSION = NAME = Kleptomaniac Octopus diff --git a/arch/arm/include/asm/perc