Re: [PATCH net-next 1/2] net/ipv6: Remove unnecessary pr_debug() logs

From: David Ahern
Date: Mon Jan 08 2024 - 14:21:30 EST


On 1/8/24 12:12 PM, Breno Leitao wrote:
> In the ipv6 system, we have some logs basically dumping the name of the
> function that is being called. This is not ideal, since ftrace give it
> to us "for free". Moreover, checkpatch is not happy when touching that
> code:
>
> WARNING: Unnecessary ftrace-like logging - prefer using ftrace
>
> Remove debug functions that only print the current function name.
>
> Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>
> ---
> net/ipv6/ip6_fib.c | 4 ----
> 1 file changed, 4 deletions(-)
>

net-next is currently closed; repost in 2 weeks once it is re-opened.
You can add this to both patches:

Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>