search for: audit_arch_x86_64

Displaying 3 results from an estimated 3 matches for "audit_arch_x86_64".

2019 Oct 31
37
[Bug 3085] New: seccomp issue after upgrading openssl
https://bugzilla.mindrot.org/show_bug.cgi?id=3085 Bug ID: 3085 Summary: seccomp issue after upgrading openssl Product: Portable OpenSSH Version: 8.1p1 Hardware: Other OS: Linux Status: NEW Severity: critical Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...lude "asm/host_ldt.h" +#include <linux/compiler.h> +#include <asm/errno.h> +#include <asm/host_ldt.h> #define __FRAME_OFFSETS /* Needed to get the R* macros */ -#include "asm/ptrace-generic.h" +#include <asm/ptrace-generic.h> #define HOST_AUDIT_ARCH AUDIT_ARCH_X86_64 diff --git a/include/asm-um/resource.h b/include/asm-um/resource.h index c9b0740..deaed42 100644 --- a/include/asm-um/resource.h +++ b/include/asm-um/resource.h @@ -1,6 +1,6 @@ #ifndef __UM_RESOURCE_H #define __UM_RESOURCE_H -#include "asm/arch/resource.h" +#include <asm/arch/res...
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...lude "asm/host_ldt.h" +#include <linux/compiler.h> +#include <asm/errno.h> +#include <asm/host_ldt.h> #define __FRAME_OFFSETS /* Needed to get the R* macros */ -#include "asm/ptrace-generic.h" +#include <asm/ptrace-generic.h> #define HOST_AUDIT_ARCH AUDIT_ARCH_X86_64 diff --git a/include/asm-um/resource.h b/include/asm-um/resource.h index c9b0740..deaed42 100644 --- a/include/asm-um/resource.h +++ b/include/asm-um/resource.h @@ -1,6 +1,6 @@ #ifndef __UM_RESOURCE_H #define __UM_RESOURCE_H -#include "asm/arch/resource.h" +#include <asm/arch/res...