public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] fix: enable early printing of hashed pointers
@ 2018-07-10  0:25 Tobin C. Harding
  2018-07-10  0:25 ` [PATCH 1/3] random: Remove unnecessary cast Tobin C. Harding
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Tobin C. Harding @ 2018-07-10  0:25 UTC (permalink / raw)
  To: Theodore Ts'o
  Cc: Tobin C. Harding, Petr Mladek, Andy Shevchenko, Randy Dunlap,
	Steven Rostedt (VMware), Sergey Senozhatsky, Arnd Bergmann,
	linux-kernel

Hi Ted,

Sending this set to you because it fixes the recent patch set applied to
your random-next branch.

This set includes changes already posted on LKML as

	[PATCH v9 0/4] enable early printing of hashed pointers

Since I'm a massive noob I did not realise that since v7 of this set was
applied to random-next already that doing incremental versions was
pointless.

So, this set is the changes done in v8 and v9 of the above patch set.
I have retained the acked-by tag from Randy for the docs fixes.
Attribution for pointing out the issues has been 'lost in translation',
I'll buy you guys a beer one day instead ...

With this set applied linux-next still throws a build warning

	lib/vsprintf.c:1667:13: warning: ‘have_filled_random_ptr_key’
 	defined but not used [-Wunused-variable] 

This is fixed by another patch currently in flight ([PATCH] "vsprintf:
fix build warning" - thanks Arnd).

Epic amounts of confusion, solely caused as usual by myself.

thanks,
Tobin.


Tobin C. Harding (3):
  random: Remove unnecessary cast
  vsprintf: Remove incorrect EXPORT_SYMBOL
  docs: Fix docs for boot parameter debug_boot_weak_hash

 Documentation/admin-guide/kernel-parameters.txt | 13 ++++++-------
 drivers/char/random.c                           |  2 +-
 lib/vsprintf.c                                  |  1 -
 3 files changed, 7 insertions(+), 9 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-07-10  3:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-10  0:25 [PATCH 0/3] fix: enable early printing of hashed pointers Tobin C. Harding
2018-07-10  0:25 ` [PATCH 1/3] random: Remove unnecessary cast Tobin C. Harding
2018-07-10  2:06   ` Steven Rostedt
2018-07-10  0:25 ` [PATCH 2/3] vsprintf: Remove incorrect EXPORT_SYMBOL Tobin C. Harding
2018-07-10  2:12   ` Steven Rostedt
2018-07-10  0:25 ` [PATCH 3/3] docs: Fix docs for boot parameter debug_boot_weak_hash Tobin C. Harding
2018-07-10  2:14   ` Steven Rostedt
2018-07-10  2:07 ` [PATCH 0/3] fix: enable early printing of hashed pointers Steven Rostedt
2018-07-10  2:59   ` Tobin C. Harding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox