Re: Disable kcov for slb routines.

2019-03-20 Thread Michael Ellerman
Mahesh Jagannath Salgaonkar writes: > On 3/14/19 5:13 PM, Michael Ellerman wrote: >> On Mon, 2019-03-04 at 08:25:51 UTC, Mahesh J Salgaonkar wrote: >>> From: Mahesh Salgaonkar >>> >>> The kcov instrumentation inside SLB routines causes duplicate SLB entries >>> to be added resulting into SLB mul

Re: Disable kcov for slb routines.

2019-03-14 Thread Mahesh Jagannath Salgaonkar
On 3/14/19 5:13 PM, Michael Ellerman wrote: > On Mon, 2019-03-04 at 08:25:51 UTC, 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 instrum

Re: Disable kcov for slb routines.

2019-03-14 Thread Michael Ellerman
On Mon, 2019-03-04 at 08:25:51 UTC, 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 Salga

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

[PATCH v2] powerpc: Disable kcov for slb routines.

2019-03-05 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 Acked-by: Andrew Donnellan --- Change in v2: - Add comment as request

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(+)