Messages in this thread |  | | From | Wang Yufen <> | Subject | [PATCH -next v2 0/4] fault-injection: make stacktrace filter works with others | Date | Mon, 12 Dec 2022 10:11:12 +0800 |
| |
From: Wei Yongjun <weiyongjun1@huawei.com>
This patchset allow fault injection run on x86_64, and make stacktrace filter works as expected. With this, we can test device driver module by fault injecting more easy.
v1 -> v2: patch#3 Using debugfs_create_xul() instead of debugfs_create_xl(), and del the local define debugfs_create_xl(). V1: https://www.spinics.net/lists/kernel/msg4476664.html
Wang Yufen (1): fault-injection: make some stack filter attrs more readable
Wei Yongjun (3): fault-injection: allow stacktrace filter for x86-64 fault-injection: skip stacktrace filtering by default fault-injection: make stacktrace filter works as expected
lib/Kconfig.debug | 1 - lib/fault-inject.c | 22 ++++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-)
-- 1.8.3.1
|  |