Linux 5.10.194

From: Greg Kroah-Hartman
Date: Sat Sep 02 2023 - 03:45:00 EST


I'm announcing the release of the 5.10.194 kernel.

All users of the 5.10 kernel series must upgrade.

The updated 5.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.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/kernel/module-plts.c | 2 -
arch/arm64/kernel/module-plts.c | 3 +-
arch/mips/alchemy/common/dbdma.c | 27 +++++++++++-------------
drivers/bus/mhi/host/pci_generic.c | 2 -
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 6 +----
include/linux/moduleloader.h | 5 ++++
kernel/module.c | 2 -
kernel/rcu/tasks.h | 36 +++++++++++++++++++++++----------
kernel/rcu/tree_exp.h | 5 +++-
10 files changed, 55 insertions(+), 35 deletions(-)

Arnd Bergmann (1):
arm64: module-plts: inline linux/moduleloader.h

Greg Kroah-Hartman (3):
Revert "drm/amdgpu: install stub fence into potential unused fence pointers"
Revert "MIPS: Alchemy: fix dbdma2"
Linux 5.10.194

James Morse (3):
module: Expose module_init_layout_section()
arm64: module: Use module_init_layout_section() to spot init sections
ARM: module: Use module_init_layout_section() to spot init sections

Loic Poulain (1):
mhi: pci_generic: Fix implicit conversion warning

Neeraj Upadhyay (1):
rcu-tasks: Fix IPI failure handling in trc_wait_for_one_reader

Paul E. McKenney (3):
rcu: Prevent expedited GP from enabling tick on offline CPU
rcu-tasks: Wait for trc_read_check_handler() IPIs
rcu-tasks: Add trc_inspect_reader() checks for exiting critical section