[PATCH 0/2] jump_label: drop some workarounds in static key initialization

Thomas Weißschuh posted 2 patches 1 week, 6 days ago
include/linux/jump_label.h | 22 ++++------------------
kernel/jump_label.c        |  9 ---------
2 files changed, 4 insertions(+), 27 deletions(-)
[PATCH 0/2] jump_label: drop some workarounds in static key initialization
Posted by Thomas Weißschuh 1 week, 6 days ago
These workarounds are not necessary anymore so remove them.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
---
Thomas Weißschuh (2):
      jump_label: use ATOMIC_INIT() for initialization of .enabled
      jump_label: remove workaround for old compilers in initializations

 include/linux/jump_label.h | 22 ++++------------------
 kernel/jump_label.c        |  9 ---------
 2 files changed, 4 insertions(+), 27 deletions(-)
---
base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
change-id: 20251110-jump_label-cleanup-d7036bd1e533

Best regards,
-- 
Thomas Weißschuh <thomas.weissschuh@linutronix.de>