From: K. Y. Srinivasan Date: Tue, 13 Sep 2011 17:59:52 +0000 (-0700) Subject: Staging: hv: vmbus: Do not allocate struct hv_device_info on the stack X-Git-Tag: v3.2-rc1~169^2^2~514 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb52384b2678fcbcebfa97be8f98dfb3219edc1;p=pandora-kernel.git Staging: hv: vmbus: Do not allocate struct hv_device_info on the stack struct hv_device_info is about 101 bytes in size. Do not allocate this structure on the stack. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed