On Fri, 19 Feb 2021 03:25:32 +0100 Jason A. Donenfeld wrote: > This commit fixes the issue by passing an empty IPCB or IP6CB along to > the functions that actually do the work. For the icmp_send, this was > already trivial, thanks to __icmp_send providing the plumbing function. > For icmpv6_send, this required a tiny bit of refactoring to make it > behave like the v4 case, after which it was straight forward.
No longer applies after the net-next merge. Could you respin?