diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-26 14:28:44 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-26 14:28:44 +0200 |
commit | ca1c9012c941ab1520851938d5f695f5a4d23634 (patch) | |
tree | a4956a30463f45e4b2e0e944abddbc0894688c10 /Makefile | |
parent | ab91b09f399fe50de43c36549ee2c72b66ca1d3b (diff) | |
download | linux-stable-ca1c9012c941ab1520851938d5f695f5a4d23634.tar.gz linux-stable-ca1c9012c941ab1520851938d5f695f5a4d23634.tar.bz2 linux-stable-ca1c9012c941ab1520851938d5f695f5a4d23634.zip |
Linux 6.1.26v6.1.26
Link: https://lore.kernel.org/r/20230424131133.829259077@linuxfoundation.org
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Markus Reichelt <lkt+2023@mareichelt.com>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Conor Dooley <conor.dooley@microchip.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-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 = 25 +SUBLEVEL = 26 EXTRAVERSION = NAME = Hurr durr I'ma ninja sloth |