Re: [PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts

2020-06-25 Thread Stefan Berger
On 6/18/20 3:27 AM, Auger Eric wrote: I have to defer this series since there are some things that don't work on the Linux level with IRQ 13 (edge) while they do work fine on the old IRQ 5 (festeoi). I know which changes to make to Linux so that it works on IRQ 13 as well, but I am not sure wh

Re: [PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts

2020-06-23 Thread Stefan Berger
On 6/23/20 9:09 AM, Michael S. Tsirkin wrote: On Wed, Jun 17, 2020 at 10:22:57AM -0400, Stefan Berger wrote: This series of patches enables the usage of the TPM TIS with interrupts. We use the unused IRQ 13, which is the only one accepted by Windows. Stefan ACPI parts: Reviewed-by: Mich

Re: [PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts

2020-06-23 Thread Michael S. Tsirkin
On Wed, Jun 17, 2020 at 10:22:57AM -0400, Stefan Berger wrote: > This series of patches enables the usage of the TPM TIS with interrupts. > We use the unused IRQ 13, which is the only one accepted by Windows. > > Stefan ACPI parts: Reviewed-by: Michael S. Tsirkin How do we want this merge

Re: [PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts

2020-06-18 Thread Auger Eric
Hi Stefan, On 6/17/20 4:22 PM, Stefan Berger wrote: > This series of patches enables the usage of the TPM TIS with interrupts. > We use the unused IRQ 13, which is the only one accepted by Windows. > > Stefan > > v3->v4: > - Changed TPM_IRQ_DISABLED from -1 to ~0 > > v2->v3: > - Extended

Re: [PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts

2020-06-17 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200617142305.1198672-1-stef...@linux.vnet.ibm.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin

Re: [PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts

2020-06-17 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200617142305.1198672-1-stef...@linux.vnet.ibm.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts Type: series Message-id

[PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts

2020-06-17 Thread Stefan Berger
This series of patches enables the usage of the TPM TIS with interrupts. We use the unused IRQ 13, which is the only one accepted by Windows. Stefan v3->v4: - Changed TPM_IRQ_DISABLED from -1 to ~0 v2->v3: - Extended series to disable IRQ for TIS on sysbus v1->v2: - Added updated DSDT S