Re: [PATCH 13/14] netfilter/ipvs: Use %pS printk format for direct addresses

From: Pablo Neira Ayuso
Date: Mon Nov 06 2017 - 08:46:26 EST


On Mon, Oct 09, 2017 at 07:52:24AM +0200, Simon Horman wrote:
> On Wed, Sep 06, 2017 at 10:28:00PM +0200, Helge Deller wrote:
> > The debug and error printk functions in ipvs uses wrongly the %pF instead of
> > the %pS printk format specifier for printing symbols for the address returned
> > by _builtin_return_address(0). Fix it for the ia64, ppc64 and parisc64
> > architectures.
> >
> > Signed-off-by: Helge Deller <deller@xxxxxx>
> > Cc: Wensong Zhang <wensong@xxxxxxxxxxxx>
> > Cc: netdev@xxxxxxxxxxxxxxx
> > Cc: lvs-devel@xxxxxxxxxxxxxxx
> > Cc: netfilter-devel@xxxxxxxxxxxxxxx
>
> Sorry for the delay in processing this.
>
> Acked-by: Simon Horman <horms@xxxxxxxxxxxx>
>
> Pablo, could you take this through the nf-next tree directly?

Applied, thanks.