1. 05 3月, 2012 34 次提交
  2. 07 2月, 2012 1 次提交
    • G
      m68knommu: fix syscall tracing stuck process · 8b3262c0
      Greg Ungerer 提交于
      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: NGreg Ungerer <gerg@uclinux.org>
      8b3262c0
  3. 30 12月, 2011 5 次提交