[PATCH 7.1 0/8] 7.1.1-rc1 review

From: Greg Kroah-Hartman

Date: Tue Jun 16 2026 - 11:01:59 EST


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.gz
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@xxxxxxxxxxxxxxxxxxx>
Linux 7.1.1-rc1

Will Deacon <will@xxxxxxxxxx>
arm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU

Shanker Donthineni <sdonthineni@xxxxxxxxxx>
arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU

Mark Rutland <mark.rutland@xxxxxxx>
arm64: errata: Mitigate TLBI errata on various Arm CPUs

Mark Rutland <mark.rutland@xxxxxxx>
arm64: cputype: Add C1-Premium definitions

Mark Rutland <mark.rutland@xxxxxxx>
arm64: cputype: Add C1-Ultra definitions

Johan Hovold <johan@xxxxxxxxxx>
driver core: reject devices with unregistered buses

Johan Hovold <johan@xxxxxxxxxx>
driver core: faux: fix root device registration

Mingyu Wang <25181214217@xxxxxxxxxxxxxxxxx>
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(-)