login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
1
Re: sleepy linux self-test
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Ingo Molnar <mingo@...>
To: Pavel Machek <pavel@...>
Cc: kernel list <linux-kernel@...>, Linux-pm mailing list <linux-pm@...>
Subject:
Re: sleepy linux self-test
Date: Friday, February 1, 2008 - 10:22 am
* Pavel Machek <pavel@ucw.cz> wrote:
quoted text
> index b8b2de3..222d22d 100644 > --- a/kernel/power/sleepy.c > +++ b/kernel/power/sleepy.c > @@ -31,7 +31,8 @@ int ksleepyd(void *data) > { > msleep(5000); > while (1) { > - set_alarm(5); > + if (set_alarm(5)) > + return -EFAULT; > pm_suspend(PM_SUSPEND_MEM); > msleep(500000);
could you send me a clean patch against mainline please? The above chunk didnt apply because there's no ksleepyd (only test_sleep()). Thanks, Ingo --
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:
sleepy linux self-test
, Pavel Machek
, (Wed Jan 30, 9:17 am)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Thu Jan 31, 9:55 pm)
Re: [linux-pm] sleepy linux self-test
, Pavel Machek
, (Sat Feb 2, 8:47 am)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sat Feb 2, 1:31 pm)
Re: [linux-pm] sleepy linux self-test
, Ingo Molnar
, (Sat Feb 2, 2:00 pm)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sat Feb 2, 3:13 pm)
Re: [linux-pm] sleepy linux self-test
, Pavel Machek
, (Sat Feb 2, 3:32 pm)
Re: [linux-pm] sleepy linux self-test
, Ingo Molnar
, (Sat Feb 2, 3:38 pm)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sat Feb 2, 10:37 pm)
Re: [linux-pm] sleepy linux self-test
, Ingo Molnar
, (Sun Feb 3, 1:05 am)
Re: [linux-pm] sleepy linux self-test
, Ingo Molnar
, (Sun Feb 3, 1:14 am)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sun Feb 3, 3:18 am)
Re: [linux-pm] sleepy linux self-test
, Sam Ravnborg
, (Sun Feb 3, 3:51 am)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sun Feb 3, 4:26 am)
Re: [linux-pm] sleepy linux self-test
, Ingo Molnar
, (Sun Feb 3, 1:19 am)
Re: [linux-pm] sleepy linux self-test
, Ingo Molnar
, (Sun Feb 3, 1:35 am)
Re: [linux-pm] sleepy linux self-test
, Ingo Molnar
, (Sun Feb 3, 1:54 am)
Re: [linux-pm] sleepy linux self-test
, Pavel Machek
, (Sun Feb 10, 5:02 pm)
Re: [linux-pm] sleepy linux self-test
, Ingo Molnar
, (Sun Feb 3, 3:05 am)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sun Feb 3, 3:32 am)
Re: [linux-pm] sleepy linux self-test
, Rafael J. Wysocki
, (Sun Feb 3, 8:21 am)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sun Feb 3, 9:16 am)
Re: [linux-pm] sleepy linux self-test
, Pavel Machek
, (Mon Feb 18, 4:56 am)
[patch] suspend/resume self-test
, Ingo Molnar
, (Mon Feb 18, 5:46 am)
Re: [patch] suspend/resume self-test
, Rafael J. Wysocki
, (Mon Feb 18, 7:06 am)
Re: [patch] suspend/resume self-test
, Pavel Machek
, (Mon Feb 18, 5:53 am)
Re: [patch] suspend/resume self-test
, David Brownell
, (Mon Feb 18, 6:40 am)
Re: [patch] suspend/resume self-test
, Ingo Molnar
, (Mon Feb 18, 9:09 am)
Re: [patch] suspend/resume self-test
, David Brownell
, (Mon Feb 18, 4:16 pm)
Re: [patch] suspend/resume self-test
, Ingo Molnar
, (Tue Feb 19, 10:40 am)
Re: [patch] suspend/resume self-test
, Pavel Machek
, (Tue Feb 19, 6:11 am)
Re: [patch] suspend/resume self-test
, Ingo Molnar
, (Tue Feb 19, 10:43 am)
Re: [patch] suspend/resume self-test
, David Brownell
, (Tue Feb 19, 3:12 pm)
Re: [patch] suspend/resume self-test
, Ingo Molnar
, (Wed Feb 20, 6:15 am)
Re: [patch] suspend/resume self-test
, Rafael J. Wysocki
, (Mon Feb 18, 7:04 am)
Re: [linux-pm] sleepy linux self-test
, Rafael J. Wysocki
, (Sun Feb 3, 5:29 pm)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sun Feb 3, 6:42 pm)
Re: [linux-pm] sleepy linux self-test
, Pavel Machek
, (Sun Feb 3, 6:48 pm)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sun Feb 3, 7:08 pm)
Re: [linux-pm] sleepy linux self-test
, Pavel Machek
, (Sun Feb 10, 5:03 pm)
Re: [linux-pm] sleepy linux self-test
, Rafael J. Wysocki
, (Sun Feb 3, 6:43 pm)
Re: [linux-pm] sleepy linux self-test
, Pavel Machek
, (Sat Feb 2, 3:59 pm)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sat Feb 2, 1:51 pm)
Re: [linux-pm] sleepy linux self-test
, Ingo Molnar
, (Sat Feb 2, 9:50 am)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sat Feb 2, 1:49 pm)
Re: [linux-pm] sleepy linux self-test
, Ingo Molnar
, (Sat Feb 2, 2:06 pm)
Re: [linux-pm] sleepy linux self-test
, David Brownell
, (Sat Feb 2, 3:47 pm)
Re: sleepy linux self-test
, Ingo Molnar
, (Wed Jan 30, 3:36 pm)
Re: sleepy linux self-test
, Pavel Machek
, (Wed Jan 30, 7:26 pm)
Re: sleepy linux self-test
, Ingo Molnar
, (Fri Feb 1, 10:22 am)
Re: sleepy linux self-test
, Pavel Machek
, (Sat Feb 2, 8:45 am)
Re: sleepy linux self-test
, Ingo Molnar
, (Sat Feb 2, 9:51 am)
Re: sleepy linux self-test
, Ingo Molnar
, (Sat Feb 2, 9:49 am)
Re: sleepy linux self-test
, Ingo Molnar
, (Wed Jan 30, 12:35 pm)
Re: sleepy linux self-test
, Pavel Machek
, (Wed Jan 30, 12:39 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Linus Torvalds
Linux 2.6.21-rc4
Greg Kroah-Hartman
[PATCH 008/196] Chinese: add translation of volatile-considered-harmful.txt
Andrew Morton
-mm merge plans for 2.6.23
Stephane Eranian
Re: [PATCH] fix up perfmon to build on -mm
git
:
linux-netdev
:
David Miller
[GIT]: Networking
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Natalie Protasevich
[BUG] New Kernel Bugs
linux-fsdevel
:
Linus Torvalds
Re: silent semantic changes with reiser4
jim owens
Re: ext4 - getting at birth time (file create time) and getting/setting nanosecond...
Alan Cox
Re: impact of 4k sector size on the IO & FS stack
Peter Zijlstra
Re: + mm-balance_dirty_pages-reduce-calls-to-global_page_state-to-reduce-c ache-re...
Colocation donated by:
Who's online
There are currently
3 users
and
1100 guests
online.
Online users
pepssn2310m
bestelectrictoo
ernestot1
Syndicate