Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.14-rc6 10 lines 284 B view raw
1/* 2 * This includes functions that are meant to live entirely in .rodata 3 * (via objcopy tricks), to validate the non-executability of .rodata. 4 */ 5#include "lkdtm.h" 6 7void notrace lkdtm_rodata_do_nothing(void) 8{ 9 /* Does nothing. We just want an architecture agnostic "return". */ 10}