Re: [PATCH 06/14] md/bcache: Use %pS printk format for direct addresses

2017-09-07 Thread Sergey Senozhatsky
On (09/07/17 09:42), Helge Deller wrote: > >> - seq_printf(f, "%p: %pF -> %pf p %p r %i ", > >> + seq_printf(f, "%p: %pS -> %pf p %p r %i ", > >> cl, (void *) cl->ip, cl->fn, cl->parent, > >> r & CLOSURE_REMAINING_MASK); > >> > >> @@ -

Re: [PATCH 06/14] md/bcache: Use %pS printk format for direct addresses

2017-09-07 Thread Coly Li
On 2017/9/7 下午3:42, Helge Deller wrote: > On 07.09.2017 06:50, Coly Li wrote: >> On 2017/9/7 上午4:27, Helge Deller wrote: >>> Use the %pS instead of the %pF printk format specifier for printing symbols >>> from direct addresses. This is needed for the ia64, ppc64 and parisc64 >>> architectures. >>>

Re: [PATCH 06/14] md/bcache: Use %pS printk format for direct addresses

2017-09-07 Thread Helge Deller
On 07.09.2017 06:50, Coly Li wrote: > On 2017/9/7 上午4:27, Helge Deller wrote: >> Use the %pS instead of the %pF printk format specifier for printing symbols >> from direct addresses. This is needed for the ia64, ppc64 and parisc64 >> architectures. >> >> Signed-off-by: Helge Deller >> Cc: linux-bc

Re: [PATCH 06/14] md/bcache: Use %pS printk format for direct addresses

2017-09-06 Thread Coly Li
On 2017/9/7 上午4:27, Helge Deller wrote: > Use the %pS instead of the %pF printk format specifier for printing symbols > from direct addresses. This is needed for the ia64, ppc64 and parisc64 > architectures. > > Signed-off-by: Helge Deller > Cc: linux-bca...@vger.kernel.org > Cc: linux-r...@vger.

[PATCH 06/14] md/bcache: Use %pS printk format for direct addresses

2017-09-06 Thread Helge Deller
Use the %pS instead of the %pF printk format specifier for printing symbols from direct addresses. This is needed for the ia64, ppc64 and parisc64 architectures. Signed-off-by: Helge Deller Cc: linux-bca...@vger.kernel.org Cc: linux-r...@vger.kernel.org --- drivers/md/bcache/closure.c | 4 ++--