All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix bug when calling kexec_load()
@ 2021-10-30 18:31 ` Rongwei Wang
  0 siblings, 0 replies; 28+ messages in thread
From: Rongwei Wang @ 2021-10-30 18:31 UTC (permalink / raw)
  To: catalin.marinas, will, mark.rutland, james.morse, ardb, tabba,
	akpm, rppt, anshuman.khandual
  Cc: linux-arm-kernel, linux-kernel

Patch 1/2 mainly to fix the bug when calling kexec_load().
And a user case shown in commit log.

Patch 2/2 just make a very simple optimization, reducing
calls to page_address() in kexec_page_alloc().

Thanks!

Rongwei Wang (2):
  arm64: trans_pgd: fix incorrect use of pmd_populate_kernel in
    copy_pte()
  arm64: kexec: reduce calls to page_address()

 arch/arm64/kernel/machine_kexec.c | 6 ++++--
 arch/arm64/mm/trans_pgd.c         | 7 ++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2021-12-10 18:42 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-30 18:31 [PATCH 0/2] fix bug when calling kexec_load() Rongwei Wang
2021-10-30 18:31 ` Rongwei Wang
2021-10-30 18:31 ` [PATCH 1/2] arm64: trans_pgd: fix incorrect use of pmd_populate_kernel in copy_pte() Rongwei Wang
2021-10-30 18:31   ` Rongwei Wang
2021-10-31 12:25   ` Ard Biesheuvel
2021-10-31 12:25     ` Ard Biesheuvel
2021-11-01  2:14     ` Rongwei Wang
2021-11-01  2:14       ` Rongwei Wang
2021-11-05  5:58     ` Rongwei Wang
2021-11-05  5:58       ` Rongwei Wang
2021-10-30 18:32 ` [PATCH 2/2] arm64: kexec: reduce calls to page_address() Rongwei Wang
2021-10-30 18:32   ` Rongwei Wang
2021-11-14 20:16 ` [PATCH v2 0/2] fix bug when calling kexec_load() Rongwei Wang
2021-11-14 20:16   ` Rongwei Wang
2021-11-14 20:16   ` [PATCH v2 1/2] arm64: trans_pgd: fix incorrect use of pmd_populate_kernel in copy_pte() Rongwei Wang
2021-11-14 20:16     ` Rongwei Wang
2021-11-19  3:04     ` Rongwei Wang
2021-11-19  3:04       ` Rongwei Wang
2021-11-14 20:16   ` [PATCH v2 2/2] arm64: kexec: reduce calls to page_address() Rongwei Wang
2021-11-14 20:16     ` Rongwei Wang
2021-11-25 17:05 ` [PATCH v3 0/2] simple optimizations for page_address and Rongwei Wang
2021-11-25 17:05   ` Rongwei Wang
2021-11-25 17:05   ` [PATCH v3 1/2] arm64: trans_pgd: unify the use of pmd_populate_kernel Rongwei Wang
2021-11-25 17:05     ` Rongwei Wang
2021-11-25 17:06   ` [PATCH v3 2/2] arm64: kexec: reduce calls to page_address() Rongwei Wang
2021-11-25 17:06     ` Rongwei Wang
2021-12-10 18:40   ` (subset) [PATCH v3 0/2] simple optimizations for page_address and Catalin Marinas
2021-12-10 18:40     ` Catalin Marinas

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.