Re: [PATCH 0/2] replace %pK with %p

2017-11-29 Thread Kees Cook
On Wed, Nov 29, 2017 at 3:38 PM, Tobin C. Harding wrote: > We are now hashing addresses printed with %pK (when > kptr_restrict==0). Perhaps we can get rid of %pK (and kptr_restrict) > entirely. Instead of rushing ahead and doing so let's replace all printk > format strings that use %pK with %p. N

[PATCH 0/2] replace %pK with %p

2017-11-29 Thread Tobin C. Harding
We are now hashing addresses printed with %pK (when kptr_restrict==0). Perhaps we can get rid of %pK (and kptr_restrict) entirely. Instead of rushing ahead and doing so let's replace all printk format strings that use %pK with %p. It is a nice time to do this now while we are prepared for breakage