From 08c09a9bcaaf265209c6d11d2ae5de5e3977919a Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sun, 26 Jun 2022 08:43:40 +0200 Subject: [PATCH] linux5.4: update to 5.4.201. --- srcpkgs/linux5.4/files/arm-dotconfig | 2 +- srcpkgs/linux5.4/files/arm64-dotconfig | 2 +- srcpkgs/linux5.4/files/i386-dotconfig | 2 +- srcpkgs/linux5.4/files/ppc-dotconfig | 2 +- srcpkgs/linux5.4/files/ppc64-dotconfig | 2 +- srcpkgs/linux5.4/files/ppc64le-dotconfig | 2 +- srcpkgs/linux5.4/files/x86_64-dotconfig | 2 +- srcpkgs/linux5.4/template | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/srcpkgs/linux5.4/files/arm-dotconfig b/srcpkgs/linux5.4/files/arm-dotconfig index 80ab5329caa..1ed2792085e 100644 --- a/srcpkgs/linux5.4/files/arm-dotconfig +++ b/srcpkgs/linux5.4/files/arm-dotconfig @@ -3285,7 +3285,7 @@ CONFIG_DEVPORT=y # CONFIG_XILLYBUS is not set # end of Character devices -# CONFIG_RANDOM_TRUST_BOOTLOADER is not set +CONFIG_RANDOM_TRUST_BOOTLOADER=y # # I2C support diff --git a/srcpkgs/linux5.4/files/arm64-dotconfig b/srcpkgs/linux5.4/files/arm64-dotconfig index 21f6ee83333..fa817bd05fa 100644 --- a/srcpkgs/linux5.4/files/arm64-dotconfig +++ b/srcpkgs/linux5.4/files/arm64-dotconfig @@ -4333,7 +4333,7 @@ CONFIG_XILLYBUS_PCIE=m CONFIG_XILLYBUS_OF=m # end of Character devices -# CONFIG_RANDOM_TRUST_BOOTLOADER is not set +CONFIG_RANDOM_TRUST_BOOTLOADER=y # # I2C support diff --git a/srcpkgs/linux5.4/files/i386-dotconfig b/srcpkgs/linux5.4/files/i386-dotconfig index fa6a30fd709..9ad39afed99 100644 --- a/srcpkgs/linux5.4/files/i386-dotconfig +++ b/srcpkgs/linux5.4/files/i386-dotconfig @@ -3911,7 +3911,7 @@ CONFIG_XILLYBUS_PCIE=m # end of Character devices # CONFIG_RANDOM_TRUST_CPU is not set -# CONFIG_RANDOM_TRUST_BOOTLOADER is not set +CONFIG_RANDOM_TRUST_BOOTLOADER=y # # I2C support diff --git a/srcpkgs/linux5.4/files/ppc-dotconfig b/srcpkgs/linux5.4/files/ppc-dotconfig index 05ea4272d4d..272515f2ced 100644 --- a/srcpkgs/linux5.4/files/ppc-dotconfig +++ b/srcpkgs/linux5.4/files/ppc-dotconfig @@ -3426,7 +3426,7 @@ CONFIG_DEVPORT=y # end of Character devices CONFIG_RANDOM_TRUST_CPU=y -# CONFIG_RANDOM_TRUST_BOOTLOADER is not set +CONFIG_RANDOM_TRUST_BOOTLOADER=y # # I2C support diff --git a/srcpkgs/linux5.4/files/ppc64-dotconfig b/srcpkgs/linux5.4/files/ppc64-dotconfig index 99d0ad4c1e7..e5734d6c40b 100644 --- a/srcpkgs/linux5.4/files/ppc64-dotconfig +++ b/srcpkgs/linux5.4/files/ppc64-dotconfig @@ -4010,7 +4010,7 @@ CONFIG_XILLYBUS_OF=m # end of Character devices # CONFIG_RANDOM_TRUST_CPU is not set -# CONFIG_RANDOM_TRUST_BOOTLOADER is not set +CONFIG_RANDOM_TRUST_BOOTLOADER=y # # I2C support diff --git a/srcpkgs/linux5.4/files/ppc64le-dotconfig b/srcpkgs/linux5.4/files/ppc64le-dotconfig index efbb130dc1c..3fcbaec21df 100644 --- a/srcpkgs/linux5.4/files/ppc64le-dotconfig +++ b/srcpkgs/linux5.4/files/ppc64le-dotconfig @@ -3846,7 +3846,7 @@ CONFIG_XILLYBUS_OF=m # end of Character devices # CONFIG_RANDOM_TRUST_CPU is not set -# CONFIG_RANDOM_TRUST_BOOTLOADER is not set +CONFIG_RANDOM_TRUST_BOOTLOADER=y # # I2C support diff --git a/srcpkgs/linux5.4/files/x86_64-dotconfig b/srcpkgs/linux5.4/files/x86_64-dotconfig index 0ecfe841959..71a859468c4 100644 --- a/srcpkgs/linux5.4/files/x86_64-dotconfig +++ b/srcpkgs/linux5.4/files/x86_64-dotconfig @@ -3984,7 +3984,7 @@ CONFIG_XILLYBUS_PCIE=m # end of Character devices # CONFIG_RANDOM_TRUST_CPU is not set -# CONFIG_RANDOM_TRUST_BOOTLOADER is not set +CONFIG_RANDOM_TRUST_BOOTLOADER=y # # I2C support diff --git a/srcpkgs/linux5.4/template b/srcpkgs/linux5.4/template index c0f59b5ea1c..538c7479444 100644 --- a/srcpkgs/linux5.4/template +++ b/srcpkgs/linux5.4/template @@ -1,6 +1,6 @@ # Template file for 'linux5.4' pkgname=linux5.4 -version=5.4.200 +version=5.4.201 revision=1 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" @@ -8,7 +8,7 @@ maintainer="Helmut Pozimski " license="GPL-2.0-only" homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz" -checksum=eae97c9bbf0228bef165be60283ec42cfc9531cea5c641aa3ba131f2125525b8 +checksum=813dd73120c1f72e69feda9c029902450ebfbac6323fe4cf3c5547a298c36e61 python_version=3 nodebug=yes # -dbg package is generated below manually