original_kernel/drivers/message/fusion
Jia-Ju Bai 508385001c scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL
mpt_attach() and mptfc_probe() are never called in atomic context.  They
call kzalloc() and kcalloc() with GFP_ATOMIC, which is not necessary.
GFP_ATOMIC can be replaced with GFP_KERNEL.

This is found by a static analysis tool named DCNS written by myself.

Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2018-07-30 23:17:53 -04:00
..
lsi
Kconfig
Makefile
mptbase.c scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL 2018-07-30 23:17:53 -04:00
mptbase.h
mptctl.c scsi: mptctl: change strncpy+truncation to strlcpy 2018-07-30 23:17:53 -04:00
mptctl.h
mptdebug.h
mptfc.c scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL 2018-07-30 23:17:53 -04:00
mptlan.c
mptlan.h
mptsas.c scsi: mptfusion: mark expected switch fall-throughs 2018-07-10 22:42:47 -04:00
mptsas.h
mptscsih.c
mptscsih.h
mptspi.c