summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2015-07-08 23:35:31 +0200
committerJoan Figueras2015-07-08 23:35:31 +0200
commit6e8d6307d73cb5d39e31545bbf87a4b54af316aa (patch)
tree09863189ca28f7dcbb85393159fa3a942f743f46
parent37c835bea75cfbd3dc2852b9dcfe4312f618ef2d (diff)
downloadaur-6e8d6307d73cb5d39e31545bbf87a4b54af316aa.tar.gz
New BFQ-v7r8-4.1 and PGP signatures. Thanks Pawel
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD21
2 files changed, 20 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a518d495054c..a921d419dd34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-bld
pkgver = 4.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rmullick/linux
arch = i686
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = linux-bld
source = config.x86_64
source = linux-bld.preset
source = change-default-console-loglevel.patch
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.0.0-v7r8/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r8-4.0.patch
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.0.0-v7r8/0002-block-introduce-the-BFQ-v7r8-I-O-sched-for-4.0.patch
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.0.0-v7r8/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r8-for-4.0.0.patch
+ source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.1.0-v7r8/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r8-4.1.patch
+ source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.1.0-v7r8/0002-block-introduce-the-BFQ-v7r8-I-O-sched-for-4.1.patch
+ source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.1.0-v7r8/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r8-for-4.1.0.patch
source = https://raw.githubusercontent.com/rmullick/bld-patches/master/BLD-4.1.patch
source = 0001-block-loop-convert-to-per-device-workqueue.patch
source = 0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
@@ -33,9 +33,9 @@ pkgbase = linux-bld
sha256sums = 58d49d4a3f6152394d903fd09113116fa3a0939d7d7ee419b2edbbd0c30e1755
sha256sums = 8da1d80c0bd568781568da4f669f39fed94523312b9d37477836bfa6faa9527f
sha256sums = 1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99
- sha256sums = b0648f9fca9b155c3a7195008acd6fb8f1a644c6a8743050f3ee96e1245b88d9
- sha256sums = f1389d30e08cc1fab638407289743d15efcde4dac63f9e3052b0df9c0880ef57
- sha256sums = fd7f55a254217e1b57558a6288cc2aab28f7c62d7d0b8db09b598382d5bce618
+ sha256sums = ec0ca3c8051ea6d9a27a450998af8162464c224299deefc29044172940e96975
+ sha256sums = c5c2c48638c2a8180948bd118ffcc33c8b7ff5f9f1e4b04c8e2cafeca2bde87b
+ sha256sums = 4f30f76adbdf49aec8d41ac27ad212734500c272f3cba594f134a7bc263820d9
sha256sums = 6b068476a99fa7b5902f20e379f28b0f72e7d8edb6b751b6b28d3d51bcb0e08b
sha256sums = 9e1d3fd95d768a46353593f6678513839cedb98ee66e83d9323233104ec3b23f
sha256sums = bbe3631c737ed8329a1b7a9610cc0a07330c14194da5e9afec7705e7f37eeb81
diff --git a/PKGBUILD b/PKGBUILD
index a8c07f9ec5f5..9b86cc006de6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ _srcname=linux-4.1
pkgname=(linux-bld linux-bld-headers)
_kernelname=-bld
pkgver=4.1.1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/rmullick/linux"
license=('GPL2')
makedepends=( 'kmod' 'inetutils' 'bc')
options=('!strip')
_gcc_patch="enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch"
-_bfqpath="http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.0.0-v7r8"
+_bfqpath="http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.1.0-v7r8"
_BLDpatch="BLD-4.1.patch"
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
@@ -27,9 +27,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
# standard config files for mkinitcpio ramdisk
'linux-bld.preset'
'change-default-console-loglevel.patch'
- "${_bfqpath}/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r8-4.0.patch"
- "${_bfqpath}/0002-block-introduce-the-BFQ-v7r8-I-O-sched-for-4.0.patch"
- "${_bfqpath}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r8-for-4.0.0.patch"
+ "${_bfqpath}/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r8-4.1.patch"
+ "${_bfqpath}/0002-block-introduce-the-BFQ-v7r8-I-O-sched-for-4.1.patch"
+ "${_bfqpath}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r8-for-4.1.0.patch"
"https://raw.githubusercontent.com/rmullick/bld-patches/master/${_BLDpatch}"
"0001-block-loop-convert-to-per-device-workqueue.patch"
"0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch"
@@ -44,13 +44,18 @@ sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
'58d49d4a3f6152394d903fd09113116fa3a0939d7d7ee419b2edbbd0c30e1755'
'8da1d80c0bd568781568da4f669f39fed94523312b9d37477836bfa6faa9527f'
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
- 'b0648f9fca9b155c3a7195008acd6fb8f1a644c6a8743050f3ee96e1245b88d9'
- 'f1389d30e08cc1fab638407289743d15efcde4dac63f9e3052b0df9c0880ef57'
- 'fd7f55a254217e1b57558a6288cc2aab28f7c62d7d0b8db09b598382d5bce618'
+ 'ec0ca3c8051ea6d9a27a450998af8162464c224299deefc29044172940e96975'
+ 'c5c2c48638c2a8180948bd118ffcc33c8b7ff5f9f1e4b04c8e2cafeca2bde87b'
+ '4f30f76adbdf49aec8d41ac27ad212734500c272f3cba594f134a7bc263820d9'
'6b068476a99fa7b5902f20e379f28b0f72e7d8edb6b751b6b28d3d51bcb0e08b'
'9e1d3fd95d768a46353593f6678513839cedb98ee66e83d9323233104ec3b23f'
'bbe3631c737ed8329a1b7a9610cc0a07330c14194da5e9afec7705e7f37eeb81')
+validpgpkeys=(
+ 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
+ '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
+ )
+
# Running with a 1000 HZ tick rate (vs the ARCH 300) is reported to solve the
# issues with the bfs/linux 3.1x and suspend. For more see:
# http://ck-hack.blogspot.com/2013/09/bfs-0441-311-ck1.html?showComment=1378756529345#c5266548105449573343