All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ACPI fixes for v5.13-rc2
@ 2021-05-13 19:05 Rafael J. Wysocki
  2021-05-13 19:26 ` Linus Torvalds
  2021-05-13 19:37 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-05-13 19:05 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ACPI Devel Maling List, Linux PM, Linux Kernel Mailing List

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.13-rc2

with top-most commit fd38651716b45f817a542c34cd5336ff372d06e6

 Merge branch 'acpi-pm'

on top of commit 6efb943b8616ec53a5e444193dccf1af9ad627b5

 Linux 5.13-rc1

to receive ACPI fixes for 5.13-rc2.

These revert an unnecessary revert of an ACPI power management
commit, add a missing device ID to one of the lists and fix a
possible memory leak in an error path.

Specifics:

 - Revert a revert of a recent ACPI power management change that
   does not need to be reverted after all (Rafael Wysocki).

 - Add missing fan device ID to the list of device IDs for which
   the devices should not be put into the ACPI PM domain (Sumeet
   Pawnikar).

 - Fix possible memory leak in an error path in the ACPI device
   enumeration code (Christophe JAILLET).

Thanks!


---------------

Christophe JAILLET (1):
      ACPI: scan: Fix a memory leak in an error handling path

Rafael J. Wysocki (1):
      Revert "Revert "ACPI: scan: Turn off unused power resources
during initialization""

Sumeet Pawnikar (1):
      ACPI: PM: Add ACPI ID of Alder Lake Fan

---------------

 drivers/acpi/device_pm.c | 1 +
 drivers/acpi/internal.h  | 1 +
 drivers/acpi/power.c     | 2 +-
 drivers/acpi/scan.c      | 3 +++
 drivers/acpi/sleep.h     | 1 -
 5 files changed, 6 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-14 10:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 19:05 [GIT PULL] ACPI fixes for v5.13-rc2 Rafael J. Wysocki
2021-05-13 19:26 ` Linus Torvalds
2021-05-14 10:06   ` Rafael J. Wysocki
2021-05-13 19:37 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.