]> Git Repo - J-linux.git/commitdiff
Merge branches 'acpi-ec', 'acpi-apei' and 'pnp'
authorRafael J. Wysocki <[email protected]>
Wed, 5 Jun 2024 14:58:09 +0000 (16:58 +0200)
committerRafael J. Wysocki <[email protected]>
Wed, 5 Jun 2024 14:58:09 +0000 (16:58 +0200)
Merge ACPI EC driver fixes, an ACPI APEI fix and PNP fixes for
6.10-rc3:

 - Fix error handling during EC operation region accesses in the ACPI EC
   driver (Armin Wolf).

 - Fix a memory leak in the APEI error injection driver introduced
   during its converion to a platform driver (Dan Williams).

 - Fix build failures related to the dev_is_pnp() macro by redefining it
   as a proper function and exporting it to modules as appropriate and
   unexport pnp_bus_type which need not be exported any more (Andy
   Shevchenko).

* acpi-ec:
  ACPI: EC: Avoid returning AE_OK on errors in address space handler
  ACPI: EC: Abort address space access upon error

* acpi-apei:
  ACPI: APEI: EINJ: Fix einj_dev release leak

* pnp:
  PNP: Hide pnp_bus_type from the non-PNP code
  PNP: Make dev_is_pnp() to be a function and export it for modules


Trivial merge
This page took 0.0542280000000001 seconds and 4 git commands to generate.