linux-next/drivers/s390
Heiko Carstens 13cf06d57f s390/zcrypt: use kvmalloc_array() instead of kzalloc()
zcrypt_unlocked_ioctl() allocates 256k with kzalloc() which is likely to
fail if memory is fragmented. To avoid that use kvmalloc_array() instead,
like it is done at several other places for the same reason.

Reviewed-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
2023-06-28 13:57:09 +02:00
..
block for-6.5/block-2023-06-23 2023-06-26 12:47:20 -07:00
char s390/mm: get rid of VMEM_MAX_PHYS macro 2023-06-28 13:57:08 +02:00
cio s390 updates for 6.5 merge window 2023-06-27 15:49:10 -07:00
crypto s390/zcrypt: use kvmalloc_array() instead of kzalloc() 2023-06-28 13:57:09 +02:00
net s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit() 2023-06-15 08:48:45 +01:00
scsi scsi: zfcp: Declare SCSI host template const 2023-03-24 19:19:20 -04:00
virtio virtio: add VIRTIO_F_NOTIFICATION_DATA feature support 2023-04-21 03:02:35 -04:00
Makefile s390: remove pointless drivers-y in drivers/s390/Makefile 2019-09-16 13:21:51 +02:00