public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* Add and use a generic copy_oldmem_page()
@ 2020-07-11  3:55 Palmer Dabbelt
  2020-07-11  3:55 ` [PATCH 1/3] lib: Add " Palmer Dabbelt
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Palmer Dabbelt @ 2020-07-11  3:55 UTC (permalink / raw)
  To: mick
  Cc: mark.rutland, gregory.0xf0, peterz, catalin.marinas,
	linus.walleij, Palmer Dabbelt, brendanhiggins, elver, glider,
	krzk, mchehab+samsung, will, mingo, uwe, takahiro.akashi, paulmck,
	masahiroy, linux, willy, rppt, bgolaszewski, kernel-team, pmladek,
	zaslonko, keescook, Arnd Bergmann, broonie, matti.vaittinen,
	ben-linux, dan.j.williams, linux-arm-kernel, davidgow, rdunlap,
	Nick Desaulniers, linux-kernel, mhiramat, ardb, akpm, davem

While adding support for kexec, Nick recently copied the arm64
copy_oldmem_page() into the RISC-V port.  Since this is shared verbatim with
arm and arm64 already, I'd like to add a generic version and so we can use it
instead.  I haven't converted over the MIPS, PPC, or SH ports: while I think we
could figure out how to share a version, they're not exactly the same right
now.  S/390 and x86 are definitely meaningfully different.

Unless there are any objections I'll include the first patch along with the
RISC-V kexec support, which I'm hoping to have for 5.9.  The code, based on
5.8-rc4, is at
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git -b
copy_oldmem_page .



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-07-16 12:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-11  3:55 Add and use a generic copy_oldmem_page() Palmer Dabbelt
2020-07-11  3:55 ` [PATCH 1/3] lib: Add " Palmer Dabbelt
2020-07-13 13:06   ` Christoph Hellwig
2020-07-13 13:39     ` Arnd Bergmann
2020-07-14 11:05       ` Christoph Hellwig
2020-07-14 11:38         ` Arnd Bergmann
2020-07-15  7:03     ` Ard Biesheuvel
2020-07-11  3:55 ` [PATCH 2/3] arm: Use the new " Palmer Dabbelt
2020-07-16 12:54   ` Linus Walleij
2020-07-11  3:55 ` [PATCH 3/3] arm64: " Palmer Dabbelt
2020-07-14 20:37   ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox