1. 20 Oct, 2015 1 commit
    • Herbert Xu's avatar
      crypto: api - Only abort operations on fatal signal · 3fc89adb
      Herbert Xu authored
      Currently a number of Crypto API operations may fail when a signal
      occurs.  This causes nasty problems as the caller of those operations
      are often not in a good position to restart the operation.
      
      In fact there is currently no need for those operations to be
      interrupted by user signals at all.  All we need is for them to
      be killable.
      
      This patch replaces the relevant calls of signal_pending with
      fatal_signal_pending, and wait_for_completion_interruptible with
      wait_for_completion_killable, respectively.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      3fc89adb
  2. 13 Oct, 2015 1 commit
  3. 08 Oct, 2015 2 commits
  4. 21 Sep, 2015 3 commits
  5. 11 Sep, 2015 1 commit
  6. 10 Sep, 2015 2 commits
  7. 04 Sep, 2015 1 commit
  8. 25 Aug, 2015 3 commits
  9. 24 Aug, 2015 6 commits
  10. 21 Aug, 2015 3 commits
  11. 19 Aug, 2015 2 commits
  12. 18 Aug, 2015 4 commits
  13. 17 Aug, 2015 11 commits