Searched hist:"8139 dccd464aaee4a2c351506ff883733c6ca5a3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | net-traces.c | diff 8139dccd464aaee4a2c351506ff883733c6ca5a3 Thu Jul 06 23:39:20 CDT 2023 Ivan Babrou <ivan@cloudflare.com> udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint
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@cloudflare.com> Fixes: 296f7ea75b45 ("udp: add tracepoints for queueing skb to rcvbuf") Acked-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|