Re: [PATCH v3 2/6] kunit: add KUNIT_INIT_TABLE to init linker section

2023-12-08 Thread David Gow
On Tue, 5 Dec 2023 at 06:19, Rae Moar wrote: > > Add KUNIT_INIT_TABLE to the INIT_DATA linker section. > > Alter the KUnit macros to create init tests: > kunit_test_init_section_suites > > Update lib/kunit/executor.c to run both the suites in KUNIT_TABLE and > KUNIT_INIT_TABLE. > > Signed-off-by:

[PATCH v3 2/6] kunit: add KUNIT_INIT_TABLE to init linker section

2023-12-04 Thread Rae Moar
Add KUNIT_INIT_TABLE to the INIT_DATA linker section. Alter the KUnit macros to create init tests: kunit_test_init_section_suites Update lib/kunit/executor.c to run both the suites in KUNIT_TABLE and KUNIT_INIT_TABLE. Signed-off-by: Rae Moar --- include/asm-generic/vmlinux.lds.h | 9 - in