aboutsummaryrefslogtreecommitdiff
path: root/kernel/fail_function.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-08kernel/fail_function: fix memory leak with using debugfs_lookup()Gravatar Greg Kroah-Hartman 1-4/+1
2022-09-11fail_function: fix wrong use of fei_attr_remove()Gravatar Yang Yingliang 1-1/+1
2022-09-11fail_function: refactor code of checking return value of register_kprobe()Gravatar Yang Yingliang 1-6/+5
2022-09-11fail_function: switch to memdup_user_nul() helperGravatar Yang Yingliang 1-9/+4
2020-12-15fault-injection: handle EI_ETYPE_TRUEGravatar Barnabás Pőcze 1-3/+3
2020-11-19fail_function: Remove a redundant mutex unlockGravatar Luo Meng 1-2/+3
2019-06-03fail_function: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-18/+5
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-1/+1
2018-10-31kernel/fail_function.c: remove meaningless null pointer check before debugfs_...Gravatar zhong jiang 1-2/+1
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeGravatar Masami Hiramatsu 1-3/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-03-12error-injection: Fix to prohibit jump optimizationGravatar Masami Hiramatsu 1-0/+10
2018-01-12error-injection: Support fault injection frameworkGravatar Masami Hiramatsu 1-0/+349