mirror of
https://github.com/dynup/kpatch
synced 2025-02-22 12:56:50 +00:00
Upstream v5.14+ kernel change a358f40600b3 ("once: implement DO_ONCE_LITE for non-fast-path "do once" functionality") consolidated a bunch of do-once macros into a common macro: #define DO_ONCE_LITE_IF(condition, func, ...) \ ({ \ static bool __section(".data.once") __already_done; \ ... which replaced static local variable __warned with __already_done. Update any __warned static local checks to also look for the new __already_done variable as well. Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> |
||
---|---|---|
.. | ||
integration | ||
unit | ||
difftree.sh | ||
test-functions.sh |