From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752183AbbJWNem (ORCPT ); Fri, 23 Oct 2015 09:34:42 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:35213 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751042AbbJWNel (ORCPT ); Fri, 23 Oct 2015 09:34:41 -0400 Date: Fri, 23 Oct 2015 06:51:11 -0700 (PDT) Message-Id: <20151023.065111.918009116932115995.davem@davemloft.net> To: clabbe.montjoie@gmail.com Cc: jmorris@namei.org, kaber@trash.net, kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 10/11] net: ipv4: hlen could be set as size_t From: David Miller In-Reply-To: <20151023132100.GA16922@Red> References: <1445602236-24130-11-git-send-email-clabbe.montjoie@gmail.com> <20151023.060852.167547226456492975.davem@davemloft.net> <20151023132100.GA16922@Red> X-Mailer: Mew version 6.4 on Emacs 23.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 23 Oct 2015 06:34:41 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: LABBE Corentin Date: Fri, 23 Oct 2015 15:21:00 +0200 > I have added all mailing list given by get_maintainer but this was done per patch with --to-cmd/--cc-cmd > Does it is better to put all mailing list globally ? > > For the (0/N) mail, I forgot to add a subject on it https://lkml.org/lkml/2015/10/23/219 > > I will fix all minor finding and resend a proper version. Ask yourself the question: who will apply my patch series and to what tree will they apply it. If you cannot answer that question, you probably need to more properly split up your patches into several patch series, one for each intended maintainer and their respective tree. It is impossible to review some subset of a patch series, if the whole series isn't also available to read for the purposes of context.