]> git.baikalelectronics.ru Git - kernel.git/commit
PCI/AER: Honor "pcie_ports=native" even if HEST sets FIRMWARE_FIRST
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Tue, 3 Jul 2018 23:27:43 +0000 (18:27 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 19 Jul 2018 21:19:53 +0000 (16:19 -0500)
commit8a2e502d08a09f4219e4d9c9dc135be89347cd95
tree7476899d24fe28989eb548b0a0647e55de15d97b
parent4b58563d4ee396f5799c5c71d4496b37ed65319c
PCI/AER: Honor "pcie_ports=native" even if HEST sets FIRMWARE_FIRST

According to the documentation, "pcie_ports=native", linux should use
native AER and DPC services.  While that is true for the _OSC method
parsing, this is not the only place that is checked.  Should the HEST
list PCIe ports as firmware-first, linux will not use native services.

This happens because aer_acpi_firmware_first() doesn't take 'pcie_ports'
into account.  This is wrong.  DPC uses the same logic when it decides
whether to load or not, so fixing this also fixes DPC not loading.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
[bhelgaas: return "false" from bool function (from kbuild robot)]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/aer.c