Commit 61cc777ca7a4 for kernel

commit 61cc777ca7a4280568ec3a8f730651d482f46e55
Merge: 4aec9ad1c668 50fd0ada8d37
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Sep 17 09:08:20 2026 -0700

    Merge tag 'gpio-fixes-for-v7.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

    Pull gpio fixes from Bartosz Golaszewski:

     - fix fwnode reference leak on failure in shared GPIO handling

     - fix regression in OF_POPULATED logic after the unification of GPIO
       hog handling between OF, ACPI and machine variants

     - don't call free_irq() if no IRQ is installed in gpio-virtuser

    * tag 'gpio-fixes-for-v7.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
      gpio: virtuser: skip free_irq when no IRQ is installed
      gpiolib: of: don't mark hog nodes OF_POPULATED before a chip is found
      gpiolib: Put fwnode reference on failure