summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFigue2016-02-20 00:23:57 +0100
committerFigue2016-02-20 00:23:57 +0100
commit9eb9d5bc1e4c60bea8fe8791271f57f51c3d3c81 (patch)
tree4ce1819cdc38256f16dbbdd423a9c42658125746 /PKGBUILD
parentf0b060657a9efe4a4955a4cfe37f9cb67f655816 (diff)
downloadaur-9eb9d5bc1e4c60bea8fe8791271f57f51c3d3c81.tar.gz
Update to 4.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2987e1e426c3..968b9e02ef9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=linux-bld # Build kernel with a different name
_srcname=linux-4.4
pkgname=(linux-bld linux-bld-headers)
_kernelname=-bld
-pkgver=4.4.1
+pkgver=4.4.2
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/rmullick/linux"
@@ -32,14 +32,13 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
"${_bfqpath}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${_bfqversion}-for.patch"
"https://raw.githubusercontent.com/rmullick/bld-patches/master/${_BLDpatch}"
"0001-sdhci-revert.patch"
- "tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch"
"0001-4.4-revert-btrfs.patch"
"0001-4.4-revert-xfs.patch"
)
sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
'SKIP'
- 'c0218043e61da3921cd14579ae4a8774a6fdad91667a9fdb851d0a35f62edb48'
+ '5c55d48ca6b2a9b89ed786e656ed17f9a86192eba6d209fa408e0bca8de57b9c'
'SKIP'
'cf0f984ebfbb8ca8ffee1a12fd791437064b9ebe0712d6f813fd5681d4840791'
'fbbae1d873900e84d1b7ef00593fbb94fc79f078a34b22ee824bab8b0a92be64'
@@ -51,7 +50,6 @@ sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
'69a21bc286a628128cfc4723558829cb6ff6c2d7c4dfd4468457898674187b25'
'66f800ae606ae197dc80f3207d4e688fd3981ee6eab11b52ce84fcf3aed977ff'
'5313df7cb5b4d005422bd4cd0dae956b2dadba8f3db904275aaf99ac53894375'
- 'ab57037ecee0a425c612babdff47c831378bca0bff063a1308599989a350226d'
'51586b733e9f178bebe577258b6057b035eded516ffe8bf8bbb26cb0b26c4958'
'ffbfaa192d17bfc7c6293aa9a07efe57f65177051ae3d8033d5e45a7bca2e0ad')
@@ -109,10 +107,6 @@ prepare() {
# https://bugzilla.kernel.org/show_bug.cgi?id=106541
patch -Rp1 -i "${srcdir}/0001-sdhci-revert.patch"
- # fixes #47805 kernel panics on platform modules
- # https://bugzilla.kernel.org/show_bug.cgi?id=110751
- patch -Np1 -i "${srcdir}/tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch"
-
# #47757 fix broken suspend from btrfs and xfs
patch -Np1 -i "${srcdir}/0001-4.4-revert-xfs.patch"
patch -Np1 -i "${srcdir}/0001-4.4-revert-btrfs.patch"