diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-08 19:58:35 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-08 19:58:35 +0200 |
commit | c275eaaaa34260e6c907bc5e7ee07c096bc45064 (patch) | |
tree | 7f6ec1d40d33d5cca67e836e7c13d1e5c4d5e392 | |
parent | 754e0c7c4a308ca844a711b435d7efdf0f84d02e (diff) | |
download | linux-stable-c275eaaaa34260e6c907bc5e7ee07c096bc45064.tar.gz linux-stable-c275eaaaa34260e6c907bc5e7ee07c096bc45064.tar.bz2 linux-stable-c275eaaaa34260e6c907bc5e7ee07c096bc45064.zip |
Linux 5.15.125v5.15.125
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 = 5 PATCHLEVEL = 15 -SUBLEVEL = 124 +SUBLEVEL = 125 EXTRAVERSION = NAME = Trick or Treat |