summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2019-09-04 14:42:57 +0200
committerPiotr Gorski2019-09-04 14:42:57 +0200
commitd2899a7a4a723b6f2519825a64d86a2fd58bdd89 (patch)
treed7689c47df4668eda40e5cc7bfb1a0de251759de
parent52d4261e889a7f189e4ef5798739f58668cf9bf5 (diff)
downloadaur-d2899a7a4a723b6f2519825a64d86a2fd58bdd89.tar.gz
Fix 5.2-bfq-dev-lucjan-v11-r2K190822.patch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2730a79e555..bc006e603591 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = linux-rt-bfq
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.2.10.tar.sign
source = http://www.kernel.org/pub/linux/kernel/projects/rt/5.2/patch-5.2.10-rt5.patch.xz
source = http://www.kernel.org/pub/linux/kernel/projects/rt/5.2/patch-5.2.10-rt5.patch.sign
- source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.2/bfq-dev-lucjan/5.2-bfq-dev-lucjan-v11r1-2K190822.patch
+ source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.2/bfq-dev-lucjan/5.2-bfq-dev-lucjan-v11-r2K190822.patch
source = https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v9.1+_kernel_v4.13+.patch
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.2/arch-patches-v2/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.2/arch-patches-v2/0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch
diff --git a/PKGBUILD b/PKGBUILD
index 8685626a4c19..eeea85138c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,9 @@ _lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"
_bfq_rev_path="bfq-reverts-sep"
_bfq_rev_patch="0001-Revert-block-bfq-handle-NULL-return-value-by-bfq_ini.patch"
_bfq_path="bfq-dev-lucjan"
-_bfq_patch="5.2-bfq-dev-lucjan-v11r1-2K190822.patch"
+_bfq_ver="v11"
+_bfq_rel="r2K190822"
+_bfq_patch="${_major}-${_bfq_path}-${_bfq_ver}-${_bfq_rel}.patch"
_gcc_path="https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master"
_gcc_patch="enable_additional_cpu_optimizations_for_gcc_v9.1+_kernel_v4.13+.patch"