All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	"kexec@lists.infradead.org" <kexec@lists.infradead.org>,
	"Eric W. Biederman" <ebiederm@xmission.com>,
	Vivek Goyal <vgoyal@redhat.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] vmcore: disable mmap_vmcore() if CONFIG_MMU is not defined
Date: Mon, 10 Jun 2013 18:10:37 +0200	[thread overview]
Message-ID: <201306101810.37960.arnd@arndb.de> (raw)
In-Reply-To: <51B593C3.7030609@jp.fujitsu.com>

On Monday 10 June 2013, HATAYAMA Daisuke wrote:
> Also, on no-MMU configuration, because we don't export buffer for ELF
> note segment to user-space, we use vzalloc() to allocate the buffer.
> Therefore, we use differnet functions to allocate the buffer for ELF
> note segment. To avoid code duplication, introduce a helper
> alloc_elfnotes_buf().
> 
> Reported-by: Amd Bergmann <arnd@arndb.de>
> Signed-off-by: HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com>

Thanks

Note that my name is Arnd not Amd, otherwise

Acked-by: Arnd Bergmann <arnd@arndb.de>

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com>
Cc: Vivek Goyal <vgoyal@redhat.com>,
	"Eric W. Biederman" <ebiederm@xmission.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	"kexec@lists.infradead.org" <kexec@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] vmcore: disable mmap_vmcore() if CONFIG_MMU is not defined
Date: Mon, 10 Jun 2013 18:10:37 +0200	[thread overview]
Message-ID: <201306101810.37960.arnd@arndb.de> (raw)
In-Reply-To: <51B593C3.7030609@jp.fujitsu.com>

On Monday 10 June 2013, HATAYAMA Daisuke wrote:
> Also, on no-MMU configuration, because we don't export buffer for ELF
> note segment to user-space, we use vzalloc() to allocate the buffer.
> Therefore, we use differnet functions to allocate the buffer for ELF
> note segment. To avoid code duplication, introduce a helper
> alloc_elfnotes_buf().
> 
> Reported-by: Amd Bergmann <arnd@arndb.de>
> Signed-off-by: HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com>

Thanks

Note that my name is Arnd not Amd, otherwise

Acked-by: Arnd Bergmann <arnd@arndb.de>

  parent reply	other threads:[~2013-06-10 16:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-10  8:52 [PATCH] vmcore: disable mmap_vmcore() if CONFIG_MMU is not defined HATAYAMA Daisuke
2013-06-10  8:52 ` HATAYAMA Daisuke
2013-06-10  9:04 ` Zhang Yanfei
2013-06-10  9:04   ` Zhang Yanfei
2013-06-10 16:10 ` Arnd Bergmann [this message]
2013-06-10 16:10   ` Arnd Bergmann

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=201306101810.37960.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=akpm@linux-foundation.org \
    --cc=d.hatayama@jp.fujitsu.com \
    --cc=ebiederm@xmission.com \
    --cc=kexec@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vgoyal@redhat.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.