]> 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)
commit53dbe755d376269a5457123c159227630047388e
tree1925d4ef5c272c7aedea297359a35eeed505362b
parent68e88b206cd5f94341dccf103c0aa722de4d6446
parent47e7d7270b31070ddaa2362464581b0a64497c41
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>