Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp437221ybb; Fri, 20 Mar 2020 01:46:54 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtqD0YnziDJ+N+N4PeL04jgyM30sQqDIW7nIGyWeWChMPXwrAhq3gIr10OyLJB6ASVj9+TA X-Received: by 2002:a54:4501:: with SMTP id l1mr5572545oil.33.1584694013997; Fri, 20 Mar 2020 01:46:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584694013; cv=none; d=google.com; s=arc-20160816; b=rrzP920BoPcwVX1nj19nQzbWinHdecqzcMRsubXJ34nc+9jYtAnmNpz9BEVWNzNfL4 o8niqQMxq6B3VBkpWcswXLEu4IYygxAX3nJiaeqzWoZ06XoMou9eLsvo87bcyZE4fPue wvZ/KkB1aiUFqY9HC0wU60x/h0uCoKOh2bAINCyFrHTbEHmDTAC4kv3x0x5PoeVUTdUz Mp6MSb+fL2sKqHMRprdvOFxOyjiBKrWTkAei5UggmeGikmR9TOD5dGbJFnd1k8NZSlTE avLYHNu8C9U23zyvBw6ZQoa04nMG3nu5+EXLDay32nteIoKJGqcaqPyTCv2ZXK6KmGct p4Tg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=XcxYQ3Wwn0K5a1A0bduLmpR+4EJY0wbCycdCz1s7kVo=; b=miJUwvSJyVRpdBxD/2OgSbROwJ+FpcSabQL/V6VMbEII45pLPyngpFme1A669da+rw +U59umYWmwMDUsDXEf8CQ2sTtYzTcXRlseQP5eiNMxtLQDIaq98fVLJadedP1wdQBi8q gy9z1Yn8oD5BWHTfTFPzl4VTwY+uxJmLbrylcNOC6odFLngxitV7grVKwe6gDVY2qfco BgeszFcwpn/7k3nJ0E6wne8Q6v0ZfZS8Vf5kafgzGoxTqIhToBiYTjFmHqih0J3MaE9o qvQiZpH4XznXGWFtn9LrqwICErU1CVl4tW+BkWyUxVZt4KPZH/xLQ9WoJr7CGfo/w8sB jEmQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x13si2524087otk.230.2020.03.20.01.46.41; Fri, 20 Mar 2020 01:46:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727006AbgCTIqA convert rfc822-to-8bit (ORCPT + 99 others); Fri, 20 Mar 2020 04:46:00 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:34773 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726657AbgCTIqA (ORCPT ); Fri, 20 Mar 2020 04:46:00 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1jFDHJ-000826-Ud; Fri, 20 Mar 2020 09:45:17 +0100 Date: Fri, 20 Mar 2020 09:45:17 +0100 From: Sebastian Andrzej Siewior To: Davidlohr Bueso Cc: Thomas Gleixner , LKML , Peter Zijlstra , Linus Torvalds , Ingo Molnar , Will Deacon , "Paul E . McKenney" , Joel Fernandes , Steven Rostedt , Randy Dunlap , Oleg Nesterov , Logan Gunthorpe , Kurt Schwemmer , Bjorn Helgaas , linux-pci@vger.kernel.org, Felipe Balbi , Greg Kroah-Hartman , linux-usb@vger.kernel.org, Kalle Valo , "David S. Miller" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Michael Ellerman , Arnd Bergmann , linuxppc-dev@lists.ozlabs.org Subject: Re: [patch V2 06/15] rcuwait: Add @state argument to rcuwait_wait_event() Message-ID: <20200320084517.2tqbi2iwjlu6je2b@linutronix.de> References: <20200318204302.693307984@linutronix.de> <20200318204408.010461877@linutronix.de> <20200320053657.ggvcqsjtdotmrl7p@linux-p48b> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20200320053657.ggvcqsjtdotmrl7p@linux-p48b> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-03-19 22:36:57 [-0700], Davidlohr Bueso wrote: > On Wed, 18 Mar 2020, Thomas Gleixner wrote: > > Right now I'm not sure what the proper fix should be. I though that v2 has it fixed with the previous commit (acpi: Remove header dependency). The kbot just reported that everything is fine. Let me look… > Thanks, > Davidlohr Sebastian