From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:48300 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751994AbeCHOog (ORCPT ); Thu, 8 Mar 2018 09:44:36 -0500 From: Paolo Abeni To: netdev@vger.kernel.org Cc: "David S. Miller" , Guillaume Nault , James Chapman , Wei Wang , David Ahern Subject: [PATCH net 0/2] l2tp: fix races with ipv4-mapped ipv6 addresses Date: Thu, 8 Mar 2018 15:37:25 +0100 Message-Id: Sender: netdev-owner@vger.kernel.org List-ID: The syzbot reported an l2tp oops that uncovered some races in the l2tp xmit path and a partially related issue in the generic ipv6 code. We need to address them separately. Paolo Abeni (2): net: ipv6: keep sk status consistent after datagram connect failure l2tp: fix races with ipv4-mapped ipv6 addresses net/ipv6/datagram.c | 21 ++++++++++++------- net/l2tp/l2tp_core.c | 58 +++++++++++++++++++++++++++++++++------------------- net/l2tp/l2tp_core.h | 13 +++++++++--- 3 files changed, 61 insertions(+), 31 deletions(-) -- 2.14.3