All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip: perf/kprobes] locking/atomics: Regenerate the atomics-check SHA1's
@ 2020-11-07 15:13 tip-bot2 for Ingo Molnar
  2020-11-07 16:04 ` Borislav Petkov
  0 siblings, 1 reply; 6+ messages in thread
From: tip-bot2 for Ingo Molnar @ 2020-11-07 15:13 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Ingo Molnar, linux-kernel, Peter Zijlstra, Linus Torvalds,
	Andrew Morton, Thomas Gleixner, Paul E. McKenney, Will Deacon,
	x86

The following commit has been merged into the perf/kprobes branch of tip:

Commit-ID:     a70a04b3844f59c29573a8581d5c263225060dd6
Gitweb:        https://git.kernel.org/tip/a70a04b3844f59c29573a8581d5c263225060dd6
Author:        Ingo Molnar <mingo@kernel.org>
AuthorDate:    Sat, 07 Nov 2020 12:54:49 +01:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Sat, 07 Nov 2020 13:20:41 +01:00

locking/atomics: Regenerate the atomics-check SHA1's

The include/asm-generic/atomic-instrumented.h checksum got out
of sync, so regenerate it. (No change to actual code.)

Also make scripts/atomic/gen-atomics.sh executable, to make
it easier to use.

The auto-generated atomic header signatures are now fine:

  thule:~/tip> scripts/atomic/check-atomics.sh
  thule:~/tip>

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Paul E. McKenney <paulmck@kernel.org>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 include/asm-generic/atomic-instrumented.h | 2 +-
 scripts/atomic/gen-atomics.sh             | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 scripts/atomic/gen-atomics.sh

diff --git a/include/asm-generic/atomic-instrumented.h b/include/asm-generic/atomic-instrumented.h
index 492cc95..888b6cf 100644
--- a/include/asm-generic/atomic-instrumented.h
+++ b/include/asm-generic/atomic-instrumented.h
@@ -1830,4 +1830,4 @@ atomic64_dec_if_positive(atomic64_t *v)
 })
 
 #endif /* _ASM_GENERIC_ATOMIC_INSTRUMENTED_H */
-// 9d5e6a315fb1335d02f0ccd3655a91c3dafcc63e
+// 4bec382e44520f4d8267e42620054db26a659ea3
diff --git a/scripts/atomic/gen-atomics.sh b/scripts/atomic/gen-atomics.sh
old mode 100644
new mode 100755

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

end of thread, other threads:[~2020-11-09  7:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-07 15:13 [tip: perf/kprobes] locking/atomics: Regenerate the atomics-check SHA1's tip-bot2 for Ingo Molnar
2020-11-07 16:04 ` Borislav Petkov
2020-11-08  9:05   ` Ingo Molnar
2020-11-08  9:23     ` Borislav Petkov
2020-11-08 17:35       ` Linus Torvalds
2020-11-09  7:41         ` Borislav Petkov

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.