public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] xfs: printk fixes
@ 2018-01-09 20:45 Darrick J. Wong
  2018-01-09 20:45 ` [PATCH 1/3] xfs: change 0x%p -> %p in print messages Darrick J. Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Darrick J. Wong @ 2018-01-09 20:45 UTC (permalink / raw)
  To: darrick.wong; +Cc: linux-xfs

Hi all,

Here are a trio of patches that clean up '%p'-related printk format
strings.  The first patch removes redundant '0x' prefixes; the second
makes us use '%pS' consistently for instruction pointers; and the third
undoes the new "don't leak pointers to dmesg" code in 4.15-rc1 if
CONFIG_XFS_DEBUG=y so that we can actually chase pointers again.

--D

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

end of thread, other threads:[~2018-01-09 23:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-09 20:45 [PATCH 0/3] xfs: printk fixes Darrick J. Wong
2018-01-09 20:45 ` [PATCH 1/3] xfs: change 0x%p -> %p in print messages Darrick J. Wong
2018-01-09 22:59   ` Dave Chinner
2018-01-09 20:46 ` [PATCH 2/3] xfs: use %pS printk format for direct instruction addresses Darrick J. Wong
2018-01-09 23:01   ` Dave Chinner
2018-01-09 20:46 ` [PATCH 3/3] xfs: use %px for data pointers when debugging Darrick J. Wong
2018-01-09 23:04   ` Dave Chinner
2018-01-09 23:16     ` Darrick J. Wong

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