[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080604.151146.104754883.davem@davemloft.net>
Date: Wed, 04 Jun 2008 15:11:46 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jchapman@...alix.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 1/2][L2TP]: Fix possible WARN_ON from socket code when
UDP socket is closed
From: David Miller <davem@...emloft.net>
Date: Wed, 04 Jun 2008 15:08:35 -0700 (PDT)
> Applied, thanks.
James your second patch doesn't apply cleanly:
@@ -1066,7 +1100,7 @@ static int pppol2tp_xmit(struct ppp_chan
dst_release(skb->dst);
skb->dst = dst_clone(__sk_dst_get(sk_tun));
skb_orphan(skb);
- skb->sk = sk_tun;
+ pppol2tp_skb_set_owner_w(skb, sk_tun);
/* Queue the packet to IP for output */
len = skb->len;
There is no skb_orphan() call in the current pppol2tp.c code.
Please always prepare your patches against the current tree.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists