mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 23:41:45 +00:00
The return path from an exception was checking too many bits in the thread_info->flags, and getting stuck calling do_signal(). There was no work to do, we should only be checking the low 8 bits (as per comments and definitions in arch/m68k/include/asm/thread_info.h). This fixes the stuck process problem when using strace. Signed-off-by: Greg Ungerer <gerg@uclinux.org> |
||
|---|---|---|
| .. | ||
| 54xx | ||
| 68EZ328 | ||
| 68VZ328 | ||
| 520x | ||
| 523x | ||
| 527x | ||
| 528x | ||
| 532x | ||
| 5206 | ||
| 5249 | ||
| 5272 | ||
| 5307 | ||
| 5407 | ||
| 68328 | ||
| 68360 | ||
| coldfire | ||
| Makefile | ||