diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-30 13:55:33 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-30 13:55:33 +0100 |
commit | 0ab06468cbd149aac0d7f216ec00452ff8c74e0b (patch) | |
tree | 1e064be3823260e4a520fea8da4a9435cd13e4c3 /Makefile | |
parent | 193c59ba72999d325b7c0c68a0dad3757004130f (diff) | |
download | linux-stable-0ab06468cbd149aac0d7f216ec00452ff8c74e0b.tar.gz linux-stable-0ab06468cbd149aac0d7f216ec00452ff8c74e0b.tar.bz2 linux-stable-0ab06468cbd149aac0d7f216ec00452ff8c74e0b.zip |
Linux 5.15.114v5.15.114
Link: https://lore.kernel.org/r/20230528190828.358612414@linuxfoundation.org
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
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 = 113 +SUBLEVEL = 114 EXTRAVERSION = NAME = Trick or Treat |