diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-13 07:51:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-13 07:53:04 +0000 |
commit | 94a65a421705eb0152c2a6cdeb0bffd269c58e97 (patch) | |
tree | f58fc01274cb54f84a87b8e178a132b3e9ae1500 /main/linux-hardened/zfs-fix.patch | |
parent | c3678fbca75166dc933a695270c2e20d0f0027a0 (diff) | |
download | aports-94a65a421705eb0152c2a6cdeb0bffd269c58e97.tar.bz2 aports-94a65a421705eb0152c2a6cdeb0bffd269c58e97.tar.xz |
*/linux-hardened: remove unsupported kernel and 3rd party modules
we no longer support the linux-hardened kernel so we remove it and all
the 3rdparty kernel modules.
Diffstat (limited to 'main/linux-hardened/zfs-fix.patch')
-rw-r--r-- | main/linux-hardened/zfs-fix.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/linux-hardened/zfs-fix.patch b/main/linux-hardened/zfs-fix.patch deleted file mode 100644 index 997add4dbc..0000000000 --- a/main/linux-hardened/zfs-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/kernel/module.c b/kernel/module.c -index f9d983b..aadd2ed 100644 ---- a/kernel/module.c -+++ b/kernel/module.c -@@ -3036,7 +3036,7 @@ static int check_modinfo(struct module *mod, struct load_info *info, int flags) - int err; - - #if defined(CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR) || defined(CONFIG_PAX_RAP) -- if (!license || !license_is_gpl_compatible(license)) { -+ if (!license || (!license_is_gpl_compatible(license) && strcmp(license, "CDDL") != 0)) { - pr_err("%s: module is not compatible with the KERNEXEC 'or' method and RAP\n", mod->name); - return -ENOEXEC; - } |