linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] srcu: cleanup for 3.8
@ 2012-11-29  8:46 Lai Jiangshan
  2012-11-29  8:46 ` [PATCH 1/8] srcu: simplify __srcu_read_unlock() via this_cpu_dec() Lai Jiangshan
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Lai Jiangshan @ 2012-11-29  8:46 UTC (permalink / raw)
  To: linux-kernel, Paul E. McKenney; +Cc: Lai Jiangshan

Hi, Paul

These are tiny cleanups for srcu.

PATCH 4~8 make the code or the comments match the new SRCU.

Thanks,
Lai

Lai Jiangshan (8):
  srcu: simplify __srcu_read_unlock() via this_cpu_dec()
  srcu: add might_sleep() annotation to synchronize_srcu()
  srcu: simple cleanup for cleanup_srcu_struct()
  srcu: srcu_read_lock() can be called from offline cpu
  srcu: srcu_read_lock() can be called from idle loop
  srcu: update the comments of synchronize_srcu()
  srcu: update the comments of synchronize_srcu_expedited()
  srcu: use ACCESS_ONCE() to access sp->completed in srcu_read_lock()

 include/linux/srcu.h |   26 +++-----------------------
 kernel/srcu.c        |   37 ++++++++++++++++---------------------
 2 files changed, 19 insertions(+), 44 deletions(-)

-- 
1.7.4.4


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-12-05 15:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29  8:46 [PATCH 0/8] srcu: cleanup for 3.8 Lai Jiangshan
2012-11-29  8:46 ` [PATCH 1/8] srcu: simplify __srcu_read_unlock() via this_cpu_dec() Lai Jiangshan
2012-11-29  8:46 ` [PATCH 2/8] srcu: add might_sleep() annotation to synchronize_srcu() Lai Jiangshan
2012-11-29  8:46 ` [PATCH 3/8] srcu: simple cleanup for cleanup_srcu_struct() Lai Jiangshan
2012-11-29  8:46 ` [PATCH 4/8] srcu: srcu_read_lock() can be called from offline cpu Lai Jiangshan
2012-12-04 19:15   ` Paul E. McKenney
2012-11-29  8:46 ` [PATCH 5/8] srcu: srcu_read_lock() can be called from idle loop Lai Jiangshan
2012-11-29  8:46 ` [PATCH 6/8] srcu: update the comments of synchronize_srcu() Lai Jiangshan
2012-11-29  8:46 ` [PATCH 7/8] srcu: update the comments of synchronize_srcu_expedited() Lai Jiangshan
2012-11-29  8:46 ` [PATCH 8/8] srcu: use ACCESS_ONCE() to access sp->completed in srcu_read_lock() Lai Jiangshan
2012-11-29 22:05   ` Paul E. McKenney
2012-11-30  8:14     ` Lai Jiangshan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).