From: Haiyang Zhang Date: Thu, 1 Sep 2011 19:19:47 +0000 (-0700) Subject: staging: hv: fix the page buffer when rndis data go across page boundary X-Git-Tag: v3.2-rc1~169^2^2~756 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=669c1fc61679f7e85f467c852bfe7b6c9dd75d25;p=pandora-kernel.git staging: hv: fix the page buffer when rndis data go across page boundary In rndis_filter_receive_data(), we need to drop the 0th page and move the rest of pages forward if the rndis data go across page boundary, otherwise the page offset will overflow. Signed-off-by: Haiyang Zhang Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed