Re: [PATCH] Disable kcov for slb routines.

2019-03-06 Thread Satheesh Rajendran
On Mon, Mar 04, 2019 at 01:55:51PM +0530, Mahesh J Salgaonkar wrote: > From: Mahesh Salgaonkar > > The kcov instrumentation inside SLB routines causes duplicate SLB entries > to be added resulting into SLB multihit machine checks. > Disable kcov instrumentation on slb.o > > Signed-off-by: Mahesh

Re: [PATCH] Disable kcov for slb routines.

2019-03-04 Thread Andrew Donnellan
On 4/3/19 7:25 pm, Mahesh J Salgaonkar wrote: From: Mahesh Salgaonkar The kcov instrumentation inside SLB routines causes duplicate SLB entries to be added resulting into SLB multihit machine checks. Disable kcov instrumentation on slb.o Signed-off-by: Mahesh Salgaonkar Summary line needs a

[PATCH] Disable kcov for slb routines.

2019-03-04 Thread Mahesh J Salgaonkar
From: Mahesh Salgaonkar The kcov instrumentation inside SLB routines causes duplicate SLB entries to be added resulting into SLB multihit machine checks. Disable kcov instrumentation on slb.o Signed-off-by: Mahesh Salgaonkar --- arch/powerpc/mm/Makefile |1 + 1 file changed, 1 insertion(+)