From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755323Ab3LRPpy (ORCPT ); Wed, 18 Dec 2013 10:45:54 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:46161 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754774Ab3LRPpx (ORCPT ); Wed, 18 Dec 2013 10:45:53 -0500 Date: Wed, 18 Dec 2013 07:45:48 -0800 From: Christoph Hellwig To: Frederic Weisbecker Cc: Peter Zijlstra , Christoph Hellwig , LKML , Thomas Gleixner , Ingo Molnar , Steven Rostedt , "Paul E. McKenney" , John Stultz , Alex Shi , Kevin Hilman Subject: Re: [PATCH 05/13] rcu: Fix unraised IPI to timekeeping CPU Message-ID: <20131218154548.GA20852@infradead.org> References: <1387320692-28460-1-git-send-email-fweisbec@gmail.com> <1387320692-28460-6-git-send-email-fweisbec@gmail.com> <20131218121204.GS13532@twins.programming.kicks-ass.net> <20131218153857.GF18464@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131218153857.GF18464@localhost.localdomain> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 18, 2013 at 04:38:59PM +0100, Frederic Weisbecker wrote: > I think that Christophe Hellwig had patches to drop csd and make smp.c lockless, I don't > recall the details though. I had a patch to use llists, but you still have the csd_lock opencoded lock. By coincidence Jan Kara just resent the patch a few minutes ago.