Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755155AbdCJFFZ (ORCPT ); Fri, 10 Mar 2017 00:05:25 -0500 Received: from mail-io0-f175.google.com ([209.85.223.175]:36733 "EHLO mail-io0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754787AbdCJFFV (ORCPT ); Fri, 10 Mar 2017 00:05:21 -0500 MIME-Version: 1.0 In-Reply-To: <1489119824.28631.26.camel@edumazet-glaptop3.roam.corp.google.com> References: <1489116691-26264-1-git-send-email-jmaxwell37@gmail.com> <1489119824.28631.26.camel@edumazet-glaptop3.roam.corp.google.com> From: Jonathan Maxwell Date: Fri, 10 Mar 2017 16:05:19 +1100 Message-ID: Subject: Re: [PATCH net, v1] dccp/tcp: fix routing redirect race To: Eric Dumazet Cc: gerrit@erg.abdn.ac.uk, David Miller , Eric Dumazet , Andrey Konovalov , kuznet , jmorris , yoshfuji , kaber , Neal Cardwell , dccp@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jon Maxwell , Eric Garver , Hannes Sowa Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 704 Lines: 25 On Fri, Mar 10, 2017 at 3:23 PM, Eric Dumazet wrote: > On Fri, 2017-03-10 at 14:31 +1100, Jon Maxwell wrote: >> As Eric Dumazet pointed out this also needs to be fixed in IPv6. >> v1: Contains the IPv6 patch as well. > >> Fixes: ceb3320610d6 ("ipv4: Kill routes during PMTU/redirect updates.") >> Cc: Eric Garver >> Cc: Hannes Sowa >> Signed-off-by: Jon Maxwell >> --- >> net/dccp/ipv4.c | 3 ++- >> net/ipv4/tcp_ipv4.c | 3 ++- >> net/ipv6/tcp_ipv6.c | 8 +++++--- > > Hi Jon. > > You forgot net/dccp/ipv6.c > > dccp_v6_err() has the same issue. > > Thanks Eric, My bad. I'll fix that and post another patch.