All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Allow nesting of lazy MMU mode
@ 2023-10-12 19:54 ` Matthew Wilcox (Oracle)
  0 siblings, 0 replies; 12+ messages in thread
From: Matthew Wilcox (Oracle) @ 2023-10-12 19:54 UTC (permalink / raw)
  To: linux-kernel
  Cc: Juergen Gross, Erhard Furtner, Matthew Wilcox (Oracle),
	linux-sparc, linuxppc-dev, David Woodhouse

Dave Woodhouse reported that we now nest calls to
arch_enter_lazy_mmu_mode().  That was inadvertent, but in principle we
should allow it.  On further investigation, Juergen already fixed it
for Xen, but didn't tell anyone.  Fix it for Sparc & PowerPC too.
This may or may not help fix the problem that Erhard reported.

Matthew Wilcox (Oracle) (2):
  powerpc: Allow nesting of lazy MMU mode
  sparc: Allow nesting of lazy MMU mode

 arch/powerpc/include/asm/book3s/64/tlbflush-hash.h | 5 ++---
 arch/sparc/mm/tlb.c                                | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-10-17 23:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-12 19:54 [PATCH 0/2] Allow nesting of lazy MMU mode Matthew Wilcox (Oracle)
2023-10-12 19:54 ` Matthew Wilcox (Oracle)
2023-10-12 19:54 ` [PATCH 1/2] powerpc: " Matthew Wilcox (Oracle)
2023-10-12 19:54   ` Matthew Wilcox (Oracle)
2023-10-12 19:54 ` [PATCH 2/2] sparc: " Matthew Wilcox (Oracle)
2023-10-12 19:54   ` Matthew Wilcox (Oracle)
2023-10-13 13:42 ` [PATCH 0/2] " Erhard Furtner
2023-10-13 13:42   ` Erhard Furtner
2023-10-17  6:04   ` Aneesh Kumar K.V
2023-10-17  6:04     ` Aneesh Kumar K.V
2023-10-17 23:14     ` Erhard Furtner
2023-10-17 23:14       ` Erhard Furtner

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.