From: Ben Hutchings Date: Mon, 07 Jul 2014 09:52:12 +0100 Subject: ptrace: Avoid ABI change in 3.14.10 Forwarded: not-needed Hide a new #include from genksyms, which changed the symbol hashes for most of networking. --- a/include/linux/ptrace.h +++ b/include/linux/ptrace.h @@ -5,7 +5,9 @@ #include /* For struct task_struct. */ #include /* for IS_ERR_VALUE */ #include /* For BUG_ON. */ +#ifndef __GENKSYMS__ #include /* For task_active_pid_ns. */ +#endif #include /*