OSDN Git Service

Merge branch 'error-injection'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 13 Jan 2018 01:33:39 +0000 (17:33 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 13 Jan 2018 01:33:40 +0000 (17:33 -0800)
commitfdde5f3b6ba402908b9e289626e6d817852e8300
tree1925d4ef5c272c7aedea297359a35eeed505362b
parentdaaf24c634ab951cad3dcef28492001ef9c931d0
parent4b1a29a7f5425d32640b34b8a755f34e02f64d0f
Merge branch 'error-injection'

Masami Hiramatsu says:

====================
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,
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>