Skip to content

Commit

Permalink
Revert "instrumented.h: add KMSAN support"
Browse files Browse the repository at this point in the history
  • Loading branch information
youling257 committed Oct 19, 2022
1 parent a8fe06a commit 401cbfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/instrumented.h
Expand Up @@ -186,7 +186,6 @@ instrument_copy_from_user_after(const void *to, const void __user *from,
*/
#define instrument_put_user(from, ptr, size) \
({ \
kmsan_copy_to_user(ptr, &from, sizeof(from), 0); \
})

#endif /* _LINUX_INSTRUMENTED_H */

0 comments on commit 401cbfa

Please sign in to comment.