diff options
-rw-r--r-- | SOURCES/patch-6.1-redhat.patch | 8 | ||||
-rwxr-xr-x | SPECS/kernel.spec | 13 |
2 files changed, 12 insertions, 9 deletions
diff --git a/SOURCES/patch-6.1-redhat.patch b/SOURCES/patch-6.1-redhat.patch index f7afc9b..f5d41e6 100644 --- a/SOURCES/patch-6.1-redhat.patch +++ b/SOURCES/patch-6.1-redhat.patch @@ -41,7 +41,7 @@ 40 files changed, 519 insertions(+), 188 deletions(-) diff --git a/Makefile b/Makefile -index 3e82a3224362..9dd0648927cf 100644 +index 4dfe902b7f19..006274bf03e8 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -1140,10 +1140,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 0aaaadb02cc6..a5f68eae241a 100644 +index 1abe43ddb75f..041f8bc643d8 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c -@@ -5679,6 +5679,13 @@ static void hub_event(struct work_struct *work) +@@ -5678,6 +5678,13 @@ static void hub_event(struct work_struct *work) (u16) hub->change_bits[0], (u16) hub->event_bits[0]); @@ -1339,7 +1339,7 @@ index 0d99ef17e4a5..81c8e082ec57 100755 + echo ${extra_paholeopt} diff --git a/scripts/tags.sh b/scripts/tags.sh -index e137cf15aae9..2ed2341f7967 100755 +index 0d045182c08c..8606325b0ec2 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -16,6 +16,8 @@ fi diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 3f3161f..7bba930 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -124,17 +124,17 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 %define buildid .fsync -%define specversion 6.1.14 +%define specversion 6.1.15 %define patchversion 6.1 %define pkgrelease 200 %define kversion 6 -%define tarfile_release 6.1.14 +%define tarfile_release 6.1.15 # This is needed to do merge window version magic %define patchlevel 1 # This allows pkg_release to have configurable %%{?dist} tag %define specrelease 201%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.1.14 +%define kabiversion 6.1.15 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -3214,8 +3214,11 @@ fi # # %changelog -* Sat Mar 04 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.1.14-201.fsync -- kernel-fsync v6.1.14 +* Sat Mar 04 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.1.15-201.fsync +- kernel-fsync v6.1.15 + +* Fri Mar 03 2023 Augusto Caringi <acaringi@redhat.com> [6.1.15-0] +- Linux v6.1.15 * Sat Feb 25 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.1.14-0] - Linux v6.1.14 |