kpatch/test
Joe Lawrence 6c4c8c0a2d create-diff-object: update for __already_done
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>
2021-12-08 11:05:31 -05:00
..
integration test/integration/linux-5.10.11: fix patches to build on ppc64le 2021-11-19 10:12:12 +01:00
unit create-diff-object: update for __already_done 2021-12-08 11:05:31 -05:00
difftree.sh test: Ignore remaining quoting warnings 2020-06-04 20:30:28 +01:00
test-functions.sh test/unit: add a library for common functions 2018-04-20 08:16:20 -05:00