]> www.infradead.org Git - linux.git/commit
tools: Add additional SYM_*() stubs to linkage.h
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 19 Sep 2024 12:40:08 +0000 (14:40 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 23 Sep 2024 15:57:04 +0000 (17:57 +0200)
commite08ec26928554c36e34e089f663dc9114d77b68c
treec3443d60b3248a62d9a1b8d4c0465004edd677f6
parentd361390d9f2a332b52458cc69f1fe8e76d6c2943
tools: Add additional SYM_*() stubs to linkage.h

Similar to commit f8d92fc527ff ("selftests: vDSO: fix include order in
build of test_vdso_chacha") add SYM_DATA_START, SYM_DATA_START_LOCAL, and
SYM_DATA_END stubs to tools/include/linux/linkage.h so that the proper
macros can be used within the kernel's vdso code as well as in the
vdso_test_chacha selftest.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-by: Jens Remus <jremus@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
tools/include/linux/linkage.h