summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabelian4242020-08-13 22:54:10 +0600
committerabelian4242020-08-13 22:54:10 +0600
commit758a723fe3b28fbee34f3f49978b4b828bfbadbf (patch)
tree2cb9f6f5b687ef0c597bb17a85bfac06dc009dbd
parentb3d62402a51cddbf7055a6362690a582116d887c (diff)
downloadaur-758a723fe3b28fbee34f3f49978b4b828bfbadbf.tar.gz
Updated to 5.7.15
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 585424c5f657..33170bad5755 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = linux-bcachefs-ck
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.7.15.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.7.15.tar.sign
source = config
+ source = https://github.com/graysky2/kernel_gcc_patch/blob/master/enable_additional_cpu_optimizations_for_gcc_v10.1%2B_kernel_v5.7%2B.patch
source = https://github.com/Frogging-Family/linux-tkg/raw/master/linux57-tkg/linux57-tkg-patches/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
source = https://github.com/Frogging-Family/linux-tkg/raw/master/linux57-tkg/linux57-tkg-patches/0002-clear-patches.patch
source = https://github.com/Frogging-Family/linux-tkg/raw/master/linux57-tkg/linux57-tkg-patches/0003-glitched-base.patch
@@ -24,6 +25,7 @@ pkgbase = linux-bcachefs-ck
md5sums = 31965edc4b4473959a6692db3b200846
md5sums = SKIP
md5sums = 91db2f49d9ec23865eb553f8606977ec
+ md5sums = ac9931a3feca7dc3fadc20f0022dd558
md5sums = f89cd458929e9817a41861119bf8fcc1
md5sums = b10e4c612d5240d66fad8f1c50fe3242
md5sums = a22cddcadc0da933dac13a6ab49b7ed9
diff --git a/PKGBUILD b/PKGBUILD
index 595fe17d9fb1..18d0df8700b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -87,6 +87,7 @@ options=('!strip')
source=(
"https://www.kernel.org/pub/linux/kernel/v5.x/linux-$pkgver.tar".{xz,sign}
config
+ "https://github.com/graysky2/kernel_gcc_patch/blob/master/enable_additional_cpu_optimizations_for_gcc_v10.1%2B_kernel_v5.7%2B.patch"
"https://github.com/Frogging-Family/linux-tkg/raw/master/linux57-tkg/linux57-tkg-patches/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch"
"https://github.com/Frogging-Family/linux-tkg/raw/master/linux57-tkg/linux57-tkg-patches/0002-clear-patches.patch"
"https://github.com/Frogging-Family/linux-tkg/raw/master/linux57-tkg/linux57-tkg-patches/0003-glitched-base.patch"
@@ -105,6 +106,7 @@ validpgpkeys=(
md5sums=('31965edc4b4473959a6692db3b200846'
'SKIP'
'91db2f49d9ec23865eb553f8606977ec'
+ 'ac9931a3feca7dc3fadc20f0022dd558'
'f89cd458929e9817a41861119bf8fcc1'
'b10e4c612d5240d66fad8f1c50fe3242'
'a22cddcadc0da933dac13a6ab49b7ed9'
@@ -154,6 +156,10 @@ prepare() {
patch -Np1 -i ../0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
+ # graysky's cpu opts - https://github.com/graysky2/kernel_gcc_patch
+ msg2 "Applying graysky's cpu opts patch"
+ patch -Np1 -i ../enable_additional_cpu_optimizations_for_gcc_v10.1%2B_kernel_v5.7%2B.patch
+
# TkG
patch -Np1 -i ../0002-clear-patches.patch