Re: [PATCH] pnv_lpc: disable reentrancy detection for lpc-hc

2023-05-27 Thread Daniel Henrique Barboza
On 5/26/23 04:38, Cédric Le Goater wrote: From: Alexander Bulekov As lpc-hc is designed for re-entrant calls from xscom, mark it re-entrancy safe. Reported-by: Thomas Huth Signed-off-by: Alexander Bulekov [clg: mark opb_master_regs as re-entrancy safe also ] Signed-off-by: Cédric Le Goate

Re: [PATCH] pnv_lpc: disable reentrancy detection for lpc-hc

2023-05-26 Thread Thomas Huth
On 26/05/2023 09.38, Cédric Le Goater wrote: From: Alexander Bulekov As lpc-hc is designed for re-entrant calls from xscom, mark it re-entrancy safe. Reported-by: Thomas Huth Signed-off-by: Alexander Bulekov [clg: mark opb_master_regs as re-entrancy safe also ] Signed-off-by: Cédric Le Goate

Re: [PATCH] pnv_lpc: disable reentrancy detection for lpc-hc

2023-05-26 Thread Frederic Barrat
On 26/05/2023 09:38, Cédric Le Goater wrote: From: Alexander Bulekov As lpc-hc is designed for re-entrant calls from xscom, mark it re-entrancy safe. Reported-by: Thomas Huth Signed-off-by: Alexander Bulekov [clg: mark opb_master_regs as re-entrancy safe also ] Signed-off-by: Cédric Le Go

[PATCH] pnv_lpc: disable reentrancy detection for lpc-hc

2023-05-26 Thread Cédric Le Goater
From: Alexander Bulekov As lpc-hc is designed for re-entrant calls from xscom, mark it re-entrancy safe. Reported-by: Thomas Huth Signed-off-by: Alexander Bulekov [clg: mark opb_master_regs as re-entrancy safe also ] Signed-off-by: Cédric Le Goater --- hw/ppc/pnv_lpc.c | 3 +++ 1 file change

Re: [PATCH] pnv_lpc: disable reentrancy detection for lpc-hc

2023-05-26 Thread Cédric Le Goater
On 5/26/23 09:06, Thomas Huth wrote: On 15/05/2023 14.48, Frederic Barrat wrote: On 11/05/2023 11:15, Alexander Bulekov wrote: On 230511 1104, Cédric Le Goater wrote: Hello Alexander On 5/11/23 10:53, Alexander Bulekov wrote: As lpc-hc is designed for re-entrant calls from xscom, mark it r

Re: [PATCH] pnv_lpc: disable reentrancy detection for lpc-hc

2023-05-26 Thread Thomas Huth
On 15/05/2023 14.48, Frederic Barrat wrote: On 11/05/2023 11:15, Alexander Bulekov wrote: On 230511 1104, Cédric Le Goater wrote: Hello Alexander On 5/11/23 10:53, Alexander Bulekov wrote: As lpc-hc is designed for re-entrant calls from xscom, mark it re-entrancy safe. Reported-by: Thomas

Re: [PATCH] pnv_lpc: disable reentrancy detection for lpc-hc

2023-05-15 Thread Frederic Barrat
On 11/05/2023 11:15, Alexander Bulekov wrote: On 230511 1104, Cédric Le Goater wrote: Hello Alexander On 5/11/23 10:53, Alexander Bulekov wrote: As lpc-hc is designed for re-entrant calls from xscom, mark it re-entrancy safe. Reported-by: Thomas Huth Signed-off-by: Alexander Bulekov ---

Re: [PATCH] pnv_lpc: disable reentrancy detection for lpc-hc

2023-05-11 Thread Cédric Le Goater
On 5/11/23 11:15, Alexander Bulekov wrote: On 230511 1104, Cédric Le Goater wrote: Hello Alexander On 5/11/23 10:53, Alexander Bulekov wrote: As lpc-hc is designed for re-entrant calls from xscom, mark it re-entrancy safe. Reported-by: Thomas Huth Signed-off-by: Alexander Bulekov --- hw/

Re: [PATCH] pnv_lpc: disable reentrancy detection for lpc-hc

2023-05-11 Thread Alexander Bulekov
On 230511 1104, Cédric Le Goater wrote: > Hello Alexander > > On 5/11/23 10:53, Alexander Bulekov wrote: > > As lpc-hc is designed for re-entrant calls from xscom, mark it > > re-entrancy safe. > > > > Reported-by: Thomas Huth > > Signed-off-by: Alexander Bulekov > > --- > > hw/ppc/pnv_lpc.c

Re: [PATCH] pnv_lpc: disable reentrancy detection for lpc-hc

2023-05-11 Thread Cédric Le Goater
Hello Alexander On 5/11/23 10:53, Alexander Bulekov wrote: As lpc-hc is designed for re-entrant calls from xscom, mark it re-entrancy safe. Reported-by: Thomas Huth Signed-off-by: Alexander Bulekov --- hw/ppc/pnv_lpc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/ppc/pnv_lpc.c

[PATCH] pnv_lpc: disable reentrancy detection for lpc-hc

2023-05-11 Thread Alexander Bulekov
As lpc-hc is designed for re-entrant calls from xscom, mark it re-entrancy safe. Reported-by: Thomas Huth Signed-off-by: Alexander Bulekov --- hw/ppc/pnv_lpc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/ppc/pnv_lpc.c b/hw/ppc/pnv_lpc.c index 01f44c19eb..67fd049a7f 100644 --- a/hw/