summaryrefslogtreecommitdiffstats
path: root/kernel/fail_function.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/fail_function: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-4/+1
* fail_function: fix wrong use of fei_attr_remove()Yang Yingliang2022-09-111-1/+1
* fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang2022-09-111-6/+5
* fail_function: switch to memdup_user_nul() helperYang Yingliang2022-09-111-9/+4
* fault-injection: handle EI_ETYPE_TRUEBarnabás Pőcze2020-12-151-3/+3
* fail_function: Remove a redundant mutex unlockLuo Meng2020-11-191-2/+3
* fail_function: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-18/+5
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* kernel/fail_function.c: remove meaningless null pointer check before debugfs_...zhong jiang2018-10-311-2/+1
* bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-3/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* error-injection: Fix to prohibit jump optimizationMasami Hiramatsu2018-03-121-0/+10
* error-injection: Support fault injection frameworkMasami Hiramatsu2018-01-121-0/+349