Linux 6.4.3

From: Greg Kroah-Hartman
Date: Tue Jul 11 2023 - 00:56:12 EST


I'm announcing the release of the 6.4.3 kernel.

All users of the 6.4 kernel series must upgrade.

The updated 6.4.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.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 +-
include/linux/bootmem_info.h | 2 ++
kernel/fork.c | 1 +
mm/memory.c | 7 +++++++
mm/mmap.c | 6 ++++++
5 files changed, 17 insertions(+), 1 deletion(-)

Greg Kroah-Hartman (1):
Linux 6.4.3

Hugh Dickins (1):
mm: lock newly mapped VMA with corrected ordering

Liu Shixin (1):
bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page

Peter Collingbourne (1):
mm: call arch_swap_restore() from do_swap_page()

Suren Baghdasaryan (3):
mm: lock a vma before stack expansion
mm: lock newly mapped VMA which can be modified after it becomes visible
fork: lock VMAs of the parent process when forking