login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
8
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are dealocked when cpu is set to offline
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Andrew Morton
Subject:
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are dealocked when cpu is set to offline
Date: Friday, March 7, 2008 - 7:09 pm
On Fri, 7 Mar 2008 17:50:45 -0800 Suresh Siddha <suresh.b.siddha@intel.com> wrote:
quoted text
> Andrew, Can you please try one more patch(appended) to see if it helps? >
Not until Monday, sorry - the offending machine is at work and (due to this bug) cannot be woken via LAN.
quoted text
> --- > > diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c > index 0a6d2e5..8cb707c 100644 > --- a/kernel/sched_rt.c > +++ b/kernel/sched_rt.c > @@ -597,7 +597,7 @@ static int find_lowest_cpus(struct task_struct *task, cpumask_t *lowest_mask) > int count = 0; > int cpu; > > - cpus_and(*lowest_mask, task_rq(task)->rd->online, task->cpus_allowed); > + cpus_and(*lowest_mask, task->cpus_allowed, cpu_online_map);
--
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:
[BUG 2.6.25-rc3] scheduler/hotplug: some processes are dea ...
, Yi Yang
, (Sun Mar 2, 11:42 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Dmitry Adamushko
, (Mon Mar 3, 4:54 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Ingo Molnar
, (Mon Mar 3, 4:56 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Dmitry Adamushko
, (Mon Mar 3, 5:02 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Yi Yang
, (Mon Mar 3, 7:45 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Yi Yang
, (Mon Mar 3, 7:53 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Gautham R Shenoy
, (Mon Mar 3, 8:31 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Yi Yang
, (Mon Mar 3, 10:37 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Yi Yang
, (Mon Mar 3, 2:56 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Gautham R Shenoy
, (Mon Mar 3, 10:26 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Gautham R Shenoy
, (Tue Mar 4, 2:09 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Yi Yang
, (Tue Mar 4, 7:37 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Oleg Nesterov
, (Tue Mar 4, 8:01 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Gautham R Shenoy
, (Wed Mar 5, 3:05 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Oleg Nesterov
, (Wed Mar 5, 6:53 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Gautham R Shenoy
, (Thu Mar 6, 4:15 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Gautham R Shenoy
, (Thu Mar 6, 5:22 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Gautham R Shenoy
, (Thu Mar 6, 6:44 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Yi Yang
, (Thu Mar 6, 1:05 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Yi Yang
, (Thu Mar 6, 4:20 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Oleg Nesterov
, (Thu Mar 6, 7:54 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Gautham R Shenoy
, (Fri Mar 7, 2:10 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Gautham R Shenoy
, (Fri Mar 7, 3:51 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Dmitry Adamushko
, (Fri Mar 7, 6:02 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Gautham R Shenoy
, (Fri Mar 7, 6:55 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Gautham R Shenoy
, (Fri Mar 7, 8:50 am)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Suresh Siddha
, (Fri Mar 7, 12:14 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Andrew Morton
, (Fri Mar 7, 1:18 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Rafael J. Wysocki
, (Fri Mar 7, 2:36 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Suresh Siddha
, (Fri Mar 7, 4:01 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Andrew Morton
, (Fri Mar 7, 4:29 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Rafael J. Wysocki
, (Fri Mar 7, 4:43 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Suresh Siddha
, (Fri Mar 7, 6:50 pm)
Re: [BUG 2.6.25-rc3] scheduler/hotplug: some processes are ...
, Andrew Morton
, (Fri Mar 7, 7:09 pm)
[PATCH] adjust root-domain->online span in response to hot ...
, Gregory Haskins
, (Fri Mar 7, 10:10 pm)
Re: [PATCH] adjust root-domain->online span in response to ...
, Ingo Molnar
, (Sat Mar 8, 1:41 am)
Re: [PATCH] adjust root-domain->online span in response to ...
, Gregory Haskins
, (Sat Mar 8, 10:50 am)
Re: [PATCH] adjust root-domain->online span in response to ...
, Dmitry Adamushko
, (Sat Mar 8, 5:31 pm)
Re: [PATCH] adjust root-domain->online span in response to ...
, Suresh Siddha
, (Sat Mar 8, 7:35 pm)
Re: [PATCH] adjust root-domain->online span in response to ...
, Gautham R Shenoy
, (Mon Mar 10, 1:14 am)
Re: [PATCH] adjust root-domain->online span in response to ...
, Gregory Haskins
, (Mon Mar 10, 5:41 am)
[PATCH] cpu-hotplug: Register update_sched_domains() notif ...
, Gautham R Shenoy
, (Mon Mar 10, 6:13 am)
[PATCH] keep rd->online and cpu_online_map in sync
, Gregory Haskins
, (Mon Mar 10, 6:39 am)
Re: [PATCH] adjust root-domain->online span in response to ...
, Gregory Haskins
, (Mon Mar 10, 7:12 am)
Re: [PATCH] keep rd->online and cpu_online_map in sync
, Gautham R Shenoy
, (Mon Mar 10, 7:21 am)
Re: [PATCH] keep rd->online and cpu_online_map in sync
, Suresh Siddha
, (Mon Mar 10, 11:12 am)
[PATCH v2] keep rd->online and cpu_online_map in sync
, Gregory Haskins
, (Mon Mar 10, 2:59 pm)
Re: [PATCH] keep rd->online and cpu_online_map in sync
, Gregory Haskins
, (Mon Mar 10, 3:00 pm)
Re: [PATCH] keep rd->online and cpu_online_map in sync
, Rafael J. Wysocki
, (Mon Mar 10, 3:03 pm)
Re: [PATCH] keep rd->online and cpu_online_map in sync
, Suresh Siddha
, (Mon Mar 10, 3:10 pm)
Re: [PATCH] cpu-hotplug: Register update_sched_domains() n ...
, Andrew Morton
, (Mon Mar 10, 3:25 pm)
Re: [PATCH v2] keep rd->online and cpu_online_map in sync
, Andrew Morton
, (Mon Mar 10, 4:36 pm)
Re: [PATCH v2] keep rd->online and cpu_online_map in sync
, Suresh Siddha
, (Mon Mar 10, 6:34 pm)
Re: [PATCH v2] keep rd->online and cpu_online_map in sync
, Gautham R Shenoy
, (Mon Mar 10, 9:39 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Michael Trimarchi
Re: [PATCH] VFS: make file->f_pos access atomic on 32bit arch
Miklos Szeredi
[patch 14/15] vfs: more path_permission() conversions
Serge E. Hallyn
Re: [RFC v5][PATCH 7/8] Infrastructure for shared objects
Bernd Schmidt
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Takashi Iwai
[PATCH 2/2] input: Add LED support to Synaptics device
git
:
Junio C Hamano
Re: mingw, windows, crlf/lf, and git
Eyvind Bernhardsen
Re: Where has "git ls-remote" reference pattern matching gone?
Shawn O. Pearce
Re: Switching from CVS to GIT
Todd Zullinger
Re: [PATCH 2/2] send-email: rfc2047-quote subject lines with non-ascii characters
Santi Béjar
Re: How to use git-fmt-merge-msg?
linux-netdev
:
Ramkrishna Vepa
[net-2.6 PATCH 1/10] Neterion: New driver: Driver help file
Mark Anthony
invitation / inquiry
Ingo Molnar
Re: [PATCH 08/16] dma-debug: add core checking functions
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Sascha Hauer
[PATCH 03/12] fec: do not typedef struct types
git-commits-head
:
Linux Kernel Mailing List
amba: struct device - replace bus_id with dev_name(), dev_set_name()
Linux Kernel Mailing List
MIPS: Yosemite: Convert SMP startup lock to arch spinlock.
Linux Kernel Mailing List
ARM: S5PC100: IRQ and timer
Linux Kernel Mailing List
davinci: edma: clear interrupt status for interrupt enabled channels only
Linux Kernel Mailing List
x86, mm, kprobes: fault.c, simplify notify_page_fault()
openbsd-misc
:
Daniel A. Ramaley
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Matthias Kilian
Re: can't get vesa @ 1280x800 or nv
Tobias Ulmer
Re: Problem after upgrade 4.5 to 4.6: ERR M
Philip Guenther
Re: SIGCHLD and libpthread.so
J.C. Roberts
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Colocation donated by:
Syndicate