]> Gentwo Git Trees - linux/.git/commit
s390/ap: Move response_type struct into ap_msg struct
authorHarald Freudenberger <freude@linux.ibm.com>
Thu, 24 Apr 2025 13:35:55 +0000 (15:35 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 30 Apr 2025 09:34:00 +0000 (11:34 +0200)
commit43435495a0f4e3a08792835285901b01e6d5b6da
treefafba9dbfdda5cc37486b0650875df79c9255fdb
parent7cf58880ea95a7db41e96c6e457c3f7c0773c646
s390/ap: Move response_type struct into ap_msg struct

Move the very small response_type struct into struct ap_msg.
So there is no need to kmalloc this tiny struct with each
ap message preparation.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Reviewed-by: Holger Dengler <dengler@linux.ibm.com>
Link: https://lore.kernel.org/r/20250424133619.16495-2-freude@linux.ibm.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/crypto/ap_bus.h
drivers/s390/crypto/zcrypt_msgtype50.c
drivers/s390/crypto/zcrypt_msgtype6.c