https://bugzilla.redhat.com/show_bug.cgi?id=735118
d99e60e5 "tracehooks: reintroduce tracehook_consider_fatal_signal()" breaks the compilation of arch/s390/kernel/traps.c. Restore the necessary include removed by upstream 73b7d40f commit.
Signed-off-by: Oleg Nesterov oleg@redhat.com --- arch/s390/kernel/traps.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/s390/kernel/traps.c b/arch/s390/kernel/traps.c index 1018ab6..50e975d 100644 --- a/arch/s390/kernel/traps.c +++ b/arch/s390/kernel/traps.c @@ -18,7 +18,7 @@ #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> -#include <linux/ptrace.h> +#include <linux/tracehook.h> #include <linux/timer.h> #include <linux/mm.h> #include <linux/smp.h>
On Thu, Sep 01, 2011 at 08:10:53PM +0200, Oleg Nesterov wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=735118
d99e60e5 "tracehooks: reintroduce tracehook_consider_fatal_signal()" breaks the compilation of arch/s390/kernel/traps.c. Restore the necessary include removed by upstream 73b7d40f commit.
Signed-off-by: Oleg Nesterov oleg@redhat.com
applied, thanks Oleg.
Dave
kernel@lists.fedoraproject.org