Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1256559

Re: [PATCH] get_maintainer: Don't fallback to git by default

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH] get_maintainer: Don't fallback to git by default
Date Tue, 27 Oct 2015 09:30:01 +0100
Message-ID <qo7NL-2U1-11@gated-at.bofh.it> (permalink)
References <qnYhr-5rl-7@gated-at.bofh.it> <qnZ3P-5X7-11@gated-at.bofh.it> <qnZZU-6wf-5@gated-at.bofh.it> <qo2uJ-7Tj-5@gated-at.bofh.it> <qo4wx-MW-1@gated-at.bofh.it>
X-Original-To joe@perches.com
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro_org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=4WgbzxuBFMifSf1gVD5aTBivC2h+GzG3lFd0fFtUpt8=; b=selJKMGu97fQhwXgtOrdDas497d7tAg+GAV+ZPhYijth6YINo1TsoMFad686jFevB4 YctqWhiZw/bOScnpU9M3t3XCleTx9k9LHcU1DAHrm6nPkOcdeg+0rgi8LAKYDeeekv9h zohu0ZcIPaieheZvz9o4py24CYwHAY+Yyfx6HAGJkgUfKM0QDajAes70D0/NZCWEmolD UO9TPUXd/ShMsbQiQRAfqjphm14Kg/qGu+4eQMAgnFuFcOCQJrZoTunw1r8jgQmSt1Tk 8yqK0mdS4/SzZk6s4F7dh+c+GmLwjVKW1lOd791cBiMLpYoBULpmondPOeShPxY59B+T KPuw==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=4WgbzxuBFMifSf1gVD5aTBivC2h+GzG3lFd0fFtUpt8=; b=Ty2TaBhURwdiGoVNVoXXtR+wTO/9eao2rRgIWvXBWFrKg42VJ0/Ew8q+XuZYrrn/H6 289ZRm7yhnTMidicyuSPAEgKp/uTW+pIVb0WiiWZpK/wMaCS7kVXdFToFV2JoNv3QczD 2iSiU6UYgCiomvOD4aKDdv8ij9OZvUrmVzVScZJqubsseOkrpb9s5q7MbgXgnv29jZLP K5KZL9JdKseTW7d2OgsYFB8NGyvUXqqddbrcWIVAfTQWo03aKu/GtjP6MOcG0adqIvDo feXUfrQRWfVdQogMlkTTVCIrHKz1WydcpDzs7KvKGhWwywIOk2NjCwMoGMu+Z6k6hTWI skAg==
X-Gm-Message-State ALoCoQm02WIS7rz0YeAA7C+KAsU3CPF48ZA/P0EJqpN6mpTMUQOpUnM6qunfyF8nwn785PQvpEDN
X-Received by 10.180.91.70 with SMTP id cc6mr26773768wib.58.1445934115261; Tue, 27 Oct 2015 01:21:55 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Disposition inline
Content-Transfer-Encoding 8bit
User-Agent Mutt/1.5.21 (2010-09-15)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 46
Organization linux.* mail to news gateway
X-Original-Cc Theodore Ts'o <tytso@mit.edu>, Javier Martinez Canillas <javier@osg.samsung.com>, Laura Abbott <labbott@redhat.com>, linux-kernel@vger.kernel.org, Wolfram Sang <wsa@the-dreams.de>, linux-kernel-owner@vger.kernel.org
X-Original-Date Tue, 27 Oct 2015 08:21:51 +0000
X-Original-Message-ID <20151027082150.GQ597@x1>
X-Original-References <1445897508-16528-1-git-send-email-javier@osg.samsung.com> <562EB07B.9040501@redhat.com> <562EC06C.5010404@osg.samsung.com> <20151027024729.GC16244@thunk.org> <d083f34931ec7b3288cabed38b065ab0@perches.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1256559

Show key headers only | View raw


On Mon, 26 Oct 2015, joe@perches.com wrote:
> On 2015-10-26 19:47, Theodore Ts'o wrote:
> >What if we have a git_fallback "auto" mode which only falls back to
> >using git if there is no entry in the MAINTAINERS file?  That might
> >address the concern which Laura raised, without blocking this
> >change until the MAINTAINERS file is fully populated.
> 
> That's what happens already right now.

I think it can be done better.

FYI, this patch came about because I keep complaining about submitters
sending me patches I really shouldn't have to care about.

Here is the most recent offending command output:

  $ ./scripts/get_maintainer.pl -f drivers/i2c/busses/Kconfig
  Wolfram Sang <wsa@the-dreams.de> (maintainer:I2C SUBSYSTEM,commit_signer:26/26=100%,authored:3/26=12%,removed_lines:3/11=27%)
  Lee Jones <lee.jones@linaro.org> (commit_signer:3/26=12%)
  Geert Uytterhoeven <geert@linux-m68k.org> (commit_signer:3/26=12%,authored:3/26=12%,removed_lines:2/11=18%)
  David Box <david.e.box@linux.intel.com> (commit_signer:3/26=12%,added_lines:11/146=8%)
  Jean Delvare <jdelvare@suse.de> (commit_signer:2/26=8%)
  Javier Martinez Canillas <javier@osg.samsung.com> (authored:2/26=8%,removed_lines:2/11=18%)
  Neelesh Gupta <neelegup@linux.vnet.ibm.com> (added_lines:11/146=8%)
  James Hogan <james.hogan@imgtec.com> (added_lines:10/146=7%)
  Ray Jui <rjui@broadcom.com> (added_lines:10/146=7%)
  Joachim Eastwood <manabian@gmail.com> (added_lines:10/146=7%)
  Andrew Bresticker <abrestic@chromium.org> (removed_lines:2/11=18%)
  Zhangfei Gao <zhangfei.gao@linaro.org> (removed_lines:1/11=9%)
  linux-i2c@vger.kernel.org (open list:I2C SUBSYSTEM)
  linux-kernel@vger.kernel.org (open list)

Anyone south of Wolfram and north of the I2C ML is unlikely to care.

Please find a way to make this better.  For the sake of our sanity.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] get_maintainer: Don't fallback to git by default Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-26 23:20 +0100
  Re: [PATCH] get_maintainer: Don't fallback to git by default Laura Abbott <labbott@redhat.com> - 2015-10-27 00:10 +0100
    Re: [PATCH] get_maintainer: Don't fallback to git by default Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-27 01:10 +0100
      Re: [PATCH] get_maintainer: Don't fallback to git by default Theodore Ts'o <tytso@mit.edu> - 2015-10-27 03:50 +0100
        Re: [PATCH] get_maintainer: Don't fallback to git by default joe@perches.com - 2015-10-27 06:00 +0100
          Re: [PATCH] get_maintainer: Don't fallback to git by default Laura Abbott <laura@labbott.name> - 2015-10-27 06:10 +0100
          Re: [PATCH] get_maintainer: Don't fallback to git by default Lee Jones <lee.jones@linaro.org> - 2015-10-27 09:30 +0100
            Re: [PATCH] get_maintainer: Don't fallback to git by default Wolfram Sang <wsa@the-dreams.de> - 2015-10-27 10:30 +0100
              Re: [PATCH] get_maintainer: Don't fallback to git by default Lee Jones <lee.jones@linaro.org> - 2015-10-27 11:20 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Wolfram Sang <wsa@the-dreams.de> - 2015-10-27 11:40 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Joe Perches <joe@perches.com> - 2015-10-27 18:50 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Joe Perches <joe@perches.com> - 2015-10-27 19:30 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Wolfram Sang <wsa@the-dreams.de> - 2015-10-28 00:30 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Joe Perches <joe@perches.com> - 2015-10-28 00:40 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Wolfram Sang <wsa@the-dreams.de> - 2015-10-28 01:10 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Joe Perches <joe@perches.com> - 2015-10-28 01:20 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Lee Jones <lee.jones@linaro.org> - 2015-10-28 10:00 +0100
            Re: [PATCH] get_maintainer: Don't fallback to git by default Joe Perches <joe@perches.com> - 2015-10-27 19:00 +0100
              Re: [PATCH] get_maintainer: Don't fallback to git by default Lee Jones <lee.jones@linaro.org> - 2015-10-27 19:10 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-27 20:30 +0100

csiph-web