linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] assorted virtual / physical address fixes
@ 2019-07-22 17:46 Nicholas Piggin
  2019-07-22 17:46 ` [RFC PATCH 1/4] powerpc/64s/radix: Fix memory hotplug section page table creation Nicholas Piggin
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Nicholas Piggin @ 2019-07-22 17:46 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: Anju T Sudhakar, Madhavan Srinivasan, Reza Arbab, Nicholas Piggin

Implementing VIRTUAL_BUG_ON to catch incorrect usage of __va and __pa
showed up a few possible issues. Actually patch 1 was found by
inspection (I will check whether I may attribute the reporter).

Thanks,
Nick

Nicholas Piggin (4):
  powerpc/64s/radix: Fix memory hotplug section page table creation
  powerpc/64s/radix: Fix memory hot-unplug page table split
  powerpc/perf: fix imc allocation failure
  powerpc/64: Add VIRTUAL_BUG_ON checks for __va and __pa addresses

 arch/powerpc/include/asm/page.h          | 14 ++++++++++--
 arch/powerpc/mm/book3s64/radix_pgtable.c |  6 ++---
 arch/powerpc/perf/imc-pmu.c              | 29 +++++++++++++++---------
 3 files changed, 33 insertions(+), 16 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-07-24  5:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-22 17:46 [RFC PATCH 0/4] assorted virtual / physical address fixes Nicholas Piggin
2019-07-22 17:46 ` [RFC PATCH 1/4] powerpc/64s/radix: Fix memory hotplug section page table creation Nicholas Piggin
2019-07-23 10:52   ` Michael Ellerman
2019-07-24  1:18     ` Nicholas Piggin
2019-07-22 17:46 ` [RFC PATCH 2/4] powerpc/64s/radix: Fix memory hot-unplug page table split Nicholas Piggin
2019-07-22 17:46 ` [RFC PATCH 3/4] powerpc/perf: fix imc allocation failure Nicholas Piggin
2019-07-24  5:25   ` Anju T Sudhakar
2019-07-22 17:47 ` [RFC PATCH 4/4] powerpc/64: Add VIRTUAL_BUG_ON checks for __va and __pa addresses Nicholas Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).