Re: [PATCH bpf-next v5 0/5] Separate error injection table from kprobes
From: Alexei Starovoitov <hidden>
Date: 2018-01-13 01:52:28
Also in:
lkml
From: Alexei Starovoitov <hidden>
Date: 2018-01-13 01:52:28
Also in:
lkml
On Sat, Jan 13, 2018 at 02:53:33AM +0900, Masami Hiramatsu wrote:
Hi, Here are the 5th version of patches to moving error injection table from kprobes. This version fixes a bug and update fail-function to support multiple function error injection. Here is the previous version: https://patchwork.ozlabs.org/cover/858663/ Changes in v5: - [3/5] Fix a bug that within_error_injection returns false always. - [5/5] Update to support multiple function error injection. Thank you,
Applied to bpf-next, Thank you Masami.