Re: [PATCH 0/5] Fix Intel IRQ remapping initialization order

2014-12-15 Thread Jiang Liu
On 2014/12/16 3:54, Thomas Gleixner wrote: > On Mon, 15 Dec 2014, Jiang Liu wrote: >> On 2014/12/15 23:13, Joerg Roedel wrote: >>> Hi, >>> >>> here is a patch-set against tip/x86/apic to fix an initialization order >>> problem with the IRQ remapping code. The problem is in the ordering of >>>

Re: [PATCH 0/5] Fix Intel IRQ remapping initialization order

2014-12-15 Thread Thomas Gleixner
On Mon, 15 Dec 2014, Jiang Liu wrote: > On 2014/12/15 23:13, Joerg Roedel wrote: > > Hi, > > > > here is a patch-set against tip/x86/apic to fix an initialization order > > problem with the IRQ remapping code. The problem is in the ordering of > > the irq_remapping_prepare and

Re: [PATCH 0/5] Fix Intel IRQ remapping initialization order

2014-12-15 Thread Jiang Liu
On 2014/12/15 23:13, Joerg Roedel wrote: > Hi, > > here is a patch-set against tip/x86/apic to fix an initialization order > problem with the IRQ remapping code. The problem is in the ordering of > the irq_remapping_prepare and irq_remapping_supported functions. > > Currently the call-order is

[PATCH 0/5] Fix Intel IRQ remapping initialization order

2014-12-15 Thread Joerg Roedel
Hi, here is a patch-set against tip/x86/apic to fix an initialization order problem with the IRQ remapping code. The problem is in the ordering of the irq_remapping_prepare and irq_remapping_supported functions. Currently the call-order is irq_remapping_prepare -> irq_remapping_supported, so

[PATCH 0/5] Fix Intel IRQ remapping initialization order

2014-12-15 Thread Joerg Roedel
Hi, here is a patch-set against tip/x86/apic to fix an initialization order problem with the IRQ remapping code. The problem is in the ordering of the irq_remapping_prepare and irq_remapping_supported functions. Currently the call-order is irq_remapping_prepare - irq_remapping_supported, so

Re: [PATCH 0/5] Fix Intel IRQ remapping initialization order

2014-12-15 Thread Jiang Liu
On 2014/12/15 23:13, Joerg Roedel wrote: Hi, here is a patch-set against tip/x86/apic to fix an initialization order problem with the IRQ remapping code. The problem is in the ordering of the irq_remapping_prepare and irq_remapping_supported functions. Currently the call-order is

Re: [PATCH 0/5] Fix Intel IRQ remapping initialization order

2014-12-15 Thread Thomas Gleixner
On Mon, 15 Dec 2014, Jiang Liu wrote: On 2014/12/15 23:13, Joerg Roedel wrote: Hi, here is a patch-set against tip/x86/apic to fix an initialization order problem with the IRQ remapping code. The problem is in the ordering of the irq_remapping_prepare and irq_remapping_supported

Re: [PATCH 0/5] Fix Intel IRQ remapping initialization order

2014-12-15 Thread Jiang Liu
On 2014/12/16 3:54, Thomas Gleixner wrote: On Mon, 15 Dec 2014, Jiang Liu wrote: On 2014/12/15 23:13, Joerg Roedel wrote: Hi, here is a patch-set against tip/x86/apic to fix an initialization order problem with the IRQ remapping code. The problem is in the ordering of the