diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-08 17:07:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-08 17:07:27 +0200 |
commit | 4858d9ba5e0d92b7e4e1086fd1b64fbbc4a72c93 (patch) | |
tree | 1e949545366674752040ca805a23fcb36662c1dc /target/linux | |
parent | 9690febf529662e4c4c556b11394884f277866f8 (diff) |
workround coldfire sighander bug, heisenberg effect?
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/patches/4.4.8/coldfire-debug.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/4.4.8/coldfire-debug.patch b/target/linux/patches/4.4.8/coldfire-debug.patch new file mode 100644 index 000000000..c0ce3bfbd --- /dev/null +++ b/target/linux/patches/4.4.8/coldfire-debug.patch @@ -0,0 +1,11 @@ +diff -Nur linux-4.4.8.orig/arch/m68k/kernel/signal.c linux-4.4.8/arch/m68k/kernel/signal.c +--- linux-4.4.8.orig/arch/m68k/kernel/signal.c 2016-04-20 08:44:02.000000000 +0200 ++++ linux-4.4.8/arch/m68k/kernel/signal.c 2016-05-08 13:32:39.067883350 +0200 +@@ -595,6 +595,7 @@ + void __user *fp) + { + int fsize = frame_extra_sizes(formatvec >> 12); ++ printk("debug: coldfire sighandler broken?..\n"); + if (fsize < 0) { + /* + * user process trying to return with weird frame format |