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:	Thu, 9 Jul 2015 01:09:32 +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-pm@...r.kernel.org" <linux-pm@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Power management and ACPI material for v4.2-rc2

Hi Linus,

Please pull from

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

to receive power management and ACPI material for v4.2-rc2 with
top-most commit 8076ca480f40c51ab87d8301c830a817b900b4d1

 Merge branch 'acpi-scan'

on top of commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754

 Linux 4.2-rc1

These are fixes on top of the previous PM+ACPI pull requests
(including one fix for a 4.1 regression) and two commits adding
_CLS-based device enumeration support to the ACPI core and the
ATA subsystem that waited for the latest ACPICA changes to be
merged.

Specifics:

 - Fix for an ACPI resources management regression introduced
   during the 4.1 cycle (that unfortunately went into -stable)
   effectively reverting the bad commit along with the recent
   fixups on top of it and using an alternative approach to
   address the underlying issue (Rafael J Wysocki).

 - Fix for a memory leak and an incorrect return value in an
   error code path in the ACPI LPSS (Low-Power Subsystem) driver
   (Rafael J Wysocki).

 - Fix for a leftover dangling pointer in an error code path in
   the new wakeup IRQ support code (Rafael J Wysocki).

 - Fix to prevent infinite loops (due to errors in other places)
   from happening in the core generic PM domains support code
   (Geert Uytterhoeven).

 - Hibernation documentation update/clarification (Uwe Geuder).

 - Support for _CLS-based device enumeration in the ACPI core
   and in the ATA subsystem (Suravee Suthikulpanit).

Thanks!


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

Geert Uytterhoeven (1):
      PM / Domains: Avoid infinite loops in attach/detach code

Rafael J. Wysocki (3):
      ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stage
      ACPI / LPSS: Fix up acpi_lpss_create_device()
      PM / wakeirq: Avoid setting power.wakeirq too hastily

Suthikulpanit, Suravee (2):
      ACPI / scan: Add support for ACPI _CLS device matching
      ata: ahci_platform: Add ACPI _CLS matching

Uwe Geuder (1):
      PM / hibernate: clarify resume documentation

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

 Documentation/power/swsusp.txt    |  13 ++-
 drivers/acpi/acpi_lpss.c          |   7 +-
 drivers/acpi/osl.c                |  12 ++-
 drivers/acpi/resource.c           | 162 --------------------------------------
 drivers/acpi/scan.c               |  32 +++++++-
 drivers/ata/Kconfig               |   2 +-
 drivers/ata/ahci_platform.c       |   9 +++
 drivers/base/power/domain.c       |  13 ++-
 drivers/base/power/wakeirq.c      |  12 ++-
 drivers/base/power/wakeup.c       |  31 +++-----
 drivers/pnp/system.c              |  35 +++-----
 include/linux/acpi.h              |  24 +++---
 include/linux/mod_devicetable.h   |   2 +
 scripts/mod/devicetable-offsets.c |   2 +
 scripts/mod/file2alias.c          |  32 +++++++-
 15 files changed, 148 insertions(+), 240 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ