1. 27 Aug, 2005 1 commit
    • David Woodhouse's avatar
      Fix missing audit_syscall_exit() on ppc64 sigsuspend exit path · 17888225
      David Woodhouse authored
      When we leave sigsuspend() directly into a signal handler, we don't want
      to go via the normal syscall exit path -- it'll corrupt r4 and r5 which
      are supposed to be giving information to the signal handler, and it'll
      give us one more single-step SIGTRAP than we need if single-stepping is
      in operation.
      
      However, we _should_ be calling audit_syscall_exit(), which would
      normally get invoked in that patch. It's not wonderfully pretty, but I
      suspect the best answer is just to call it directly...
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      17888225
  2. 17 Aug, 2005 12 commits
  3. 16 Aug, 2005 9 commits
  4. 15 Aug, 2005 8 commits
  5. 14 Aug, 2005 4 commits
  6. 13 Aug, 2005 2 commits
  7. 12 Aug, 2005 4 commits