From: Bill Pemberton Date: Tue, 27 Apr 2010 20:23:47 +0000 (-0400) Subject: Staging: hv: don't use dynamic sized array X-Git-Tag: v2.6.35-rc1~441^2^2~493 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6fcf0baa6367fecd3e025253700b64ccff8c1eb;p=pandora-kernel.git Staging: hv: don't use dynamic sized array NetVscOnChannelCallback() used a dynamic sized array that also made the frame size over 2048. Replace it with a buffer allocated from kzalloc. Signed-off-by: Bill Pemberton Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed