summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2019-11-19 20:16:05 +0100
committerPiotr Gorski2019-11-19 20:16:05 +0100
commit16d8a6174b8b4e44ebc4bf234a058418e7799b69 (patch)
tree0a5398b0db12e94547fb897c75b39a2824329c5a
parentb229e76309ceec5914ac1ee328ac1fbf5984b096 (diff)
downloadaur-16d8a6174b8b4e44ebc4bf234a058418e7799b69.tar.gz
Add 5.3-bfq-dev-lucjan-v11-r2K191119.patch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cc46499a1cb..7b24db603e0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-bfq
pkgdesc = Linux BFQ-dev
pkgver = 5.3.11
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/sirlucjan/bfq-mq-lucjan
arch = x86_64
license = GPL2
@@ -17,7 +17,7 @@ pkgbase = linux-bfq
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.11.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.11.tar.sign
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.3/bfq-reverts-sep/0001-Revert-block-bfq-push-up-injection-only-after-settin.patch
- source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.3/bfq-dev-lucjan/5.3-bfq-dev-lucjan-v11-r2K191114.patch
+ source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.3/bfq-dev-lucjan/5.3-bfq-dev-lucjan-v11-r2K191119.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.3/arch-patches-v4-sep/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.3/arch-patches-v4-sep/0002-Bluetooth-hidp-Fix-assumptions-on-the-return-value-o.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6cf2ce51b67f..b94e439e118a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ _major=5.3
_minor=11
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
-pkgrel=5
+pkgrel=6
pkgdesc='Linux BFQ-dev'
arch=('x86_64')
url="https://github.com/sirlucjan/bfq-mq-lucjan"
@@ -65,7 +65,7 @@ _bfq_rev_path="bfq-reverts-sep"
_bfq_rev_patch="0001-Revert-block-bfq-push-up-injection-only-after-settin.patch"
_bfq_path="bfq-dev-lucjan"
_bfq_ver="v11"
-_bfq_rel="r2K191114"
+_bfq_rel="r2K191119"
_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"