Skip to content

Commit

Permalink
kmsan: revert changes to syscalls.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosian-glider committed Dec 7, 2018
1 parent 42228a1 commit 0025adf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/syscalls.h
Expand Up @@ -76,7 +76,6 @@ union bpf_attr;
#include <linux/signal.h>
#include <linux/list.h>
#include <linux/bug.h>
#include <linux/kmsan.h>
#include <linux/sem.h>
#include <asm/siginfo.h>
#include <linux/unistd.h>
Expand Down Expand Up @@ -242,7 +241,6 @@ static inline int is_syscall_trace_event(struct trace_event_call *tp_event)
ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
static inline long __do_sys##name(__MAP(x,__SC_DECL,__VA_ARGS__));\
asmlinkage long __se_sys##name(__MAP(x,__SC_LONG,__VA_ARGS__)); \
__no_sanitize_memory \
asmlinkage long __se_sys##name(__MAP(x,__SC_LONG,__VA_ARGS__)) \
{ \
long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\
Expand Down

0 comments on commit 0025adf

Please sign in to comment.