From 2b4dc428cd2d7fab2c66197e934bff6b42340610 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 27 Aug 2022 15:36:38 +0200 Subject: [PATCH] - updated to 4.14.291 --- kernel-x86.config | 4 +++- kernel-x86_64.config | 4 +++- kernel.spec | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/kernel-x86.config b/kernel-x86.config index 7fbff9e..9247d7a 100644 --- a/kernel-x86.config +++ b/kernel-x86.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.281-4.14 Kernel Configuration +# Linux/x86 4.14.291-4.14 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4193,6 +4193,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 diff --git a/kernel-x86_64.config b/kernel-x86_64.config index d5af852..cd187e1 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.281-4.14 Kernel Configuration +# Linux/x86 4.14.291-4.14 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -4108,6 +4108,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 diff --git a/kernel.spec b/kernel.spec index c7f3626..e79b2b9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -4,7 +4,7 @@ %bcond_with verbose # verbose build (V=1) %define basever 4.14 -%define postver 281 +%define postver 291 %define rel 1 %define alt_kernel 4.14 @@ -30,7 +30,7 @@ Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz # Source0-md5: bacdb9ffdcd922aa069a5e1520160e24 %if "%{postver}" != "0" Source1: http://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz -# Source1-md5: 7ac6a248ba41373afaee0bfece4a66d6 +# Source1-md5: cd6404047a8f7afa154689045db0edd0 %endif Source2: kernel-module-build.pl -- 2.45.2