From: Greg KH <gregkh@linuxfoundation.org>
To: Jes Sorensen <jes.sorensen@gmail.com>
Cc: Julia Lawall <julia.lawall@lip6.fr>,
Janani Ravichandran <janani.rvchndrn@gmail.com>,
outreachy-kernel <outreachy-kernel@googlegroups.com>
Subject: Re: [Outreachy kernel] [PATCH] staging: unisys: Modify boolean assignment
Date: Sat, 20 Feb 2016 15:30:34 -0800 [thread overview]
Message-ID: <20160220233034.GA19538@kroah.com> (raw)
In-Reply-To: <56C4B787.2030302@gmail.com>
On Wed, Feb 17, 2016 at 01:10:15PM -0500, Jes Sorensen wrote:
> On 02/17/16 13:03, Greg KH wrote:
> > On Wed, Feb 17, 2016 at 12:59:49PM -0500, Jes Sorensen wrote:
> >> On 02/10/16 03:54, Julia Lawall wrote:
> >>>
> >>>
> >>> On Tue, 9 Feb 2016, Janani Ravichandran wrote:
> >>>
> >>>>
> >>>>
> >>>> On Wednesday, 10 February 2016 02:26:38 UTC-5, Julia Lawall wrote:
> >>>> On Wed, 10 Feb 2016, Janani Ravichandran wrote:
> >>>>
> >>>> > Boolean variables should be assigned true/false rather than
> >>>> 1/0.
> >>>> > This patch makes such a correction.
> >>>>
> >>>> A change like this should be made consistently, so it is a
> >>>> little
> >>>> surprising to see only one such change. Is this the only place
> >>>> where the
> >>>> variable is initialized?
> >>>>
> >>>> Within this file, this is the only instance of initialization of the
> >>>> variable where 1 is
> >>>> used instead of true. All others use true/false. I sent this to resolve
> >>>> that
> >>>> inconsistency :)
> >>>> If so, you could say that. if not, then you
> >>>> could explain that all of the other initialization places
> >>>> already have
> >>>> boolean values, in some way or another.
> >>>>
> >>>> Do I send a v2 explaining this?
> >>>
> >>> I think it could be helpful.
> >>
> >> You also need to CC the driver author, not just the outreachy list.
> >
> > For the outreachy application process, the author doesn't need to be
> > cc:ed, but they can be if the patch author wants to.
>
> If the patches are dropped and not pushed upstream, please ignore CC's,
> sure. If they are meant to go upstream, the author must be CC'ed.
>
> I for one find it really annoying and rude to have patches go into
> upstream for code I actively maintain, without being CC'ed on them.
That happens all the time, and is just the way things have always been
for kernel changes. Maintainership isn't "absolute" ownership, you know
this :)
> I know Unisys is trying to fix up their code, and knowing conflicting
> patches are in flight saves work.
These should all be trivial to work around, and really, if they were
trying to fix up their code, they would have already resolved "trivial"
changes like this a long time ago.
thanks,
greg k-h
next prev parent reply other threads:[~2016-02-20 23:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-10 8:24 [PATCH] staging: unisys: Modify boolean assignment Janani Ravichandran
2016-02-10 7:26 ` [Outreachy kernel] " Julia Lawall
2016-02-10 7:45 ` Janani Ravichandran
2016-02-10 8:54 ` Julia Lawall
2016-02-17 17:59 ` Jes Sorensen
[not found] ` <20160217180323.GA23677@kroah.com>
2016-02-17 18:10 ` Jes Sorensen
2016-02-20 23:30 ` Greg KH [this message]
2016-02-22 13:07 ` Jes Sorensen
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=20160220233034.GA19538@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=janani.rvchndrn@gmail.com \
--cc=jes.sorensen@gmail.com \
--cc=julia.lawall@lip6.fr \
--cc=outreachy-kernel@googlegroups.com \
/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.