All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Cleanup and fixups for vmemmap handling
@ 2021-02-02 11:24 Oscar Salvador
  2021-02-02 11:24 ` [PATCH 1/2] x86/vmemmap: Remove !PAGE_ALIGNED case in remove_pte_table Oscar Salvador
  2021-02-02 11:24 ` [PATCH 2/2] x86/vmemmap: Handle unpopulated sub-pmd ranges Oscar Salvador
  0 siblings, 2 replies; 8+ messages in thread
From: Oscar Salvador @ 2021-02-02 11:24 UTC (permalink / raw)
  To: Andrew Morton
  Cc: David Hildenbrand, Dave Hansen, Andy Lutomirski, Peter Zijlstra,
	Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86,
	H . Peter Anvin, Michal Hocko, linux-mm, linux-kernel,
	Oscar Salvador

Hi,

During the review of patch#2, David noticed that we could remove the
!PAGE_ALIGNED handling in remove_pte_table, as we should never get there.
Therefore, let us place that cleanup before the sub-pmd-populated fixup.

More details can be found in the respective changelogs.

[1] https://lkml.org/lkml/2021/1/29/82

Oscar Salvador (2):
  x86/vmemmap: Remove !PAGE_ALIGNED case in remove_pte_table
  x86/vmemmap: Handle unpopulated sub-pmd ranges

 arch/x86/mm/init_64.c | 148 +++++++++++++++++++++++++++++-------------
 1 file changed, 103 insertions(+), 45 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-02-02 20:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02 11:24 [PATCH 0/2] Cleanup and fixups for vmemmap handling Oscar Salvador
2021-02-02 11:24 ` [PATCH 1/2] x86/vmemmap: Remove !PAGE_ALIGNED case in remove_pte_table Oscar Salvador
2021-02-02 13:20   ` David Hildenbrand
2021-02-02 11:24 ` [PATCH 2/2] x86/vmemmap: Handle unpopulated sub-pmd ranges Oscar Salvador
2021-02-02 13:29   ` David Hildenbrand
2021-02-02 13:52     ` Oscar Salvador
2021-02-02 20:17   ` kernel test robot
2021-02-02 20:17     ` kernel test robot

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.