OSDN Git Service

Merge tag 'asym-keys-fix-for-linus-v6.4-rc5' of https://github.com/robertosassu/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Jun 2023 15:31:36 +0000 (11:31 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Jun 2023 15:31:36 +0000 (11:31 -0400)
commitf8dba31b0a826e691949cd4fdfa5c30defaac8c5
treebcca7748f54ccb2db9eeb5e8060c6a248fe1e76a
parent9561de3a55bed6bdd44a12820ba81ec416e705a7
parentc3d03e8e35e005e1a614e51bb59053eeb5857f76
Merge tag 'asym-keys-fix-for-linus-v6.4-rc5' of https://github.com/robertosassu/linux

Pull asymmetric keys fix from Roberto Sassu:
 "Here is a small fix to make an unconditional copy of the buffer passed
  to crypto operations, to take into account the case of the stack not
  in the linear mapping area.

  It has been tested and verified to fix the bug"

Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: David Howells <dhowells@redhat.com>
* tag 'asym-keys-fix-for-linus-v6.4-rc5' of https://github.com/robertosassu/linux:
  KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()