Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux...
[deliverable/linux.git] / arch / x86 / entry / vsyscall / vsyscall_64.c
index 75fc719b7f31a57d27e120a9a23cd2dbe8340beb..636c4b341f36a93975c1ab732f8dfc5fb66bf4ba 100644 (file)
@@ -207,7 +207,7 @@ bool emulate_vsyscall(struct pt_regs *regs, unsigned long address)
         */
        regs->orig_ax = syscall_nr;
        regs->ax = -ENOSYS;
-       tmp = secure_computing();
+       tmp = secure_computing(NULL);
        if ((!tmp && regs->orig_ax != syscall_nr) || regs->ip != address) {
                warn_bad_vsyscall(KERN_DEBUG, regs,
                                  "seccomp tried to change syscall nr or ip");
This page took 0.037109 seconds and 5 git commands to generate.