Comment 6 for bug 1854948

Revision history for this message
Frank Heimes (fheimes) wrote :

Hi Harald, thx for sharing the IDs.

I've looked them up and we have the following 3 already in focal master-next:
"s390/pkey: fix memory leak within _copy_apqns_from_user()"
"s390/zcrypt: handle new reply code FILTERED_BY_HYPERVISOR"
"s390/zcrypt: Fix CCA cipher key gen with clear key value function"
So we are good with these.

I tried to find the others in https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
and could find:
ea1f56f "s390/pkey: use memdup_user() to simplify code"
2324de6 "s390/zcrypt: move ap device reset from bus to driver code"
d00c063 "crypto: s390/paes - convert to skcipher API"
674f368 "crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN"

I couldn't find these 3 at all:
"s390/crypto: enable clear key values for paes ciphers"
"s390/pkey: Add support for key blob with clear key value"
"s390/crypto: Rework on paes implementation"
Were they not pulled yet?

So except "s390/crypto: enable clear key values for paes ciphers" just the pre-reqs are there.

And you mentioned a patch on crypto/testmgr.c that is still in Herbert Xu's pipe and not upstream.
Can you point us with URL / reference to this, so that we can have an early look at it?