linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Linux PM <linux-pm@vger.kernel.org>,
	"the arch/x86 maintainers" <x86@kernel.org>
Subject: [GIT PULL] ACPI fixes for v5.12-rc6
Date: Fri, 2 Apr 2021 18:04:09 +0200	[thread overview]
Message-ID: <CAJZ5v0i0xTJfQuS5QK1Mkc-wkBAf1F4ga=tuNLrp9uHcQPUKNw@mail.gmail.com> (raw)

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.12-rc6

with top-most commit 91463ebff32d3e6fc71134784ae6aa91402bfe3d

 Merge branches 'acpi-tables' and 'acpi-scan'

on top of commit a5e13c6df0e41702d2b2c77c8ad41677ebb065b3

 Linux 5.12-rc5

to receive ACPI fixes for 5.12-rc6.

These fix an ACPI tables management issue, an issue related to the
ACPI enumeration of devices and CPU wakeup in the ACPI processor
driver.

Specifics:

 - Ensure that the memory occupied by ACPI tables on x86 will always
   be reserved to prevent it from being allocated for other purposes
   which was possible in some cases (Rafael Wysocki).

 - Fix the ACPI device enumeration code to prevent it from attempting
   to evaluate the _STA control method for devices with unmet
   dependencies which is likely to fail (Hans de Goede).

 - Fix the handling of CPU0 wakeup in the ACPI processor driver to
   prevent CPU0 online failures from occurring (Vitaly Kuznetsov).

Thanks!


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

Hans de Goede (1):
      ACPI: scan: Fix _STA getting called on devices with unmet dependencies

Rafael J. Wysocki (1):
      ACPI: tables: x86: Reserve memory occupied by ACPI tables

Vitaly Kuznetsov (1):
      ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()

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

 arch/x86/include/asm/smp.h    |  1 +
 arch/x86/kernel/acpi/boot.c   | 25 ++++++++++++-------------
 arch/x86/kernel/setup.c       |  8 +++-----
 arch/x86/kernel/smpboot.c     |  2 +-
 drivers/acpi/processor_idle.c |  7 +++++++
 drivers/acpi/scan.c           | 12 +++++++++++-
 drivers/acpi/tables.c         | 42 +++++++++++++++++++++++++++++++++++++++---
 include/linux/acpi.h          |  9 ++++++++-
 8 files changed, 82 insertions(+), 24 deletions(-)

             reply	other threads:[~2021-04-02 16:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-02 16:04 Rafael J. Wysocki [this message]
2021-04-02 22:44 ` [GIT PULL] ACPI fixes for v5.12-rc6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJZ5v0i0xTJfQuS5QK1Mkc-wkBAf1F4ga=tuNLrp9uHcQPUKNw@mail.gmail.com' \
    --to=rafael@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).