lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 2 Apr 2019 17:30:35 +0800
From:   Heyi Guo <guoheyi@...wei.com>
To:     Marc Zyngier <marc.zyngier@....com>
CC:     <linux-kernel@...r.kernel.org>,
        Thomas Gleixner <tglx@...utronix.de>,
        Jason Cooper <jason@...edaemon.net>,
        wanghaibin 00208455 <wanghaibin.wang@...wei.com>
Subject: Re: MSI number limit for PCI hotplug under PCI bridge on ARM platform



On 2019/4/2 13:00, Marc Zyngier wrote:
> On Mon, 01 Apr 2019 14:55:52 +0100,
> Heyi Guo <guoheyi@...wei.com> wrote:
>> Hi folks,
>>
>> In current kernel implementation for ARM platform, all devices under
>> one PCI bridge share a same device ID and the total number of MSI
>> interrupts is fixed at the first time any child device is allocating
>> MSI. However, this may cause failure of allocating MSI if the system
>> supports device hot-plug under the PCI bridge, which is possible for
>> ARM virtual machine with generic pcie-to-pci-bridge and kernel
>> config HOTPLUG_PCI_SHPC enabled.
>>
>> Does it make sense to add support for the above scenario? If it
>> does, any suggestion for how to do that?
> I don't think it makes much sense. You have the flexibility not to add
> such a broken setup to your guests, and instead have enough pcie ports
> so that you can always have an exact allocation and no DevID aliasing.
>
> The alternative is to dynamically grow the ITT for a given DevID,
> which cannot be done without unmapping it first. This in turn will
> result in interrupts being lost while the DevID was unmapped, and
> they'd need to be pessimistically reinjected. This also involves a
> substantial amount of data structure repainting, as you're pretty much
> guaranteed not to be able to reuse the same LPI range.
>
> Given that this is arbitrarily self-inflicted, I'm not overly keen on
> even trying to support this.
SHPC hot plug under PCI-bridge for virtual machine is attracting us for its larger capacity, i.e. one bridge can have up to hot-plugable 31 devices, while each PCIe root port or downstream port can only have one.

Anyway, the reason for not supporting this also makes sense to me.

Thanks for your advice,

Heyi

>
> Thanks,
>
> 	M.
>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ