Re: [PATCHv4 5/6] symbol lookup: introduce dereference_symbol_descriptor()
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx>
- Subject: Re: [PATCHv4 5/6] symbol lookup: introduce dereference_symbol_descriptor()
- From: "Luck, Tony" <tony.luck@xxxxxxxxx>
- Date: Fri, 10 Nov 2017 10:09:32 -0800
- Cc: Fenghua Yu <fenghua.yu@xxxxxxxxx>, Helge Deller <deller@xxxxxx>, Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>, Paul Mackerras <paulus@xxxxxxxxx>, Michael Ellerman <mpe@xxxxxxxxxxxxxx>, James Bottomley <jejb@xxxxxxxxxxxxxxxx>, Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>, Jessica Yu <jeyu@xxxxxxxxxx>, Petr Mladek <pmladek@xxxxxxxx>, Steven Rostedt <rostedt@xxxxxxxxxxx>, linux-ia64@xxxxxxxxxxxxxxx, linux-parisc@xxxxxxxxxxxxxxx, linuxppc-dev@xxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, Sergey Senozhatsky <sergey.senozhatsky.work@xxxxxxxxx>
- In-reply-to: <20171109234830.5067-6-sergey.senozhatsky@gmail.com>
- References: <20171109234830.5067-1-sergey.senozhatsky@gmail.com> <20171109234830.5067-6-sergey.senozhatsky@gmail.com>
- User-agent: NeoMutt/20170609 (1.8.3)
On Fri, Nov 10, 2017 at 08:48:29AM +0900, Sergey Senozhatsky wrote:
> -Examples::
> -
> - printk("Going to call: %pF\n", gettimeofday);
> - printk("Going to call: %pF\n", p->func);
> - printk("%s: called from %pS\n", __func__, (void *)_RET_IP_);
> - printk("%s: called from %pS\n", __func__,
> - (void *)__builtin_return_address(0));
> - printk("Faulted at %pS\n", (void *)regs->ip);
> - printk(" %s%pB\n", (reliable ? "" : "? "), (void *)*stack);
Did you mean to delete the Examples completely? Wouldn't it
be better to just update (s/%pF/%pS/g)?
-Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
[Index of Archives]
[Linux Kernel]
[Sparc Linux]
[DCCP]
[Linux ARM]
[Yosemite News]
[Linux SCSI]
[Linux x86_64]
[Linux for Ham Radio]