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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 3D4D9C352A4 for ; Mon, 10 Feb 2020 09:51:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 137CF214DB for ; Mon, 10 Feb 2020 09:51:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581328294; bh=fNKuZ4BeColKJYzbO/lQDeGPMw/RVLynZL0azIAPAdM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=KJFEcUhJBPAfPzXSeF7Lt0YsmVp95qPdR5yeedxZcI5DnW0D7PMQ/0bOJqLpX0dE8 ZG9wQuytm3jNlcW1LO8gYYgjiQk6tioMHOPfBitYtn3dmlG7CzzGq6Bx7XsFFKC03z Yo/eeAfOkqL3EZjJhmXSxHXtg4C/btBX1UB4Viks= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727578AbgBJJvd (ORCPT ); Mon, 10 Feb 2020 04:51:33 -0500 Received: from conssluserg-03.nifty.com ([210.131.2.82]:38851 "EHLO conssluserg-03.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726796AbgBJJvd (ORCPT ); Mon, 10 Feb 2020 04:51:33 -0500 Received: from mail-vs1-f46.google.com (mail-vs1-f46.google.com [209.85.217.46]) (authenticated) by conssluserg-03.nifty.com with ESMTP id 01A9pTct031646; Mon, 10 Feb 2020 18:51:30 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 01A9pTct031646 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1581328290; bh=fNKuZ4BeColKJYzbO/lQDeGPMw/RVLynZL0azIAPAdM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=NLiLyJONKPIV2MVN044skGMpcOIEpIZngXCbHBgqX7WPnLgN9SNPpzYEZ0C594pXQ UHVapCNR+sNBd/uBEkgC9mCNvNAKW+TlUo8LgSBSxl/hVu/+fj4U/feAdzAa+qvUex /bBNB6MFjPiB1n+Aul9K6hthV2o+HHuPQT6w3OLpFHvgKuGhv+8PswrsYIwP51Y23Q tfHWzDdBOc1UPFrpenMF6PX9PmPjJ65KBB4xb+ndnzhTuf10PY3nlhbYPuMFYOYdWI lKYlxbPQIElkkDYUPEEJYWDAmIiVH+l0oIXEoQQuU5ky3/0za3qwZ/M3b77gcy6EE6 Qo10SG1CnjoTQ== X-Nifty-SrcIP: [209.85.217.46] Received: by mail-vs1-f46.google.com with SMTP id g15so3717692vsf.1; Mon, 10 Feb 2020 01:51:30 -0800 (PST) X-Gm-Message-State: APjAAAVtGFIaiSvEHwfsNQP55lC3mrMaAxAhFDQc38cIK3euo7YDaHiX pGvEF0TOGAU8tq32mG1hEDhVyhGoFoQejqdtZKw= X-Google-Smtp-Source: APXvYqxq3f1kAL5bTVLwnhzv6Hm7mM4ERbXcXAsVJ48BcQvRAW9w15eCRVm//W8I52h9j+XTb0KnFn8CpkGVDOZZKF8= X-Received: by 2002:a05:6102:190:: with SMTP id r16mr5621699vsq.215.1581328289249; Mon, 10 Feb 2020 01:51:29 -0800 (PST) MIME-Version: 1.0 References: <20200123153341.19947-1-will@kernel.org> <20200124083307.GA14914@hirez.programming.kicks-ass.net> In-Reply-To: <20200124083307.GA14914@hirez.programming.kicks-ass.net> From: Masahiro Yamada Date: Mon, 10 Feb 2020 18:50:53 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 00/10] Rework READ_ONCE() to improve codegen To: Peter Zijlstra Cc: Linus Torvalds , Will Deacon , Linux Kernel Mailing List , linux-arch , Android Kernel Team , Michael Ellerman , Segher Boessenkool , Christian Borntraeger , Luc Van Oostenryck , Arnd Bergmann , Peter Oberparleiter , Nick Desaulniers Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 24, 2020 at 5:33 PM Peter Zijlstra wrote: > > On Thu, Jan 23, 2020 at 09:59:03AM -0800, Linus Torvalds wrote: > > On Thu, Jan 23, 2020 at 7:33 AM Will Deacon wrote: > > > > > > This is version two of the patches I previously posted as an RFC here: > > > > Looks fine to me, as far as I can tell, > > Awesome, I've picked them up with a target for tip/locking/core. Were they really picked up? The MW is closed now, but I do not them in Linus' tree. I do not see them even in linux-next. -- Best Regards Masahiro Yamada From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Subject: Re: [PATCH v2 00/10] Rework READ_ONCE() to improve codegen Date: Mon, 10 Feb 2020 18:50:53 +0900 Message-ID: References: <20200123153341.19947-1-will@kernel.org> <20200124083307.GA14914@hirez.programming.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from conssluserg-03.nifty.com ([210.131.2.82]:38851 "EHLO conssluserg-03.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726796AbgBJJvd (ORCPT ); Mon, 10 Feb 2020 04:51:33 -0500 In-Reply-To: <20200124083307.GA14914@hirez.programming.kicks-ass.net> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Peter Zijlstra Cc: Linus Torvalds , Will Deacon , Linux Kernel Mailing List , linux-arch , Android Kernel Team , Michael Ellerman , Segher Boessenkool , Christian Borntraeger , Luc Van Oostenryck , Arnd Bergmann , Peter Oberparleiter , Nick Desaulniers On Fri, Jan 24, 2020 at 5:33 PM Peter Zijlstra wrote: > > On Thu, Jan 23, 2020 at 09:59:03AM -0800, Linus Torvalds wrote: > > On Thu, Jan 23, 2020 at 7:33 AM Will Deacon wrote: > > > > > > This is version two of the patches I previously posted as an RFC here: > > > > Looks fine to me, as far as I can tell, > > Awesome, I've picked them up with a target for tip/locking/core. Were they really picked up? The MW is closed now, but I do not them in Linus' tree. I do not see them even in linux-next.