diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-04-15 10:47:18 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-04-15 10:47:18 -0400 |
commit | cc7213fcfe3019d0f935cd14e9b64c0d77bd25f4 (patch) | |
tree | df0a7fd10cc86eaf4e3eca0ceab421e9e21fb2a0 /x86-Lock-down-IO-port-access-when-module-security-is.patch | |
parent | b18e6e75364d806d76d99333646943f6765095fb (diff) | |
download | kernel-cc7213fcfe3019d0f935cd14e9b64c0d77bd25f4.tar.gz kernel-cc7213fcfe3019d0f935cd14e9b64c0d77bd25f4.tar.xz kernel-cc7213fcfe3019d0f935cd14e9b64c0d77bd25f4.zip |
Linux v4.0-3843-gbb0fd7ab0986
Diffstat (limited to 'x86-Lock-down-IO-port-access-when-module-security-is.patch')
-rw-r--r-- | x86-Lock-down-IO-port-access-when-module-security-is.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x86-Lock-down-IO-port-access-when-module-security-is.patch b/x86-Lock-down-IO-port-access-when-module-security-is.patch index d1f41861b..9307136dd 100644 --- a/x86-Lock-down-IO-port-access-when-module-security-is.patch +++ b/x86-Lock-down-IO-port-access-when-module-security-is.patch @@ -44,13 +44,13 @@ index 37dae792dbbe..1ecc03ca3c15 100644 } regs->flags = (regs->flags & ~X86_EFLAGS_IOPL) | (level << 12); diff --git a/drivers/char/mem.c b/drivers/char/mem.c -index 297110c12635..efe38c1bc234 100644 +index 9c4fd7a8e2e5..aa2fac9086b5 100644 --- a/drivers/char/mem.c +++ b/drivers/char/mem.c @@ -27,6 +27,7 @@ #include <linux/export.h> #include <linux/io.h> - #include <linux/aio.h> + #include <linux/uio.h> +#include <linux/module.h> #include <linux/uaccess.h> |