diff options
author | Richard Yao <ryao@gentoo.org> | 2014-10-08 21:27:48 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2014-10-08 21:27:48 +0000 |
commit | 7818f574fd454713d19dcbc1dfe67f7c78beb8fe (patch) | |
tree | a0db96fc245beade7db742070d01142f86848185 /sys-fs | |
parent | Change maintainers as discussed with them (diff) | |
download | gentoo-2-7818f574fd454713d19dcbc1dfe67f7c78beb8fe.tar.gz gentoo-2-7818f574fd454713d19dcbc1dfe67f7c78beb8fe.tar.bz2 gentoo-2-7818f574fd454713d19dcbc1dfe67f7c78beb8fe.zip |
CONFIG_PAX_USERCOPY_SLABS is incompatible with the ZFS kernel module as of GrSecurity patch set for Linux 3.14 and later. A fix will come within a day or two, but I am adding it to CHECK_CONFIG for the interim.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs-kmod/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys-fs/zfs-kmod/ChangeLog b/sys-fs/zfs-kmod/ChangeLog index a680047e4bcc..a522eebed6fd 100644 --- a/sys-fs/zfs-kmod/ChangeLog +++ b/sys-fs/zfs-kmod/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/zfs-kmod # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.53 2014/09/18 12:45:25 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.54 2014/10/08 21:27:48 ryao Exp $ + + 08 Oct 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-0.6.3.ebuild, + zfs-kmod-9999.ebuild: + CONFIG_PAX_USERCOPY_SLABS is incompatible with the ZFS kernel module as of + GrSecurity patch set for Linux 3.14 and later. A fix will come within a day or + two, but I am adding it to CHECK_CONFIG for the interim. 18 Sep 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-0.6.3.ebuild, zfs-kmod-9999.ebuild: diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild index 1806b2760b71..ba9aa5d7a8b5 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild,v 1.4 2014/09/18 12:45:25 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild,v 1.5 2014/10/08 21:27:48 ryao Exp $ EAPI="4" @@ -48,6 +48,7 @@ pkg_setup() { IOSCHED_NOOP MODULES !PAX_KERNEXEC_PLUGIN_METHOD_OR + !PAX_USERCOPY_SLABS ZLIB_DEFLATE ZLIB_INFLATE " |