]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc7c5841b30754372330003214dac9e45a5baedf0
tree1925d4ef5c272c7aedea297359a35eeed505362b
parent8b9a6dadf156a78287eba8031c4e8430e08549c3
parent86c9a6504ad9f8abe54ed8a456a731cad67bac99
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>