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=-3.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,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 98984C5519F for ; Mon, 30 Nov 2020 09:30:07 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id E1A3220809 for ; Mon, 30 Nov 2020 09:30:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="AenMzpFa" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E1A3220809 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 313F36B005D; Mon, 30 Nov 2020 04:30:06 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 29E7F8D0002; Mon, 30 Nov 2020 04:30:06 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 18CE38D0001; Mon, 30 Nov 2020 04:30:06 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0032.hostedemail.com [216.40.44.32]) by kanga.kvack.org (Postfix) with ESMTP id F30C46B005D for ; Mon, 30 Nov 2020 04:30:05 -0500 (EST) Received: from smtpin04.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id BCBFAEFEC for ; Mon, 30 Nov 2020 09:30:05 +0000 (UTC) X-FDA: 77540563170.04.cover75_44116e8273a0 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin04.hostedemail.com (Postfix) with ESMTP id A0893800CD0D for ; Mon, 30 Nov 2020 09:30:05 +0000 (UTC) X-HE-Tag: cover75_44116e8273a0 X-Filterd-Recvd-Size: 2840 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) by imf17.hostedemail.com (Postfix) with ESMTP for ; Mon, 30 Nov 2020 09:30:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Qm+mEK06jeIylWH4CfquOTPlX9S20bRHRY0l3x6+Qik=; b=AenMzpFaJkqNGAxuS8hKwAiMgA 4ISTolEMS6eong2QZUaJjw2leQiObEK1qwozGsZ4f+nZbatk0DJ2MX5ZWdkZ0Xb9n5e0iQZ+gVZVf eduxONkowfOwtFnYMslTOdP38vvcJ+wHngenPmoWUE5LACtwPElVRB3eJHFvkLEtmeX64ZILYX2fs eHv2D5HfAxa5r8rZV4MPuyD5rfqFkGcfBTfvefdL52q0ZeC3nQk3fC50qcXi8GxYh8O+orGpTG+QN 8MQjbdH3TcGu4sRFR61XMC4uzyQDW4KEW079MA7FTJjpU/yJLSwla0Ci/q3yyLpIiK+tKyiKBad2e zcHfSNyg==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kjfVQ-0007lb-Ue; Mon, 30 Nov 2020 09:30:01 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 3B1F9305815; Mon, 30 Nov 2020 10:30:00 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 26073203EEFB6; Mon, 30 Nov 2020 10:30:00 +0100 (CET) Date: Mon, 30 Nov 2020 10:30:00 +0100 From: Peter Zijlstra To: Andy Lutomirski Cc: Nicholas Piggin , LKML , X86 ML , Mathieu Desnoyers , Arnd Bergmann , linux-arch , linuxppc-dev , Linux-MM , Anton Blanchard Subject: Re: [PATCH 6/8] lazy tlb: shoot lazies, a non-refcounting lazy tlb option Message-ID: <20201130093000.GM2414@hirez.programming.kicks-ass.net> References: <20201128160141.1003903-1-npiggin@gmail.com> <20201128160141.1003903-7-npiggin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Sat, Nov 28, 2020 at 07:54:57PM -0800, Andy Lutomirski wrote: > This means that mm_cpumask operations won't need to be full barriers > forever, and we might not want to take the implied full barriers in > set_bit() and clear_bit() for granted. There is no implied full barrier for those ops.