All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] jump_label: add __static_key macro
@ 2021-11-10  1:09 Eric Dumazet
  2021-11-10  1:09 ` [PATCH 1/2] jump_label: use DEFINE_STATIC_KEY_FALSE_RO() where possible Eric Dumazet
  2021-11-10  1:09 ` [PATCH 2/2] jump_label: refine placement of static_keys Eric Dumazet
  0 siblings, 2 replies; 12+ messages in thread
From: Eric Dumazet @ 2021-11-10  1:09 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: linux-kernel, Eric Dumazet, Eric Dumazet

From: Eric Dumazet <edumazet@google.com>

First patch removes uses of open coded 
__ro_after_init DEFINE_STATIC_KEY_FALSE(XXX)

Second patch adds __static_key macro to put static_key away
for CONFIG_JUMP_LABEL=y builds.

Eric Dumazet (2):
  jump_label: use DEFINE_STATIC_KEY_FALSE_RO() where possible
  jump_label: refine placement of static_keys

 arch/arm/crypto/chacha-glue.c        |  2 +-
 arch/arm/crypto/curve25519-glue.c    |  2 +-
 arch/arm/crypto/ghash-ce-glue.c      |  2 +-
 arch/arm/crypto/poly1305-glue.c      |  2 +-
 arch/arm64/crypto/chacha-neon-glue.c |  2 +-
 arch/arm64/crypto/poly1305-glue.c    |  2 +-
 arch/powerpc/mm/book3s64/slb.c       |  2 +-
 arch/riscv/kernel/cpufeature.c       |  2 +-
 arch/x86/crypto/aesni-intel_glue.c   |  4 ++--
 arch/x86/crypto/blake2s-glue.c       |  4 ++--
 arch/x86/crypto/chacha_glue.c        |  6 +++---
 arch/x86/crypto/curve25519-x86_64.c  |  2 +-
 arch/x86/crypto/poly1305_glue.c      |  6 +++---
 arch/x86/kvm/lapic.c                 |  4 ++--
 arch/x86/kvm/x86.c                   |  2 +-
 crypto/aegis128-core.c               |  2 +-
 include/linux/jump_label.h           | 25 +++++++++++++++++--------
 kernel/events/core.c                 |  2 +-
 kernel/sched/fair.c                  |  2 +-
 net/core/dev.c                       |  8 ++++----
 net/netfilter/core.c                 |  2 +-
 net/netfilter/x_tables.c             |  2 +-
 22 files changed, 48 insertions(+), 39 deletions(-)

-- 
2.34.0.rc0.344.g81b53c2807-goog


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

end of thread, other threads:[~2021-11-14 14:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10  1:09 [PATCH 0/2] jump_label: add __static_key macro Eric Dumazet
2021-11-10  1:09 ` [PATCH 1/2] jump_label: use DEFINE_STATIC_KEY_FALSE_RO() where possible Eric Dumazet
2021-11-10  1:09 ` [PATCH 2/2] jump_label: refine placement of static_keys Eric Dumazet
2021-11-10  8:35   ` Peter Zijlstra
2021-11-10 10:24     ` Ard Biesheuvel
2021-11-10 15:22       ` Eric Dumazet
2021-11-10 17:06         ` Ard Biesheuvel
2021-11-10 17:43           ` Eric Dumazet
2021-11-10 15:30     ` Eric Dumazet
2021-11-10 15:41       ` Eric Dumazet
2021-11-14 14:07   ` [jump_label] b8efb810ab: leaking-addresses.proc..data.unlikely kernel test robot
2021-11-14 14:07     ` kernel test robot

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.