linux-next: build warning after merge of the random tree

2018-07-15 Thread Stephen Rothwell
Hi Ted, After merging the random tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/char/random.c: In function 'write_pool.constprop': drivers/char/random.c:1912:11: warning: 't' may be used uninitialized in this function [-Wmaybe-uninitialized] buf[i] ^=

Re: linux-next: build warning after merge of the random tree

2018-07-10 Thread Stephen Rothwell
Hi all, On Mon, 18 Jun 2018 15:29:00 +1000 "Tobin C. Harding" wrote: > > On Mon, Jun 18, 2018 at 01:35:23PM +1000, Stephen Rothwell wrote: > > > > On Fri, 8 Jun 2018 13:37:48 +1000 Stephen Rothwell > > wrote: > > > > > > After merging the random tree, today's linux-next build (arm > > > mult

Re: linux-next: build warning after merge of the random tree

2018-06-17 Thread Tobin C. Harding
On Mon, Jun 18, 2018 at 01:35:23PM +1000, Stephen Rothwell wrote: > Hi all, > > On Fri, 8 Jun 2018 13:37:48 +1000 Stephen Rothwell > wrote: > > > > After merging the random tree, today's linux-next build (arm > > multi_v7_defconfig) produced this warning: > > > > lib/vsprintf.c:1668:13: warning

Re: linux-next: build warning after merge of the random tree

2018-06-17 Thread Stephen Rothwell
Hi all, On Fri, 8 Jun 2018 13:37:48 +1000 Stephen Rothwell wrote: > > After merging the random tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > lib/vsprintf.c:1668:13: warning: 'have_filled_random_ptr_key' defined but not > used [-Wunused-variable] > static

linux-next: build warning after merge of the random tree

2018-06-07 Thread Stephen Rothwell
Hi Theodore, After merging the random tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: lib/vsprintf.c:1668:13: warning: 'have_filled_random_ptr_key' defined but not used [-Wunused-variable] static bool have_filled_random_ptr_key __read_mostly; ^~~~

linux-next: build warning after merge of the random tree

2017-01-31 Thread Stephen Rothwell
Hi Ted, [This actually appeared yesterday, but I missed it, sorry.] After merging the random tree, today's linux-next build (x86_64 allnoconfig) produced this warning: drivers/char/random.c:318:12: warning: 'random_min_urandom_seed' defined but not used [-Wunused-variable] static int random_mi

linux-next: build warning after merge of the random tree

2014-07-21 Thread Stephen Rothwell
Hi Ted, After merging the random tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/char/random.c: In function 'SYSC_getrandom': drivers/char/random.c:1526:6: warning: unused variable 'r' [-Wunused-variable] int r; ^ Introduced by commit 386474e168a8 ("ra

Re: linux-next: build warning after merge of the random tree

2013-09-22 Thread Stephen Rothwell
Hi Ted, On Mon, 23 Sep 2013 14:39:24 +1000 Stephen Rothwell wrote: > > After merging the random tree, today's linux-next build (powerpc64 > allnoconfig) produced this warning: > > In file included from include/linux/kernel.h:10:0, > from include/linux/sched.h:15, >

linux-next: build warning after merge of the random tree

2013-09-22 Thread Stephen Rothwell
Hi Ted, After merging the random tree, today's linux-next build (powerpc64 allnoconfig) produced this warning: In file included from include/linux/kernel.h:10:0, from include/linux/sched.h:15, from include/linux/utsname.h:5, from drivers/char/ran