diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-20 10:13:16 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-20 10:13:16 +0100 |
commit | a83c9124464c304d0d52bdadb7b89f94525cf54e (patch) | |
tree | 5044415537d07dc7b7b34fc2906aef6dec0e6def /main/linux-grsec/APKBUILD | |
parent | 09cedcca1adcc686628bc2bd41452107b9a478a0 (diff) | |
download | aports-a83c9124464c304d0d52bdadb7b89f94525cf54e.tar.bz2 aports-a83c9124464c304d0d52bdadb7b89f94525cf54e.tar.xz |
main/linux-grsec: fix "sleeping while atomic" oops under memory pressure
fixes "sleeping while atomic" kernel oops under memory pressure
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 2044d6e1ee..3bb5a31c06 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=3.0.13 _kernver=3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -22,6 +22,7 @@ source="ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$_kernver.tar.bz2 x86-centaur-enable-cx8-for-via-eden-too.patch linux-3.0.x-regression-with-ipv4-routes-having-mtu.patch + net-flow-remove-sleeping-and-deferral-mechanism-from-flow_cache_flush.patch kernelconfig.x86 kernelconfig.x86_64 @@ -149,5 +150,6 @@ ebb99ef6ad8cd2d9fd8f49d5c5849057 0001-ip_gre-dont-increase-dev-needed_headroom- 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch f3eda7112ef074a4121ec6de943c63ee x86-centaur-enable-cx8-for-via-eden-too.patch 62cc7d7b5ba7ef05b72ff91c0411c189 linux-3.0.x-regression-with-ipv4-routes-having-mtu.patch +b25335e8fcbf8c969230d55ac4e75cf8 net-flow-remove-sleeping-and-deferral-mechanism-from-flow_cache_flush.patch 587b1fb2f6a5c9ba714900b856f57f09 kernelconfig.x86 99836ffe918bbdef7da1a56a3d075c7a kernelconfig.x86_64" |