From eb3255dc68cbef0251aa7822ecd784935be8e9d6 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Apr 20 2023 11:01:10 +0000 Subject: Linux 6.2.12 (bsc#1012628). --- diff --git a/patches.kernel.org/6.2.12-136-Linux-6.2.12.patch b/patches.kernel.org/6.2.12-136-Linux-6.2.12.patch new file mode 100644 index 0000000..e528519 --- /dev/null +++ b/patches.kernel.org/6.2.12-136-Linux-6.2.12.patch @@ -0,0 +1,50 @@ +From: Greg Kroah-Hartman +Date: Thu, 20 Apr 2023 12:37:00 +0200 +Subject: [PATCH] Linux 6.2.12 +References: bsc#1012628 +Patch-mainline: 6.2.12 +Git-commit: e0ee50101346ca9cef52da75e3fb4380c27c042a + +Link: https://lore.kernel.org/r/20230418120313.725598495@linuxfoundation.org +Tested-by: Chris Paterson (CIP) +Tested-by: Ronald Warsow +Tested-by: Markus Reichelt +Tested-by: Shuah Khan +Tested-by: Justin M. Forbes +Tested-by: Ron Economos +Tested-by: Florian Fainelli +Tested-by: Guenter Roeck +Tested-by: Bagas Sanjaya +Tested-by: Linux Kernel Functional Testing +Link: https://lore.kernel.org/r/20230419093655.693770727@linuxfoundation.org +Link: https://lore.kernel.org/r/20230419132054.228391649@linuxfoundation.org +Tested-by: Ron Economos +Tested-by: Markus Reichelt +Tested-by: Conor Dooley +Tested-by: Florian Fainelli +Tested-by: Jon Hunter +Tested-by: Guenter Roeck +Tested-by: Bagas Sanjaya +Tested-by: Linux Kernel Functional Testing +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 416490da..068374cc 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 6 + PATCHLEVEL = 2 +-SUBLEVEL = 11 ++SUBLEVEL = 12 + EXTRAVERSION = + NAME = Hurr durr I'ma ninja sloth + +-- +2.35.3 + diff --git a/series.conf b/series.conf index 167e105..9e6d9c4 100644 --- a/series.conf +++ b/series.conf @@ -2363,6 +2363,7 @@ patches.kernel.org/6.2.12-133-cifs-fix-negotiate-context-parsing.patch patches.kernel.org/6.2.12-134-nvme-pci-mark-Lexar-NM760-as-IGNORE_DEV_SUBNQN.patch patches.kernel.org/6.2.12-135-nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-T-FORCE-.patch + patches.kernel.org/6.2.12-136-Linux-6.2.12.patch ######################################################## # Build fixes that apply to the vanilla kernel too.