Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Thomas Gleixner
socki.net>; Linux > > Kernel Mailing List <linux-kernel@vger.kernel.org>; Seunghun Han > > <kkama...@gmail.com>; Thomas Gleixner <t...@linutronix.de>; Ingo Molnar > > <mi...@kernel.org>; Lakshminarasimha, Sunil Vishwanathpur > > <sunil...@hpe.

Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Thomas Gleixner
ur > > ; Attar, Abdul Lateef > > Subject: Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for > > platforms supporting only IOAPIC mode > > > > On Fri, Nov 10, 2017 at 10:38 AM, Vikas C Sajjan > > wrote: > >> The platforms which support

Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Rafael J. Wysocki
> <kkama...@gmail.com>; Thomas Gleixner <t...@linutronix.de>; Ingo Molnar > <mi...@kernel.org>; Lakshminarasimha, Sunil Vishwanathpur <sunil...@hpe.com>; > Attar, Abdul Lateef <abdul-lateef.at...@hpe.com> > Subject: Re: [PATCH] x86/acpi: Fix improper handling

Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Rafael J. Wysocki
x PM ; ACPI Devel Maling List > ; Rafael J. Wysocki ; Linux > Kernel Mailing List ; Seunghun Han > ; Thomas Gleixner ; Ingo Molnar > ; Lakshminarasimha, Sunil Vishwanathpur ; > Attar, Abdul Lateef > Subject: Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms

RE: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Sajjan, Vikas C
nathpur <sunil...@hpe.com>; Attar, Abdul Lateef <abdul-lateef.at...@hpe.com> Subject: Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode On Fri, Nov 10, 2017 at 10:38 AM, Vikas C Sajjan <vikas.cha.saj...@hpe.com> wrote: > The pla

RE: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Sajjan, Vikas C
; Thomas Gleixner ; Ingo Molnar ; Lakshminarasimha, Sunil Vishwanathpur ; Attar, Abdul Lateef Subject: Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode On Fri, Nov 10, 2017 at 10:38 AM, Vikas C Sajjan wrote: > The platforms which support o

Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Rafael J. Wysocki
On Fri, Nov 10, 2017 at 10:38 AM, Vikas C Sajjan wrote: > The platforms which support only IOAPIC mode and whose SCI INT is > greater than 16, passes SCI INT via FADT and not via MADT int src override > structure. In such cases current logic fails to handle it and throws

Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Rafael J. Wysocki
On Fri, Nov 10, 2017 at 10:38 AM, Vikas C Sajjan wrote: > The platforms which support only IOAPIC mode and whose SCI INT is > greater than 16, passes SCI INT via FADT and not via MADT int src override > structure. In such cases current logic fails to handle it and throws error > "Invalid bus_irq

Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Rafael J. Wysocki
On Wed, Nov 15, 2017 at 11:05 AM, Sajjan, Vikas C wrote: > Hi Rafael, > > Any thoughts on this. I don't have concerns about it, but you really need to talk to Thomas. Thanks, Rafael

Re: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Rafael J. Wysocki
On Wed, Nov 15, 2017 at 11:05 AM, Sajjan, Vikas C wrote: > Hi Rafael, > > Any thoughts on this. I don't have concerns about it, but you really need to talk to Thomas. Thanks, Rafael

RE: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Sajjan, Vikas C
; mi...@kernel.org; Sajjan, Vikas C <vikas.cha.saj...@hpe.com>; Lakshminarasimha, Sunil Vishwanathpur <sunil...@hpe.com>; Attar, Abdul Lateef <abdul-lateef.at...@hpe.com> Subject: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode T

RE: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-15 Thread Sajjan, Vikas C
; mi...@kernel.org; Sajjan, Vikas C ; Lakshminarasimha, Sunil Vishwanathpur ; Attar, Abdul Lateef Subject: [PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode The platforms which support only IOAPIC mode and whose SCI INT is greater than 16, passes SCI

[PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-10 Thread Vikas C Sajjan
The platforms which support only IOAPIC mode and whose SCI INT is greater than 16, passes SCI INT via FADT and not via MADT int src override structure. In such cases current logic fails to handle it and throws error "Invalid bus_irq %u for legacy override". This patch handles the above mentioned

[PATCH] x86/acpi: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-10 Thread Vikas C Sajjan
The platforms which support only IOAPIC mode and whose SCI INT is greater than 16, passes SCI INT via FADT and not via MADT int src override structure. In such cases current logic fails to handle it and throws error "Invalid bus_irq %u for legacy override". This patch handles the above mentioned