blob: 58d180af72cf0e3afd3f1a9459aef892cbc85eb3 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001// SPDX-License-Identifier: GPL-2.0
2/*
3 * This includes functions that are meant to live entirely in .rodata
4 * (via objcopy tricks), to validate the non-executability of .rodata.
5 */
6#include "lkdtm.h"
7
8void notrace lkdtm_rodata_do_nothing(void)
9{
10 /* Does nothing. We just want an architecture agnostic "return". */
11}