Re: [PATCH] fault-injection: handle EI_ETYPE_TRUE

2020-10-14 Thread Akinobu Mita
Hi Andrew, Please consider taking this patch in the -mm tree. This patch looks good to me. Reviewed-by: Akinobu Mita 2020年10月13日(火) 18:31 Barnabás Pőcze : > > Hi, > > I had some difficulty finding who should receive this patch, and I am not > sure I got it right. Could someone please confirm

Re: [PATCH] fault-injection: handle EI_ETYPE_TRUE

2020-10-13 Thread Barnabás Pőcze
Hi, I had some difficulty finding who should receive this patch, and I am not sure I got it right. Could someone please confirm that any of you can take this patch, or should I resend it? (In that case, to whom?) Thank you, Barnabás Pőcze > Commit af3b854492f351d1ff3b4744a83bf5ff7eed4920 >

Re: [PATCH] fault-injection: handle EI_ETYPE_TRUE

2020-09-24 Thread Masami Hiramatsu
On Thu, 24 Sep 2020 16:48:56 + Barnabás Pőcze wrote: > Commit af3b854492f351d1ff3b4744a83bf5ff7eed4920 > ("mm/page_alloc.c: allow error injection") > introduced EI_ETYPE_TRUE, but did not extend > * lib/error-inject.c:error_type_string(), and > *

[PATCH] fault-injection: handle EI_ETYPE_TRUE

2020-09-24 Thread Barnabás Pőcze
Commit af3b854492f351d1ff3b4744a83bf5ff7eed4920 ("mm/page_alloc.c: allow error injection") introduced EI_ETYPE_TRUE, but did not extend * lib/error-inject.c:error_type_string(), and * kernel/fail_function.c:adjust_error_retval() to accommodate for this change. Handle EI_ETYPE_TRUE in both