Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753486AbbHVQiS (ORCPT ); Sat, 22 Aug 2015 12:38:18 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:46321 "EHLO e35.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752795AbbHVQiQ (ORCPT ); Sat, 22 Aug 2015 12:38:16 -0400 X-Helo: d03dlp01.boulder.ibm.com X-MailFrom: paulmck@linux.vnet.ibm.com X-RcptTo: linux-kernel@vger.kernel.org Date: Sat, 22 Aug 2015 09:38:10 -0700 From: "Paul E. McKenney" To: Oleg Nesterov Cc: Ingo Molnar , Linus Torvalds , Peter Zijlstra , Tejun Heo , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/8] Add rcu_sync infrastructure to avoid _expedited() in percpu-rwsem Message-ID: <20150822163810.GV11078@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20150821174230.GA17867@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150821174230.GA17867@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15082216-0013-0000-0000-000016D5156C Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1902 Lines: 50 On Fri, Aug 21, 2015 at 07:42:30PM +0200, Oleg Nesterov wrote: > 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. Queued for testing, thank you, Oleg! Right now, this is mostly relying on 0day and -next testing. Any thoughts for a useful torture test for this? One approach would be to treat it like a reader-writer lock. Other thoughts? Thanx, Paul > 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(-) > -- 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/