All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ACPI fixes for v4.7-rc7
@ 2016-07-07 23:43 Rafael J. Wysocki
  2016-07-10 11:00   ` Thorsten Leemhuis
  0 siblings, 1 reply; 5+ messages in thread
From: Rafael J. Wysocki @ 2016-07-07 23:43 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ACPI Devel Maling List, Linux PCI, Linux Kernel Mailing List

Hi Linus,

Please pull from

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-4.7-rc7

to receive ACPI fixes for v4.7-rc7 with top-most commit
b6d90158c935d4a22e56f41647b479ab5ea449d4

 Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-debug-fixes'

on top of commit a99cde438de0c4c0cecc1d1af1a55a75b10bfdef

 Linux 4.7-rc6

All of these fix recent regressions in ACPICA, in the ACPI PCI IRQ
management code and in the ACPI AML debugger.

Specifics:

 - Fix a lock ordering issue in ACPICA introduced by a recent commit
   that attempted to fix a deadlock in the dynamic table loading code
   which in turn appeared after changes related to the handling of
   module-level AML also made in this cycle (Lv Zheng).

 - Fix a recent regression in the ACPI IRQ management code that may
   cause PCI drivers to be unable to register an IRQ if that IRQ
   happens to be shared with a device on the ISA bus, like the
   parallel port, by reverting one commit entirely and restoring the
   previous behavior in two other places (Sinan Kaya).

 - Fix a recent regression in the ACPI AML debugger introduced by
   the commit that removed incorrect usage of IS_ERR_VALUE() from
   multiple places (Lv Zheng).

Thanks!

---------------

Lv Zheng (2):
      ACPICA: Namespace: Fix namespace/interpreter lock ordering
      ACPI / debugger: Fix regression introduced by IS_ERR_VALUE() removal

Sinan Kaya (3):
      ACPI,PCI,IRQ: factor in PCI possible
      Revert "ACPI, PCI, IRQ: remove redundant code in acpi_irq_penalty_init()"
      ACPI,PCI,IRQ: separate ISA penalty calculation

---------------

 arch/x86/pci/acpi.c           |  1 +
 drivers/acpi/acpi_dbg.c       |  4 +--
 drivers/acpi/acpica/nsload.c  |  7 ++++-
 drivers/acpi/acpica/nsparse.c |  9 ++-----
 drivers/acpi/pci_link.c       | 63 ++++++++++++++++++++++++++++++++-----------
 include/acpi/acpi_drivers.h   |  1 +
 6 files changed, 60 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ACPI fixes for v4.7-rc7
  2016-07-07 23:43 [GIT PULL] ACPI fixes for v4.7-rc7 Rafael J. Wysocki
@ 2016-07-10 11:00   ` Thorsten Leemhuis
  0 siblings, 0 replies; 5+ messages in thread
From: Thorsten Leemhuis @ 2016-07-10 11:00 UTC (permalink / raw)
  To: Rafael J. Wysocki, Linus Torvalds
  Cc: ACPI Devel Maling List, Linux PCI, Linux Kernel Mailing List

Hi Rafael!

On 08.07.2016 01:43, Rafael J. Wysocki wrote:
>
> Please pull from
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
>  acpi-4.7-rc7
> 
> to receive ACPI fixes for v4.7-rc7 with top-most commit
> […]
> All of these fix recent regressions in ACPICA, in the ACPI PCI IRQ
> management code and in the ACPI AML debugger.

FYI, it seems these changes lead to a new regression. Quoting
https://bugzilla.kernel.org/show_bug.cgi?id=121701

"""
> Kernel fails to boot with this commit. With the commit reverted,
> everything is fine. I cannot bisect any further - git is failing with
> "you are trying to use to much memory"(?!)
> 
> This is a Dell Precision 5510 with the latest (1.2.10) BIOS applied.
> 
> Let me know what additional information I can provide."""
"""

Cheers, Thorsten
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ACPI fixes for v4.7-rc7
@ 2016-07-10 11:00   ` Thorsten Leemhuis
  0 siblings, 0 replies; 5+ messages in thread
From: Thorsten Leemhuis @ 2016-07-10 11:00 UTC (permalink / raw)
  To: Rafael J. Wysocki, Linus Torvalds
  Cc: ACPI Devel Maling List, Linux PCI, Linux Kernel Mailing List

Hi Rafael!

On 08.07.2016 01:43, Rafael J. Wysocki wrote:
>
> Please pull from
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
>  acpi-4.7-rc7
> 
> to receive ACPI fixes for v4.7-rc7 with top-most commit
> […]
> All of these fix recent regressions in ACPICA, in the ACPI PCI IRQ
> management code and in the ACPI AML debugger.

FYI, it seems these changes lead to a new regression. Quoting
https://bugzilla.kernel.org/show_bug.cgi?id=121701

"""
> Kernel fails to boot with this commit. With the commit reverted,
> everything is fine. I cannot bisect any further - git is failing with
> "you are trying to use to much memory"(?!)
> 
> This is a Dell Precision 5510 with the latest (1.2.10) BIOS applied.
> 
> Let me know what additional information I can provide."""
"""

Cheers, Thorsten

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ACPI fixes for v4.7-rc7
  2016-07-10 11:00   ` Thorsten Leemhuis
  (?)
@ 2016-07-10 15:50   ` Linus Torvalds
  -1 siblings, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2016-07-10 15:50 UTC (permalink / raw)
  To: Thorsten Leemhuis
  Cc: Rafael J. Wysocki, ACPI Devel Maling List, Linux PCI,
	Linux Kernel Mailing List

On Sun, Jul 10, 2016 at 4:00 AM, Thorsten Leemhuis
<regressions@leemhuis.info> wrote:
>
> FYI, it seems these changes lead to a new regression. Quoting
> https://bugzilla.kernel.org/show_bug.cgi?id=121701

I wrote a comment on that, to see if the git issue that kept things
from bisecting into the merge can be worked around. That's a very
surprising error (but it's also not an exact quote of the error, so
who knows..)

             Linus

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ACPI fixes for v4.7-rc7
  2016-07-10 11:00   ` Thorsten Leemhuis
  (?)
  (?)
@ 2016-07-10 19:16   ` okaya
  -1 siblings, 0 replies; 5+ messages in thread
From: okaya @ 2016-07-10 19:16 UTC (permalink / raw)
  To: Thorsten Leemhuis
  Cc: Rafael J. Wysocki, Linus Torvalds, ACPI Devel Maling List,
	Linux PCI, Linux Kernel Mailing List, linux-pci-owner

On 2016-07-10 14:00, Thorsten Leemhuis wrote:
> Hi Rafael!
> 
> On 08.07.2016 01:43, Rafael J. Wysocki wrote:
>> 
>> Please pull from
>> 
>>  git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
>>  acpi-4.7-rc7
>> 
>> to receive ACPI fixes for v4.7-rc7 with top-most commit
>> […]
>> All of these fix recent regressions in ACPICA, in the ACPI PCI IRQ
>> management code and in the ACPI AML debugger.
> 
> FYI, it seems these changes lead to a new regression. Quoting
> https://bugzilla.kernel.org/show_bug.cgi?id=121701
> 
> """
>> Kernel fails to boot with this commit. With the commit reverted,
>> everything is fine. I cannot bisect any further - git is failing with
>> "you are trying to use to much memory"(?!)
>> 
>> This is a Dell Precision 5510 with the latest (1.2.10) BIOS applied.
>> 
>> Let me know what additional information I can provide."""
> """

Can you attach the boot log to the bugzilla?

Unfortunately, this code turned out to be the most fragile code. I fixed 
one issue and it looks like it broke yours.


> 
> Cheers, Thorsten
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-10 19:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-07 23:43 [GIT PULL] ACPI fixes for v4.7-rc7 Rafael J. Wysocki
2016-07-10 11:00 ` Thorsten Leemhuis
2016-07-10 11:00   ` Thorsten Leemhuis
2016-07-10 15:50   ` Linus Torvalds
2016-07-10 19:16   ` okaya

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.