From: Herbert Xu Date: Fri, 29 May 2009 06:05:42 +0000 (+1000) Subject: crypto: testmgr - Check all test vector lengths X-Git-Tag: v2.6.31-rc1~352^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd57f22a09ae276ca3e9cd11ed99b617d611ba82;p=pandora-kernel.git crypto: testmgr - Check all test vector lengths As we cannot guarantee the availability of contiguous pages at run-time, all test vectors must either fit within a page, or use scatter lists. In some cases vectors were not checked as to whether they fit inside a page. This patch adds all the missing checks. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed