Re: [PATCH] x86: ioapic: Fix irq_free_descs count

2014-06-30 Thread David Rientjes
On Mon, 30 Jun 2014, Keith Busch wrote: > On Mon, 30 Jun 2014, David Rientjes wrote: > > On Mon, 30 Jun 2014, Keith Busch wrote: > > > > > Signed-off-by: Keith Busch > > > Cc: Thomas Gleixner > > > Cc: x...@kernel.org > > > > Acked-by: David Rientjes > > > > This is definitely a fix for

Re: [PATCH] x86: ioapic: Fix irq_free_descs count

2014-06-30 Thread Keith Busch
On Mon, 30 Jun 2014, David Rientjes wrote: On Mon, 30 Jun 2014, Keith Busch wrote: Signed-off-by: Keith Busch Cc: Thomas Gleixner Cc: x...@kernel.org Acked-by: David Rientjes This is definitely a fix for "genirq: Provide generic hwirq allocation facility", but the changelog doesn't

Re: [PATCH] x86: ioapic: Fix irq_free_descs count

2014-06-30 Thread David Rientjes
On Mon, 30 Jun 2014, Keith Busch wrote: > Signed-off-by: Keith Busch > Cc: Thomas Gleixner > Cc: x...@kernel.org Acked-by: David Rientjes This is definitely a fix for "genirq: Provide generic hwirq allocation facility", but the changelog doesn't describe what the problem is and the title

[PATCH] x86: ioapic: Fix irq_free_descs count

2014-06-30 Thread Keith Busch
Signed-off-by: Keith Busch Cc: Thomas Gleixner Cc: x...@kernel.org --- kernel/irq/irqdesc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c index 7339e42..1487a12 100644 --- a/kernel/irq/irqdesc.c +++ b/kernel/irq/irqdesc.c

[PATCH] x86: ioapic: Fix irq_free_descs count

2014-06-30 Thread Keith Busch
Signed-off-by: Keith Busch keith.bu...@intel.com Cc: Thomas Gleixner t...@linutronix.de Cc: x...@kernel.org --- kernel/irq/irqdesc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c index 7339e42..1487a12 100644 ---

Re: [PATCH] x86: ioapic: Fix irq_free_descs count

2014-06-30 Thread David Rientjes
On Mon, 30 Jun 2014, Keith Busch wrote: Signed-off-by: Keith Busch keith.bu...@intel.com Cc: Thomas Gleixner t...@linutronix.de Cc: x...@kernel.org Acked-by: David Rientjes rient...@google.com This is definitely a fix for genirq: Provide generic hwirq allocation facility, but the changelog

Re: [PATCH] x86: ioapic: Fix irq_free_descs count

2014-06-30 Thread Keith Busch
On Mon, 30 Jun 2014, David Rientjes wrote: On Mon, 30 Jun 2014, Keith Busch wrote: Signed-off-by: Keith Busch keith.bu...@intel.com Cc: Thomas Gleixner t...@linutronix.de Cc: x...@kernel.org Acked-by: David Rientjes rient...@google.com This is definitely a fix for genirq: Provide generic

Re: [PATCH] x86: ioapic: Fix irq_free_descs count

2014-06-30 Thread David Rientjes
On Mon, 30 Jun 2014, Keith Busch wrote: On Mon, 30 Jun 2014, David Rientjes wrote: On Mon, 30 Jun 2014, Keith Busch wrote: Signed-off-by: Keith Busch keith.bu...@intel.com Cc: Thomas Gleixner t...@linutronix.de Cc: x...@kernel.org Acked-by: David Rientjes rient...@google.com