1. 24 9月, 2005 2 次提交
    • L
      Make sure SIGKILL gets proper respect · 188a1eaf
      Linus Torvalds 提交于
      Bhavesh P. Davda <bhavesh@avaya.com> noticed that SIGKILL wouldn't
      properly kill a process under just the right cicumstances: a stopped
      task that already had another signal queued would get the SIGKILL
      queued onto the shared queue, and there it would remain until SIGCONT.
      
      This simplifies the signal acceptance logic, and fixes the bug in the
      process.
      
      Losely based on an earlier patch by Bhavesh.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      188a1eaf
    • S
      [PATCH] cifs: Add support for suspend · ede1327e
      Steve French 提交于
      cifsd had been preventing software suspend from completing.
      
      Signed-off-by: pavel@suse.de
      Signed-off-by: Steve French <sfrench@us.ibm.com>  lightly modified
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      ede1327e
  2. 23 9月, 2005 38 次提交