mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 21:09:57 -04:00
scsi: core: Enable context analysis
Enable context analysis for those SCSI core files that build without triggering any context analysis warnings. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Reviewed-by: John Garry <john.g.garry@oracle.com> Link: https://patch.msgid.link/2576d2f7e3530b721b5050ac6d25c413037d7e7e.1786142946.git.bvanassche@acm.org Signed-off-by: Martin K. Petersen (Oracle) <mkp@kernel.org>
This commit is contained in:
committed by
Martin K. Petersen (Oracle)
parent
4c461ee2b2
commit
fb0fc67db9
@@ -14,6 +14,28 @@
|
||||
# satisfy certain initialization assumptions in the SCSI layer.
|
||||
# *!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!
|
||||
|
||||
CONTEXT_ANALYSIS_constants.o := y
|
||||
CONTEXT_ANALYSIS_scsi.o := y
|
||||
CONTEXT_ANALYSIS_scsi_common.o := y
|
||||
CONTEXT_ANALYSIS_scsi_devinfo.o := y
|
||||
CONTEXT_ANALYSIS_scsi_dh.o := y
|
||||
CONTEXT_ANALYSIS_scsi_error.o := y
|
||||
CONTEXT_ANALYSIS_scsi_ioctl.o := y
|
||||
CONTEXT_ANALYSIS_scsi_lib.o := y
|
||||
CONTEXT_ANALYSIS_scsi_lib_dma.o := y
|
||||
CONTEXT_ANALYSIS_scsi_logging.o := y
|
||||
CONTEXT_ANALYSIS_scsi_netlink.o := y
|
||||
CONTEXT_ANALYSIS_scsi_pm.o := y
|
||||
CONTEXT_ANALYSIS_scsi_proc.o := y
|
||||
CONTEXT_ANALYSIS_scsi_scan.o := y
|
||||
CONTEXT_ANALYSIS_scsi_sysfs.o := y
|
||||
CONTEXT_ANALYSIS_scsi_trace.o := y
|
||||
CONTEXT_ANALYSIS_scsicam.o := y
|
||||
CONTEXT_ANALYSIS_sd.o := y
|
||||
CONTEXT_ANALYSIS_sd_dif.o := y
|
||||
CONTEXT_ANALYSIS_sd_zbc.o := y
|
||||
CONTEXT_ANALYSIS_sr.o := y
|
||||
CONTEXT_ANALYSIS_sr_ioctl.o := y
|
||||
|
||||
CFLAGS_aha152x.o = -DAHA152X_STAT -DAUTOCONF
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
#
|
||||
# SCSI Device Handler
|
||||
#
|
||||
|
||||
CONTEXT_ANALYSIS := y
|
||||
|
||||
obj-$(CONFIG_SCSI_DH_RDAC) += scsi_dh_rdac.o
|
||||
obj-$(CONFIG_SCSI_DH_HP_SW) += scsi_dh_hp_sw.o
|
||||
obj-$(CONFIG_SCSI_DH_EMC) += scsi_dh_emc.o
|
||||
|
||||
Reference in New Issue
Block a user