Re: [PATCH 1/4] DRBG: use of kernel linked list

2014-07-04 Thread Herbert Xu
On Sat, Jun 28, 2014 at 09:58:24PM +0200, Stephan Mueller wrote: 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.

[PATCH 1/4] DRBG: use of kernel linked list

2014-06-28 Thread Stephan Mueller
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