From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754497Ab2D2VtR (ORCPT ); Sun, 29 Apr 2012 17:49:17 -0400 Received: from ogre.sisk.pl ([193.178.161.156]:44606 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754002Ab2D2VtP (ORCPT ); Sun, 29 Apr 2012 17:49:15 -0400 From: "Rafael J. Wysocki" To: Linus Torvalds Subject: Re: [GIT PULL] Power management fixes for 3.5-rc5 Date: Sun, 29 Apr 2012 23:53:56 +0200 User-Agent: KMail/1.13.6 (Linux/3.4.0-rc4+; KDE/4.6.0; x86_64; ; ) Cc: Linux PM list , LKML , Bojan Smojver , "Srivatsa S. Bhat" , Marcos Souza References: <201204292340.28110.rjw@sisk.pl> In-Reply-To: <201204292340.28110.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201204292353.56840.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Ouch, the subject is wrong. On Sunday, April 29, 2012, Rafael J. Wysocki wrote: > Hi Linus, > > Please pull power management fixes for 3.5-rc5 since commit That should be 3.4-rc5 obviously. > 66f75a5d028beaf67c931435fdc3e7823125730c: > > Linux 3.4-rc4 > > with top-most commit 26e0f90fded422f309deb6169dfbccb204435698 > > PM / Freezer / Docs: Update documentation about freezing of tasks > > from the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-for-3.5-rc5 And that should be: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-for-3.4-rc5 > They are a fix for an issue causing hibernation to hang on systems with highmem > (that practically means i386) due to broken memory management (bug introduced > in 3.2, so -stable material) and PM documentation update making the freezer > documentation follow the code again after some recent updates. > > Thanks! > > > Documentation/power/freezing-of-tasks.txt | 37 +++++++++++++++-------------- > kernel/power/swap.c | 28 +++++++++++++++++---- > 2 files changed, 41 insertions(+), 24 deletions(-) > > --------------- > > Bojan Smojver (1): > PM / Hibernate: fix the number of pages used for hibernate/thaw buffering > > Marcos Paulo de Souza (1): > PM / Freezer / Docs: Update documentation about freezing of tasks > > -- Sorry for the mess. Rafael