diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-25 09:49:21 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-25 09:49:21 +0200 |
commit | c18e82d3ee4426dd73eaa5550ac54b8bf01133cd (patch) | |
tree | b21425bb069d4a22a9601b700ccee229b02cff03 | |
parent | 8de253177112a47c9af157d23ae934779188b4e1 (diff) |
Linux 6.1.101v6.1.101
Link: https://lore.kernel.org/r/20240723180402.490567226@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Conor Dooley <conor.dooley@microchip.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: kernelci.org bot <bot@kernelci.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Ron Economos <re@w6rz@net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 PATCHLEVEL = 1 -SUBLEVEL = 100 +SUBLEVEL = 101 EXTRAVERSION = NAME = Curry Ramen |