Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1348740

Re: [PATCH] iommu/vt-d: Assign old irt entries a common valid vector in kdump kernel

From Xunlei Pang <xlpang@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH] iommu/vt-d: Assign old irt entries a common valid vector in kdump kernel
Date 2016-03-03 04:30 +0100
Message-ID <r8s7E-UT-7@gated-at.bofh.it> (permalink)
References <r8bTe-6bA-27@gated-at.bofh.it> <r8gpR-Cq-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 03/02/2016 at 10:58 PM, Joerg Roedel wrote:
> On Wed, Mar 02, 2016 at 06:02:28PM +0800, Xunlei Pang wrote:
>> Currently, the kernel copies the old irt entries during iommu
>> initialization for kdump, so old vectors in the first kernel are
>> used but having no related kernel irq handlers set explicitly,
>> this can lead to some problems after lapics are enabled:
>>  - When some in-flight dma finished and triggered an interrupt,
>>    the kernel will throw a warning message in do_IRQ() like "No
>>    irq handler", because handle_irq() will return false with no
>>    irq_desc handlers. This may confuse users.
>>  - When the in-flight dma interrupt arrives, and if there happens
>>    to be an irq with the same vector allocated in kdump kernel,
>>    it will invoke the existing ISR registered in kdump kernel as
>>    if one valid interrupt in the kdump kernel happens. This might
>>    cause some wrong software logic, for example if the ISR always
>>    wakes up a process.
> Hmm, the current situation with misdirected irq messages in the kdump
> kernel is not different from a situation without any iommu at all,
> right?

Right, non-iommu in-flight DMA after crash also suffers from this.
I think both of them should be fixed if possible.

> And the goal of preserving the old mappings is to get as close as
> possible to the situation without iommu. This seems to carry the VT-d
> driver away from that.

Without iommu, it's not so easy to fix due to the MSI registers
located in different pci devices. But vt-d introduces a mechanism
to redirect both MSI/MSI-X and I/O APIC to a common IR table,
so we can handle that much easily with the help of the IR table.

On kdump side, present-day servers with vt-d enabled are
becoming increasingly common-place, if this does happen in
real world(usually it will), that would be hard to dig it out, so I
think it would be better if we can fix it.

Also CC kexec list

Regards,
Xunlei

>
>
> 	Joerg
>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] iommu/vt-d: Assign old irt entries a common valid vector in kdump kernel Xunlei Pang <xlpang@redhat.com> - 2016-03-02 11:10 +0100
  Re: [PATCH] iommu/vt-d: Assign old irt entries a common valid vector  in kdump kernel Joerg Roedel <joro@8bytes.org> - 2016-03-02 16:00 +0100
    Re: [PATCH] iommu/vt-d: Assign old irt entries a common valid vector  in kdump kernel Xunlei Pang <xlpang@redhat.com> - 2016-03-03 04:30 +0100

csiph-web