[Ksummit-discuss] [CORE TOPIC] Recruitment (Reviewers, Testers, Maintainers, Hobbyists)

Josh Triplett josh at joshtriplett.org
Mon Jul 20 08:48:29 UTC 2015


On Mon, Jul 20, 2015 at 08:15:15AM +0100, James Bottomley wrote:
> On Sun, 2015-07-19 at 22:16 -0700, Josh Triplett wrote:
> > On Mon, Jul 20, 2015 at 10:34:35AM +0800, Zefan Li wrote:
> > > > I.e. I might propose a a slightly controversial topic, going a bit the 
> > > > other direction than the whole "motivating newcomers" discussion: how to 
> > > > get rid of useless submissions that are slowing maintainers down?
> > > > 
> > > 
> > > Do we really have this issue?
> > > 
> > > If we are encouraging more people to get involved in kernel contribution, we'll
> > > sure occasionally see some patches with little value, but I don't think we are
> > > suffering from this.
> > > 
> > > And When we see a patch of this kind, it won't take us much time to tell the
> > > newbie why the patch isn't appropriate, and then he probably won't do this again.
> > 
> > That's exactly the kind of thing that we *shouldn't* do.
> > 
> > Think about that from the new contributor's perspective.  They've made a
> > change to the kernel that has a small but non-zero value.  They've just
> > managed to work out how to jump through all the hoops needed to prepare
> > and submit it properly for the kernel, through some combination of
> > reading, lurking, and mentorship.  And the first response they see is a
> > maintainer like you saying "please don't send this kind of patch".
> > 
> > Yeah, they probably won't do that again.  Congratulations, you defeated
> > the newbie and thwarted their evil maintainer-time-wasting scheme!  Hail
> > the conquering hero; insert victory fanfare here.  If you and others
> > keep up that vigilance, perhaps one day all maintainers can rest easy,
> > knowing they'll never again have to deal with new contributors.
> > 
> > </sarcasm>
> > 
> > It's perfectly reasonable to tell someone that, since they've gotten the
> > hang of sending kernel patches, they should move on to more substantial
> > changes, and leave simpler fixes to other potential new contributors.
> > But that's different than telling them their patch is unwelcome.
> > 
> > (If someone sends in a patch that's actively wrong, sure, go right ahead
> > and tell them what's wrong with it.  But there's a difference between
> > "wrong" and just "not that important".)
> 
> I think that's the wrong attitude in so many ways.  Good teachers don't
> accept crap.

We don't seem to be talking about the same kind of patches, then.  If
someone sends in incorrect patches, by all means reject those patches.
But a patch that improves code, even a very minor improvement, should
always be welcome.

(This doesn't mean that mechanically fixing compiler warnings, for
instance, is always an improvement.  For instance, shutting up the
compiler rather than actually fixing the warning is not a good idea.
But when the patch actually fixes something, even something minor, it's
worth accepting.)

- Josh Triplett


More information about the Ksummit-discuss mailing list