From: Guan Xuetao <gxt@mprc.pku.edu.cn>
To: Kees Cook <keescook@chromium.org>
Cc: linux-kernel@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH v2] unicore32: standardize /proc/iomem "Kernel code" name
Date: Tue, 13 Dec 2011 08:50:23 +0800 [thread overview]
Message-ID: <1323737423.32086.18.camel@epip-laptop> (raw)
In-Reply-To: <20111212230429.GA25851@outflux.net>
On Mon, 2011-12-12 at 15:04 -0800, Kees Cook wrote:
> All other ports use "Kernel code" to identify the Kernel text segment
> in /proc/iomem. Change the unicore32 resources to do the same.
>
> Signed-off-by: Kees Cook <keescook@chromium.org>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks.
I have pushed this patch into my repo.
Guan Xuetao
> ---
> v2: Fixed my copy/paste-o.
> ---
> arch/unicore32/kernel/setup.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/unicore32/kernel/setup.c b/arch/unicore32/kernel/setup.c
> index 471b6bc..2a64061 100644
> --- a/arch/unicore32/kernel/setup.c
> +++ b/arch/unicore32/kernel/setup.c
> @@ -64,7 +64,7 @@ static char default_command_line[COMMAND_LINE_SIZE] __initdata = CONFIG_CMDLINE;
> */
> static struct resource mem_res[] = {
> {
> - .name = "Kernel text",
> + .name = "Kernel code",
> .start = 0,
> .end = 0,
> .flags = IORESOURCE_MEM
> --
> 1.7.5.4
>
>
prev parent reply other threads:[~2011-12-13 0:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-12 23:04 Kees Cook
2011-12-13 0:50 ` Guan Xuetao [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=1323737423.32086.18.camel@epip-laptop \
--to=gxt@mprc.pku.edu.cn \
--cc=arnd@arndb.de \
--cc=keescook@chromium.org \
--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
Powered by JetHome