From bd19c904c2ecdbd90f584ddb6521e7a5376cd49e Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 27 Aug 2022 15:33:51 +0200 Subject: [PATCH] - updated to 4.19.256 --- kernel-x86.config | 3 ++- kernel-x86_64.config | 3 ++- kernel.spec | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/kernel-x86.config b/kernel-x86.config index ff152e7..025ae36 100644 --- a/kernel-x86.config +++ b/kernel-x86.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.245-4.19 Kernel Configuration +# Linux/x86 4.19.256-4.19 Kernel Configuration # # @@ -4376,6 +4376,7 @@ CONFIG_XILLYBUS=m CONFIG_XILLYBUS_PCIE=m CONFIG_XILLYBUS_OF=m # CONFIG_RANDOM_TRUST_CPU is not set +CONFIG_RANDOM_TRUST_BOOTLOADER=y # # I2C support diff --git a/kernel-x86_64.config b/kernel-x86_64.config index 4992d81..58060e6 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.245-4.19 Kernel Configuration +# Linux/x86 4.19.256-4.19 Kernel Configuration # # @@ -4307,6 +4307,7 @@ CONFIG_XILLYBUS=m CONFIG_XILLYBUS_PCIE=m CONFIG_XILLYBUS_OF=m # CONFIG_RANDOM_TRUST_CPU is not set +CONFIG_RANDOM_TRUST_BOOTLOADER=y # # I2C support diff --git a/kernel.spec b/kernel.spec index a60f6fb..0705293 100644 --- a/kernel.spec +++ b/kernel.spec @@ -4,7 +4,7 @@ %bcond_with verbose # verbose build (V=1) %define basever 4.19 -%define postver 245 +%define postver 256 %define rel 1 %define alt_kernel 4.19 @@ -30,7 +30,7 @@ Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz # Source0-md5: 740a90cf810c2105df8ee12e5d0bb900 %if "%{postver}" != "0" Source1: http://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz -# Source1-md5: c767a7677dc7b44c9f044586ca19a837 +# Source1-md5: 6c8df1ffb29722be26a57b47d49c1a6d %endif Source2: kernel-module-build.pl -- 2.44.0