Re: [PATCH v1 3/5] powerpc/fault: Reorder tests in bad_kernel_fault()

2020-09-08 Thread Nicholas Piggin
Excerpts from Christophe Leroy's message of August 7, 2020 3:15 am: > Check address earlier to simplify the following test. Good logic reduction. Reviewed-by: Nicholas Piggin > Signed-off-by: Christophe Leroy > --- > arch/powerpc/mm/fault.c | 10 +- > 1 file changed, 5 insertions(+),

[PATCH v1 3/5] powerpc/fault: Reorder tests in bad_kernel_fault()

2020-08-06 Thread Christophe Leroy
Check address earlier to simplify the following test. Signed-off-by: Christophe Leroy --- arch/powerpc/mm/fault.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/mm/fault.c b/arch/powerpc/mm/fault.c index 9ef9ee244f72..525e0c2b5406 100644 ---