diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-25 16:10:15 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-25 16:10:15 -0700 |
commit | 1f7ebbc3a8e419a46d4f5de68e2d3a2a6e3c7bbe (patch) | |
tree | 9daec15d7ad7b6d277c2a17ecc75c64555cd4e00 /PKGBUILD | |
parent | Updated to 5.0.18.a (diff) | |
download | linux-libre-hardened-1f7ebbc3a8e419a46d4f5de68e2d3a2a6e3c7bbe.tar.xz |
Updated to 5.0.18.a
Reorganized patches
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -7,7 +7,8 @@ # # I maintain this because: # Parabola version patch script does not apply consistently -# Parabola version lacks ath9k, bdver2, greysky2, and raid6 patches +# Parabola version lacks graysky gcc patch with bdver2 fix +# Parabola version lacks ath9k regdom and raid6 algo patches # Parabola version allows SEED, SM3, SM4, and Streebog # Parabola version is 300 Hz # Parabola version supports Intel ME @@ -39,8 +40,8 @@ source=( https://linux-libre.fsfla.org/pub/linux-libre/releases/${_gnumajver}/linux-libre-${_gnumajver}.tar.xz{,.sign} https://linux-libre.fsfla.org/pub/linux-libre/releases/${_gnupkgver}/patch-${_gnumajver}-${_gnupkgver}.xz{,.sign} https://github.com/anthraxx/linux-hardened/releases/download/${pkgver}/linux-hardened-${pkgver}.patch{,.sig} + graysky_bdver2-hotfix.patch enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz - bdver2-fix-for-graysky.patch ath9k-regdom-hack.patch raid6-default-algo.patch config.x86_64 # the main kernel config files @@ -54,8 +55,8 @@ sha256sums=('7df5025d1960520bfea158054130467770eca379999d5ac48175ed5ee804faa1' 'SKIP' 'e9c0b0d389c166ea6f2c0e5d526d294a5fa39ddc04a6733c2aa2fd5c60962269' 'SKIP' + '229e063a578db0a278108f37b24da20c2a2a18d825e98a67e426cb0f4b492e4a' '226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d' - 'd35338c92d0dbf27ffedaf100bd852dd13fd9b5d49b12a10b91194a2ae654447' 'e7ebf050c22bcec0028c0b3c79fd6d3913b0370ecc6a23dfe78ce475630cf503' '0f81d6e4158b7beeb0eb514f1b9401f7e23699cb0f7b0d513e25dae1815daaeb' 'e379fcaeb0ea7f51a3a26b558b539df69adc7df327fc79f1dc9e829ac100b483' @@ -85,14 +86,16 @@ prepare() { # linux hardened patch msg2 "Applying hardened patch" patch -Np1 < ../linux-hardened-${pkgver}.patch + - # graysky2 gcc patch - msg2 "Applying graysky2 cpu patch" + # graysky gcc hotfixes + msg2 "Applying graysky gcc patch hotfixes" + patch -p1 -i ../graysky_bdver2-hotfix.patch "$srcdir/kernel_gcc_patch-${_gcc_more_v}/enable_additional_cpu_optimizations_for_gcc_v8.1+_kernel_v4.13+.patch" + + # graysky gcc patch + msg2 "Applying graysky cpu patch" patch -p1 -i ../kernel_gcc_patch-${_gcc_more_v}/enable_additional_cpu_optimizations_for_gcc_v8.1+_kernel_v4.13+.patch - # Fix stack warnings and ldconfig segfaults on bdver2 with graysky2 gcc patch - msg2 "Applying bdver2 fix for graysky2 cpu patch" - patch -p1 -i ../bdver2-fix-for-graysky.patch # Ignore ath9k eeprom patch msg2 "Applying ath9k patch" |