crypto: zip - Memory corruption in zip_clear_stats()
[linux-2.6/btrfs-unstable.git] / drivers / misc / lkdtm_rodata.c
blob3564477b8c2dad4cde23eda8fc8bb3b938d6bc86
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"
7 void notrace lkdtm_rodata_do_nothing(void)
9 /* Does nothing. We just want an architecture agnostic "return". */