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

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.16-rc3

with top-most commit 2e13e5aeda156f747919c7111723b9302836fb38

 Merge branch 'acpi-properties'

on top of commit 136057256686de39cc3a07c2e39ef6bc43003ff6

 Linux 5.16-rc2

to receive ACPI fixes for 5.16-rc3.

These fix a NULL pointer dereference in the CPPC library code and
a locking issue related to printing the names of ACPI device nodes
in the device properties framework.

Specifics:

 - Fix NULL pointer dereference in the CPPC library code occurring
   on hybrid systems without CPPC support (Rafael Wysocki).

 - Avoid attempts to acquire a semaphore with interrupts off when
   printing the names of ACPI device nodes and clean up code on
   top of that fix (Sakari Ailus).

Thanks!


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

Rafael J. Wysocki (1):
      ACPI: CPPC: Add NULL pointer check to cppc_get_perf()

Sakari Ailus (2):
      ACPI: Get acpi_device's parent from the parent field
      ACPI: Make acpi_node_get_parent() local

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

 drivers/acpi/cppc_acpi.c |  9 ++++++++-
 drivers/acpi/property.c  | 14 +++++---------
 include/linux/acpi.h     |  7 -------
 3 files changed, 13 insertions(+), 17 deletions(-)

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

end of thread, other threads:[~2021-12-04 22:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 19:38 [GIT PULL] ACPI fixes for v5.16-rc3 Rafael J. Wysocki
2021-11-26 20:40 ` pr-tracker-bot
2021-12-04 17:04 ` Linus Torvalds
2021-12-04 20:11   ` Rafael J. Wysocki
2021-12-04 22:00     ` Linus Torvalds

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.