From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin KaFai Lau Subject: Re: [PATCH] ipv6: Fix the pmtu path for connected UDP socket Date: Thu, 24 Mar 2016 12:45:19 -0700 Message-ID: <20160324194519.GB95371@kafai-mba.local> References: <20160322060220.GA50824@kafai-mba.local> <20160322173939.GA53936@kafai-mba.local> <1458689814.10868.29.camel@edumazet-glaptop3.roam.corp.google.com> <20160324183228.GA95371@kafai-mba.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Eric Dumazet , Cong Wang , Wei Wang , David Miller , Linux Kernel Network Developers To: Wei Wang , Eric Dumazet Return-path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:18970 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbcCXTp2 (ORCPT ); Thu, 24 Mar 2016 15:45:28 -0400 Content-Disposition: inline In-Reply-To: <20160324183228.GA95371@kafai-mba.local> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Mar 24, 2016 at 11:32:28AM -0700, Martin KaFai Lau wrote: > Some fast path may do __sk_dst_get() which does not refcnt the sk->sk_dst_cache. Ignore this comment. This should have been protected by rcu grace period.