Re: [PATCH] genirq/msi: fix populating multiple interrupts

2017-09-06 Thread Marc Zyngier
Hi John, On 05/09/17 18:12, John Keeping wrote: > Use the correct variable to set up each interrupt in turn rather than > configuring the first interrupt "nvec" times. Thanks for addressing this. I think this bug deserves a slightly better write-up. How about something like: On allocating the i

[PATCH] genirq/msi: fix populating multiple interrupts

2017-09-05 Thread John Keeping
Use the correct variable to set up each interrupt in turn rather than configuring the first interrupt "nvec" times. Signed-off-by: John Keeping --- kernel/irq/msi.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/irq/msi.c b/kernel/irq/msi.c index 48eadf416c24..3f