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] More ACPI updates for v4.8-rc1
Date: Fri, 5 Aug 2016 16:50:00 +0200	[thread overview]
Message-ID: <CAJZ5v0hghMYOGO-OSPg4iDLc5uJPCMYmdieHEvaOCYsZppFLnQ@mail.gmail.com> (raw)

Hi Linus,

Please pull from

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-extra-4.8-rc1

with top-most commit 4dc14b343d47426858f3fb1c8669059b7e3f98d4

 Merge branches 'acpi-ec' and 'acpi-button'

on top of commit e663107fa1edda4d8a0d5b8ce704d71f8e27de43

 Merge tag 'acpi-4.8-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive additional ACPI material for v4.8-rc1.

Two more fixes in ACPI drivers, one in the ACPI EC driver
(stable-candidate) and one in the ACPI button driver.

Specifics:

 - An ACPI EC driver fix from the 4.3 cycle may cause the ACPICA's
   method reentrancy limit to be exceeded for a _Qxx method due to a
   large number of concurrent EC operations, so prevent that from
   happening by moving the EC handling into a separate workqueue
   with a limit on the number of concurrently executed work items
   (Lv Zheng).

 - Fix the cleanup code in the ACPI button driver that forgets to
   clear two variables on exit which causes an error to occur on the
   next attmpt to load the driver (Benjamin Tissoires).

Thanks!

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

Benjamin Tissoires (1):
      ACPI / button: remove pointer to old lid_sysfs on unbind

Lv Zheng (1):
      ACPI / EC: Work around method reentrancy limit in ACPICA for _Qxx

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

 drivers/acpi/button.c |  4 ++++
 drivers/acpi/ec.c     | 41 +++++++++++++++++++++++++++++++++++++----
 2 files changed, 41 insertions(+), 4 deletions(-)

                 reply	other threads:[~2016-08-05 14:50 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=CAJZ5v0hghMYOGO-OSPg4iDLc5uJPCMYmdieHEvaOCYsZppFLnQ@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).