aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-10-07 15:11:04 +0200
committerJames Bottomley <JBottomley@Odin.com>2015-11-09 17:10:24 -0800
commit720ba808e9ca276919f566bbe2b4e09c79f25faa (patch)
treeded0205bbdc7e55b5debaa10e4461e4a1ed1ea64 /drivers/target
parentlpfc: fix memory leak and NULL dereference (diff)
downloadlinux-dev-720ba808e9ca276919f566bbe2b4e09c79f25faa.tar.xz
linux-dev-720ba808e9ca276919f566bbe2b4e09c79f25faa.zip
bnx2fc: reduce stack usage in __bnx2fc_enable
When the bnx2fc driver was changed to read the npiv table from nvram, the stack of the __bnx2fc_enable function gained an additional 1028 byte structure that gcc rightfully warns about: drivers/scsi/bnx2fc/bnx2fc_fcoe.c: In function '__bnx2fc_enable': drivers/scsi/bnx2fc/bnx2fc_fcoe.c:2134:1: warning: the frame size of 1128 bytes is larger than 1024 bytes [-Wframe-larger-than=] In order to avoid a possible kernel stack overflow and to get rid of the warning, this changes the function to use a dynamic allocation of the structure using kzalloc. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 2971ff67bd3 ("bnx2fc: Read npiv table from nvram and create vports.") Acked-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/target')
0 files changed, 0 insertions, 0 deletions