Commit 553410fcb95e for kernel

commit 553410fcb95e3acf1a4ac7c08c5b30407f5f30b6
Merge: 81c5ffec9ece 1ca8677d9f34
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jan 9 06:20:15 2026 -1000

    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