login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
31
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU implementation
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Paul E. McKenney
Subject:
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU implementation
Date: Sunday, August 31, 2008 - 12:23 pm
On Sun, Aug 31, 2008 at 08:18:42PM +0200, Manfred Spraul wrote:
quoted text
> Paul E. McKenney wrote: >> On Sun, Aug 31, 2008 at 07:45:02PM +0200, Manfred Spraul wrote: >> >>> Paul E. McKenney wrote: >>> >>>> Assuming that the ordering of processing pending irqs and marking the >>>> CPU offline in cpu_online_mask can be resolved as noted above, it should >>>> work fine -- if a CPU's bit is clear, we can safely ignore it. The race >>>> can be resolved by checking the CPU's bit in force_quiescent_state(). >>>> >>>> Or am I missing something? >>>> >>> Yes, that would work: >>> Rule 1: after CPU_DEAD, a cpu is gone. The cpu is quiet, rcu callbacks >>> must be moved to other cpus, ... >>> Rule 2: if a cpu is not listed in cpu_online_mask, then it can be >>> considered as outside a read-side critical section. >>> >>> The problem with rule 2 is that it means someone >>> [force_quiescent_state()] must poll the cpu_online_mask and look for >>> changes. >>> I'd really prefer a notifier. CPU_DYING is nearly the correct thing, it >>> only has to be moved down 3 lines ;-) >>> (I want to kill the bitmaps, not add a hierarchical bitmap polling >>> system!) >>> >> >> But some later CPU_DYING notifier might decide that the CPU cannot be >> removed after all, which would mean bringing the CPU back. And then >> whatever the CPU was needed for might have actually happened in the >> meantime, which does not sound good to me... >> > CPU_DYING must not fail, the current code doesn't support that.
Good point! Thanx, Paul --
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:
[PATCH, RFC, tip/core/rcu] scalable classic RCU implementation
, Paul E. McKenney
, (Thu Aug 21, 4:43 pm)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Ingo Molnar
, (Thu Aug 21, 9:37 pm)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Paul E. McKenney
, (Fri Aug 22, 6:47 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Paul E. McKenney
, (Fri Aug 22, 10:22 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Josh Triplett
, (Fri Aug 22, 11:16 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Josh Triplett
, (Fri Aug 22, 4:29 pm)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Paul E. McKenney
, (Fri Aug 22, 6:53 pm)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Ingo Molnar
, (Sat Aug 23, 9:07 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Paul E. McKenney
, (Sat Aug 23, 7:44 pm)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Manfred Spraul
, (Sun Aug 24, 1:08 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Paul E. McKenney
, (Sun Aug 24, 9:32 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Manfred Spraul
, (Sun Aug 24, 11:25 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Paul E. McKenney
, (Sun Aug 24, 2:19 pm)
[PATCH, RFC, tip/core/rcu] v2 scalable classic RCU impleme ...
, Paul E. McKenney
, (Sun Aug 24, 5:07 pm)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Peter Zijlstra
, (Mon Aug 25, 3:34 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Paul E. McKenney
, (Mon Aug 25, 8:16 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Peter Zijlstra
, (Mon Aug 25, 8:26 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Josh Triplett
, (Mon Aug 25, 3:02 pm)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Paul E. McKenney
, (Tue Aug 26, 9:05 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Josh Triplett
, (Tue Aug 26, 5:38 pm)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Paul E. McKenney
, (Wed Aug 27, 11:28 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Paul E. McKenney
, (Wed Aug 27, 11:34 am)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Josh Triplett
, (Wed Aug 27, 1:23 pm)
Re: [PATCH, RFC, tip/core/rcu] scalable classic RCU implem ...
, Paul E. McKenney
, (Wed Aug 27, 1:41 pm)
[PATCH, RFC, tip/core/rcu] v3 scalable classic RCU impleme ...
, Paul E. McKenney
, (Fri Aug 29, 5:49 pm)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Peter Zijlstra
, (Sat Aug 30, 2:33 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Lai Jiangshan
, (Sat Aug 30, 2:58 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Manfred Spraul
, (Sat Aug 30, 6:32 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Paul E. McKenney
, (Sat Aug 30, 7:10 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Paul E. McKenney
, (Sat Aug 30, 7:29 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Paul E. McKenney
, (Sat Aug 30, 7:34 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Peter Zijlstra
, (Sat Aug 30, 8:40 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Paul E. McKenney
, (Sat Aug 30, 12:38 pm)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Manfred Spraul
, (Sun Aug 31, 3:58 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Paul E. McKenney
, (Sun Aug 31, 10:20 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Manfred Spraul
, (Sun Aug 31, 10:45 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Paul E. McKenney
, (Sun Aug 31, 10:55 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Manfred Spraul
, (Sun Aug 31, 11:18 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Paul E. McKenney
, (Sun Aug 31, 12:23 pm)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Andi Kleen
, (Mon Sep 1, 2:38 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Paul E. McKenney
, (Mon Sep 1, 6:05 pm)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Andi Kleen
, (Mon Sep 1, 11:18 pm)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Mathieu Desnoyers
, (Tue Sep 2, 6:26 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Peter Zijlstra
, (Tue Sep 2, 6:41 am)
Re: [PATCH, RFC, tip/core/rcu] v3 scalable classic RCU imp ...
, Paul E. McKenney
, (Tue Sep 2, 7:55 am)
[PATCH, RFC] v4 scalable classic RCU implementation
, Paul E. McKenney
, (Fri Sep 5, 8:29 am)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Andrew Morton
, (Fri Sep 5, 12:33 pm)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Paul E. McKenney
, (Fri Sep 5, 4:04 pm)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Andrew Morton
, (Fri Sep 5, 4:52 pm)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Paul E. McKenney
, (Fri Sep 5, 9:16 pm)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Manfred Spraul
, (Sat Sep 6, 9:37 am)
[RFC, PATCH] Add a CPU_STARTING notifier (was: Re: [PATCH, ...
, Manfred Spraul
, (Sun Sep 7, 3:18 am)
Re: [RFC, PATCH] Add a CPU_STARTING notifier (was: Re: [PA ...
, Andi Kleen
, (Sun Sep 7, 4:07 am)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Paul E. McKenney
, (Sun Sep 7, 10:25 am)
Re: [RFC, PATCH] Add a CPU_STARTING notifier (was: Re: [PA ...
, Paul E. McKenney
, (Sun Sep 7, 12:46 pm)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Paul E. McKenney
, (Mon Sep 15, 9:02 am)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Manfred Spraul
, (Tue Sep 16, 9:52 am)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Paul E. McKenney
, (Tue Sep 16, 10:30 am)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Manfred Spraul
, (Tue Sep 16, 10:48 am)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Paul E. McKenney
, (Tue Sep 16, 11:22 am)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Manfred Spraul
, (Sun Sep 21, 4:09 am)
Re: [PATCH, RFC] v4 scalable classic RCU implementation
, Paul E. McKenney
, (Sun Sep 21, 2:14 pm)
[PATCH, RFC] v6 scalable classic RCU implementation
, Paul E. McKenney
, (Tue Sep 23, 4:53 pm)
Re: [PATCH, RFC] v6 scalable classic RCU implementation
, Ingo Molnar
, (Thu Sep 25, 12:26 am)
Re: [PATCH, RFC] v6 scalable classic RCU implementation
, Ingo Molnar
, (Thu Sep 25, 12:29 am)
Re: [PATCH, RFC] v6 scalable classic RCU implementation
, Paul E. McKenney
, (Thu Sep 25, 7:05 am)
Re: [PATCH, RFC] v6 scalable classic RCU implementation
, Paul E. McKenney
, (Thu Sep 25, 7:18 am)
[PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Fri Oct 10, 9:09 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Manfred Spraul
, (Sun Oct 12, 8:52 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Sun Oct 12, 3:46 pm)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Manfred Spraul
, (Mon Oct 13, 11:03 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Tue Oct 14, 6:11 pm)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Manfred Spraul
, (Wed Oct 15, 1:13 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Wed Oct 15, 8:26 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Gautham R Shenoy
, (Fri Oct 17, 1:34 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Gautham R Shenoy
, (Fri Oct 17, 8:35 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Fri Oct 17, 8:43 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Fri Oct 17, 8:46 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Manfred Spraul
, (Wed Oct 22, 11:41 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Wed Oct 22, 2:02 pm)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Manfred Spraul
, (Wed Oct 22, 2:24 pm)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Mon Oct 27, 9:45 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Manfred Spraul
, (Mon Oct 27, 12:48 pm)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Mon Oct 27, 4:52 pm)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Manfred Spraul
, (Mon Oct 27, 10:30 pm)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Tue Oct 28, 8:17 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Manfred Spraul
, (Tue Oct 28, 10:21 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Tue Oct 28, 10:35 am)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Manfred Spraul
, (Sun Nov 2, 1:10 pm)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Mon Nov 3, 1:33 pm)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Manfred Spraul
, (Wed Nov 5, 12:48 pm)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Wed Nov 5, 2:27 pm)
[PATCH, RFC] v8 scalable classic RCU implementation
, Paul E. McKenney
, (Sat Nov 15, 4:20 pm)
Re: [PATCH, RFC] v7 scalable classic RCU implementation
, Paul E. McKenney
, (Mon Dec 8, 11:42 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 17/36] sysdev: detect multiple driver registrations
Sam Ravnborg
Re: [PATCH] kbuild: fix make V=1
Nick Piggin
Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures
Greg Kroah-Hartman
[PATCH 16/36] driver core: cpu: fix section mismatch in cpu.c:store_online
Greg Kroah-Hartman
[PATCH 22/36] PM: Make wakeup flags available whenever CONFIG_PM is set
git
:
fantasy1215
Will tortoisesvn conflict with tortoisegit?
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Junio C Hamano
Re: [PATCH 1/2] Teach git-describe to display distances from tags.
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
Junio C Hamano
Re: [PATCH 6/6] Teach core object handling functions about gitlinks
linux-netdev
:
Jarek Poplawski
Re: [PATCH] flush_work_sync vs. flush_scheduled_work Re: [PATCH] PHYLIB: IRQ event...
Lennert Buytenhek
Re: Distributed Switch Architecture(DSA)
Daniel Schaffrath
Re: tcp bw in 2.6
Guo-Fu Tseng
Re: jme: UDP checksum error, and lots of them
Gerrit Renker
[PATCH 37/37] dccp: Debugging functions for feature negotiation
openbsd-misc
:
Claudio Jeker
Re: Vlan Tag on Vlan Tag (l2tunneling)
Josh Grosse
ssh/sshd challenge-response seems to have stopped working in -current
Pieter Verberne
File collision while using pkg_add
Tomas Bodzar
bsd: uvm_mapent_alloc: out of static map entries
Community First Financial
Teacher A+ Loan
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
ath9k: Added get_survey callback in order to get channel noise
Linux Kernel Mailing List
tracing: protect reader of cmdline output
Linux Kernel Mailing List
kconfig: recalc symbol value before showing search results
Linux Kernel Mailing List
[ARM] 5185/1: Fix spi num_chipselect for lubbock
Colocation donated by:
Syndicate