linux/drivers/scsi/qedi
Kees Cook efacae6d4c scsi: qedi: qedf: Use designated initializers
Prepare to mark sensitive kernel structures for randomization by making
sure they're using designated initializers. These were identified during
allyesconfig builds of x86, arm, and arm64, with most initializer fixes
extracted from grsecurity.

For these cases, terminate the list with { }, which will be zero-filled,
instead of undesignated NULLs.

Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2017-04-19 22:10:25 -04:00
..
Kconfig
Makefile
qedi_dbg.c scsi: qedi: return via va_end to match corresponding va_start 2017-01-05 00:31:13 -05:00
qedi_dbg.h
qedi_debugfs.c scsi: qedi: qedf: Use designated initializers 2017-04-19 22:10:25 -04:00
qedi_fw.c scsi: qedi: Fix memory leak in tmf response processing. 2017-02-27 22:21:26 -05:00
qedi_gbl.h
qedi_hsi.h
qedi_iscsi.c scsi: libiscsi: qedi: convert iscsi_task.refcount from atomic_t to refcount_t 2017-03-15 18:44:39 -04:00
qedi_iscsi.h
qedi_main.c scsi: qedi: Convert to hotplug state machine 2016-12-25 10:47:18 +01:00
qedi_sysfs.c
qedi_version.h
qedi.h