lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 12 Dec 2022 10:11:12 +0800
From:   Wang Yufen <wangyufen@...wei.com>
To:     <akinobu.mita@...il.com>, <akpm@...ux-foundation.org>,
        <nathan@...nel.org>, <peterz@...radead.org>,
        <keescook@...omium.org>, <ndesaulniers@...gle.com>,
        <jpoimboe@...nel.org>, <dan.j.williams@...el.com>,
        <ojeda@...nel.org>, <isabbasso@...eup.net>, <vbabka@...e.cz>,
        <linux@...musvillemoes.dk>
CC:     <linux-kernel@...r.kernel.org>, <weiyongjun1@...wei.com>
Subject: [PATCH -next v2 0/4] fault-injection: make stacktrace filter works with others

From: Wei Yongjun <weiyongjun1@...wei.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ