diff --git a/patches.kernel.org/6.3.3-246-Linux-6.3.3.patch b/patches.kernel.org/6.3.3-246-Linux-6.3.3.patch new file mode 100644 index 0000000..cfc4011 --- /dev/null +++ b/patches.kernel.org/6.3.3-246-Linux-6.3.3.patch @@ -0,0 +1,43 @@ +From: Greg Kroah-Hartman +Date: Wed, 17 May 2023 14:02:08 +0200 +Subject: [PATCH] Linux 6.3.3 +References: bsc#1012628 +Patch-mainline: 6.3.3 +Git-commit: 170014a900a54d2c44ba6aacd3acda1733018c69 + +Link: https://lore.kernel.org/r/20230515161722.610123835@linuxfoundation.org +Tested-by: Chris Paterson (CIP) +Tested-by: Shuah Khan +Tested-by: Ron Economos +Tested-by: Bagas Sanjaya +Tested-by: Sudip Mukherjee +Tested-by: Linux Kernel Functional Testing +Tested-by: Ronald Warsow +Tested-by: Justin M. Forbes +Tested-by: Conor Dooley +Tested-by: Rudi Heitbaum +Tested-by: Markus Reichelt +Tested-by: Guenter Roeck +Tested-by: Jon Hunter +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 80cdc03e..a3108cf7 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 6 + PATCHLEVEL = 3 +-SUBLEVEL = 2 ++SUBLEVEL = 3 + EXTRAVERSION = + NAME = Hurr durr I'ma ninja sloth + +-- +2.35.3 + diff --git a/series.conf b/series.conf index d4ea8cf..212e21b 100644 --- a/series.conf +++ b/series.conf @@ -979,6 +979,7 @@ patches.kernel.org/6.3.3-243-s390-mm-rename-POPULATE_ONE2ONE-to-POPULATE_DIR.patch patches.kernel.org/6.3.3-244-s390-mm-fix-direct-map-accounting.patch patches.kernel.org/6.3.3-245-drm-amd-display-Fix-hang-when-skipping-modeset.patch + patches.kernel.org/6.3.3-246-Linux-6.3.3.patch ######################################################## # Build fixes that apply to the vanilla kernel too.