Re: [PATCH v2] udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint

From: Paolo Abeni
Date: Fri Jul 07 2023 - 02:42:58 EST


On Thu, 2023-07-06 at 21:39 -0700, Ivan Babrou wrote:
> The tracepoint has existed for 12 years, but it only covered udp
> over the legacy IPv4 protocol. Having it enabled for udp6 removes
> the unnecessary difference in error visibility.
>
> Signed-off-by: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
> Fixes: 296f7ea75b45 ("udp: add tracepoints for queueing skb to rcvbuf")

Since I raised a question on V1, I was actually satisfied by the answer
and likely some other net maintainer will pick this patch before
myself:

Acked-by: Paolo Abeni <pabeni@xxxxxxxxxx>