Re: [PATCH] vsprintf: Update %pGp documentation about that it prints hex value
From: Petr Mladek <pmladek@suse.com>
Date: 2021-11-02 09:35:53
From: Petr Mladek <pmladek@suse.com>
Date: 2021-11-02 09:35:53
On Fri 2021-10-29 10:18:29, Yafang Shao wrote:
On Fri, Oct 29, 2021 at 10:15 AM Yafang Shao [off-list ref] wrote:quoted
On Wed, Oct 27, 2021 at 8:48 PM Petr Mladek [off-list ref] wrote:quoted
The commit 23efd0804c0a869dfb1e7 ("vsprintf: Make %pGp print the hex value") changed the behavior of %pGp printk format. Update the documentation accordingly. Fixes: 23efd0804c0a869dfb1e7 ("vsprintf: Make %pGp print the hex value") Signed-off-by: Petr Mladek <pmladek@suse.com>Reviewed-by: Yafang Shao <redacted>With below minor change: - %pGp 0x17ffffc0002036(referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff + %pGp 0x17ffffc0002036(referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff) The ')' is lost.
Great catch! I have committed the fixed patch into printk/linux.git, branch for-5.16-vsprintf-pgp. Best Regards, Petr