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.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 DD802C54EEB for ; Mon, 23 Mar 2020 18:23:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BB8C62072D for ; Mon, 23 Mar 2020 18:23:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=joelfernandes.org header.i=@joelfernandes.org header.b="FH2qRmBS" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727707AbgCWSXy (ORCPT ); Mon, 23 Mar 2020 14:23:54 -0400 Received: from mail-qt1-f193.google.com ([209.85.160.193]:45124 "EHLO mail-qt1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727576AbgCWSXv (ORCPT ); Mon, 23 Mar 2020 14:23:51 -0400 Received: by mail-qt1-f193.google.com with SMTP id t17so2442725qtn.12 for ; Mon, 23 Mar 2020 11:23:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=joelfernandes.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=F/E2v/x0pD9S4co1rTwzqU5wtimX1Afhqg2gi2bulTI=; b=FH2qRmBSbSJZwB+BSXSQMYNKeGdg7FKsSXSb1K9JlVNhBvCRpF35Y1/cWbC8uK2uBj sxGBJGFMVlcJsfQa8mZ95ubQaEtjdmQCqtEE3Q92O2nL8F41seejAlpR8I49wXqAeU/B eqkpUOGxjScSYfB1LTpqwq4PRjJgwkCS4B5OA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=F/E2v/x0pD9S4co1rTwzqU5wtimX1Afhqg2gi2bulTI=; b=iNnE8hwfE4fC03QcSeNxSDKMO3BvehjCCLOogl+DFVBZBI4w6NVykPhQ49U4K+bDSv kDSCY/Pv/vjoqqwab3t2gKjnLLacAkAtKmLd1o8oCU28lfbhDqLELR4iRWohrwMsl7c3 gKQKMZoEDKNhBUFkKKvkp9rX6RaZV9z/LSD6IYFc0csnMmCB3kkWtmGQymnKiraezuI8 V7ikhgcEYNhH3PxT5Bj4oN8YZwFn/1lB8l6Yv6Q2FCU4yY99BEbcibUNjbNwMgL/hbAc jt3gsP9wR9iffDZmi14SNEpBESUCOS1PFVklIdahnZUT3A6wG6nqgfkc34oIn7PXWvCz oY6g== X-Gm-Message-State: ANhLgQ3/gc0QLNG9xtCatl04k/KVqhVU5I8a4xi0wEW+qBW/azqzwhFt vimhf5AuQY9W1iTjviOU/dPJvA== X-Google-Smtp-Source: ADFU+vva33T81FQrImBGAaIoEJK5Y8QnH9XQzRThIpIuh9LK6narFxQkMI+JxtK3VLi/dxYocOD3FA== X-Received: by 2002:ac8:140e:: with SMTP id k14mr22547629qtj.222.1584987830199; Mon, 23 Mar 2020 11:23:50 -0700 (PDT) Received: from localhost ([2620:15c:6:12:9c46:e0da:efbf:69cc]) by smtp.gmail.com with ESMTPSA id 85sm9774863qke.128.2020.03.23.11.23.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Mar 2020 11:23:49 -0700 (PDT) Date: Mon, 23 Mar 2020 14:23:49 -0400 From: Joel Fernandes To: Kalle Valo Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Jonathan Corbet , linux-doc@vger.kernel.org, Thomas Gleixner , Peter Zijlstra , Will Deacon , Linus Torvalds , Ingo Molnar , "Paul E . McKenney" , Steven Rostedt , Randy Dunlap , Sebastian Andrzej Siewior , Logan Gunthorpe , Kurt Schwemmer , Bjorn Helgaas , "linux-pci@vger.kernel.org Felipe Balbi" , Greg Kroah-Hartman , "David S. Miller" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Oleg Nesterov , Davidlohr Bueso , Michael Ellerman , Arnd Bergmann , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] Documentation: Clarify better about the rwsem non-owner release issue Message-ID: <20200323182349.GA203600@google.com> References: <20200322021938.175736-1-joel@joelfernandes.org> <87a748khlo.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a748khlo.fsf@kamboji.qca.qualcomm.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thomas, let me know if you wanted me to resend the diff patch. Hopefully it squashed fine into your original patch. thanks, - Joel