diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-11-16 03:39:08 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-11-16 03:41:30 -0600 |
commit | 762e510f082f422e3219c9ec270bcf5b48395adf (patch) | |
tree | 78507912f8136fd43d2ef24c48d447699b1b5bd4 /main/linux-grsec/APKBUILD | |
parent | 968ba98ecd762d28318716445141e5c1863deefb (diff) | |
download | aports-762e510f082f422e3219c9ec270bcf5b48395adf.tar.bz2 aports-762e510f082f422e3219c9ec270bcf5b48395adf.tar.xz |
main/linux-grsec: SMP-related bugfixes (see extended commit message)
[x86]
- enable CONFIG_X86_BIGSMP
- set CONFIG_NR_CPUS to 32
[x86_64]
- set CONFIG_NR_CPUS to 32
With CONFIG_NR_CPUS > 8 on x86, the kernel may hang upon encountering
more than 8 logical CPUs without CONFIG_X86_BIGSMP enabled. x86_64 does
not have this problem, but as a side effect of the CONFIG_X86_BIGSMP
change, needed to have CONFIG_NR_CPUS adjusted there as well.
Discussions on various distribution lists:
Alpine: http://lists.alpinelinux.org/alpine-devel/0496.html
Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=480844
rPath: https://issues.rpath.com/browse/RPL-3022
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index adbfc7bd51..cf93706259 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=3.0.9 _kernver=3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -144,5 +144,5 @@ md5sums="398e95866794def22b12dfbc15ce89c0 linux-3.0.tar.bz2 c41cf0ee9794f393423c6b2093072260 grsec-timblogiw-noconst.patch ebb99ef6ad8cd2d9fd8f49d5c5849057 0001-ip_gre-dont-increase-dev-needed_headroom-on-a-live-d.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch -464e2356a1983e1ffe261904a1d76338 kernelconfig.x86 -d97d1808eebdfb97734dccfbcaea35f2 kernelconfig.x86_64" +36330138ac7e1e776b3917a81ba51546 kernelconfig.x86 +f00f1c26ef7ddcdc4467bb883a71522b kernelconfig.x86_64" |