From: Andi Kleen <ak@linux.intel.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Andi Kleen <andi@firstfloor.org>,
hein_tibosch@yahoo.es, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fix initconst in lib/decompress.c
Date: Tue, 23 Apr 2013 15:10:11 -0700 [thread overview]
Message-ID: <20130423221011.GC19487@tassilo.jf.intel.com> (raw)
In-Reply-To: <20130423150209.24d179d9cc508024829aa250@linux-foundation.org>
On Tue, Apr 23, 2013 at 03:02:09PM -0700, Andrew Morton wrote:
> On Sat, 20 Apr 2013 20:44:45 -0700 Andi Kleen <andi@firstfloor.org> wrote:
>
> > From: Andi Kleen <ak@linux.intel.com>
> >
> >
> > diff --git a/lib/decompress.c b/lib/decompress.c
> > index 31a8042..f8fdeda 100644
> > --- a/lib/decompress.c
> > +++ b/lib/decompress.c
> > @@ -38,7 +38,7 @@ struct compress_format {
> > decompress_fn decompressor;
> > };
> >
> > -static const struct compress_format compressed_formats[] __initdata = {
> > +static const struct compress_format compressed_formats[] __initconst = {
> > { {037, 0213}, "gzip", gunzip },
> > { {037, 0236}, "gzip", gunzip },
> > { {0x42, 0x5a}, "bzip2", bunzip2 },
>
> That's missing both a changelog and the signed-off-by. Did your
> scripts break?
I normally don't write a description for initconst patches, as
they should be obvious.
Sorry for the missing Signed-off-by. Hereby added:
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Please let me know if I should resend.
-Andi
--
ak@linux.intel.com -- Speaking for myself only
prev parent reply other threads:[~2013-04-23 22:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-21 3:44 [PATCH] fix initconst in lib/decompress.c Andi Kleen
2013-04-23 22:02 ` Andrew Morton
2013-04-23 22:10 ` Andi Kleen [this message]
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=20130423221011.GC19487@tassilo.jf.intel.com \
--to=ak@linux.intel.com \
--cc=akpm@linux-foundation.org \
--cc=andi@firstfloor.org \
--cc=hein_tibosch@yahoo.es \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox