lkdtm_rodata.c 284 B

1234567891011
  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. void notrace lkdtm_rodata_do_nothing(void)
  7. {
  8. /* Does nothing. We just want an architecture agnostic "return". */
  9. }