From: Herbert Xu Date: Sat, 7 Jan 2006 05:24:15 +0000 (+1100) Subject: [CRYPTO] api: Require block size to be less than PAGE_SIZE/8 X-Git-Tag: v2.6.16-rc1~658^2~17 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7302533aac2df321b76e8a113e5cfa529c825b09;p=pandora-kernel.git [CRYPTO] api: Require block size to be less than PAGE_SIZE/8 The cipher code path may allocate up to two blocks of data on the stack. Therefore we need to place limits on the maximum block size. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed