Re: [PATCH v2 1/3] vt82c686.c: don't raise SCI when PCI_INTERRUPT_PIN isn't setup

2021-03-23 Thread BALATON Zoltan
On Tue, 23 Mar 2021, Philippe Mathieu-Daudé wrote: Hi Isaku, On 3/23/21 6:24 PM, Isaku Yamahata wrote: Without this patch, the following patch will triger clan runtime sanitizer warnings as follows. This patch proactively works around it. I let v582c686.c maintainer address a correct fix as I'm

Re: [PATCH v2 1/3] vt82c686.c: don't raise SCI when PCI_INTERRUPT_PIN isn't setup

2021-03-23 Thread Philippe Mathieu-Daudé
Hi Isaku, On 3/23/21 6:24 PM, Isaku Yamahata wrote: > Without this patch, the following patch will triger clan runtime > sanitizer warnings as follows. This patch proactively works around it. > I let v582c686.c maintainer address a correct fix as I'm not sure > about fuloong2e device model. > >>

[PATCH v2 1/3] vt82c686.c: don't raise SCI when PCI_INTERRUPT_PIN isn't setup

2021-03-23 Thread Isaku Yamahata
Without this patch, the following patch will triger clan runtime sanitizer warnings as follows. This patch proactively works around it. I let v582c686.c maintainer address a correct fix as I'm not sure about fuloong2e device model. > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))}