diff --git a/patches.kernel.org/6.2.2-017-Linux-6.2.2.patch b/patches.kernel.org/6.2.2-017-Linux-6.2.2.patch new file mode 100644 index 0000000..0b5937e --- /dev/null +++ b/patches.kernel.org/6.2.2-017-Linux-6.2.2.patch @@ -0,0 +1,43 @@ +From: Greg Kroah-Hartman +Date: Fri, 3 Mar 2023 11:56:18 +0100 +Subject: [PATCH] Linux 6.2.2 +References: bsc#1012628 +Patch-mainline: 6.2.2 +Git-commit: 6ab3eda153b603d578a83e75dd1a58270ebfe3f2 + +Link: https://lore.kernel.org/r/20230301180653.263532453@linuxfoundation.org +Tested-by: Ronald Warsow +Tested-by: Luna Jernberg +Tested-by: Florian Fainelli +Tested-by: Justin M. Forbes +Tested-by: Shuah Khan +Tested-by: Bagas Sanjaya +Tested-by: Jon Hunter +Tested-by: Conor Dooley +Tested-by: Sudip Mukherjee +Tested-by: Ron Economos +Tested-by: Linux Kernel Functional Testing +Tested-by: Slade Watkins +Tested-by: Guenter Roeck +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 f26824f3..1836ddaf 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 6 + PATCHLEVEL = 2 +-SUBLEVEL = 1 ++SUBLEVEL = 2 + EXTRAVERSION = + NAME = Hurr durr I'ma ninja sloth + +-- +2.35.3 + diff --git a/series.conf b/series.conf index 8c79532..9a3822c 100644 --- a/series.conf +++ b/series.conf @@ -56,6 +56,7 @@ patches.kernel.org/6.2.2-014-arm64-dts-uniphier-Fix-property-name-in-PXs3-US.patch patches.kernel.org/6.2.2-015-usb-typec-pd-Remove-usb_suspend_supported-sysfs.patch patches.kernel.org/6.2.2-016-USB-core-Don-t-hold-device-lock-while-reading-t.patch + patches.kernel.org/6.2.2-017-Linux-6.2.2.patch ######################################################## # Build fixes that apply to the vanilla kernel too.