https://github.com/torvalds/linux
Revision cc80aa9a22c00a5e23ea9b4933f9d3ec8f686cb2 authored by Mickaël Salaün on 11 May 2024, 17:14:41 UTC, committed by Mickaël Salaün on 11 May 2024, 17:18:45 UTC
FIXTURE_VARIANT_ADD() types are passed as const pointers to
FIXTURE_TEARDOWN().  Make that explicit by constifying the variants
declarations.

Cc: Shuah Khan <skhan@linuxfoundation.org>
Cc: Will Drewry <wad@chromium.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20240511171445.904356-7-mic@digikod.net
Signed-off-by: Mickaël Salaün <mic@digikod.net>
1 parent 3656bc2
History
Tip revision: cc80aa9a22c00a5e23ea9b4933f9d3ec8f686cb2 authored by Mickaël Salaün on 11 May 2024, 17:14:41 UTC
selftests/harness: Constify fixture variants
Tip revision: cc80aa9

back to top