]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 's390-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Sep 2018 02:22:24 +0000 (16:22 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Sep 2018 02:22:24 +0000 (16:22 -1000)
commit8344ff97ceeceab3e1cb2443d4e7181921eb5850
treed2c10461efd16833dc722119e06fb59fb1185be2
parent01072c93cb8c6d24f2d77c137d46b336979a72a1
parent534fb5fc399338f30e599f6c8583568fcdbf21f3
Merge tag 's390-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Martin Schwidefsky:

 - One fix for the zcrypt driver to correctly handle incomplete
   encryption/decryption operations.

 - A cleanup for the aqmask/apmask parsing to avoid variable length
   arrays on the stack.

* tag 's390-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/zcrypt: remove VLA usage from the AP bus
  s390/crypto: Fix return code checking in cbc_paes_crypt()