Release 4.10 drivers/misc/lkdtm_rodata.c
/*
* This includes functions that are meant to live entirely in .rodata
* (via objcopy tricks), to validate the non-executability of .rodata.
*/
#include "lkdtm.h"
void notrace lkdtm_rodata_do_nothing(void)
{
/* Does nothing. We just want an architecture agnostic "return". */
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
kees cook | kees cook | 8 | 88.89% | 1 | 50.00% |
michael ellerman | michael ellerman | 1 | 11.11% | 1 | 50.00% |
| Total | 9 | 100.00% | 2 | 100.00% |
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
kees cook | kees cook | 12 | 92.31% | 2 | 66.67% |
michael ellerman | michael ellerman | 1 | 7.69% | 1 | 33.33% |
| Total | 13 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.