ryao 14/10/08 21:27:48 Modified: zfs-kmod-0.6.3.ebuild ChangeLog Log: 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)
Revision Changes Path 1.5 sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild?r1=1.4&r2=1.5 Index: zfs-kmod-0.6.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- zfs-kmod-0.6.3.ebuild 18 Sep 2014 12:45:25 -0000 1.4 +++ zfs-kmod-0.6.3.ebuild 8 Oct 2014 21:27:48 -0000 1.5 @@ -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 @@ IOSCHED_NOOP MODULES !PAX_KERNEXEC_PLUGIN_METHOD_OR + !PAX_USERCOPY_SLABS ZLIB_DEFLATE ZLIB_INFLATE " 1.54 sys-fs/zfs-kmod/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 18 Sep 2014 12:45:25 -0000 1.53 +++ ChangeLog 8 Oct 2014 21:27:48 -0000 1.54 @@ -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 <[email protected]> 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 <[email protected]> zfs-kmod-0.6.3.ebuild, zfs-kmod-9999.ebuild:
