aboutsummaryrefslogtreecommitdiff
path: root/lib/test_kprobes.c
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26test_kprobes: Move it from kernel/ to lib/Tiezhu Yang1-0/+371
Since config KPROBES_SANITY_TEST is in lib/Kconfig.debug, it is better to let test_kprobes.c in lib/, just like other similar tests found in lib/. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Tiezhu Yang <[email protected]> Acked-by: Masami Hiramatsu <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>