Re: [PATCH net-next v2 1/5] net: move net_get_random_once to lib

2015-10-07 Thread Daniel Borkmann
On 10/08/2015 07:12 AM, kbuild test robot wrote: Hi Hannes, [auto build test WARNING on net-next/master -- if it's inappropriate base, please ignore] config: mips-ip27_defconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain

Re: [PATCH net-next v2 1/5] net: move net_get_random_once to lib

2015-10-07 Thread kbuild test robot
Hi Hannes, [auto build test WARNING on net-next/master -- if it's inappropriate base, please ignore] config: mips-ip27_defconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod

Re: [PATCH net-next v2 1/5] net: move net_get_random_once to lib

2015-10-07 Thread Alexei Starovoitov
On 10/7/15 4:20 PM, Daniel Borkmann wrote: From: Hannes Frederic Sowa There's no good reason why users outside of networking should not be using this facility, f.e. for initializing their seeds. Therefore, make it accessible from there as get_random_once(). Signed-off-by: Hannes Frederic Sowa

[PATCH net-next v2 1/5] net: move net_get_random_once to lib

2015-10-07 Thread Daniel Borkmann
From: Hannes Frederic Sowa There's no good reason why users outside of networking should not be using this facility, f.e. for initializing their seeds. Therefore, make it accessible from there as get_random_once(). Signed-off-by: Hannes Frederic Sowa Signed-off-by: Daniel Borkmann --- includ