Re: [PATCH v2 0/2] jump_label: drop some workarounds in static key initialization
From: Peter Zijlstra
Date: Fri Mar 13 2026 - 04:39:06 EST
On Fri, Mar 13, 2026 at 09:22:17AM +0100, Thomas Weißschuh wrote:
> These workarounds are not necessary anymore so remove them.
> Thomas Weißschuh (2):
> jump_label: use ATOMIC_INIT() for initialization of .enabled
> jump_label: remove workaround for old compilers in initializations
Excellent, thanks!