Re: [PATCH v33 01/12] Linux Random Number Generator

2020-08-26 Thread Stephan Mueller
Am Mittwoch, 26. August 2020, 16:27:42 CEST schrieb kernel test robot: Hi, > >> drivers/char/lrng/lrng_chacha20.c:54:47: sparse: sparse: cast to > >> restricted __le32 >drivers/char/lrng/lrng_chacha20.c:58:47: sparse: sparse: cast to > restricted __le32 -- Thanks for the reports. Both, the _

Re: [PATCH v33 01/12] Linux Random Number Generator

2020-08-26 Thread kernel test robot
Hi "Stephan, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on char-misc/char-misc-testing] [also build test WARNING on cryptodev/master crypto/master v5.9-rc1 next-20200821] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitt

Re: [PATCH v33 01/12] Linux Random Number Generator

2020-08-21 Thread Stephan Müller
Am Freitag, 21. August 2020, 21:42:17 CEST schrieb kernel test robot: Hi, > >hppa-linux-ld: lib/random32.o: in function `prandom_u32': > >> (.text+0x318): undefined reference to `__tracepoint_prandom_u32' > >> hppa-linux-ld: (.text+0x31c): undefined reference to > >> `__tracepoint_prandom_u32

Re: [PATCH v33 01/12] Linux Random Number Generator

2020-08-21 Thread kernel test robot
Hi "Stephan, Thank you for the patch! Yet something to improve: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on cryptodev/master crypto/master v5.9-rc1 next-20200821] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch

Re: [PATCH v33 01/12] Linux Random Number Generator

2020-08-21 Thread kernel test robot
Hi "Stephan, Thank you for the patch! Yet something to improve: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on cryptodev/master crypto/master v5.9-rc1 next-20200821] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch

[PATCH v33 01/12] Linux Random Number Generator

2020-08-20 Thread Stephan Müller
In an effort to provide a flexible implementation for a random number generator that also delivers entropy during early boot time, allows replacement of the deterministic random number generation mechanism, implement the various components in separate code for easier maintenance, and provide compli