kunit: move KUNIT_TABLE out of INIT_DATA
authorRae Moar <rmoar@google.com>
Wed, 13 Dec 2023 19:44:16 +0000 (19:44 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 18 Dec 2023 20:21:15 +0000 (13:21 -0700)
commit69dfdce1c5161a37a14720e5f6f62a36e387aa33
tree82957b0e25bcdb770c7c87c036a7e7dd80626ba8
parent6eb0ea28c8e80ead03f08cf8cbdacf08d3073bd6
kunit: move KUNIT_TABLE out of INIT_DATA

Alter the linker section of KUNIT_TABLE to move it out of INIT_DATA and
into DATA_DATA.

Data for KUnit tests does not need to be in the init section.

In order to run tests again after boot the KUnit data cannot be labeled as
init data as the kernel could write over it.

Add a KUNIT_INIT_TABLE in the next patch for KUnit tests that test init
data/functions.

Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Rae Moar <rmoar@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
include/asm-generic/vmlinux.lds.h