This is the start of the stable review cycle for the 7.1.1 release. There are 8 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Thu, 18 Jun 2026 14:55:16 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v7.x/stable-review/patch-7.1.1-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-7.1.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 7.1.1-rc1
Will Deacon will@kernel.org arm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU
Shanker Donthineni sdonthineni@nvidia.com arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU
Mark Rutland mark.rutland@arm.com arm64: errata: Mitigate TLBI errata on various Arm CPUs
Mark Rutland mark.rutland@arm.com arm64: cputype: Add C1-Premium definitions
Mark Rutland mark.rutland@arm.com arm64: cputype: Add C1-Ultra definitions
Johan Hovold johan@kernel.org driver core: reject devices with unregistered buses
Johan Hovold johan@kernel.org driver core: faux: fix root device registration
Mingyu Wang 25181214217@stu.xidian.edu.cn fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling
-------------
Diffstat:
Documentation/arch/arm64/silicon-errata.rst | 46 +++++++++++++++++++++++++++++ Makefile | 4 +-- arch/arm64/Kconfig | 38 ++++++++++++++++++++++++ arch/arm64/include/asm/cputype.h | 4 +++ arch/arm64/kernel/cpu_errata.c | 34 +++++++++++++++++++-- drivers/base/bus.c | 11 +++++-- drivers/base/faux.c | 22 +++++++------- fs/fcntl.c | 8 ++--- 8 files changed, 145 insertions(+), 22 deletions(-)