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 <s...@canb.auug.org.au> > 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 bool have_filled_random_ptr_key __read_mostly; > > ^~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > Introduced by commit > > > > bfe80ed3d7c7 ("vsprintf: add command line option debug_boot_weak_hash") > > I am still getting this ...
This is fixed in: [PATCH v7 0/4] enable early printing of hashed pointers FYI v8 to come with unrelated change removing EXPORT_SYMBOL() (as suggested on LKML in response to v7) thanks, Tobin.