linux/drivers/s390/crypto
Ricardo B. Marliere b11cc9e6d9 s390/zcrypt: make zcrypt_class constant
Since commit 43a7206b09 ("driver core: class: make class_register() take
a const *"), the driver core allows for struct class to be in read-only
memory, so move the zcrypt_class structure to be declared at build time
placing it into read-only memory, instead of having to be dynamically
allocated at boot time.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: "Ricardo B. Marliere" <ricardo@marliere.net>
Acked-by: Harald Freudenberger <freude@linux.ibm.com>
Link: https://lore.kernel.org/r/20240305-class_cleanup-s390-v1-1-c4ff1ec49ffd@marliere.net
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2024-03-13 09:23:49 +01:00
..
ap_bus.c s390/ap: introduce mutex to lock the AP bus scan 2024-03-07 14:41:14 +01:00
ap_bus.h s390/ap: introduce mutex to lock the AP bus scan 2024-03-07 14:41:14 +01:00
ap_card.c
ap_debug.h s390/zcrypt: introduce dynamic debugging for AP and zcrypt code 2024-02-16 14:30:12 +01:00
ap_queue.c s390/ap: add debug possibility for AP messages 2024-02-16 14:30:13 +01:00
Makefile
pkey_api.c s390/pkey: improve pkey retry behavior 2024-03-07 14:41:15 +01:00
vfio_ap_debug.h
vfio_ap_drv.c
vfio_ap_ops.c s390/vfio-ap: handle hardware checkstop state on queue reset operation 2024-03-07 14:41:14 +01:00
vfio_ap_private.h
zcrypt_api.c s390/zcrypt: make zcrypt_class constant 2024-03-13 09:23:49 +01:00
zcrypt_api.h s390/zcrypt: improve zcrypt retry behavior 2024-03-07 14:41:15 +01:00
zcrypt_card.c
zcrypt_cca_key.h
zcrypt_ccamisc.c s390/zcrypt: harmonize debug feature calls and defines 2024-02-16 14:30:12 +01:00
zcrypt_ccamisc.h
zcrypt_cex2a.c
zcrypt_cex2a.h
zcrypt_cex2c.c
zcrypt_cex2c.h
zcrypt_cex4.c
zcrypt_cex4.h
zcrypt_debug.h s390/zcrypt: introduce dynamic debugging for AP and zcrypt code 2024-02-16 14:30:12 +01:00
zcrypt_ep11misc.c s390/zcrypt: harmonize debug feature calls and defines 2024-02-16 14:30:12 +01:00
zcrypt_ep11misc.h
zcrypt_error.h s390/zcrypt: improve zcrypt retry behavior 2024-03-07 14:41:15 +01:00
zcrypt_msgtype6.c s390/zcrypt: introduce dynamic debugging for AP and zcrypt code 2024-02-16 14:30:12 +01:00
zcrypt_msgtype6.h
zcrypt_msgtype50.c s390/zcrypt: introduce dynamic debugging for AP and zcrypt code 2024-02-16 14:30:12 +01:00
zcrypt_msgtype50.h
zcrypt_queue.c