]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'acpi-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Jan 2026 16:20:15 +0000 (06:20 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Jan 2026 16:20:15 +0000 (06:20 -1000)
commit553410fcb95e3acf1a4ac7c08c5b30407f5f30b6
treefc5caa329f649d7c0ed28c530fa58d850469e5f8
parent81c5ffec9ece10079b8c6d944a754fcddfcd37da
parent1ca8677d9f3491e51395b0e6b9a2b7a75089dc6f
Merge tag 'acpi-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI support fix from Rafael Wysocki:
 "This fixes the ACPI/PCI legacy interrupts (INTx) parsing in the case
  when the ACPI Global System Interrupt (GSI) value is a 32-bit one with
  the MSB set.

  That was interpreted as a negative integer and caused
  acpi_pci_link_allocate_irq() to fail and acpi_irq_get_penalty() to
  trigger an out-of-bounds array dereference (Lorenzo Pieralisi)"

* tag 'acpi-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  ACPI: PCI: IRQ: Fix INTx GSIs signedness