summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2016-04-13 20:31:48 +0200
committerFigue2016-04-13 20:31:48 +0200
commite3e1a1815b44830cf94371f9d44965f88a89a470 (patch)
treec5bd623c2ec546f77e8e227bf6602d6263a47ac7
parent4c352c4c894e05d7ed391d2fb7cefe38030a15d4 (diff)
downloadaur-e3e1a1815b44830cf94371f9d44965f88a89a470.tar.gz
Update to 4.5.1
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD25
2 files changed, 29 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f8538a98808..289f9715a610 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sun Mar 27 22:52:29 UTC 2016
+# Wed Apr 13 18:31:00 UTC 2016
pkgbase = linux-bld
- pkgver = 4.5
+ pkgver = 4.5.1
pkgrel = 1
url = https://github.com/rmullick/linux
arch = i686
@@ -13,19 +13,29 @@ pkgbase = linux-bld
options = !strip
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.5.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.5.tar.sign
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.5.1.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.5.1.sign
source = http://repo-ck.com/source/gcc_patch/enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch.gz
source = config
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.4.0-v7r11/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.4.0.patch
+ source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.4.0-v7r11/0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.4.0.patch
+ source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.4.0-v7r11/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch
source = https://raw.githubusercontent.com/rmullick/bld-patches/master/BLD-4.5.patch
sha256sums = a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c
sha256sums = SKIP
+ sha256sums = 060ad091ebfa2b63d62e86beaf68c3a5d4638c506c3ac941c1825ba756e830b1
+ sha256sums = SKIP
sha256sums = cf0f984ebfbb8ca8ffee1a12fd791437064b9ebe0712d6f813fd5681d4840791
sha256sums = 4e520b53399541b5d166fba4be397756278cbcbc260be87bd3ff324496ac3619
sha256sums = 30660541b981bfbf60db8ffdbf75dca63648ca19bc2fba564b4561f6ecc7bf1b
sha256sums = 8da1d80c0bd568781568da4f669f39fed94523312b9d37477836bfa6faa9527f
sha256sums = 1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99
+ sha256sums = d1cf14cc696b0f716454fe8eb9746383700889d5d22ad829611f0433cc77b4ce
+ sha256sums = b17c3fb18c5b8c20a45a38198f293679ca6aef08d16f12cd816a5cfafac4b2c4
+ sha256sums = 69a21bc286a628128cfc4723558829cb6ff6c2d7c4dfd4468457898674187b25
sha256sums = adf9a38282035ce3ab609ebac0e134aa4dac41d5189291b884156793d1cb295d
pkgname = linux-bld
@@ -36,14 +46,14 @@ pkgname = linux-bld
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = kernel26-bld=4.5
+ provides = kernel26-bld=4.5.1
conflicts = kernel26-bld
replaces = kernel26-bld
backup = etc/mkinitcpio.d/linux-bld.preset
pkgname = linux-bld-headers
pkgdesc = Header files and scripts for building modules for Linux-bld kernel
- provides = kernel26-bld-headers=4.5
+ provides = kernel26-bld-headers=4.5.1
conflicts = kernel26-bld-headers
replaces = kernel26-bld-headers
diff --git a/PKGBUILD b/PKGBUILD
index 8b88e2785882..acfcae0c8f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=linux-bld # Build kernel with a different name
_srcname=linux-4.5
pkgname=(linux-bld linux-bld-headers)
_kernelname=-bld
-pkgver=4.5
+pkgver=4.5.1
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/rmullick/linux"
@@ -19,27 +19,32 @@ _bfqpath="http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.4.0-${_bfqv
_BLDpatch="BLD-4.5.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"
-# "http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
-# "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"
+ "http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
+ "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"
"http://repo-ck.com/source/gcc_patch/${_gcc_patch}.gz"
# the main kernel config files
'config' 'config.x86_64'
# standard config files for mkinitcpio ramdisk
'linux-bld.preset'
'change-default-console-loglevel.patch'
-# "${_bfqpath}/0001-block-cgroups-kconfig-build-bits-for-BFQ-${_bfqversion}-4.4.0.patch"
-# "${_bfqpath}/0002-block-introduce-the-BFQ-${_bfqversion}-I-O-sched-for-4.4.0.patch"
-# "${_bfqpath}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${_bfqversion}-for.patch"
+ "${_bfqpath}/0001-block-cgroups-kconfig-build-bits-for-BFQ-${_bfqversion}-4.4.0.patch"
+ "${_bfqpath}/0002-block-introduce-the-BFQ-${_bfqversion}-I-O-sched-for-4.4.0.patch"
+ "${_bfqpath}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${_bfqversion}-for.patch"
"https://raw.githubusercontent.com/rmullick/bld-patches/master/${_BLDpatch}"
)
sha256sums=('a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c'
'SKIP'
+ '060ad091ebfa2b63d62e86beaf68c3a5d4638c506c3ac941c1825ba756e830b1'
+ 'SKIP'
'cf0f984ebfbb8ca8ffee1a12fd791437064b9ebe0712d6f813fd5681d4840791'
'4e520b53399541b5d166fba4be397756278cbcbc260be87bd3ff324496ac3619'
'30660541b981bfbf60db8ffdbf75dca63648ca19bc2fba564b4561f6ecc7bf1b'
'8da1d80c0bd568781568da4f669f39fed94523312b9d37477836bfa6faa9527f'
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
+ 'd1cf14cc696b0f716454fe8eb9746383700889d5d22ad829611f0433cc77b4ce'
+ 'b17c3fb18c5b8c20a45a38198f293679ca6aef08d16f12cd816a5cfafac4b2c4'
+ '69a21bc286a628128cfc4723558829cb6ff6c2d7c4dfd4468457898674187b25'
'adf9a38282035ce3ab609ebac0e134aa4dac41d5189291b884156793d1cb295d')
validpgpkeys=(
@@ -85,10 +90,10 @@ prepare() {
msg2 "Patch source to enable more gcc CPU optimizatons via the make nconfig"
patch -Np1 -i "${srcdir}/${_gcc_patch}"
-# msg "Patching source with BFQ patches"
-# for p in $(ls ${srcdir}/000{1,2,3}-block*BFQ*.patch); do
-# patch -Np1 -i "$p"
-# done
+ msg "Patching source with BFQ patches"
+ for p in $(ls ${srcdir}/000{1,2,3}-block*BFQ*.patch); do
+ patch -Np1 -i "$p"
+ done
# msg2 "Patches from Archlinux"