From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH bpf-next v5 0/5] Separate error injection table from kprobes Date: Fri, 12 Jan 2018 17:52:22 -0800 Message-ID: <20180113015221.od4mwjr4dlwyfy2w@ast-mbp> References: <151577961239.17713.16735014086815016675.stgit@devbox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexei Starovoitov , Josef Bacik , rostedt@goodmis.org, mingo@redhat.com, davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ast@kernel.org, kernel-team@fb.com, daniel@iogearbox.net, linux-btrfs@vger.kernel.org, darrick.wong@oracle.com, Josef Bacik , Akinobu Mita To: Masami Hiramatsu Return-path: Content-Disposition: inline In-Reply-To: <151577961239.17713.16735014086815016675.stgit@devbox> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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.