summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-04-13 12:45:40 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-04-13 12:45:40 -0700
commit0f84821ba8dc182f3ed39b9043a6d16f9bb0e870 (patch)
tree0ea134b34d6411de2c42a46219f7ed552f671fc8
parentUpdated to 5.0.7.a (diff)
downloadlinux-libre-hardened-0f84821ba8dc182f3ed39b9043a6d16f9bb0e870.tar.xz
Add missing line to disable raid6 algorithm scanning
-rw-r--r--PKGBUILD7
-rw-r--r--config.x86_641
2 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30615e6..811cfcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,11 @@
# # I maintain this because:
# Parabola version patch script does not apply consistently
# Parabola version lacks ath9k, greysky2, and raid6 patches
-# Parabola version allows SM3 and SM4
+# Parabola version allows SEED, SM3, SM4, and Streebog
# Parabola version is 300 Hz
# Parabola version supports Intel ME
# Parabola version is not configured for openrc
# Parabola version builds docs using python and graphviz
-# Parabola version is out-of-date
-# Parabola version disables modules for components that lack free firmware
pkgbase=linux-libre-hardened
_majver=5.0
@@ -53,13 +51,12 @@ sha256sums=('7df5025d1960520bfea158054130467770eca379999d5ac48175ed5ee804faa1'
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
'e7ebf050c22bcec0028c0b3c79fd6d3913b0370ecc6a23dfe78ce475630cf503'
'0f81d6e4158b7beeb0eb514f1b9401f7e23699cb0f7b0d513e25dae1815daaeb'
- 'fca5145edc9344ee0641e74e52ead335291ce45a7b5219ecc19fd49774dbd4b6'
+ 'cb134f3f2bbc430b2a044fa7e91c72b209334c9728abb237038db2e3c11422a0'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
validpgpkeys=(
'474402C8C582DAFBE389C427BCB7CF877E7D47A7' # Alexandre Oliva
- '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A' # Daniel Micay
'E240B57E2C4630BA768E2F26FC1B547C8D8172C8' # Levente Polyak
)
diff --git a/config.x86_64 b/config.x86_64
index 9d2794a..3aa119c 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -9515,6 +9515,7 @@ CONFIG_BINARY_PRINTF=y
# Library routines
#
CONFIG_RAID6_PQ=m
+# CONFIG_RAID6_PQ_BENCHMARK is not set
CONFIG_RAID6_PQ_DEFAULT_ALG_BOOL=y
CONFIG_RAID6_PQ_DEFAULT_ALG="sse2x4"
CONFIG_BITREVERSE=y