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 39FBDC4332F for ; Wed, 2 Nov 2022 12:46:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230271AbiKBMqQ (ORCPT ); Wed, 2 Nov 2022 08:46:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229598AbiKBMqO (ORCPT ); Wed, 2 Nov 2022 08:46:14 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08297DEDE; Wed, 2 Nov 2022 05:46:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; 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=NJ+jkxbGyP6MZILPmfZROvJFM21Uk0WVCSxapAxyCqo=; b=EbNisni8w2GO2uVh+0YJ0HZv8Q Ffp5uHfJ/zyYu9ibWlLjg980ZVZeuhQLC4Yd4CPgt9sUdlCAx2QFMYJiLuuVJCkyF7hjGTI23oidn gHapnVJSQgaXdWjjhXXnOVIZ2Fwj04FOkH8HpBo0+yZVgO4T5XTD5+P2DT76c2iAkyKr6M3OfyJUZ pjBLMpWgcgg0LmMvIYJoeiIvBlJV3LhmSpb3Xn/ov9PN+PZ0Dj85e9Omo8vAtjaHUoyyeFOwPMzZk XoK6mdaV+7BK2IBtC+oJanu8bZa7pPelAPZ02IBu7bWhRsnN+FqDOhoSxm4UsCPrDhRriS7LPIn5b hfbjrCKA==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1oqD7n-008Oh2-07; Wed, 02 Nov 2022 12:45:43 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 50500300137; Wed, 2 Nov 2022 13:45:41 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 34CA920B1BC35; Wed, 2 Nov 2022 13:45:41 +0100 (CET) Date: Wed, 2 Nov 2022 13:45:41 +0100 From: Peter Zijlstra To: Linus Torvalds Cc: Will Deacon , Aneesh Kumar , Nick Piggin , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger , Sven Schnelle , Nadav Amit , Jann Horn , John Hubbard , X86 ML , Matthew Wilcox , Andrew Morton , kernel list , Linux-MM , Andrea Arcangeli , "Kirill A . Shutemov" , Joerg Roedel , Uros Bizjak , Alistair Popple , linux-arch Subject: Re: mm: delay rmap removal until after TLB flush Message-ID: References: <140B437E-B994-45B7-8DAC-E9B66885BEEF@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 31, 2022 at 11:43:30AM -0700, Linus Torvalds wrote: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/?h=mmu_gather-race-fix Acked-by: Peter Zijlstra (Intel)