[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.01.0906121317320.3237@localhost.localdomain>
Date: Fri, 12 Jun 2009 13:19:22 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: "Rafael J. Wysocki" <rjw@...k.pl>
cc: Alan Stern <stern@...land.harvard.edu>,
Cornelia Huck <cornelia.huck@...ibm.com>,
Pavel Machek <pavel@....cz>,
pm list <linux-pm@...ts.linux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...e.de>,
Heiko Carstens <heiko.carstens@...ibm.com>,
Ingo Molnar <mingo@...e.hu>,
Jaswinder Singh Rajput <jaswinder@...nel.org>,
Lauro Salmito <laurosalmito@...il.com>,
Magnus Damm <damm@...l.co.jp>,
Wu Fengguang <fengguang.wu@...el.com>,
Sergio Luis <sergio@...ces.uece.br>
Subject: Re: [GIT PULL] PM updates for 2.6.31
On Fri, 12 Jun 2009, Rafael J. Wysocki wrote:
> Hi Linus,
>
> Please pull power management updates for 2.6.31 from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6.git for-linus
>
> They are cleanups and code rearrangements mostly, in particular:
>
> * arch/x86/power/cpu_(32|64) unification from Sergio Luis (Ingo saw
> these patches and his opinion was that they should better go
> through the suspend tree)
>
> * Removal of some unused files and PM callbacks, function renames
> from Magnus Damm and Alan Stern
>
> * Rearrangements of the code under kernel/power from me and
> Cornelia Huck
>
> * Two patches related to the memory shrinking (for the record, Pavel
> doesn't like the "PM/Suspend: Do not shrink memory before suspend"
> patch, so please let me know if I should drop it)
>
> * A couple of bug fixes
>
>
> arch/x86/power/cpu.c | 259 +++++++++++
> arch/x86/power/cpu_32.c | 148 ------
> arch/x86/power/cpu_64.c | 174 -------
> kernel/power/disk.c | 955 --------------------------------------
> kernel/power/hibernate.c | 955 ++++++++++++++++++++++++++++++++++++++
> kernel/power/hibernate_nvs.c | 135 ++++++
> 35 files changed, 2056 insertions(+), 2194 deletions(-)
Please add rename detection to your pull script (and --summary, for that
matter). This _should_ have looked like
33 files changed, 984 insertions(+), 1122 deletions(-)
because it would have detected this:
rename arch/x86/power/{cpu_64.c => cpu.c} (62%)
delete mode 100644 arch/x86/power/cpu_32.c
rename kernel/power/{disk.c => hibernate.c} (96%)
instead of counting those as some huge patches that add/remove code.
Linus
--
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