Re: [PATCH V11 4/5] vsprintf: add printk specifier %px

From: Linus Torvalds
Date: Tue Dec 05 2017 - 23:40:10 EST


On Tue, Dec 5, 2017 at 8:19 PM, Alexey Dobriyan <adobriyan@xxxxxxxxx> wrote:
> Because people who introduce this stupid %p hashing can't be bothered
> to actually audit users:

I don't see you having offered to audit the 12k+ cases, did you?

So maybe it's easier to just change them all, and then the handful
that breaks can be fixed?

Do you maybe want to re-think that "stupid" comment?

Or are you going to spend the time to audit all those other %p users,
particularly considering that we _know_ a number of them are bad?

Once you've done that, and offered to keep doing it, we can undo the hashing.

I'll be waiting.

Linus