Re: [PATCH v42 01/13] Linux Random Number Generator

From: Stephan Mueller
Date: Fri Sep 17 2021 - 11:16:04 EST


Am Freitag, dem 17.09.2021 um 23:02 +0800 schrieb kernel test robot:
> Hi "Stephan,
>
> Thank you for the patch! Perhaps something to improve:
>
> [auto build test WARNING on herbert-crypto-2.6/master]
> [cannot apply to char-misc/char-misc-testing herbert-cryptodev-2.6/master
> v5.15-rc1 next-20210917]
> [If your patch is applied to the wrong git tree, kindly drop us a note.
> And when submitting patch, we suggest to use '--base' as documented in
> https://git-scm.com/docs/git-format-patch]
>
> url:   
> https://github.com/0day-ci/linux/commits/Stephan-M-ller/dev-random-a-new-approach/20210917-174624
> base:  
> https://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git maste
> r
> config: nds32-allyesconfig (attached as .config)
> compiler: nds32le-linux-gcc (GCC) 11.2.0
> reproduce (this is a W=1 build):
>         wget
> https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
> ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         #
> https://github.com/0day-ci/linux/commit/335ce64ab466685e61b363a33a405c9c49c7a099
>         git remote add linux-review https://github.com/0day-ci/linux
>         git fetch --no-tags linux-review Stephan-M-ller/dev-random-a-new-
> approach/20210917-174624
>         git checkout 335ce64ab466685e61b363a33a405c9c49c7a099
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross
> ARCH=nds32
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
>
> All warnings (new ones prefixed by >>):
>
> > > drivers/char/lrng/lrng_chacha20.c:35: warning: This comment starts with
> > > '/**', but isn't a kernel-doc comment. Refer Documentation/doc-
> > > guide/kernel-doc.rst
>     * Update of the ChaCha20 state by either using an unused buffer part or
> by

...

All comments will start with '/*' instead of '/**' from now on.

Thanks
Stephan