From: Dan Carpenter Date: Mon, 9 Aug 2010 21:49:36 +0000 (+0000) Subject: qlcnic: using too much stack X-Git-Tag: v2.6.36-rc1~43^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e88db3bd46801a9c2cd0ac5e46122d47c285faec;p=pandora-kernel.git qlcnic: using too much stack qlcnic_pci_info structs are 128 bytes so an array of 8 uses 1024 bytes. That's a lot if you run with 4K stacks. I allocated them with kcalloc() instead. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed