From 5be7e3b064cf97e34f15bd27e700ed69aa6ae751 Mon Sep 17 00:00:00 2001 From: Augusto Caringi Date: Tue, 24 Jan 2023 16:59:15 -0300 Subject: kernel-6.1.8-200 * Tue Jan 24 2023 Augusto Caringi [6.1.8-0] - Linux v6.1.8 Resolves: Signed-off-by: Augusto Caringi --- kernel.spec | 9 ++++++--- patch-6.1-redhat.patch | 6 +++--- sources | 6 +++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/kernel.spec b/kernel.spec index 9986686d4..87fdd14f3 100755 --- a/kernel.spec +++ b/kernel.spec @@ -124,17 +124,17 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 # define buildid .local -%define specversion 6.1.7 +%define specversion 6.1.8 %define patchversion 6.1 %define pkgrelease 200 %define kversion 6 -%define tarfile_release 6.1.7 +%define tarfile_release 6.1.8 # This is needed to do merge window version magic %define patchlevel 1 # This allows pkg_release to have configurable %%{?dist} tag %define specrelease 200%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.1.7 +%define kabiversion 6.1.8 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -3178,6 +3178,9 @@ fi # # %changelog +* Tue Jan 24 2023 Augusto Caringi [6.1.8-0] +- Linux v6.1.8 + * Wed Jan 18 2023 Augusto Caringi [6.1.7-0] - enable efifb for Nvidia (Justin M. Forbes) - Linux v6.1.7 diff --git a/patch-6.1-redhat.patch b/patch-6.1-redhat.patch index 761ae0d03..38e46552e 100644 --- a/patch-6.1-redhat.patch +++ b/patch-6.1-redhat.patch @@ -39,7 +39,7 @@ 38 files changed, 484 insertions(+), 180 deletions(-) diff --git a/Makefile b/Makefile -index 7eb6793ecfbf..c7e8be8b3a5f 100644 +index 49261450039a..b077c86bcb5f 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -1053,10 +1053,10 @@ index 285acc4aaccc..a7056957e7dd 100644 * Intersil/Techwell TW686[4589]-based video capture cards have an empty (zero) * class code. Fix it. diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c -index bbab424b0d55..ed86042fb57b 100644 +index 0aaaadb02cc6..a5f68eae241a 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c -@@ -5676,6 +5676,13 @@ static void hub_event(struct work_struct *work) +@@ -5679,6 +5679,13 @@ static void hub_event(struct work_struct *work) (u16) hub->change_bits[0], (u16) hub->event_bits[0]); diff --git a/sources b/sources index 9679934e5..e805d4cc9 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-6.1.7.tar.xz) = a20e1c02b804aa367ca78a2c946c925ebd97b0f3394d1d68505772c20bd6df45c72bd68b59ba3ef9fe3dc4064107c42aaa9bfd6d0b87e6904114e21f146802c4 -SHA512 (kernel-abi-stablelists-6.1.7.tar.bz2) = 93e3e8b3d7c76884cc938a5f4a70039a3ee19e0c1fe7ab00f875c4ee9a683d1128576b43f165f3f274fad8e4cf03c7f4f338854d88e109fb888d99b6ff80699d -SHA512 (kernel-kabi-dw-6.1.7.tar.bz2) = 003aecf4b780305b720d002c0250ab74c70f575c2abe57cf5a5648a73f5ff954e68ba6d486fda770a1ea9d3e97563fd8900b063d2957e947d60ec00ef39a2851 +SHA512 (linux-6.1.8.tar.xz) = 3774c7f2851c9a7c682fa7a0466f4444f28e10d4a92a350b6e1b1899498e17d40e96f2684be6111652723c467123b0f42f8a1d3586232cd5b309414d9e6dc5a9 +SHA512 (kernel-abi-stablelists-6.1.8.tar.bz2) = b29e2256d5fc323b8dd3813dd4768567b572b2ccd4ca854b2f1d81b2d3f1631f0ca9749ba8d06bb27a945bfa84ff8a533f88d23d2df40c2ab7fa9d2bba655cda +SHA512 (kernel-kabi-dw-6.1.8.tar.bz2) = bc53492fb555327ec0622c05156b272d572962a357085b3a88cb8d1e3b6685424616009de8e9d5b19ffeaa159d33db4036d049bee8f9ae669a5c52e2c797ee07 -- cgit