login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
3
Re: [PATCH 1/6] Hibernation: Introduce new system state for the last phase of hibernation
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Rafael J. Wysocki
Subject:
Re: [PATCH 1/6] Hibernation: Introduce new system state for the last phase of hibernation
Date: Friday, October 3, 2008 - 8:05 am
On Friday, 3 of October 2008, Arjan van de Ven wrote:
quoted text
> On Fri, 3 Oct 2008 13:27:18 +0200 > "Rafael J. Wysocki" <rjw@sisk.pl> wrote: > > > On Friday, 3 of October 2008, Andrew Morton wrote: > > > On Tue, 30 Sep 2008 00:10:37 +0200 "Rafael J. Wysocki" > > > <rjw@sisk.pl> wrote: > > > > > > > Hibernation: Introduce new system state for the last phase of > > > > hibernation > > > > > > > > Replace unused SYSTEM_SUSPEND_DISK with a new system_state value > > > > SYSTEM_HIBERNATE_ENTER that can be used by device drivers to > > > > check if the system is in the last phase of hibernation. > > > > > > Violent objections. > > > > > > We just don't know what this change will do. It potentially affects > > > every code site in the kernel which looks at system_state. > > > > Do you mean anyone checking 'system_state != SOMETHING' ? Oh well. > > I think Andrew also means things looking for system_state > something > like > > arch/powerpc/platforms/cell/smp.c: if (system_state < SYSTEM_RUNNING && > arch/powerpc/kernel/smp.c: if (system_state < SYSTEM_RUNNING) > arch/powerpc/kernel/smp.c: if (system_state > SYSTEM_BOOTING) > drivers/xen/xenbus/xenbus_probe.c: if (system_state > SYSTEM_RUNNING) {
These particular ones shouldn't be affected AFAICS. Anyway, I'm going to respin the patchset to take the Andrew's comment into account. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Regression: SATA disk double spin-off during hibernation o ...
, Rafael J. Wysocki
, (Thu Aug 28, 3:02 pm)
Re: Regression: SATA disk double spin-off during hibernati ...
, Tejun Heo
, (Fri Aug 29, 3:03 am)
Re: Regression: SATA disk double spin-off during hibernati ...
, Rafael J. Wysocki
, (Fri Aug 29, 3:41 am)
Re: Regression: SATA disk double spin-off during hibernati ...
, Tejun Heo
, (Fri Aug 29, 3:42 am)
[PATCH] SATA: Blacklist systems that spin off disks during ...
, Rafael J. Wysocki
, (Sat Sep 6, 10:23 am)
Re: [PATCH] SATA: Blacklist systems that spin off disks du ...
, Tejun Heo
, (Mon Sep 8, 4:38 am)
Re: [PATCH] SATA: Blacklist systems that spin off disks du ...
, Jeff Garzik
, (Sat Sep 13, 7:21 pm)
Re: [PATCH] SATA: Blacklist systems that spin off disks du ...
, Rafael J. Wysocki
, (Sun Sep 14, 5:00 pm)
Re: [PATCH] SATA: Blacklist systems that spin off disks du ...
, Jeff Garzik
, (Wed Sep 17, 2:50 pm)
[PATCH 0/6] SATA: Blacklist systems that spin off disks du ...
, Rafael J. Wysocki
, (Mon Sep 29, 3:06 pm)
[PATCH 1/6] Hibernation: Introduce new system state for th ...
, Rafael J. Wysocki
, (Mon Sep 29, 3:10 pm)
[PATCH 2/6] DMI: Introduce dmi_first_match to make the int ...
, Rafael J. Wysocki
, (Mon Sep 29, 3:13 pm)
[PATCH 3/6] SATA: Blacklisting of systems that spin off di ...
, Rafael J. Wysocki
, (Mon Sep 29, 3:14 pm)
[PATCH 4/6] SATA AHCI: Blacklist system that spins off dis ...
, Rafael J. Wysocki
, (Mon Sep 29, 3:15 pm)
[PATCH 5/6] SATA Sil: Blacklist system that spins off disk ...
, Rafael J. Wysocki
, (Mon Sep 29, 3:16 pm)
[PATCH 6/6] SATA PIIX: Blacklist system that spins off dis ...
, Rafael J. Wysocki
, (Mon Sep 29, 3:18 pm)
Re: [PATCH 2/6] DMI: Introduce dmi_first_match to make the ...
, Tejun Heo
, (Tue Sep 30, 8:31 pm)
Re: [PATCH 1/6] Hibernation: Introduce new system state fo ...
, Tejun Heo
, (Tue Sep 30, 8:32 pm)
Re: [PATCH 3/6] SATA: Blacklisting of systems that spin of ...
, Tejun Heo
, (Tue Sep 30, 8:34 pm)
Re: [PATCH 1/6] Hibernation: Introduce new system state fo ...
, Rafael J. Wysocki
, (Wed Oct 1, 4:36 am)
Re: [PATCH 3/6] SATA: Blacklisting of systems that spin of ...
, Rafael J. Wysocki
, (Wed Oct 1, 4:36 am)
Re: [PATCH 1/6] Hibernation: Introduce new system state fo ...
, Andrew Morton
, (Fri Oct 3, 1:35 am)
Re: [PATCH 1/6] Hibernation: Introduce new system state fo ...
, Rafael J. Wysocki
, (Fri Oct 3, 4:27 am)
Re: [PATCH 1/6] Hibernation: Introduce new system state fo ...
, Andrew Morton
, (Fri Oct 3, 5:43 am)
Re: [PATCH 1/6] Hibernation: Introduce new system state fo ...
, Arjan van de Ven
, (Fri Oct 3, 5:49 am)
Re: [PATCH 1/6] Hibernation: Introduce new system state fo ...
, Rafael J. Wysocki
, (Fri Oct 3, 8:03 am)
Re: [PATCH 1/6] Hibernation: Introduce new system state fo ...
, Rafael J. Wysocki
, (Fri Oct 3, 8:05 am)
[PATCH 0/6] SATA: Blacklist systems that spin off disks du ...
, Rafael J. Wysocki
, (Fri Oct 3, 2:48 pm)
[PATCH 1/6] Hibernation: Introduce system_entering_hibernation
, Rafael J. Wysocki
, (Fri Oct 3, 2:51 pm)
[PATCH 2/6] DMI: Introduce dmi_first_match to make the int ...
, Rafael J. Wysocki
, (Fri Oct 3, 2:52 pm)
[PATCH 3/6] SATA: Blacklisting of systems that spin off di ...
, Rafael J. Wysocki
, (Fri Oct 3, 2:57 pm)
[PATCH 4/6] SATA AHCI: Blacklist system that spins off dis ...
, Rafael J. Wysocki
, (Fri Oct 3, 2:57 pm)
[PATCH 5/6] SATA Sil: Blacklist system that spins off disk ...
, Rafael J. Wysocki
, (Fri Oct 3, 2:58 pm)
[PATCH 6/6] SATA PIIX: Blacklist system that spins off dis ...
, Rafael J. Wysocki
, (Fri Oct 3, 2:58 pm)
Re: [PATCH 1/6] Hibernation: Introduce system_entering_hib ...
, Alan Cox
, (Fri Oct 3, 4:27 pm)
Re: [PATCH 1/6] Hibernation: Introduce system_entering_hib ...
, Tejun Heo
, (Sat Oct 4, 12:02 am)
Re: [PATCH 1/6] Hibernation: Introduce system_entering_hib ...
, Rafael J. Wysocki
, (Sat Oct 4, 3:13 am)
Re: [PATCH 1/6] Hibernation: Introduce system_entering_hib ...
, Rafael J. Wysocki
, (Sat Oct 4, 3:14 am)
Re: [PATCH 1/6] Hibernation: Introduce system_entering_hib ...
, Alan Cox
, (Sat Oct 4, 2:50 pm)
Re: [PATCH 1/6] Hibernation: Introduce system_entering_hib ...
, Tejun Heo
, (Sat Oct 4, 2:52 pm)
Re: [PATCH 1/6] Hibernation: Introduce system_entering_hib ...
, Tejun Heo
, (Sat Oct 4, 3:27 pm)
Re: [PATCH 1/6] Hibernation: Introduce system_entering_hib ...
, Rafael J. Wysocki
, (Sat Oct 4, 3:30 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rafael J. Wysocki
[Bug #11559] 2.6.27-rc6: nohz + s2ram = need to press keys to get progress
Chris Mason
Re: [Bug #11548] kernel BUG at drivers/pci/intel-iommu.c:1373!
Borislav Petkov
2.6.23-rc1: no setup signature found...
Linus Torvalds
Linux 2.6.34-rc4
David Miller
Re: 'global' rq->clock
git
:
Len Brown
Re: fatal: unable to create '.git/index': File exists
Laflen, Brandon (GE, Research)
RE: fatal: Unable to find remote helper for 'http'
Oliver Hoffmann
git init --bare versus git --bare init
Sam Song
Fwd: [OT] Re: Git via a proxy server?
Neal Kreitzinger
Re: clone --bare vs push
linux-netdev
:
William Allen Simpson
[net-next-2.6 PATCH v8 0/7] TCPCT part 1: cookie option exchange
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
David Miller
Re: [PATCH v5] rfs: Receive Flow Steering
David Miller
Re: [PATCH 2/2] macb: process the RX ring regardless of interrupt status
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB (13368): af9015: support for Sveon STV20 Tuner USB DVB-T HDTV
Linux Kernel Mailing List
ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errata
Linux Kernel Mailing List
checkpatch: add check for too short Kconfig descriptions
Linux Kernel Mailing List
Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)
Linux Kernel Mailing List
V4L/DVB (10826): cx88: Add IR support to pcHDTV HD3000 & HD5500
openbsd-misc
:
Private Equity Investment Exchange of Vietnam
Cong cu huu hieu: Cong giao tiep dau tu chuyen nghiep nhat Vietnam | Private Equit...
mark reardon
pfctl not loading rules - Must enable table loading for optimizations
KURS ENGLESKOG JEZIKA NA 10 CD-a
AUDIO-VIZUELNA METODA UCENJA ENGLESKOG JEZIKA na 10 CD-a
Henning Brauer
Re: pf: reassemble tcp
Aaron Mason
Re: thinkpad x200 wireless 5100 old issue
Colocation donated by:
Syndicate