From a7932c5ae662e6d168cbb7a622989959a967b2dd Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 27 Aug 2022 15:39:58 +0200 Subject: [PATCH] - updated to 4.9.326 --- kernel-x86.config | 5 ++++- kernel-x86_64.config | 5 ++++- kernel.spec | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/kernel-x86.config b/kernel-x86.config index da6d2f4..f6571e6 100644 --- a/kernel-x86.config +++ b/kernel-x86.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.9.316-4.9 Kernel Configuration +# Linux/x86 4.9.326-4.9 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4057,6 +4057,8 @@ CONFIG_DEVPORT=y CONFIG_XILLYBUS=m CONFIG_XILLYBUS_PCIE=m CONFIG_XILLYBUS_OF=m +CONFIG_RANDOM_TRUST_CPU=y +CONFIG_RANDOM_TRUST_BOOTLOADER=y # # I2C support @@ -8280,6 +8282,7 @@ CONFIG_TIMER_STATS=y # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set CONFIG_LOCK_TORTURE_TEST=m CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y # CONFIG_DEBUG_LIST is not set diff --git a/kernel-x86_64.config b/kernel-x86_64.config index 43c0348..dcdb879 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.9.316-4.9 Kernel Configuration +# Linux/x86 4.9.326-4.9 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -3960,6 +3960,8 @@ CONFIG_DEVPORT=y CONFIG_XILLYBUS=m CONFIG_XILLYBUS_PCIE=m CONFIG_XILLYBUS_OF=m +CONFIG_RANDOM_TRUST_CPU=y +CONFIG_RANDOM_TRUST_BOOTLOADER=y # # I2C support @@ -8104,6 +8106,7 @@ CONFIG_TIMER_STATS=y # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set CONFIG_LOCK_TORTURE_TEST=m CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y # CONFIG_DEBUG_LIST is not set diff --git a/kernel.spec b/kernel.spec index 60eb935..236d7dc 100644 --- a/kernel.spec +++ b/kernel.spec @@ -4,7 +4,7 @@ %bcond_with verbose # verbose build (V=1) %define basever 4.9 -%define postver 316 +%define postver 326 %define rel 1 %define alt_kernel 4.9 @@ -30,7 +30,7 @@ Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz # Source0-md5: 0a68ef3615c64bd5ee54a3320e46667d %if "%{postver}" != "0" Source1: http://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz -# Source1-md5: 540b070a74b6141c52e0ba11f95b0bfb +# Source1-md5: bd9059181739858da41ed6a4cc3da4e3 %endif Source2: kernel-module-build.pl -- 2.44.0