From 181a470a3a30bd455b2a9b692d89d5b63811f726 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Dec 22 2022 15:37:03 +0000 Subject: Linux 6.1.1 (bsc#1012628). --- diff --git a/patches.kernel.org/6.1.1-025-Linux-6.1.1.patch b/patches.kernel.org/6.1.1-025-Linux-6.1.1.patch new file mode 100644 index 0000000..59afc3f --- /dev/null +++ b/patches.kernel.org/6.1.1-025-Linux-6.1.1.patch @@ -0,0 +1,42 @@ +From: Greg Kroah-Hartman +Date: Wed, 21 Dec 2022 17:48:12 +0100 +Subject: [PATCH] Linux 6.1.1 +References: bsc#1012628 +Patch-mainline: 6.1.1 +Git-commit: ebdb69c5b054f115ef5ff72f0bb2aaa1718904e6 + +Link: https://lore.kernel.org/r/20221219182943.395169070@linuxfoundation.org +Tested-by: Ronald Warsow +Tested-by: Shuah Khan +Tested-by: Florian Fainelli +Tested-by: Bagas Sanjaya +Tested-by: Ron Economos +Tested-by: Rudi Heitbaum +Tested-by: Linux Kernel Functional Testing +Tested-by: Sudip Mukherjee +Tested-by: Jon Hunter +Tested-by: Allen Pais +Tested-by: Slade Watkins +Tested-by: Justin M. Forbes +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 997b6772..7307ae6c 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 6 + PATCHLEVEL = 1 +-SUBLEVEL = 0 ++SUBLEVEL = 1 + EXTRAVERSION = + NAME = Hurr durr I'ma ninja sloth + +-- +2.35.3 + diff --git a/series.conf b/series.conf index cec9e85..6415575 100644 --- a/series.conf +++ b/series.conf @@ -51,6 +51,7 @@ patches.kernel.org/6.1.1-022-usb-dwc3-pci-Update-PCIe-device-ID-for-USB3-con.patch patches.kernel.org/6.1.1-023-cifs-fix-oops-during-encryption.patch patches.kernel.org/6.1.1-024-KEYS-encrypted-fix-key-instantiation-with-user-.patch + patches.kernel.org/6.1.1-025-Linux-6.1.1.patch ######################################################## # Build fixes that apply to the vanilla kernel too.