I'm announcing the release of the 4.19.138 kernel. All users of the 4.19 kernel series must upgrade. The updated 4.19.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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 + drivers/char/random.c | 1 fs/ext4/inode.c | 5 ++ include/linux/prandom.h | 78 ++++++++++++++++++++++++++++++++++++++++++ include/linux/random.h | 63 ++------------------------------- kernel/time/timer.c | 8 ++++ lib/random32.c | 2 - 8 files changed, 100 insertions(+), 61 deletions(-) Greg Kroah-Hartman (1): Linux 4.19.138 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 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