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, 22 Jun 2011 22:04:54 +0200
From:	"Rafael J. Wysocki" <rjw@...k.pl>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Linux PM mailing list <linux-pm@...ts.linux-foundation.org>,
	linux-sh@...r.kernel.org, linux-pci@...r.kernel.org
Subject: [GIT PULL] More power management fixes for 3.0

Hi Linus,

Please pull power management fixes for 3.0 from:

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6.git pm-fixes

They include:

* Power management documentation fixes updating information on things that have
  changed.

* Fix for potential PCI PM regression related to interactions between system
  suspend/hibernation and the runtime PM framework.

* Fix for smobile regression related to the management of device clocks when
  CONFIG_PM_RUNTIME is unset.

* Fix for a long-standing issue in the async suspend error code path (accompanied
  by a field rename in struct dev_pm_info).

* Fix for a long-standing hibernation bug related to its user space interface.


 Documentation/power/devices.txt    |   67 +++++++----------------------------
 Documentation/power/runtime_pm.txt |    5 ---
 drivers/base/power/clock_ops.c     |    4 +-
 drivers/base/power/main.c          |   28 +++++++++++----
 drivers/pci/pci-driver.c           |    4 ++-
 drivers/usb/core/driver.c          |    6 ++--
 include/linux/device.h             |    4 +-
 include/linux/pm.h                 |    3 +-
 kernel/power/user.c                |    4 ++-
 9 files changed, 50 insertions(+), 75 deletions(-)

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

Alan Stern (2):
      PM: Rename dev_pm_info.in_suspend to is_prepared
      PM: Fix async resume following suspend failure

Kevin Hilman (1):
      PM / Runtime: Update doc: usage count no longer incremented across system PM

Michal Kubecek (1):
      PM: Free memory bitmaps if opening /dev/snapshot fails

Rafael J. Wysocki (4):
      PM: Update documentation regarding sysdevs
      PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset
      PM / Domains: Update documentation
      PCI / PM: Block races between runtime PM and system sleep

--
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