All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Guenter Roeck <linux@roeck-us.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Steven Rostedt <rostedt@goodmis.org>,
	Dave Jones <davej@redhat.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	stable <stable@vger.kernel.org>,
	Darren Hart <dvhart@linux.intel.com>,
	Rusty Russell <rusty@rustcorp.com.au>
Subject: mistakes in code vs. maintainer flow mistakes (was: [ 00/19] 3.10.1-stable review)
Date: Fri, 19 Jul 2013 11:22:56 +0200	[thread overview]
Message-ID: <20130719092256.GC25784@gmail.com> (raw)
In-Reply-To: <20130718160754.GC5440@xanatos>


* Sarah Sharp <sarah.a.sharp@linux.intel.com> wrote:

> On Thu, Jul 18, 2013 at 12:39:07PM +0200, Ingo Molnar wrote:
> > 
> > * Linus Torvalds <torvalds@linux-foundation.org> wrote:
> > 
> > > On Mon, Jul 15, 2013 at 1:41 PM, Sarah Sharp
> > > <sarah.a.sharp@linux.intel.com> wrote:
> > > >
> > > > Oh, FFS, I just called out on private email for "playing the victim
> > > > card".  I will repeat: this is not just about me, or other minorities.
> > > > I should not have to ask for professional behavior on the mailing lists.
> > > > Professional behavior should be the default.
> > > 
> > 
> > > [...]
> > > 
> > > Because if you want me to "act professional", I can tell you that I'm 
> > > not interested. I'm sitting in my home office wearign a bathrobe. The 
> > > same way I'm not going to start wearing ties, I'm *also* not going to 
> > > buy into the fake politeness, the lying, the office politics and 
> > > backstabbing, the passive aggressiveness, and the buzzwords. Because 
> > > THAT is what "acting professionally" results in: people resort to all 
> > > kinds of really nasty things because they are forced to act out their 
> > > normal urges in unnatural ways.
> > 
> > Sarah, that's a pretty potent argument by Linus, that "acting 
> > professionally" risks replacing a raw but honest culture with a
> > polished but dishonest culture - which is harmful to developing
> > good technology.
> > 
> > That's a valid concern. What's your reply to that argument?
> 
> I don't feel the need to comment, because I feel it's a straw man 
> argument.  I feel that way because I disagree with the definition of 
> professionalism that people have been pushing.

I hope you won't take this as a sign of disrespect, but it's hard to keep 
up with your somewhat fluid opinion about what exactly you find 
objectionable :-/

Early in the thread you claimed it's about politeness:

> Sarah Sharp <sarah.a.sharp@linux.intel.com> wrote:
>
> [...] I've seen you be polite, and explain to clueless maintainers why 
> there's no way you can revert their merge that caused regressions, and 
> ask them to fit it without resorting to tearing them down emotionally:
>
>   http://marc.info/?l=linux-kernel&m=136130347127908&w=2
>
> You just don't want to take the time to be polite to everyone.  Don't 
> give me the "I'm not polite" card.  Go write some documentation about 
> what's acceptable for stable.

But now you claim something else, it's OK to be impolite, it's just not OK 
to do XYZ ... and it's unclear to me what you mean under XYZ exactly. 
Right now you say XYZ is "disrespect":

> To me, being "professional" means treating each other with respect.  I 
> can show emotion, express displeasure, be direct, and still show respect 
> for my fellow developers.

But what is there to respect about a colossal maintainer f*ck-up, which is 
inextricably tied to the person? Do you really think if Linus replaced 
this:

 "  Ingo, this is just so mind-boggingly STUPID, how did you even f*cking 
    THINK of doing something like that??  "

with a respectful and still truthful statement:

 "
   Ingo, I fully respect you [*] but this is just mind-boggingly
   STUPID, how did you even f*cking THINK of doing something like that??

   [*] Unless you keep doing such sh*t too many times, of course. Then I
       won't respect you anymore and will ignore your patches. You are not 
       my friend, you are a top level maintainer in a meritocracy. There's 
       a way both up and down.
 "

then I would not feel just as bad about it all?

> For example, I find the following statement to be both direct and 
> respectful, because it's criticizing code, not the person:
> 
> "This code is SHIT!  It adds new warnings and it's marked for stable 
> when it's clearly *crap code* that's not a bug fix.  I'm going to revert 
> this merge, and I expect a fix from you IMMEDIATELY."
> 
> The following statement is not respectful, because it targets the 
> person:
> 
> "Seriously, Maintainer.  Why are you pushing this kind of *crap* code to 
> me again?  Why the hell did you mark it for stable when it's clearly not 
> a bug fix?  Did you even try to f*cking compile this?"

Well, but often it's the action of the maintainer that what was wrong, not 
the patch primarily.

Mistakes in patches and code happen all the time. Linus rarely if ever 
flamed me for _that_ - sh*t happens.

What he flames me for, and what you (with all due respect) still don't 
seem to understand, are _META_ mistakes. Top level maintainer level 
mistakes. Bad patterns of maintainer behavior that really should not occur 
because they could affect many patches in the future, such as:

 - trying to argue regressions away - i.e. not 'shutting up' in time, 
   being a meta hindrance to problem resolution

 - doing a sloppy Git flow, repeatedly

 - not testing adequately, especially when the pull request occurs at a 
   critical time (such as a couple of hours before -rc1)

 - [ and many other meta mistakes ]

None of those arguments are about code and still I fully expect Linus to 
pin those on me if he notices a meta bug in my behavior and finds it 
dangerous.

> I would appreciate it if people would replace the word "professional" 
> with "respectful" in this thread.  It means something different to me 
> than other people, and respect is much closer to what I'm looking for.
> 
> I would appreciate it if kernel developers would show respect for each 
> other, while focusing on criticizing code.  As Rusty said, be gentle 
> with people.  You've called their baby ugly.

But Linus doesn't really criticise mistakes in code primarily when he 
flames top level maintainers!

Read the very examples you dug out of the lkml archives, the Linus "worst 
of" list. Sure, some bad code is almost always part of a specific 
incident, but primarily he criticises the maintainer flow, and that is 
fundamentally tied to the _person_.

_That_ is why it might look to you as if the person was attacked, because 
indeed the actions of the top level maintainer were wrong and are 
criticised.

... and now you want to 'shut down' the discussion. With all due respect, 
you started it, you have put out various heavy accusations here and 
elsewhere, so you might as well take responsibility for it and let the 
discussion be brought to a conclusion, wherever that may take us, compared 
to your initial view?

Thanks,

	Ingo

  parent reply	other threads:[~2013-07-19  9:23 UTC|newest]

Thread overview: 280+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-15 15:52 [ 00/19] 3.10.1-stable review Sarah Sharp
2013-07-15 17:08 ` Linus Torvalds
2013-07-15 17:46   ` Sarah Sharp
2013-07-15 17:50     ` Linus Torvalds
2013-07-15 18:04       ` Sarah Sharp
2013-07-15 18:17         ` Linus Torvalds
2013-07-15 18:46           ` Sarah Sharp
2013-07-15 19:07             ` Steven Rostedt
2013-07-15 19:07             ` Linus Torvalds
2013-07-15 19:53               ` Sarah Sharp
2013-07-15 20:41                 ` Sarah Sharp
2013-07-15 21:01                   ` Kees Cook
2013-07-15 21:50                   ` Linus Torvalds
2013-07-15 22:08                     ` [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review) Steven Rostedt
2013-07-15 22:27                       ` [ATTEND] How to act on LKML Randy Dunlap
2013-07-15 22:36                       ` [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review) Sarah Sharp
2013-07-15 23:15                         ` Guenter Roeck
2013-07-16  0:17                           ` Steven Rostedt
2013-07-16  3:14                             ` NeilBrown
2013-07-16  3:34                               ` Steven Rostedt
2013-07-16  3:37                                 ` Steven Rostedt
2013-07-16  4:12                                   ` Darren Hart
2013-07-16  5:12                             ` Willy Tarreau
2013-07-17  7:46                           ` [Ksummit-2013-discuss] " Dan Carpenter
2013-07-15 23:49                         ` Darren Hart
2013-07-16  2:43                           ` [ATTEND] How to act on LKML Chris Ball
2013-07-16  3:06                             ` Steven Rostedt
2013-07-16  3:36                               ` H. Peter Anvin
2013-07-16 15:49                                 ` Stefano Stabellini
2013-07-16 16:16                                   ` Steven Rostedt
2013-07-16 16:58                                     ` Stefano Stabellini
2013-07-16 17:16                                       ` Steven Rostedt
2013-07-17 11:48                                         ` Geert Uytterhoeven
2013-07-16 19:31                                       ` H. Peter Anvin
2013-07-17  9:17                                         ` Stefano Stabellini
2013-07-17 14:01                                           ` Felipe Contreras
2013-07-17 14:40                                             ` Sarah Sharp
2013-07-17 14:43                                               ` Willy Tarreau
2013-07-19 11:59                                                 ` Ingo Molnar
2013-07-17 14:43                                               ` Kurt H Maier
2013-07-17 15:04                                               ` Anca Emanuel
2013-07-17 15:12                                               ` Felipe Contreras
2013-07-19 12:08                                                 ` Ingo Molnar
2013-07-19 18:42                                                   ` Felipe Contreras
2013-07-19 18:56                                                     ` Steven Rostedt
2013-07-19 20:33                                                       ` [Ksummit-2013-discuss] " James Bottomley
2013-07-19 20:43                                                         ` Steven Rostedt
2013-07-19 23:46                                                           ` NeilBrown
2013-07-19 20:03                                                     ` Geert Uytterhoeven
2013-07-20 12:35                                                       ` Felipe Contreras
2013-07-21  1:02                                                         ` [Ksummit-2013-discuss] " Daniel Phillips
2013-07-21  1:02                                                           ` Daniel Phillips
2013-07-24  0:51                                                           ` Felipe Contreras
2013-07-24  0:51                                                             ` Felipe Contreras
2013-07-24  1:26                                                             ` James Bottomley
2013-07-24  1:26                                                               ` James Bottomley
2013-07-24  1:38                                                               ` Steven Rostedt
2013-07-24  1:38                                                                 ` Steven Rostedt
2013-07-24 16:23                                                                 ` James Bottomley
2013-07-24 16:23                                                                   ` James Bottomley
2013-07-24 16:50                                                                   ` Steven Rostedt
2013-07-24 16:50                                                                     ` Steven Rostedt
2013-07-24  1:48                                                               ` Paul Gortmaker
2013-07-24  1:48                                                                 ` Paul Gortmaker
2013-07-24  1:53                                                                 ` Steven Rostedt
2013-07-24  1:53                                                                   ` Steven Rostedt
2013-07-24  8:57                                                             ` Daniel Phillips
2013-07-24  8:57                                                               ` Daniel Phillips
2013-07-25 14:00                                                               ` Felipe Contreras
2013-07-25 14:00                                                                 ` Felipe Contreras
2013-07-25 14:33                                                                 ` Willy Tarreau
2013-07-25 14:33                                                                   ` Willy Tarreau
2013-07-25 14:49                                                                   ` Steven Rostedt
2013-07-25 14:49                                                                     ` Steven Rostedt
2013-07-25 22:51                                                                   ` Daniel Phillips
2013-07-25 22:51                                                                     ` Daniel Phillips
2013-07-25 23:30                                                                     ` Willy Tarreau
2013-07-25 23:30                                                                       ` Willy Tarreau
2013-07-25 23:44                                                                       ` Daniel Phillips
2013-07-25 23:44                                                                         ` Daniel Phillips
2013-07-26  5:22                                                                         ` Willy Tarreau
2013-07-26  5:22                                                                           ` Willy Tarreau
2013-07-20 17:04                                                     ` Ben Hutchings
2013-07-21 13:22                                                       ` Ric Wheeler
2013-07-23  1:26                                                         ` Li Zefan
2013-07-23  1:39                                                           ` Steven Rostedt
2013-07-23  2:04                                                             ` Li Zefan
2013-07-17 19:05                                               ` David Miller
2013-07-17 22:02                                               ` Guenter Roeck
2013-07-17 22:49                                                 ` Randy Dunlap
2013-07-17 23:08                                                   ` [Ksummit-2013-discuss] " Paul E. McKenney
2013-07-17 23:19                                                     ` Guenter Roeck
2013-07-18  0:57                                                       ` Paul E. McKenney
2013-07-16 22:54                                       ` Jiri Kosina
2013-07-16 23:03                                         ` Randy Dunlap
2013-07-16 23:11                                         ` Steven Rostedt
2013-07-16 23:14                                           ` Steven Rostedt
2013-07-17  9:38                                         ` Stefano Stabellini
2013-07-17 12:39                                           ` Al Viro
2013-07-17  8:04                                   ` [Ksummit-2013-discuss] " Dan Carpenter
2013-07-16  7:32                         ` [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review) David Lang
2013-07-16  9:14                           ` Olivier Galibert
2013-07-16 21:12                             ` Sarah Sharp
2013-07-16 21:27                               ` [Ksummit-2013-discuss] " Theodore Ts'o
2013-07-16 22:43                                 ` Sarah Sharp
2013-07-16 22:54                                   ` Steven Rostedt
2013-07-16 23:12                                     ` Sarah Sharp
2013-07-16 23:20                                       ` Joe Perches
2013-07-16 23:31                                       ` [Ksummit-2013-discuss] [ATTEND] How to act on LKML Ric Wheeler
2013-07-16 23:53                                         ` Myklebust, Trond
2013-07-16 23:53                                           ` Myklebust, Trond
2013-07-17  1:21                                           ` Ric Wheeler
2013-07-17  1:21                                             ` Ric Wheeler
2013-07-17  7:36                                           ` CAI Qian
2013-07-17 14:48                                             ` Sarah Sharp
2013-07-17 15:09                                               ` Steven Rostedt
2013-07-17 17:00                                                 ` Stefano Stabellini
2013-07-17 17:15                                                   ` Felipe Contreras
2013-07-17 17:56                                                     ` Stefano Stabellini
2013-07-17 18:05                                                       ` Felipe Contreras
2013-07-17 18:42                                                       ` Al Viro
2013-07-17 22:24                                                         ` Sarah Sharp
2013-07-18  0:29                                                           ` Felipe Contreras
2013-07-18  4:59                                                           ` Al Viro
2013-07-17 17:28                                                   ` Steven Rostedt
2013-07-17 19:02                                                     ` Sarah Sharp
2013-07-17 17:57                                                   ` Al Viro
2013-07-17 17:52                                                 ` Willy Tarreau
2013-07-17 18:51                                                 ` Sarah Sharp
2013-07-17 19:04                                                   ` David Lang
2013-07-17 19:29                                                   ` Steven Rostedt
2013-07-17 20:18                                                     ` Geert Uytterhoeven
2013-07-19 10:54                                                     ` Ingo Molnar
2013-07-17 19:40                                                   ` Willy Tarreau
2013-07-17 22:38                                                   ` David Woodhouse
2013-07-17 23:05                                                   ` Ramkumar Ramachandra
2013-07-18  2:40                                                   ` Benjamin Herrenschmidt
2013-07-18  3:00                                               ` CAI Qian
2013-07-16 23:38                                       ` [Ksummit-2013-discuss] [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review) Steven Rostedt
2013-07-16 23:46                                         ` Steven Rostedt
2013-07-17 14:01                                         ` [Ksummit-2013-discuss] [ATTEND] How to act on LKML Paul Gortmaker
2013-07-17  0:32                                       ` Jeff Liu
2013-07-17  0:51                                         ` Steven Rostedt
2013-07-17  1:23                                           ` Sarah Sharp
2013-07-17  5:51                                           ` Willy Tarreau
2013-07-17 12:21                                             ` Steven Rostedt
2013-07-17 12:30                                               ` Ricardo Ferreira
2013-07-17 13:03                                                 ` Steven Rostedt
2013-07-17 13:10                                                   ` Willy Tarreau
2013-07-17 15:02                                                   ` Sarah Sharp
2013-07-17 15:16                                                     ` Steven Rostedt
2013-07-17 22:55                                                   ` Guenter Roeck
2013-07-17  9:15                                           ` Jeff Liu
2013-07-17 10:58                                             ` James Bottomley
2013-07-17 11:13                                               ` Jeff Liu
2013-07-16 23:01                                   ` Randy Dunlap
2013-07-16 23:50                                   ` [Ksummit-2013-discuss] [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review) Theodore Ts'o
2013-07-17  0:04                                     ` Steven Rostedt
2013-07-17  1:34                                     ` NeilBrown
2013-07-17  2:18                                     ` Ben Hutchings
2013-07-17  3:02                                       ` Linus Torvalds
2013-07-17  3:16                                         ` Ben Hutchings
2013-07-17  4:48                                           ` Linus Torvalds
2013-07-17  5:22                                             ` Darren Hart
2013-07-17  5:32                                               ` Sarah Sharp
2013-07-17 17:41                                                 ` [Ksummit-2013-discuss] [ATTEND] How to act on LKML Randy Dunlap
2013-07-17 17:59                                                   ` Steven Rostedt
2013-07-16 22:18                               ` [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review) Willy Tarreau
2013-07-16 22:39                                 ` Sarah Sharp
2013-07-16 23:46                                   ` [ATTEND] How to act on LKML Casey Schaufler
2013-07-17  1:02                                     ` Sarah Sharp
2013-07-17 10:10                                       ` Ramkumar Ramachandra
2013-07-17 14:27                                       ` Felipe Contreras
2013-07-17 18:24                                         ` [Ksummit-2013-discuss] " Luck, Tony
2013-07-17 18:24                                           ` Luck, Tony
2013-07-17 18:46                                           ` Felipe Contreras
2013-07-17 18:46                                             ` Felipe Contreras
2013-07-16 18:11                           ` [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review) Guenter Roeck
2013-07-15 22:38                       ` Linus Torvalds
2013-07-15 22:50                         ` Sarah Sharp
2013-07-16  4:03                           ` [ATTEND] How to act on LKML David Ahern
2013-07-16 20:03                           ` [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review) Martin Steigerwald
2013-07-16  1:02                         ` Raymond Jennings
2013-07-16 18:27                         ` [Ksummit-2013-discuss] " James Bottomley
2013-07-16 21:18                           ` Paul E. McKenney
2013-07-17  6:14                             ` James Bottomley
2013-07-17 21:51                               ` Paul E. McKenney
2013-07-18  2:01                               ` Benjamin Herrenschmidt
2013-07-19  6:03                                 ` Paul E. McKenney
2013-07-19 16:58                                   ` [Ksummit-2013-discuss] [ATTEND] How to act on LKML H. Peter Anvin
2013-07-16 22:13                           ` [Ksummit-2013-discuss] [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review) NeilBrown
2013-07-18  9:05                           ` [Ksummit-2013-discuss] [ATTEND] How to act on LKML Paolo Bonzini
2013-07-19  8:21                         ` Dave Chiluk
2013-07-16  3:27                       ` Li Zefan
2013-07-16  3:46                         ` Steven Rostedt
2013-07-16 16:51                       ` [Ksummit-2013-discuss] [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review) David Howells
2013-07-18 10:39                     ` [ 00/19] 3.10.1-stable review Ingo Molnar
2013-07-18 14:32                       ` J. Bruce Fields
2013-07-18 16:07                       ` Sarah Sharp
2013-07-18 16:16                         ` Steven Rostedt
2013-07-18 17:39                         ` Felipe Contreras
2013-07-19  9:22                         ` Ingo Molnar [this message]
2013-07-19 10:03                           ` mistakes in code vs. maintainer flow mistakes (was: [ 00/19] 3.10.1-stable review) Ingo Molnar
2013-07-19 12:16                           ` Kurt H Maier
2013-07-19 19:01                           ` Sarah Sharp
2013-07-19 19:16                             ` Martin Steigerwald
2013-07-19 19:17                             ` Steven Rostedt
2013-07-19 20:03                             ` Kurt H Maier
2013-07-22 10:55                             ` Ingo Molnar
2013-07-23  1:07                             ` mistakes in code vs. maintainer flow mistakes Li Zefan
2013-07-23  1:16                               ` Joe Perches
2013-07-22 11:04                           ` mistakes in code vs. maintainer flow mistakes (was: [ 00/19] 3.10.1-stable review) Ingo Molnar
2013-07-16 14:30                   ` [ 00/19] 3.10.1-stable review Geert Uytterhoeven
2013-07-16 15:00                     ` Steven Rostedt
2013-07-16 15:09                     ` Kees Cook
2013-07-16 15:27                       ` Darren Hart
2013-07-17 18:14                 ` open conflicts vs. hidden conflicts (was: [ 00/19] 3.10.1-stable review) Ingo Molnar
2013-07-17 22:42                   ` NeilBrown
2013-07-18  9:32                     ` Ingo Molnar
2013-07-18  0:42                 ` [ 00/19] 3.10.1-stable review Thomas Gleixner
2013-07-18  3:16                   ` CAI Qian
2013-07-18  3:47                     ` Steven Rostedt
2013-07-18  4:01                       ` CAI Qian
2013-07-18  5:03                         ` H. Peter Anvin
2013-07-18  6:06                           ` CAI Qian
2013-07-18 10:21                             ` Ingo Molnar
2013-07-18 11:35                         ` Steven Rostedt
2013-07-18 13:23                         ` Theodore Ts'o
2013-07-18 13:30                           ` Maybe it's time to shut this thread down (Was: Re: [ 00/19] 3.10.1-stable review) Theodore Ts'o
2013-07-18 15:54                             ` Sarah Sharp
2013-07-20 21:35                               ` [Ksummit-2013-discuss] " Daniel Phillips
2013-07-20 21:35                                 ` Daniel Phillips
2013-07-22 21:02                                 ` Luck, Tony
2013-07-22 21:02                                   ` Luck, Tony
2013-07-22 21:29                                   ` Daniel Phillips
2013-07-22 21:29                                     ` Daniel Phillips
2013-07-19 21:44                             ` Sarah Sharp
2013-07-22 16:45                               ` Kurt H Maier
2013-07-18  4:15                       ` [ 00/19] 3.10.1-stable review CAI Qian
2013-07-18 15:48                   ` Sarah Sharp
2013-07-19 10:35                     ` Ingo Molnar
2013-07-24 10:43                 ` Florian Holz
2013-07-16 14:45               ` Alex Elder
2013-07-15 19:17             ` Willy Tarreau
2013-07-15 19:23               ` Linus Torvalds
2013-07-15 19:39                 ` Willy Tarreau
2013-07-15 22:50                 ` Raymond Jennings
2013-07-16  4:52                 ` Rusty Russell
2013-07-16 21:08                   ` Sarah Sharp
2013-07-16 21:23                     ` Linus Torvalds
2013-07-16 21:58                       ` Rafael J. Wysocki
2013-07-16 22:12                         ` Linus Torvalds
2013-07-17  5:22                           ` Sarah Sharp
2013-07-19 11:10                             ` Ingo Molnar
2013-07-16 21:27                     ` Steven Rostedt
2013-07-16 22:11                     ` Willy Tarreau
2013-07-17  1:02                     ` Rusty Russell
2013-07-17  1:37                       ` Linus Torvalds
2013-07-17  1:54                         ` Steven Rostedt
2013-07-17  3:28                         ` Darren Hart
2013-07-15 22:40               ` NeilBrown
2013-07-16  6:13                 ` Willy Tarreau
2013-07-16 15:40                   ` Darren Hart
2013-07-16 18:18                     ` Willy Tarreau
2013-07-16  2:44             ` Li Zefan
2013-07-15 19:05           ` J. Bruce Fields
2013-07-15 19:19             ` Steven Rostedt
2013-07-15 23:42               ` NeilBrown
2013-07-15 23:50                 ` Joe Perches
2013-07-16  1:54                   ` NeilBrown
2013-07-16  2:01                     ` Joe Perches
2013-07-21  4:15                       ` Rob Landley
2013-07-17  7:01                   ` CAI Qian
2013-07-17  8:39           ` Janne Karhunen
2013-07-15 18:22   ` Steven Rostedt
2013-07-15 17:33 ` Darren Hart
2013-07-15 19:04 ` Rob Landley
2013-07-19 11:25   ` Ingo Molnar
2013-07-23  8:26 ` Rogelio Serrano
2013-11-28 14:35 mistakes in code vs. maintainer flow mistakes (was: [ 00/19] 3.10.1-stable review) Ove Karlsen

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=20130719092256.GC25784@gmail.com \
    --to=mingo@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=davej@redhat.com \
    --cc=dvhart@linux.intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=rostedt@goodmis.org \
    --cc=rusty@rustcorp.com.au \
    --cc=sarah.a.sharp@linux.intel.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.