From 15796efc9c2d17fc4117da37d78cec0d800b2f6a Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Feb 27 2023 11:39:26 +0000 Subject: Linux 6.2.1 (bsc#1012628). --- diff --git a/patches.kernel.org/6.2.1-013-Linux-6.2.1.patch b/patches.kernel.org/6.2.1-013-Linux-6.2.1.patch new file mode 100644 index 0000000..bb3177e --- /dev/null +++ b/patches.kernel.org/6.2.1-013-Linux-6.2.1.patch @@ -0,0 +1,42 @@ +From: Greg Kroah-Hartman +Date: Sat, 25 Feb 2023 11:13:30 +0100 +Subject: [PATCH] Linux 6.2.1 +References: bsc#1012628 +Patch-mainline: 6.2.1 +Git-commit: 8c20eb7e6a27b2c493b0bbb435e75cae7135634f + +Link: https://lore.kernel.org/r/20230223130426.170746546@linuxfoundation.org +Link: https://lore.kernel.org/r/20230223141539.893173089@linuxfoundation.org +Tested-by: Luna Jernberg +Tested-by: Justin M. Forbes +Tested-by: Conor Dooley +Tested-by: Florian Fainelli +Tested-by: Shuah Khan +Tested-by: Bagas Sanjaya +Tested-by: Guenter Roeck +Tested-by: Linux Kernel Functional Testing +Tested-by: Ron Economos +Tested-by: Slade Watkins +Tested-by: Allen Pais +Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Jiri Slaby +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index 3f662878..f26824f3 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 6 + PATCHLEVEL = 2 +-SUBLEVEL = 0 ++SUBLEVEL = 1 + EXTRAVERSION = + NAME = Hurr durr I'ma ninja sloth + +-- +2.35.3 + diff --git a/series.conf b/series.conf index d82f0e7..38443a0 100644 --- a/series.conf +++ b/series.conf @@ -39,6 +39,7 @@ patches.kernel.org/6.2.1-010-ext4-Fix-function-prototype-mismatch-for-ext4_f.patch patches.kernel.org/6.2.1-011-randstruct-disable-Clang-15-support.patch patches.kernel.org/6.2.1-012-bpf-add-missing-header-file-include.patch + patches.kernel.org/6.2.1-013-Linux-6.2.1.patch ######################################################## # Build fixes that apply to the vanilla kernel too.