ksummit.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Michael Ellerman <mpe@ellerman.id.au>
Cc: ksummit <ksummit-discuss@lists.linuxfoundation.org>,
	Dave Airlie <airlied@linux.ie>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	David Miller <davem@davemloft.net>,
	James Bottomley <James.Bottomley@HansenPartnership.com>,
	Doug Ledford <dledford@redhat.com>,
	Ingo Molnar <mingo@kernel.org>
Subject: Re: [Ksummit-discuss] "Maintainer summit" invitation discussion
Date: Fri, 21 Apr 2017 14:06:58 -0300	[thread overview]
Message-ID: <20170421140658.407133e3@vento.lan> (raw)
In-Reply-To: <87vapyauj7.fsf@concordia.ellerman.id.au>

Em Fri, 21 Apr 2017 21:07:24 +1000
Michael Ellerman <mpe@ellerman.id.au> escreveu:

> James Bottomley <James.Bottomley@HansenPartnership.com> writes:
> 
> > On Tue, 2017-04-18 at 11:59 -0700, Linus Torvalds wrote:  
> >> I'd like the maintainership summit list to be fairly small. Not even
> >> 50 people. Maybe 30. A group that can actually sit in a room for half
> >> a day and talk to each other about the issues they have rather than
> >> being talked to. And talk literally about *process* issues, not about
> >> any particular technical issues within whatever subsystem. Bring up
> >> peeves or wishes for actual process improvements?
> >> 
> >> Comments? People who should be involved? Or people who don't have any
> >> particular issues and want to not be involved?  
> >
> > I'd like closure on one process issue, if we could achieve it:
> >
> > Maintainer script automation: Quite a few of us have maintainer scripts
> > that send automated email notifications of the status of patches in the
> > tree (mostly to stop people flooding the lists with questions about
> > what happened to their patches).  We did a script show and tell at the
> > last kernel summit, but perhaps we could get closure on a couple of
> > issues:
> >
> >    1. Since most people agree that these form of notifications are useful,
> >       should we have a standard email for it (or at least a list of things
> >       which should be in that email, like commit-id, tree, maintainer,
> >       mailing list and the version of the kernel it is expected to be
> >       pushed for).  
> 
> We could have suggestions, I'm not sure an actual standard is feasible
> given the differences in the processes people use.
> 
> >    2. Given that we all run ad-hoc infrastructure to produce these emails,
> >       could we get a set of blessed scripts up on kernel.org for all
> >       comers so we can use the central infrastructure rather than rolling
> >       our own.  
> 
> This would be great.
> 
> But is there actually a set of scripts out there which are in
> sufficiently good state that we could ask the kernel.org admins to run
> them?
> 
> If the mail sending happens on kernel.org how do the scripts know which
> mail to respond to for a given commit? It could be in the commit message
> somehow, but that's ugly. My scripts use git-notes for that sort of
> metadata, which works quite well, so maybe that's an option.
> 
> Or maybe you're thinking that they don't reply to the original patch,
> they just mail the author?
> 
> There's also times when you push commits that have already been
> responded to by someone else (ie. a submaintainer), so there'd need to
> be some way to flag that. And then obviously the case where you fast
> forward to Linus' branch, you don't want to send mails for all those
> commits :)

The script I posted on my past e-mail handles it using two algorithms:

	- It checks for the committer e-mail. If the patch isn't
	  committed by me, it skips the patch;

	- It prevents sending more than a certain number of e-mails,
	  with is configurable at git config file. That prevents
	  mailbomb patches that I committed via some other tree
	  (like edac).

With those two rules, automatic mailbomb actually looks OK.

> Another thing that's nice is to only send one mail when you merge a big
> series, which complicates things a bit more.

That would be interesting, but prevents pushing the actual patch.
In our case, we mailbomb patches also to a mailing list, allowing
others to review and comment on patches actually applied.

Thanks,
Mauro

  reply	other threads:[~2017-04-21 17:07 UTC|newest]

Thread overview: 135+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-18 18:59 Linus Torvalds
2017-04-18 19:50 ` Takashi Iwai
2017-04-18 20:13   ` Linus Torvalds
2017-04-18 20:21     ` Jiri Kosina
2017-04-18 20:36       ` Takashi Iwai
2017-04-18 20:29     ` Takashi Iwai
2017-04-18 20:33     ` Laura Abbott
2017-04-18 21:15     ` Mauro Carvalho Chehab
2017-04-19 22:36       ` Jonathan Corbet
2017-04-19 22:41         ` Jiri Kosina
2017-04-19 23:36           ` Josh Triplett
2017-04-19 23:51             ` Jiri Kosina
2017-04-20  1:04               ` Josh Triplett
2017-04-20  7:38                 ` Jani Nikula
2017-04-20  5:23           ` Christoph Hellwig
2017-04-20 13:33             ` James Bottomley
2017-04-20 14:40               ` Alexey Dobriyan
2017-04-20 14:52                 ` Ingo Molnar
2017-04-20 14:47               ` Jonathan Corbet
2017-04-20 15:34                 ` James Bottomley
2017-04-20 11:25         ` Mauro Carvalho Chehab
2017-04-19 15:37     ` Doug Ledford
2017-04-19 16:18       ` Linus Torvalds
2017-04-19 16:24         ` Doug Ledford
2017-04-19 18:11         ` Justin Forbes
2017-04-19 21:52           ` Geert Uytterhoeven
2017-04-19 18:21         ` Laura Abbott
2017-04-20  8:31           ` Jani Nikula
2017-04-20 12:35             ` Mark Brown
2017-04-20 13:01               ` Jani Nikula
2017-04-21  8:41             ` Alexandre Belloni
2017-04-21 14:46               ` David Miller
2017-04-20  8:17         ` Jani Nikula
2017-04-20 10:59           ` Greg Kroah-Hartman
2017-04-20 12:22             ` Jani Nikula
2017-04-20 13:03               ` Greg Kroah-Hartman
2017-04-20 14:49             ` Mark Brown
2017-04-19 19:25     ` Laurent Pinchart
2017-04-19 19:40       ` Linus Torvalds
2017-04-19 19:45         ` Jens Axboe
2017-04-19 19:50         ` Laurent Pinchart
2017-04-19 19:55           ` James Bottomley
2017-04-20  8:26             ` Daniel Vetter
2017-04-20 13:25               ` James Bottomley
2017-04-25 16:02             ` Bart Van Assche
2017-04-25 16:38               ` Guenter Roeck
2017-04-25 16:56               ` Mark Brown
2017-04-26  3:47                 ` Bart Van Assche
2017-04-26  8:39                   ` Geert Uytterhoeven
2017-04-26 14:21                   ` Mark Brown
2017-04-26 14:51                     ` David Miller
2017-04-26 15:15                       ` Mark Brown
2017-04-26  8:42               ` Dan Carpenter
2017-04-26 13:58                 ` Martin K. Petersen
2017-04-26 14:15                   ` Andrew Lunn
2017-04-26 15:42                     ` Martin K. Petersen
2017-04-26 14:31                   ` James Bottomley
2017-04-26 14:34                     ` Jiri Kosina
2017-04-26 14:43                       ` James Bottomley
2017-04-27  9:06                         ` Jani Nikula
2017-04-27 10:41                           ` Lee Jones
2017-04-27 11:02                             ` Hannes Reinecke
2017-04-27 14:17                               ` James Bottomley
2017-04-28  0:24                                 ` Rafael J. Wysocki
2017-04-27 15:40                           ` Wolfram Sang
2017-04-26 15:02                 ` Bart Van Assche
2017-04-26 15:25                   ` James Bottomley
2017-04-26 15:36                     ` Mark Brown
2017-04-19 20:14           ` Josh Triplett
2017-04-19 21:30             ` Laurent Pinchart
2017-04-20  5:44             ` Julia Lawall
2017-04-20  8:54               ` Laurent Pinchart
2017-04-19 19:58         ` Konstantin Ryabitsev
2017-04-19 20:20         ` Jiri Kosina
2017-04-18 20:00 ` Dave Airlie
2017-04-18 20:29   ` Laurent Pinchart
2017-04-18 20:38   ` Daniel Vetter
2017-04-18 20:56     ` Linus Torvalds
2017-04-18 21:39       ` Daniel Vetter
2017-04-20 19:02         ` Mark Brown
2017-04-18 20:06 ` Serge E. Hallyn
2017-04-18 20:11 ` Greg Kroah-Hartman
2017-04-18 20:21   ` Linus Torvalds
2017-04-25 15:09     ` Chris Mason
2017-04-19  0:22 ` Stephen Rothwell
2017-04-19 13:35   ` Shuah Khan
2017-04-19 20:20 ` James Bottomley
2017-04-19 20:27   ` Jiri Kosina
2017-04-20 10:24   ` Mauro Carvalho Chehab
2017-04-21  8:51     ` Alexandre Belloni
2017-04-21  8:55       ` Julia Lawall
2017-04-21  8:59       ` Wolfram Sang
2017-04-21 14:45         ` Mauro Carvalho Chehab
2017-04-21 10:34     ` Michael Ellerman
2017-04-21 15:06       ` Mauro Carvalho Chehab
2017-04-21 23:37         ` James Bottomley
2017-04-20 16:01   ` Dan Williams
2017-04-21 11:07   ` Michael Ellerman
2017-04-21 17:06     ` Mauro Carvalho Chehab [this message]
2017-04-21 23:19   ` Bjorn Helgaas
2017-04-19 20:26 ` Arnd Bergmann
2017-04-20  8:53   ` Daniel Vetter
2017-04-20 11:30     ` Arnd Bergmann
2017-04-20 13:46       ` Daniel Vetter
2017-04-24 14:02         ` Olof Johansson
2017-04-24 16:17         ` Linus Walleij
2017-04-24 17:29           ` Olof Johansson
2017-04-24 17:58             ` Mark Brown
2017-04-25  9:10           ` Lee Jones
2017-04-29 21:00             ` Daniel Vetter
2017-04-29 21:39               ` James Bottomley
2017-04-30 12:45                 ` Mark Brown
2017-04-30 19:12               ` Olof Johansson
2017-05-02  8:09               ` Lee Jones
2017-04-20 19:26     ` Mark Brown
2017-04-21 11:03   ` Alexandre Belloni
2017-04-24 13:14     ` Nicolas Ferre
2017-04-19 21:05 ` Andy Lutomirski
2017-04-19 21:32   ` Linus Torvalds
2017-05-23 17:58     ` Linus Torvalds
2017-05-23 18:17       ` Randy Dunlap
2017-05-23 18:47       ` Thomas Gleixner
2017-05-23 20:34         ` Linus Torvalds
2017-05-23 19:29       ` James Bottomley
2017-05-24  3:34       ` David Miller
2017-05-24  4:55         ` Linus Torvalds
2017-04-21  0:35 ` Rafael J. Wysocki
2017-09-20 14:45 ` Doug Ledford
2017-09-20 15:07   ` James Bottomley
2017-09-20 15:22     ` Doug Ledford
2017-09-20 15:31       ` James Bottomley
2017-09-20 15:58         ` Doug Ledford
2017-09-20 22:55           ` Theodore Ts'o
2017-09-21  9:33             ` Leon Romanovsky
2017-09-21  4:54     ` James Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170421140658.407133e3@vento.lan \
    --to=mchehab@infradead.org \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=airlied@linux.ie \
    --cc=davem@davemloft.net \
    --cc=dledford@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=ksummit-discuss@lists.linuxfoundation.org \
    --cc=mingo@kernel.org \
    --cc=mpe@ellerman.id.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox