From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755516AbdDLUir (ORCPT ); Wed, 12 Apr 2017 16:38:47 -0400 Received: from mail-qt0-f195.google.com ([209.85.216.195]:34681 "EHLO mail-qt0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751620AbdDLUio (ORCPT ); Wed, 12 Apr 2017 16:38:44 -0400 MIME-Version: 1.0 In-Reply-To: <20170412.101300.1946293471196203044.davem@davemloft.net> References: <20170412.101300.1946293471196203044.davem@davemloft.net> From: R Parameswaran Date: Wed, 12 Apr 2017 13:38:42 -0700 Message-ID: Subject: Re: [PATCH net-next v1 1/1] L2TP device MTU setup - tunnel socket needs a lock To: David Miller Cc: Linux Kernel Network Developers , kleptog@svana.org, James Chapman , Nachi Prachanda , Robert Shearman , Stephen Hemminger , Sven-Thorsten Dietrich , Chas Williams III , Luca Boccassi , Derek Fawcus , Bill Hong , Jan Blunck , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dave, Please see inline: On Wed, Apr 12, 2017 at 7:13 AM, David Miller wrote: > From: "R. Parameswaran" > Date: Tue, 11 Apr 2017 20:14:37 -0700 (PDT) > >> >> The MTU overhead calculation in L2TP device set-up >> merged via commit b784e7ebfce8cfb16c6f95e14e8532d0768ab7ff >> needs to be adjusted to lock the tunnel socket while >> referencing the sub-data structures to derive the >> socket's IP overhead. > > This is missing a proper signoff. > > The subject line also needs to be fixed "[PATCH net-next] l2tp: " as explained > by Guillaume. > Thanks, I will re-spin with these corrections by tonight PT. regards, Ramkumar > Thanks.