Linux 6.4.2

From: Greg Kroah-Hartman
Date: Wed Jul 05 2023 - 13:55:00 EST


I'm announcing the release of the 6.4.2 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

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

Documentation/process/changes.rst | 7 ++++
Makefile | 2 -
arch/arm64/mm/fault.c | 2 -
drivers/cxl/core/pci.c | 27 ++--------------
drivers/cxl/cxl.h | 1
drivers/cxl/port.c | 14 +++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 ++
drivers/md/dm-ioctl.c | 33 +++++++++++++-------
drivers/nubus/proc.c | 22 ++++++++++---
drivers/pci/pci-acpi.c | 53 ++++++++++++++++++++++++---------
fs/hugetlbfs/inode.c | 8 +---
fs/nfs/inode.c | 2 -
include/linux/mm.h | 4 +-
mm/hugetlb.c | 12 +++----
mm/nommu.c | 7 +++-
scripts/tags.sh | 9 ++++-
tools/include/nolibc/arch-x86_64.h | 2 -
tools/testing/cxl/Kbuild | 1
tools/testing/cxl/test/mock.c | 15 ---------
19 files changed, 127 insertions(+), 98 deletions(-)

Ahmed S. Darwish (2):
scripts/tags.sh: Resolve gtags empty index generation
docs: Set minimal gtags / GNU GLOBAL version to 6.6.5

Bas Nieuwenhuizen (1):
drm/amdgpu: Validate VM ioctl flags.

Bjorn Helgaas (1):
PCI/ACPI: Validate acpi_pci_set_power_state() parameter

Dan Williams (1):
Revert "cxl/port: Enable the HDM decoder capability for switch ports"

Demi Marie Obenour (1):
dm ioctl: Avoid double-fetch of version

Finn Thain (1):
nubus: Partially revert proc_create_single_data() conversion

Greg Kroah-Hartman (1):
Linux 6.4.2

Jeff Layton (1):
nfs: don't report STATX_BTIME in ->getattr

Linus Torvalds (1):
execve: always mark stack as growing down during early stack setup

Mario Limonciello (1):
PCI/ACPI: Call _REG when transitioning D-states

Max Filippov (1):
xtensa: fix lock_mm_and_find_vma in case VMA not found

Mike Kravetz (1):
hugetlb: revert use of page_cache_next_miss()

SeongJae Park (1):
arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()

Thomas Weißschuh (1):
tools/nolibc: x86_64: disable stack protector for _start