From 7818f574fd454713d19dcbc1dfe67f7c78beb8fe Mon Sep 17 00:00:00 2001 From: Richard Yao Date: Wed, 8 Oct 2014 21:27:48 +0000 Subject: 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) --- sys-fs/zfs-kmod/ChangeLog | 8 +++++++- sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'sys-fs') 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 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 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 " -- cgit v1.2.3-65-gdbad