All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] kdump: simplify code
@ 2021-12-10 13:35 ` Tiezhu Yang
  0 siblings, 0 replies; 36+ messages in thread
From: Tiezhu Yang @ 2021-12-10 13:35 UTC (permalink / raw)
  To: Dave Young, Baoquan He, Vivek Goyal, Andrew Morton
  Cc: linux-arm-kernel, linux-ia64, linux-mips, linuxppc-dev,
	linux-riscv, linux-sh, x86, linux-fsdevel, kexec, linux-kernel

Tiezhu Yang (2):
  kdump: vmcore: move copy_to() from vmcore.c to uaccess.h
  kdump: crashdump: use copy_to() to simplify the related code

 arch/arm/kernel/crash_dump.c     | 10 ++--------
 arch/arm64/kernel/crash_dump.c   | 10 ++--------
 arch/ia64/kernel/crash_dump.c    | 10 ++++------
 arch/mips/kernel/crash_dump.c    |  9 ++-------
 arch/powerpc/kernel/crash_dump.c |  7 ++-----
 arch/riscv/kernel/crash_dump.c   |  9 ++-------
 arch/sh/kernel/crash_dump.c      |  9 ++-------
 arch/x86/kernel/crash_dump_32.c  |  9 ++-------
 arch/x86/kernel/crash_dump_64.c  |  9 ++-------
 fs/proc/vmcore.c                 | 14 --------------
 include/linux/uaccess.h          | 14 ++++++++++++++
 11 files changed, 34 insertions(+), 76 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2021-12-11  7:39 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10 13:35 [PATCH 0/2] kdump: simplify code Tiezhu Yang
2021-12-10 13:35 ` Tiezhu Yang
2021-12-10 13:35 ` Tiezhu Yang
2021-12-10 13:35 ` Tiezhu Yang
2021-12-10 13:35 ` Tiezhu Yang
2021-12-10 13:35 ` Tiezhu Yang
2021-12-10 13:36 ` [PATCH 1/2] kdump: vmcore: move copy_to() from vmcore.c to uaccess.h Tiezhu Yang
2021-12-10 13:36   ` Tiezhu Yang
2021-12-10 13:36   ` Tiezhu Yang
2021-12-10 13:36   ` Tiezhu Yang
2021-12-10 13:36   ` Tiezhu Yang
2021-12-10 13:36   ` Tiezhu Yang
2021-12-10 16:59   ` Andrew Morton
2021-12-10 16:59     ` Andrew Morton
2021-12-10 16:59     ` Andrew Morton
2021-12-10 16:59     ` Andrew Morton
2021-12-10 16:59     ` Andrew Morton
2021-12-10 16:59     ` Andrew Morton
2021-12-10 23:50     ` Tiezhu Yang
2021-12-10 23:50       ` Tiezhu Yang
2021-12-10 23:50       ` Tiezhu Yang
2021-12-10 23:50       ` Tiezhu Yang
2021-12-10 23:50       ` Tiezhu Yang
2021-12-10 23:50       ` Tiezhu Yang
2021-12-11  7:37     ` Christophe Leroy
2021-12-11  7:37       ` Christophe Leroy
2021-12-11  7:37       ` Christophe Leroy
2021-12-11  7:37       ` Christophe Leroy
2021-12-11  7:37       ` Christophe Leroy
2021-12-11  7:37       ` Christophe Leroy
2021-12-10 13:36 ` [PATCH 2/2] kdump: crashdump: use copy_to() to simplify the related code Tiezhu Yang
2021-12-10 13:36   ` Tiezhu Yang
2021-12-10 13:36   ` Tiezhu Yang
2021-12-10 13:36   ` Tiezhu Yang
2021-12-10 13:36   ` Tiezhu Yang
2021-12-10 13:36   ` Tiezhu Yang

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.