32 lines
867 B
Diff
32 lines
867 B
Diff
From b6abb62daa5511c4a3eaa30cbdb02544d1f10fa2 Mon Sep 17 00:00:00 2001
|
|
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
Date: Sat, 6 Nov 2021 14:13:31 +0100
|
|
Subject: Linux 5.15.1
|
|
|
|
Link: https://lore.kernel.org/r/20211104141159.551636584@linuxfoundation.org
|
|
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
|
|
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
|
|
Tested-by: Ken Moffat <zarniwhoop@ntlworld.com>
|
|
Tested-by: Guenter Roeck <linux@roeck-us.net>
|
|
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index ed6e7ec60eff6..ffcc7eadc44b8 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,7 +1,7 @@
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
VERSION = 5
|
|
PATCHLEVEL = 15
|
|
-SUBLEVEL = 0
|
|
+SUBLEVEL = 1
|
|
EXTRAVERSION =
|
|
NAME = Trick or Treat
|
|
|
|
--
|
|
cgit 1.2.3-1.el7
|
|
|