From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755505AbdDLUmL (ORCPT ); Wed, 12 Apr 2017 16:42:11 -0400 Received: from mail-qk0-f177.google.com ([209.85.220.177]:35673 "EHLO mail-qk0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754805AbdDLUmH (ORCPT ); Wed, 12 Apr 2017 16:42:07 -0400 MIME-Version: 1.0 In-Reply-To: <20170412075355.mjgaerruslswcjmw@alphalink.fr> References: <20170412075355.mjgaerruslswcjmw@alphalink.fr> From: R Parameswaran Date: Wed, 12 Apr 2017 13:42:06 -0700 Message-ID: Subject: Re: [PATCH net-next v1 1/1] L2TP device MTU setup - tunnel socket needs a lock To: Guillaume Nault Cc: Linux Kernel Network Developers , kleptog@svana.org, James Chapman , David Miller , 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 Guillaume, Please see inline: On Wed, Apr 12, 2017 at 12:53 AM, Guillaume Nault wrote: > On Tue, Apr 11, 2017 at 08:14:37PM -0700, R. Parameswaran wrote: >> >> 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. > > Thanks. > > Tested-by: Guillaume Nault > > BTW, you don't need to add "v1" for the first version of a patch. > There's also no need for numbering pathes when there's only one in the > series. And we normally prefix the commit message with ": ". > For this patch, your subject would look like " [PATCH net-next] l2tp: ...". > > Also, you could have added a "Reported-by:" tag (I don't really mind > in this case, but that's good practice). Thanks for correcting these (and for testing the changes) and sorry for the Reported-by omission. I'll respin by tonight with these, per reply to Dave. regards, Ramkumar