linux-kernel.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 Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] ACPI fixes for v4.7-rc2
Date: Fri, 3 Jun 2016 23:40:55 +0200	[thread overview]
Message-ID: <CAJZ5v0h7ZUts_V=qfL9MQr8g1dZ7b9X4ruTGcmaSUOfH3yTNng@mail.gmail.com> (raw)

Hi Linus,

Please pull from

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

to receive ACPI fixes for v4.7-rc2 with top-most commit
60c07f80b04698f6c054b675cb67ec5e7ee8db27

 Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor'

on top of commit 1a695a905c18548062509178b98bc91e67510864

 Linux 4.7-rc1

Two fixes for problems introduced recently (ACPICA and the ACPI
backlight driver) and one fix for an older issue that prevents at
least one system from booting.

Specifics:

 - Fix an incorrect check introduced by recent ACPICA changes which
   causes problems with booting KVM guests to happen, among other
   things (Lv Zheng).

 - Fix a backlight issue introduced by recent changes to the ACPI
   video driver (Aaron Lu).

 - Fix the ACPI processor initialization which attempts to register
   an IO region without checking if that really is necessary and
   sometimes prevents drivers loaded subsequently from registering
   their resources which leads to boot issues (Rafael Wysocki).

Thanks!

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

Aaron Lu (1):
      ACPI / Thermal / video: fix max_level incorrect value

Lv Zheng (1):
      ACPICA / Hardware: Fix old register check in
acpi_hw_get_access_bit_width()

Rafael J. Wysocki (1):
      ACPI / processor: Avoid reserving IO regions too early

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

 drivers/acpi/acpi_processor.c                     |  9 ---------
 drivers/acpi/acpi_video.c                         |  9 ++++++---
 drivers/acpi/acpica/hwregs.c                      | 23 +++++++++--------------
 drivers/acpi/processor_throttling.c               |  9 +++++++++
 drivers/thermal/int340x_thermal/int3406_thermal.c |  2 +-
 include/acpi/video.h                              |  6 ++++--
 6 files changed, 29 insertions(+), 29 deletions(-)

                 reply	other threads:[~2016-06-03 21:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CAJZ5v0h7ZUts_V=qfL9MQr8g1dZ7b9X4ruTGcmaSUOfH3yTNng@mail.gmail.com' \
    --to=rafael@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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).