All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fix oops in shared-processor spinlocks
@ 2019-08-02  4:22 Christopher M. Riedl
  2019-08-02  4:22 ` [PATCH v2 1/3] powerpc/spinlocks: Refactor SHARED_PROCESSOR Christopher M. Riedl
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Christopher M. Riedl @ 2019-08-02  4:22 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Christopher M. Riedl, ajd, bauerman

Fixes an oops when calling the shared-processor spinlock implementation
from a non-SP LPAR. Also take this opportunity to refactor
SHARED_PROCESSOR a bit.

Reference:  https://github.com/linuxppc/issues/issues/229

Changes since v1:
 - Improve comment wording to make it clear why the BOOK3S #ifdef is
   required in is_shared_processor() in spinlock.h
 - Replace empty #define of splpar_*_yield() with actual functions with
   empty bodies.

Christopher M. Riedl (3):
  powerpc/spinlocks: Refactor SHARED_PROCESSOR
  powerpc/spinlocks: Rename SPLPAR-only spinlocks
  powerpc/spinlocks: Fix oops in shared-processor spinlocks

 arch/powerpc/include/asm/spinlock.h | 62 +++++++++++++++++++++--------
 arch/powerpc/lib/locks.c            |  6 +--
 2 files changed, 48 insertions(+), 20 deletions(-)

-- 
2.22.0


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

end of thread, other threads:[~2019-08-06 15:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02  4:22 [PATCH v2 0/3] Fix oops in shared-processor spinlocks Christopher M. Riedl
2019-08-02  4:22 ` [PATCH v2 1/3] powerpc/spinlocks: Refactor SHARED_PROCESSOR Christopher M. Riedl
2019-08-02  4:22 ` [PATCH v2 2/3] powerpc/spinlocks: Rename SPLPAR-only spinlocks Christopher M. Riedl
2019-08-02  4:22 ` [PATCH v2 3/3] powerpc/spinlocks: Fix oops in shared-processor spinlocks Christopher M. Riedl
2019-08-02 11:38   ` Michael Ellerman
2019-08-02 15:12     ` Christopher M Riedl
2019-08-06 12:14       ` Michael Ellerman
2019-08-06 12:31         ` Christopher M Riedl
2019-08-06 15:57         ` Segher Boessenkool

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.