From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753098AbbJZGeX (ORCPT ); Mon, 26 Oct 2015 02:34:23 -0400 Received: from mail.bmw-carit.de ([62.245.222.98]:38395 "EHLO mail.bmw-carit.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750982AbbJZGeW (ORCPT ); Mon, 26 Oct 2015 02:34:22 -0400 X-CTCH-RefID: str=0001.0A0C0201.562DC968.00AB,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 Subject: Re: [PATCH v3 0/4] Simple wait queue support To: References: <1445326090-1698-1-git-send-email-daniel.wagner@bmw-carit.de> <20151025201033.GC5105@linux.vnet.ibm.com> CC: , , Marcelo Tosatti , Paolo Bonzini , Paul Gortmaker , "Peter Zijlstra (Intel)" , Thomas Gleixner From: Daniel Wagner X-Enigmail-Draft-Status: N1110 Message-ID: <562DC967.7060701@bmw-carit.de> Date: Mon, 26 Oct 2015 07:34:15 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151025201033.GC5105@linux.vnet.ibm.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/25/2015 09:10 PM, Paul E. McKenney wrote: > On Tue, Oct 20, 2015 at 09:28:06AM +0200, Daniel Wagner wrote: >> Only small updates in this version, like fixing mips and reordering >> two patches to avoid lockdep warning when doing git bissect. Reported >> by Fengguang Wu's build robot. Thanks! >> >> Also removed the unnecessary initialization in the rcu patch as Paul >> pointed out. >> >> Hopefully, I do a better job on Cc list this time. >> >> These patches are against >> >> tip/master 11f4d95e6b634d7d41e7c2b521fcec261efbf769 > > I didn't find this commit, so I am (temporarily!) applying against > 19a5ecde086a (rcu: Suppress lockdep false positive for rcp->exp_funnel_mutex) > for testing purposes. I verified it and I can't find it either in the upstream tree anymore. The chances I got it wrong is quite likely considering that I just have dangerous half knowledge on how the tip tree is organized. I was under the impression that tip/master is a merge only branch. And even if that is the case there is plenty of possibilities using git the wrong way. Please let me know which tree is the preferred target. The patches seem to apply cleanly on most trees so far. > RCU appears to be a bit of a moving target here... Yeah, the maintainer of RCU seems to be busy :) cheers, daniel