All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Add rcu_sync infrastructure to avoid _expedited() in percpu-rwsem
@ 2015-08-21 17:42 Oleg Nesterov
  2015-08-21 17:42 ` [PATCH v2 1/8] rcu: Create rcu_sync infrastructure Oleg Nesterov
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Oleg Nesterov @ 2015-08-21 17:42 UTC (permalink / raw)
  To: Paul McKenney
  Cc: Ingo Molnar, Linus Torvalds, Peter Zijlstra, Tejun Heo,
	linux-kernel

Hello,

Now that sb->s_writers was changed to use percpu_rw_semaphore let me
send v2.

Changes:

	- whitespace fix in 1/8.

	- remove EXPORT_SYMBOL() in 3/8, currently rcu_sync has no
	  modular users.

	- 5/8 is new. This ugly hack pairs with another one:
	  "shift percpu_counter_destroy() into destroy_super_work()"
	  https://git.kernel.org/cgit/linux/kernel/git/viro/vfs.git/commit/?h=for-next&id=853b39a7c82826b8413048feec7bf08e98ce7a84
	  They both will be reverted later.

	  The problem is that we have 2 series routed via different
	  trees, RCU and VFS. We need this hack to ensure that this
	  series won't break alloc_super() which currently assumes that
	  destroy_super()->percpu_free_rwsem() is safe after kzalloc().
	  This way these 2 series do not depend on each other, we can
	  test/change/revert/etc them independently.

	  We will add rcu_sync_dtor() into deactivate_locked_super()
	  later and revert both hacks.
Oleg.

 include/linux/percpu-rwsem.h  |    3 +-
 include/linux/rcusync.h       |   56 +++++++++++++++
 kernel/locking/percpu-rwsem.c |   85 ++++++++---------------
 kernel/rcu/Makefile           |    2 +-
 kernel/rcu/sync.c             |  151 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 240 insertions(+), 57 deletions(-)


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

end of thread, other threads:[~2015-08-26 14:29 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 17:42 [PATCH v2 0/8] Add rcu_sync infrastructure to avoid _expedited() in percpu-rwsem Oleg Nesterov
2015-08-21 17:42 ` [PATCH v2 1/8] rcu: Create rcu_sync infrastructure Oleg Nesterov
2015-08-21 17:42 ` [PATCH v2 2/8] rcusync: Introduce struct rcu_sync_ops Oleg Nesterov
2015-08-21 17:42 ` [PATCH v2 3/8] rcusync: Add the CONFIG_PROVE_RCU checks Oleg Nesterov
2015-08-21 17:42 ` [PATCH v2 4/8] rcusync: Introduce rcu_sync_dtor() Oleg Nesterov
2015-08-21 17:42 ` [PATCH v2 5/8] percpu-rwsem: make percpu_free_rwsem() after kzalloc() safe Oleg Nesterov
2015-08-21 17:42 ` [PATCH v2 6/8] percpu-rwsem: change it to rely on rss_sync infrastructure Oleg Nesterov
2015-08-21 17:43 ` [PATCH v2 7/8] percpu-rwsem: fix the comments outdated by rcu_sync Oleg Nesterov
2015-08-21 17:43 ` [PATCH v2 8/8] percpu-rwsem: cleanup the lockdep annotations in percpu_down_read() Oleg Nesterov
2015-08-22 16:38 ` [PATCH v2 0/8] Add rcu_sync infrastructure to avoid _expedited() in percpu-rwsem Paul E. McKenney
2015-08-24 15:34   ` Oleg Nesterov
2015-08-24 18:31     ` parse_args() is too unforgivable? Oleg Nesterov
2015-08-25  1:24       ` Rusty Russell
2015-08-25 15:18         ` [PATCH 0/1] params: don't ignore the rest of cmdline if parse_one() fails Oleg Nesterov
2015-08-25 15:18           ` [PATCH 1/1] " Oleg Nesterov
2015-08-26  0:13             ` Rusty Russell
2015-08-26  0:22     ` [PATCH v2 0/8] Add rcu_sync infrastructure to avoid _expedited() in percpu-rwsem Paul E. McKenney
2015-08-26 12:16       ` Oleg Nesterov
2015-08-26 12:52         ` Oleg Nesterov
2015-08-26 14:29           ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.