]> Git Repo - linux.git/blob - drivers/misc/lkdtm_rodata.c
pinctrl: sunxi: Disable strict mode for H5 driver
[linux.git] / drivers / misc / lkdtm_rodata.c
1 // 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
8 void notrace lkdtm_rodata_do_nothing(void)
9 {
10         /* Does nothing. We just want an architecture agnostic "return". */
11 }
This page took 0.032298 seconds and 4 git commands to generate.