summaryrefslogtreecommitdiff
path: root/scripts/Makefile.kasan
diff options
context:
space:
mode:
authorTomas Henzl <thenzl@redhat.com>2018-01-19 18:22:05 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2018-01-31 05:10:44 +0300
commit4a8842de8db4953fdda7866626b78b12fb8adb97 (patch)
tree7084905ca2af031241537eb4d361269e1c0631ca /scripts/Makefile.kasan
parenta2390348c19d0819d525d375414a7cfdacb51a68 (diff)
downloadlinux-4a8842de8db4953fdda7866626b78b12fb8adb97.tar.xz
scsi: mpt3sas: fix an out of bound write
cpu_msix_table is allocated to store online cpus, but pci_irq_get_affinity may return cpu_possible_mask which is then used to access cpu_msix_table. That causes bad user experience. Fix limits access to only online cpus, I've also added an additional test to protect from an unlikely change in cpu_online_mask. [mkp: checkpatch] Fixes: 1d55abc0e98a ("scsi: mpt3sas: switch to pci_alloc_irq_vectors") Signed-off-by: Tomas Henzl <thenzl@redhat.com> Acked-by: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'scripts/Makefile.kasan')
0 files changed, 0 insertions, 0 deletions