diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-20 12:13:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-20 12:13:57 +0200 |
commit | 3299fb36854fdc288bddc2c4d265f8a2e5105944 (patch) | |
tree | a24b3a857619f6bdf7a77acea24c5e98f65d7853 /Makefile | |
parent | adef0cebea85e9b53f6837f8a39f23306a2272c6 (diff) | |
download | linux-stable-3299fb36854fdc288bddc2c4d265f8a2e5105944.tar.gz linux-stable-3299fb36854fdc288bddc2c4d265f8a2e5105944.tar.bz2 linux-stable-3299fb36854fdc288bddc2c4d265f8a2e5105944.zip |
Linux 5.15.108v5.15.108
Link: https://lore.kernel.org/r/20230418120305.520719816@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20230419072156.965447596@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20230419093700.102927265@linuxfoundation.org
Tested-by: Ron Economos <re@w6rz.net>
Link: https://lore.kernel.org/r/20230419132034.475843587@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Ron Economos <re@w6rz.net>
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 = 5 PATCHLEVEL = 15 -SUBLEVEL = 107 +SUBLEVEL = 108 EXTRAVERSION = NAME = Trick or Treat |