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)
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>

Trivial merge