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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C2B1C433F5 for ; Mon, 28 Mar 2022 14:59:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244189AbiC1PAv (ORCPT ); Mon, 28 Mar 2022 11:00:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242326AbiC1PAs (ORCPT ); Mon, 28 Mar 2022 11:00:48 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 979332228A for ; Mon, 28 Mar 2022 07:59:07 -0700 (PDT) Date: Mon, 28 Mar 2022 16:59:04 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1648479546; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ryz55sTgOT9iLUvPycwDO52kBcgVZON9b2RpskvLecg=; b=avDxG7mHLlvWumdSHmf6zrhp8OLuJduxWSNcrDTfHI5RnZ0TlWgE3U9yMkoauS+BwbFWU1 MWDZdfO/gkGTjeCQW0cCc0R3wRCUmQzIGzZ4NWVIzWB4zcffmkVMb6Q5xuqnWwAoN2evYO JJEzFwdQeHhj8UcRJ16Znb3YKIZ/+Ldee4VSeW6RJQ1VAlnNtaJATB9r++0vGRdtOmE7IV KfJ1a/Wzs1ZjrCMXg1uJCq7QXkxauqqjQ95bQulJJca5WHnZdl0Mnlf9JxhrNZAAnc/EM4 COB7aKNzrBh+qMJpTBnI7SXyFTz3/KB/NGRLHARX7ZTEET+Dvg+GK3Y6jRqQBw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1648479546; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ryz55sTgOT9iLUvPycwDO52kBcgVZON9b2RpskvLecg=; b=mXBh0rM6qQlIQK6wmbU8o0FK7zLQ5FO8kaVVeSZzxdtdwcwevAK9aqjkqTXUxyxZlpleYZ ELeAtt0QQBLP7bCg== From: Sebastian Andrzej Siewior To: Peter Zijlstra Cc: Linus Torvalds , Andrew Morton , Boqun Feng , Borislav Petkov , Linux Kernel Mailing List , Waiman Long , Ingo Molnar , Thomas Gleixner , Will Deacon , Dennis Zhou , Tejun Heo , Christoph Lameter Subject: Re: [PATCH 0/3] Remove volatile from arch_raw_cpu_ptr() and revert the hacks. Message-ID: References: <20220324173927.2230447-1-bigeasy@linutronix.de> <20220328135514.GE8939@worktop.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220328135514.GE8939@worktop.programming.kicks-ass.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-03-28 15:55:14 [+0200], Peter Zijlstra wrote: > On Thu, Mar 24, 2022 at 11:28:16AM -0700, Linus Torvalds wrote: > > > So Ack on your series, but that additional comment might be worth it, > > since I didn't even think of it until you mentioned it. Clearly much > > too subtle. > > Sebastian, were you going to resend these patches with that comment on, > or should I go collect them as is for post -rc1? Just did so. Sorry, had no time on FRI. Sebastian