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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 27 Nov 2013 15:35:22 +0100
From:	"Rafael J. Wysocki" <rjw@...ysocki.net>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Linux PM list <linux-pm@...r.kernel.org>,
	ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
	Linux PCI <linux-pci@...r.kernel.org>
Subject: [GIT PULL] ACPI and power management fixes for v3.13-rc2

Hi Linus,

Please pull from the git repository at

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

to receive ACPI and power management fixes for v3.13-rc2 with
top-most commit b90f7b8af985739facce48d64050a023e7df3858

  Merge branch 'pm-tools'

on top of commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae

  Linux Linux 3.13-rc1

These commits fix one cpufreq bug introduced recently and a few bugs all over
(ACPI mostly) that have been around for quite some time.  They also clean up
a couple of things.

If you don't like the octopus merge, please let me know. :-)

Specifics:

 - Fix for a recent regression in the Tegra cpufreq driver causing
   excess error messages to be printed from Stephen Warren.

 - ACPI-based device hotplug fix to prevent conflicting notify handlers
   from being installed for PCI host bridge objects.  From Toshi Kani.

 - ACPICA update to upstream version 20131115.  This contains bug fixes
   mostly (loop termination fix for the get AML length function, fixes
   related to namespace node removal and debug output).  From Bob Moore,
   Tomasz Nowicki and Lv Zheng.

 - Removal of incorrect inclusions of internal ACPICA header files by
   non-ACPICA code from Lv Zheng.

 - Fixes for the ACPI sysfs interface exposing tables to user space
   from Daisuke Hatayama and Jeremy Compostella.

 - Assorted ACPI and cpufreq cleanups from Sachin Kamat and Al Stone.

 - cpupower tool fix and man page from Thomas Renninger.

Thanks!


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

Al Stone (1):
      ACPI / sleep: clean up compiler warning about uninitialized field

Bob Moore (3):
      ACPICA: Debug output: Do not emit function nesting level for kernel build.
      ACPICA: Add support to delete all objects attached to the root namespace node.
      ACPICA: Update version to 20131115.

Daisuke HATAYAMA (1):
      ACPI / sysfs: Set file size for each exposed ACPI table

Jeremy Compostella (1):
      ACPI / sysfs: Fix incorrect ACPI tables walk in acpi_tables_sysfs_init()

Lv Zheng (3):
      ACPICA: Tests: Add CHECKSUM_ABORT protection for test utilities.
      ACPICA: Resources: Fix loop termination for the get AML length function.
      ACPI: Clean up incorrect inclusions of ACPICA headers

Sachin Kamat (1):
      cpufreq: exynos: Remove unwanted EXPORT_SYMBOL

Stephen Warren (1):
      cpufreq: tegra: don't error target() when suspended

Thomas Renninger (2):
      tools: cpupower: Add cpupower-idle-set(1) manpage
      tools: cpupower: fix wrong err msg not supported vs not available

Tomasz Nowicki (1):
      ACPICA: Delete all attached data objects during namespace node deletion.

Toshi Kani (1):
      ACPI / hotplug: Fix conflicted PCI bridge notify handlers

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

 drivers/acpi/acpica/acresrc.h                 |    6 +--
 drivers/acpi/acpica/nsalloc.c                 |   18 +++++--
 drivers/acpi/acpica/nsutils.c                 |   18 ++++---
 drivers/acpi/acpica/rscalc.c                  |    9 +++-
 drivers/acpi/acpica/rscreate.c                |   36 ++++++-------
 drivers/acpi/acpica/rsutils.c                 |    2 +-
 drivers/acpi/acpica/utdebug.c                 |   31 ++++++++---
 drivers/acpi/nvs.c                            |    1 -
 drivers/acpi/pci_root.c                       |    3 ++
 drivers/acpi/scan.c                           |    2 +-
 drivers/acpi/sleep.c                          |    2 +-
 drivers/acpi/sysfs.c                          |   54 ++++++++++---------
 drivers/cpufreq/exynos4210-cpufreq.c          |    1 -
 drivers/cpufreq/exynos4x12-cpufreq.c          |    1 -
 drivers/cpufreq/exynos5250-cpufreq.c          |    1 -
 drivers/cpufreq/tegra-cpufreq.c               |    4 +-
 drivers/hwmon/asus_atk0110.c                  |    1 -
 include/acpi/acconfig.h                       |    2 +
 include/acpi/acpi_bus.h                       |    1 +
 include/acpi/acpixf.h                         |    2 +-
 tools/power/cpupower/man/cpupower-idle-info.1 |    3 +-
 tools/power/cpupower/man/cpupower-idle-set.1  |   71 +++++++++++++++++++++++++
 tools/power/cpupower/utils/helpers/sysfs.c    |    4 +-
 23 files changed, 189 insertions(+), 84 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