diff --git a/core/linux/PKGBUILD b/core/linux/PKGBUILD index 3fb7bd674..6392c560c 100644 --- a/core/linux/PKGBUILD +++ b/core/linux/PKGBUILD @@ -10,7 +10,7 @@ pkgname=('linux' 'linux-headers') _kernelname=${pkgname#linux} _basekernel=3.1 pkgver=${_basekernel}.10 -pkgrel=16 +pkgrel=17 cryptover=1.5 bfqver=v6 arch=('arm') @@ -34,6 +34,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2 "http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${_basekernel}.0-${bfqver}/0001-block-prepare-I-O-context-code-for-BFQ-${bfqver}-for-${_basekernel}.patch" "http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${_basekernel}.0-${bfqver}/0002-block-cgroups-kconfig-build-bits-for-BFQ-${bfqver}-${_basekernel}.patch" "http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${_basekernel}.0-${bfqver}/0003-block-introduce-the-BFQ-${bfqver}-I-O-sched-for-${_basekernel}.patch" + "http://dl.dropbox.com/u/15043728/ArchLinuxArm/kernels/0001-block-bfq-attempt-to-fix-use-after-free-which-2.6.38-to-3.2.0.patch" "http://download.gna.org/cryptodev-linux/cryptodev-linux-${cryptover}.tar.gz") md5sums=('8d43453f8159b2332ad410b19d86a931' @@ -52,6 +53,7 @@ md5sums=('8d43453f8159b2332ad410b19d86a931' 'f623636044a51e198e148bb1f922cb0e' '13d6835fbde773db9dd910f5c60b5fd8' '6c33fef6961b2f5599c086bac8cc23ab' + '091dd30a3db13e0f1b5292d6813f6214' '3a4b8d23c1708283e29477931d63ffb8') @@ -77,6 +79,7 @@ build() { patch -Np1 -i "${srcdir}/0001-block-prepare-I-O-context-code-for-BFQ-${bfqver}-for-${_basekernel}.patch" patch -Np1 -i "${srcdir}/0002-block-cgroups-kconfig-build-bits-for-BFQ-${bfqver}-${_basekernel}.patch" patch -Np1 -i "${srcdir}/0003-block-introduce-the-BFQ-${bfqver}-I-O-sched-for-${_basekernel}.patch" + patch -Np1 -i "${srcdir}/0001-block-bfq-attempt-to-fix-use-after-free-which-2.6.38-to-3.2.0.patch" # Add AUFS3 patches patch -Np1 -i "${srcdir}/aufs3-kbuild.patch"