Re: [PATCH 1/2] powerpc/mm: Add missing tracepoint for tlbie

2018-03-20 Thread kbuild test robot
Hi Christophe, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [also build test ERROR on next-20180319] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Ch

Re: [PATCH 1/2] powerpc/mm: Add missing tracepoint for tlbie

2018-03-20 Thread Christophe LEROY
Le 19/03/2018 à 23:39, Balbir Singh a écrit : On Mon, 19 Mar 2018 11:32:38 +0100 (CET) Christophe Leroy wrote: commit 0428491cba927 ("powerpc/mm: Trace tlbie(l) instructions") added tracepoints for tlbie calls, but _tlbil_va() was forgotten Fixes: 0428491cba927 ("powerpc/mm: Trace tlbie(l)

Re: [PATCH 1/2] powerpc/mm: Add missing tracepoint for tlbie

2018-03-19 Thread Balbir Singh
On Mon, 19 Mar 2018 11:32:38 +0100 (CET) Christophe Leroy wrote: > commit 0428491cba927 ("powerpc/mm: Trace tlbie(l) instructions") > added tracepoints for tlbie calls, but _tlbil_va() was forgotten > > Fixes: 0428491cba927 ("powerpc/mm: Trace tlbie(l) instructions") > Signed-off-by: Christophe