All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/memory-model: Correct the name of smp_mb__after_spinlock()
@ 2021-04-24  0:25 Palmer Dabbelt
  2021-04-24  4:27 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Palmer Dabbelt @ 2021-04-24  0:25 UTC (permalink / raw)
  To: mingo
  Cc: stern, parri.andrea, will, peterz, boqun.feng, npiggin, dhowells,
	j.alglave, luc.maranget, paulmck, akiyks, Daniel Lustig, joel,
	elver, Palmer Dabbelt, linux-kernel, linux-arch, kernel-team

From: Palmer Dabbelt <palmerdabbelt@google.com>

This was missing one of the double _s.  I only found it because I
mis-typed the name myself.

Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
---
 tools/memory-model/Documentation/explanation.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/memory-model/Documentation/explanation.txt b/tools/memory-model/Documentation/explanation.txt
index f9d610d5a1a4..5d72f3112e56 100644
--- a/tools/memory-model/Documentation/explanation.txt
+++ b/tools/memory-model/Documentation/explanation.txt
@@ -2510,7 +2510,7 @@ they behave as follows:
 	smp_mb__after_atomic() orders po-earlier atomic updates and
 	the events preceding them against all po-later events;
 
-	smp_mb_after_spinlock() orders po-earlier lock acquisition
+	smp_mb__after_spinlock() orders po-earlier lock acquisition
 	events and the events preceding them against all po-later
 	events.
 
-- 
2.31.1.498.g6c1eba8ee3d-goog


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

* Re: [PATCH] tools/memory-model: Correct the name of smp_mb__after_spinlock()
  2021-04-24  0:25 [PATCH] tools/memory-model: Correct the name of smp_mb__after_spinlock() Palmer Dabbelt
@ 2021-04-24  4:27 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2021-04-24  4:27 UTC (permalink / raw)
  To: Palmer Dabbelt
  Cc: mingo, stern, parri.andrea, will, peterz, boqun.feng, npiggin,
	dhowells, j.alglave, luc.maranget, akiyks, Daniel Lustig, joel,
	elver, Palmer Dabbelt, linux-kernel, linux-arch, kernel-team

On Fri, Apr 23, 2021 at 05:25:09PM -0700, Palmer Dabbelt wrote:
> From: Palmer Dabbelt <palmerdabbelt@google.com>
> 
> This was missing one of the double _s.  I only found it because I
> mis-typed the name myself.
> 
> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>

Good catch, and thank you, but Björn Töpel beat you to it.

dce310f2e546 ("tools/memory-model: Fix smp_mb__after_spinlock() spelling")

This one is queued in the -rcu tree for the v5.14 merge window.

But please keep the fixes coming!

							Thanx, Paul

> ---
>  tools/memory-model/Documentation/explanation.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/memory-model/Documentation/explanation.txt b/tools/memory-model/Documentation/explanation.txt
> index f9d610d5a1a4..5d72f3112e56 100644
> --- a/tools/memory-model/Documentation/explanation.txt
> +++ b/tools/memory-model/Documentation/explanation.txt
> @@ -2510,7 +2510,7 @@ they behave as follows:
>  	smp_mb__after_atomic() orders po-earlier atomic updates and
>  	the events preceding them against all po-later events;
>  
> -	smp_mb_after_spinlock() orders po-earlier lock acquisition
> +	smp_mb__after_spinlock() orders po-earlier lock acquisition
>  	events and the events preceding them against all po-later
>  	events.
>  
> -- 
> 2.31.1.498.g6c1eba8ee3d-goog
> 

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

end of thread, other threads:[~2021-04-24  4:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24  0:25 [PATCH] tools/memory-model: Correct the name of smp_mb__after_spinlock() Palmer Dabbelt
2021-04-24  4:27 ` Paul E. McKenney

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.