From: Stephan Mueller Date: Sat, 28 Jun 2014 19:58:24 +0000 (+0200) Subject: crypto: drbg - use of kernel linked list X-Git-Tag: omap-for-v3.17/fixes-against-rc2~194^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c98716601bc05091ff49aa8ebf5299a0c6604a0;p=pandora-kernel.git crypto: drbg - use of kernel linked list The DRBG-style linked list to manage input data that is fed into the cipher invocations is replaced with the kernel linked list implementation. The change is transparent to users of the interfaces offered by the DRBG. Therefore, no changes to the testmgr code is needed. Reported-by: kbuild test robot Signed-off-by: Stephan Mueller Signed-off-by: Herbert Xu --- Reading git-diff-tree failed