You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support grsecurity/PaX kernel configurations where
CONFIG_PAX_USERCOPY_SLABS are enabled. When this kernel option
is enabled slabs which are used to copy between user and kernel
space must be created with SLAB_USERCOPY.
Stock Linux kernels do not have a SLAB_USERCOPY definition so
this causes no change in behavior for non-PAX-enabled kernels.
Verified-by: Wuffleton <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue openzfs#2977
Issue openzfs#3796
Gentoo Linux’s
sys-fs/zfs-kmod-0.6.3-r1
package (and possiblyearlier versions; I don’t know) requires that the grsecurity/PaX
kernel configuration setting
CONFIG_PAX_USERCOPY_SLABS
be disabled.I’m filing this report to track this issue on the pattern of
openzfs/spl#422.
The text was updated successfully, but these errors were encountered: