lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 12 Jul 2016 22:48:28 +0200
From:	"Rafael J. Wysocki" <rafael@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ACPI regression fixes for v4.7

Hi Linus,

Please pull from

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

to receive ACPI regression fixes for v4.7 with top-most commit
d0420d20bacd1eef9f75a769ad48befd383ad190

 Merge branches 'acpica-fixes' and 'acpi-ec-fixes'

on top of commit 92d21ac74a9e3c09b0b01c764e530657e4c85c49

 Linux 4.7-rc7

One ACPI EC driver regression fix (code ordering) and three reverts
of ACPICA commits, one that introduced a problem and two unsuccessful
attempted fixes on top of it.

Specifics:

 - Fix a recent regression in the ACPI EC driver introduced by a fix
   of another problem that uncovered a latent code ordering issue in
   the driver (Lv Zheng).

 - Revert a recent ACPICA commit that attempted to address a lock
   ordering issue introduced by a previous fix, but caused Dell
   Precision 5510 to fail to boot, revert that previous fix too and
   finally revert the commit that caused the original problem (a
   deadlock in the ACPICA code) to happen (Rafael Wysocki).

Thanks!

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

Lv Zheng (1):
      ACPI / EC: Fix code ordering issue in ec_remove_handlers()

Rafael J. Wysocki (3):
      Revert "ACPICA: Namespace: Fix namespace/interpreter lock ordering"
      Revert "ACPICA: Namespace: Fix deadlock triggered by MLC support
in dynamic table loading"
      Revert "ACPI 2.0 / AML: Improve module level execution by moving
the If/Else/While execution to per-table basis"

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

 drivers/acpi/acpica/exconfig.c |  2 --
 drivers/acpi/acpica/nsload.c   |  7 +------
 drivers/acpi/ec.c              | 15 +++++++++++++--
 include/acpi/acpixf.h          |  2 +-
 4 files changed, 15 insertions(+), 11 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ