mbox series

[GIT,PULL] intel-gpio for 6.10-2

Message ID ZkzQWCBqagIVsGeB@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-gpio for 6.10-2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.10-2

Message

Andy Shevchenko May 21, 2024, 4:48 p.m. UTC
Hi Linux GPIO maintainers and Linus,

Here is a couple of kinda good to have before v6.10-rc1 is out fixes as one of
the regressions was introduced just in the PR of previous GPIO ACPI work that
landed recently (via GPIO subsystem PR).

Thorsten insisted [1] that it's a good to have flawless v6.10-rc1 than waiting
for a normal process to be taken. Hence I created a tag against the latest
(as of today) snapshot of Linus' tree with two pending fixes. I can't weight
myself the criticalness of the changes, but NULL pointer dereference is kinda
one that better to go via fast track. Hence this PR is sent to GPIO maintainers
and to Linus Torvalds directly.

Note, due to a couple of other regressions (not done by me) [2][3] I wasn't
able to test this PR earlier anyway. But now it's not only compile, but also
HW tested.

Thanks,

With Best Regards,
Andy Shevchenko

Link: https://lore.kernel.org/r/c10a77b6-e7b1-43c0-af38-79092eeb34f1@leemhuis.info [1]
Link: https://lore.kernel.org/r/20240517200534.8EC5F33E@davehans-spike.ostc.intel.com [2]
Link: https://lore.kernel.org/r/20240514190730.2787071-1-andriy.shevchenko@linux.intel.com [3]

The following changes since commit 8f6a15f095a63a83b096d9b29aaff4f0fbe6f6e6:

  Merge tag 'cocci-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux (2024-05-20 16:00:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.10-2

for you to fetch changes up to adbc49a5a8c6fcf7be154c2e30213bbf472940da:

  gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node match (2024-05-21 18:46:45 +0300)

----------------------------------------------------------------
intel-gpio for v6.10-2

* NULL pointer dereference fix in GPIO APCI library
* Restore ACPI handle matching for GPIO devices represented in banks

The following is an automated git shortlog grouped by driver:

gpiolib:
 -  acpi: Fix failed in acpi_gpiochip_find() by adding parent node match
 -  acpi: Move ACPI device NULL check to acpi_can_fallback_to_crs()

----------------------------------------------------------------
Devyn Liu (1):
      gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node match

Laura Nao (1):
      gpiolib: acpi: Move ACPI device NULL check to acpi_can_fallback_to_crs()

 drivers/gpio/gpiolib-acpi.c | 29 +++++++++++++++++++++++++----
 1 file changed, 25 insertions(+), 4 deletions(-)