public inbox for wireguard@lists.zx2c4.com
 help / color / mirror / Atom feed
* Re: [PATCH 05/10 net-next v2] drivers: net: drop ipv6_stub usage and use direct function calls
       [not found] ` <20260310153506.5181-6-fmancera@suse.de>
@ 2026-03-12 13:48   ` Jason A. Donenfeld
  0 siblings, 0 replies; only message in thread
From: Jason A. Donenfeld @ 2026-03-12 13:48 UTC (permalink / raw)
  To: Fernando Fernandez Mancera
  Cc: netdev, rbm, Jason Gunthorpe, Leon Romanovsky, Zhu Yanjun,
	Saeed Mahameed, Tariq Toukan, Mark Bloch, Andrew Lunn,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Boris Pismenny, Ido Schimmel, Petr Machata, Simon Horman,
	Edward Cree, Pablo Neira Ayuso, Harald Welte, Antonio Quartulli,
	Sabrina Dubroca, Oliver Neukum, David Ahern, Stanislav Yakovlev,
	Nikolay Aleksandrov, Parav Pandit, Edward Srouji, Vlad Dumitrescu,
	Kees Cook, Jianbo Liu, Gal Pressman, Guillaume Nault,
	Cosmin Ratiu, Carolina Jubran, Alexandre Cassen,
	Stanislav Fomichev, open list:INFINIBAND SUBSYSTEM, open list,
	open list:NETRONOME ETHERNET DRIVERS,
	open list:SFC NETWORK DRIVER,
	open list:GTP (GPRS Tunneling Protocol),
	open list:USB CDC ETHERNET DRIVER,
	open list:WIREGUARD SECURE NETWORK TUNNEL,
	open list:INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWOR...,
	open list:ETHERNET BRIDGE

On Tue, Mar 10, 2026 at 04:34:28PM +0100, Fernando Fernandez Mancera wrote:
> diff --git a/drivers/net/wireguard/socket.c b/drivers/net/wireguard/socket.c
> index 253488f8c00f..c362c78d908e 100644
> --- a/drivers/net/wireguard/socket.c
> +++ b/drivers/net/wireguard/socket.c
> @@ -136,8 +136,7 @@ static int send6(struct wg_device *wg, struct sk_buff *skb,
>  			if (cache)
>  				dst_cache_reset(cache);
>  		}
> -		dst = ipv6_stub->ipv6_dst_lookup_flow(sock_net(sock), sock, &fl,
> -						      NULL);
> +		dst = ip6_dst_lookup_flow(sock_net(sock), sock, &fl, NULL);
>  		if (IS_ERR(dst)) {
>  			ret = PTR_ERR(dst);
>  			net_dbg_ratelimited("%s: No route to %pISpfsc, error %d\n",

Rest in peace, stub.

For the WireGuard part,

    Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-12 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20260310153506.5181-1-fmancera@suse.de>
     [not found] ` <20260310153506.5181-6-fmancera@suse.de>
2026-03-12 13:48   ` [PATCH 05/10 net-next v2] drivers: net: drop ipv6_stub usage and use direct function calls Jason A. Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox