All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] mips: Fix related problems in kdump operation
@ 2021-04-22  2:24 ` Youling Tang
  0 siblings, 0 replies; 10+ messages in thread
From: Youling Tang @ 2021-04-22  2:24 UTC (permalink / raw)
  To: Thomas Bogendoerfer
  Cc: Jiaxun Yang, Baoquan He, Huacai Chen, Jinyang He, kexec,
	linux-mips, linux-kernel

1. Fix the "mem=" parameter parsing problem.
2. Solve the problem that panic may be triggered due to insufficient memory
when entering the capture kernel.
3. Fix the problem that the captured production kernel data may be destroyed.

Youling Tang (4):
  MIPS: Fix cmdline "mem=" parameter parsing
  mips: kdump: Capture kernel should be able to see old memories
  mips: kdump: Reserve extra memory for crash dump
  mips: kdump: Reserve old memory to avoid the destruction of production
    kernel data

 arch/mips/kernel/setup.c | 82 ++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 79 insertions(+), 3 deletions(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-04-22  2:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22  2:24 [PATCH v2 0/4] mips: Fix related problems in kdump operation Youling Tang
2021-04-22  2:24 ` Youling Tang
2021-04-22  2:24 ` [PATCH v2 1/4] MIPS: Fix cmdline "mem=" parameter parsing Youling Tang
2021-04-22  2:24   ` Youling Tang
2021-04-22  2:24 ` [PATCH v2 2/4] mips: kdump: Capture kernel should be able to see old memories Youling Tang
2021-04-22  2:24   ` Youling Tang
2021-04-22  2:24 ` [PATCH v2 3/4] mips: kdump: Reserve extra memory for crash dump Youling Tang
2021-04-22  2:24   ` Youling Tang
2021-04-22  2:24 ` [PATCH v2 4/4] mips: kdump: Reserve old memory to avoid the destruction of production kernel data Youling Tang
2021-04-22  2:24   ` Youling Tang

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.