kernel-6.1.10-200
* Mon Feb 06 2023 Augusto Caringi <acaringi@redhat.com> [6.1.10-0] - Linux v6.1.10 Resolves: Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
parent
b9a38570d2
commit
8ceb849b92
3 changed files with 12 additions and 9 deletions
|
|
@ -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.9
|
||||
%define specversion 6.1.10
|
||||
%define patchversion 6.1
|
||||
%define pkgrelease 200
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.1.9
|
||||
%define tarfile_release 6.1.10
|
||||
# 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.9
|
||||
%define kabiversion 6.1.10
|
||||
|
||||
# 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
|
||||
* Mon Feb 06 2023 Augusto Caringi <acaringi@redhat.com> [6.1.10-0]
|
||||
- Linux v6.1.10
|
||||
|
||||
* Wed Feb 01 2023 Augusto Caringi <acaringi@redhat.com> [6.1.9-0]
|
||||
- Add BugsFixed file with bz entries to be included in updates. (Justin M. Forbes)
|
||||
- x86/mm: Randomize per-cpu entry area (Peter Zijlstra)
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
42 files changed, 534 insertions(+), 190 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 3778b422fa11..63f076bb2bc7 100644
|
||||
index 6e34c942744e..cebf71e7b1bf 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
|
||||
|
|
@ -120,7 +120,7 @@ index 325cbf69ebbd..1801af7a6ec4 100644
|
|||
+ return !!ipl_secure_flag;
|
||||
+}
|
||||
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c
|
||||
index ab19ddb09d65..d463ec57b218 100644
|
||||
index 2ec5f1e0312f..e67ca614e4a4 100644
|
||||
--- a/arch/s390/kernel/setup.c
|
||||
+++ b/arch/s390/kernel/setup.c
|
||||
@@ -49,6 +49,7 @@
|
||||
|
|
@ -131,7 +131,7 @@ index ab19ddb09d65..d463ec57b218 100644
|
|||
#include <linux/hugetlb.h>
|
||||
#include <linux/kmemleak.h>
|
||||
|
||||
@@ -978,6 +979,9 @@ void __init setup_arch(char **cmdline_p)
|
||||
@@ -979,6 +980,9 @@ void __init setup_arch(char **cmdline_p)
|
||||
|
||||
log_component_list();
|
||||
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (linux-6.1.9.tar.xz) = 6961d0ea29f06864936b632c110f83641193a3938a1d31022b50fc0fab718c6828654eea32650592d2ab47e0182f9ac13dc3e2c3d5cc26b044b1cb06cf6770fc
|
||||
SHA512 (kernel-abi-stablelists-6.1.9.tar.bz2) = d8541d819a61def6f76dd5e57864b893f1acc18f521023fe6c5e173d1494ff50857a9c59fd8846935aae9ce466bcca256623376180ddb48489b89629cce3bc1f
|
||||
SHA512 (kernel-kabi-dw-6.1.9.tar.bz2) = 5280f5f73d3778843af52c0b5d4392b96b87ce8f7fcad359ef0dd4976b2e68d13ad6e194a0d6a61f17a85bd0d51d9647d0498bb491cc802c8e7aef574f548eee
|
||||
SHA512 (linux-6.1.10.tar.xz) = ca89ef420ef87fdeab8993ce33268a2ba580e44b22716fa08e9550f3c303391269f8863d7fba5e8b7e278a85b257bb8e2882042e4b5a6c0dc4182b844a1c4c14
|
||||
SHA512 (kernel-abi-stablelists-6.1.10.tar.bz2) = 27dc6f79a7a1bcc5dab997f60e71710a61e743a33ca114e7c9129a4887615af9ce959a380b5985d005aec776c4d8ac28b7b000f339fc94b8aed2d3489f87d786
|
||||
SHA512 (kernel-kabi-dw-6.1.10.tar.bz2) = 5530aa6f61a237bf272f816edd3b6d753eab4004a818a8ca463053ac09c3dbaf3cbfc2f2ff1d60256e3bf134ce86e84f417f365f068fcb3ce0f40d48fc0eb01d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue