All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhang Yanfei <zhangyanfei.yes@gmail.com>
To: Simon Horman <horms@verge.net.au>
Cc: "kexec@lists.infradead.org" <kexec@lists.infradead.org>,
	"Eric W. Biederman" <ebiederm@xmission.com>
Subject: [PATCH 0/4] kexec-tools: Remove saved_max_mem
Date: Sun, 26 May 2013 11:38:24 +0800	[thread overview]
Message-ID: <51A183B0.7000607@gmail.com> (raw)

When loading the dump-capture kernel, in some architectures(mips/ppc/ppc64),
we should add the parameter "savemaxmem=" in the dump-capture kernel
commandline to tell the new kernel the amount of memory that the previous
kernel used.

Then in the dump-capture kernel, we parse this parameter and assign the
value to saved_max_pfn. In these architectures, the only user of
saved_max_pfn is the read interface read_oldmem for /dev/oldmem.

But, no one actually uses the /dev/oldmem interface. And we have decided
to remove the /dev/oldmem interface. A kernel side patch to remove this
interface have been sent. See https://lkml.org/lkml/2013/5/24/451.

So in kexec-tools, we don't need to pass this parameter anymore. This
patchset aims to remove the related variables and funtions in kexec-tools.

Zhang Yanfei (4):
  kexec-tools: mips: Remove saved_max_mem
  kexec-tools: ppc: Remove saved_max_mem
  kexec-tools: ppc64: Remove saved_max_mem
  kexec-tools: sh: Remove saved_max_mem

 kexec/arch/mips/crashdump-mips.c   |   34 ----------------------------------
 kexec/arch/ppc/crashdump-powerpc.c |   19 -------------------
 kexec/arch/ppc64/crashdump-ppc64.c |   19 -------------------
 kexec/arch/sh/crashdump-sh.c       |    6 ------
 4 files changed, 0 insertions(+), 78 deletions(-)

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

             reply	other threads:[~2013-05-26  3:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-26  3:38 Zhang Yanfei [this message]
2013-05-26  3:40 ` [PATCH 1/4] kexec-tools: mips: Remove saved_max_mem Zhang Yanfei
2013-05-26  3:40 ` [PATCH 2/4] kexec-tools: ppc: " Zhang Yanfei
2013-05-26  3:41 ` [PATCH 3/4] kexec-tools: ppc64: " Zhang Yanfei
2013-05-26  3:41 ` [PATCH 4/4] kexec-tools: sh: " Zhang Yanfei
2013-05-28 22:35 ` [PATCH 0/4] kexec-tools: " Eric W. Biederman
2013-06-10  8:35   ` Simon Horman

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=51A183B0.7000607@gmail.com \
    --to=zhangyanfei.yes@gmail.com \
    --cc=ebiederm@xmission.com \
    --cc=horms@verge.net.au \
    --cc=kexec@lists.infradead.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 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.