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


Groups > linux.kernel > #1494254

Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off

From "Rafael J. Wysocki" <rafael@kernel.org>
Newsgroups linux.kernel
Subject Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off
Date 2016-09-30 21:40 +0200
Message-ID <snbP3-6b5-19@gated-at.bofh.it> (permalink)
References <slhvz-73v-7@gated-at.bofh.it> <smZNU-6HU-5@gated-at.bofh.it> <sn5Tj-2gt-1@gated-at.bofh.it> <sn8oe-3Ev-15@gated-at.bofh.it> <snbP3-6b5-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Sep 30, 2016 at 9:30 PM, Sinan Kaya <okaya@codeaurora.org> wrote:
> Rafael, Bjorn;
>
> On 9/30/2016 11:56 AM, Ondrej Zary wrote:
>>>> It seems to work, at least on one machine.
>>> >
>>> > Ok, that comfirms my suspicion. We are  having trouble detecting sci
>>> > interrupt  type and we end up penalizing the wrong value.
>>> >
>>> > Can you try your other machines too?
>> Works on the 2nd one too.
>>
>>> > I need to do some research now.
>
> Thanks for the confirmation. I need to gather some opinion from Rafael and Bjorn.
>
> The patch provided only handles SCI in the ISA IRQ range (<16)
>
> I looked at the ACPI spec. SCI interrupt is a two byte field:
>
> "SCI_INT byte 2 offset 46
>
> System vector the SCI interrupt is wired to in 8259 mode. On
> systems that do not contain the 8259, this field contains the
> Global System interrupt number of the SCI interrupt. OSPM is
> required to treat the ACPI SCI interrupt as a sharable, level,
> active low interrupt."
>
> Since we have a race condition between the time the IRQ is registered
> via the ISA API and the time it gets to the interrupt driver
> since irq_get_type function is not matching what SCI API indicated.
>
> how do we feel about increasing the ISA IRQ range to 256 so that
> we are safe for all SCI interrupts?

I'm not sure how this is related to the problem at hand.  Care to elaborate?

And why exactly was that race condition not present before your changes?

Thanks,
Rafael

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


Thread

4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off Ondrej Zary <linux@rainbow-software.org> - 2016-09-25 15:20 +0200
  Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-09-26 14:20 +0200
    Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off Ondrej Zary <linux@rainbow-software.org> - 2016-09-27 23:10 +0200
      Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-09-27 23:30 +0200
        Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off Ondrej Zary <linux@rainbow-software.org> - 2016-09-28 00:30 +0200
          Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-09-28 01:00 +0200
            Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-28 01:10 +0200
              Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-28 16:20 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-28 20:30 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-29 01:40 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off Ondrej Zary <linux@rainbow-software.org> - 2016-09-29 11:20 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off okaya@codeaurora.org - 2016-09-29 15:10 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off Ondrej Zary <linux@rainbow-software.org> - 2016-09-29 15:50 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-29 16:30 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-29 16:40 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-29 19:20 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off Ondrej Zary <linux@rainbow-software.org> - 2016-09-29 20:10 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-30 00:50 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off Ondrej Zary <linux@rainbow-software.org> - 2016-09-30 08:50 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off okaya@codeaurora.org - 2016-09-30 15:20 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off Ondrej Zary <linux@rainbow-software.org> - 2016-09-30 18:00 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off "Rafael J. Wysocki" <rafael@kernel.org> - 2016-09-30 21:40 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-30 22:30 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off "Rafael J. Wysocki" <rafael@kernel.org> - 2016-09-30 23:10 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-30 23:20 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off "Rafael J. Wysocki" <rafael@kernel.org> - 2016-09-30 23:30 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-30 23:40 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-10-01 19:50 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-10-03 03:10 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-10-04 16:40 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off Ondrej Zary <linux@rainbow-software.org> - 2016-10-04 20:00 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-30 21:40 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Wim Osterholt <wim@djo.tudelft.nl> - 2016-09-29 16:20 +0200
                Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link  [LNKD]. Try pci=noacpi or acpi=off Sinan Kaya <okaya@codeaurora.org> - 2016-09-29 16:40 +0200

csiph-web