linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] powerpc/64: more soft-mask improvements
@ 2022-09-07 12:03 Nicholas Piggin
  2022-09-07 12:03 ` [PATCH 1/2] powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entry Nicholas Piggin
  2022-09-07 12:03 ` [PATCH 2/2] powerpc/64/irq: tidy soft-masked irq replay and improve documentation Nicholas Piggin
  0 siblings, 2 replies; 3+ messages in thread
From: Nicholas Piggin @ 2022-09-07 12:03 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Nicholas Piggin

These are a couple more improvements while I'm here, I had to
rediscover again why disabling softirqs during irq replay is
hard, and ran into some bugs trying to find a way to do it.

This doesn't solve that, just documents it better and tidies
up code a bit.

Thanks,
Nick

Nicholas Piggin (2):
  powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entry
  powerpc/64/irq: tidy soft-masked irq replay and improve documentation

 arch/powerpc/include/asm/interrupt.h | 33 ++++++----
 arch/powerpc/kernel/irq_64.c         | 93 ++++++++++++++++++----------
 2 files changed, 81 insertions(+), 45 deletions(-)

-- 
2.37.2


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

end of thread, other threads:[~2022-09-07 12:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-07 12:03 [PATCH 0/2] powerpc/64: more soft-mask improvements Nicholas Piggin
2022-09-07 12:03 ` [PATCH 1/2] powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entry Nicholas Piggin
2022-09-07 12:03 ` [PATCH 2/2] powerpc/64/irq: tidy soft-masked irq replay and improve documentation 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).