From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 65454C41621 for ; Tue, 24 Mar 2020 08:17:57 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D0A4420842 for ; Tue, 24 Mar 2020 08:17:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="xwfUgmUW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D0A4420842 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48mkdZ1vZ3zDqtv for ; Tue, 24 Mar 2020 19:17:54 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=will@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=default header.b=xwfUgmUW; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48mkb857DfzDql6 for ; Tue, 24 Mar 2020 19:15:48 +1100 (AEDT) Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6C8562080C; Tue, 24 Mar 2020 08:15:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585037746; bh=95HDZEYr73gkVtFgHb5F5HQmWSnntZ5l5/JwKg88mxM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xwfUgmUW53dw91LyETvme5Ib+IkARacfJ/JGnvaqYPF7KvGq9wcyRwgOSVkigeg6u 6gNg54OWfTL/gN8MKPjHsVbYCUIxndvuuLvaC/p9N+EC0u8/B9gnt/rPjt7yX+VOVg gYylIFtZ5mAQ2ZpK5nN5CxQyo23RsvgrW3gWI45M= Date: Tue, 24 Mar 2020 08:15:39 +0000 From: Will Deacon To: Joel Fernandes Subject: Re: [PATCH] Documentation: Clarify better about the rwsem non-owner release issue Message-ID: <20200324081538.GA8696@willie-the-truck> References: <20200322021938.175736-1-joel@joelfernandes.org> <87a748khlo.fsf@kamboji.qca.qualcomm.com> <20200323182349.GA203600@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200323182349.GA203600@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-doc@vger.kernel.org, Peter Zijlstra , Sebastian Andrzej Siewior , linux-kernel@vger.kernel.org, Thomas Gleixner , Davidlohr Bueso , Arnd Bergmann , Jonathan Corbet , Ingo Molnar , Linus Torvalds , Ingo Molnar , "Paul E . McKenney" , linuxppc-dev@lists.ozlabs.org, Steven Rostedt , Bjorn Helgaas , Kurt Schwemmer , Kalle Valo , "linux-pci@vger.kernel.org Felipe Balbi" , Greg Kroah-Hartman , Randy Dunlap , linux-wireless@vger.kernel.org, Oleg Nesterov , netdev@vger.kernel.org, Logan Gunthorpe , "David S. Miller" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, Mar 23, 2020 at 02:23:49PM -0400, Joel Fernandes wrote: > On Sun, Mar 22, 2020 at 08:51:15AM +0200, Kalle Valo wrote: > > "Joel Fernandes (Google)" writes: > > > > > Reword and clarify better about the rwsem non-owner release issue. > > > > > > Link: https://lore.kernel.org/linux-pci/20200321212144.GA6475@google.com/ > > > > > > Signed-off-by: Joel Fernandes (Google) > > > > There's something wrong with your linux-pci and linux-usb addresses: > > > > "linux-pci@vger.kernel.org Felipe Balbi" , > > > > > > "linux-usb@vger.kernel.org Kalle Valo" , > > Not sure. It appears fine in the archive. Hmm, I don't think it does. Here's the copy from LKML: https://lore.kernel.org/lkml/20200322021938.175736-1-joel@joelfernandes.org/ Which works because it's in the To: correctly. But both linux-pci and linux-usb were *not* CC'd: "linux-usb@vger.kernel.org Kalle Valo" "linux-pci@vger.kernel.org Felipe Balbi" and searching for the message in the linux-pci archives doesn't find it: https://lore.kernel.org/linux-pci/?q=Reword+and+clarify+better+about+the+rwsem+non-owner+release+issue So it looks like there is an issue with your mail setup. Will