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:	Fri, 20 Sep 2013 21:08:34 +0200
From:	"Rafael J. Wysocki" <rjw@...ysocki.net>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Linux PCI <linux-pci@...r.kernel.org>,
	Linux PM list <linux-pm@...r.kernel.org>
Subject: [GIT PULL] ACPI and power management fixes for v3.12-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.12-rc2

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

  Merge branch 'pm-cpufreq'

on top of commit 272b98c6455f00884f0350f775c5342358ebb73f

  Linux 3.12-rc1

These are fixes for cpufreq issues that have emerged after recent
changes and one fix for an older PCI/ACPI power management breakage.

Specifics:

 1) Four fixes for cpufreq regressions introduced by the changes that
    removed Device Tree parsing for CPU device nodes from cpufreq
    drivers from Sudeep KarkadaNagesha.

 2) Two fixes for recent cpufreq regressions introduced by changes
    related to the preservation of sysfs attributes over system
    suspend/resume cycles from Viresh Kumar.

 3) Fix for ACPI-based wakeup signaling in the PCI subsystem that
    fails to stop PME polling for devices put into the D3cold power
    state from yours truly.

 4) Fix for bad interactions between cpufreq and udev on systems
    supporting intel_pstate where acpi-cpufreq is available as well
    from Yinghai Lu.

Thanks!


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

Rafael J. Wysocki (1):
      PCI / ACPI / PM: Clear pme_poll for devices in D3cold on wakeup

Sudeep KarkadaNagesha (4):
      cpufreq: cpufreq-cpu0: assign cpu_dev correctly to cpu0 device
      cpufreq: imx6q-cpufreq: assign cpu_dev correctly to cpu0 device
      ARM: i.MX: change dev_id to cpu0 while registering cpu clock
      ARM: shmobile: change dev_id to cpu0 while registering cpu clock

Viresh Kumar (2):
      cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish()
      cpufreq: unlock correct rwsem while updating policy->cpu

Yinghai Lu (1):
      cpufreq: return EEXIST instead of EBUSY for second registering

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

 arch/arm/mach-imx/clk-imx27.c          |  2 +-
 arch/arm/mach-imx/clk-imx51-imx53.c    |  2 +-
 arch/arm/mach-imx/mach-imx6q.c         |  9 +++++++--
 arch/arm/mach-shmobile/clock-r8a73a4.c |  2 +-
 arch/arm/mach-shmobile/clock-sh73a0.c  |  2 +-
 drivers/cpufreq/cpufreq-cpu0.c         |  7 ++++++-
 drivers/cpufreq/cpufreq.c              | 31 ++++++++++++++++++++-----------
 drivers/cpufreq/imx6q-cpufreq.c        |  7 ++++++-
 drivers/pci/pci-acpi.c                 |  6 +++---
 9 files changed, 46 insertions(+), 22 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