1. 20 10月, 2015 1 次提交
    • H
      crypto: api - Only abort operations on fatal signal · 3fc89adb
      Herbert Xu 提交于
      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: NHerbert Xu <herbert@gondor.apana.org.au>
      3fc89adb
  2. 13 10月, 2015 1 次提交
  3. 08 10月, 2015 2 次提交
  4. 21 9月, 2015 3 次提交
  5. 11 9月, 2015 1 次提交
  6. 10 9月, 2015 2 次提交
  7. 04 9月, 2015 1 次提交
  8. 25 8月, 2015 3 次提交
  9. 24 8月, 2015 6 次提交
  10. 21 8月, 2015 3 次提交
  11. 19 8月, 2015 2 次提交
  12. 18 8月, 2015 4 次提交
  13. 17 8月, 2015 11 次提交