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 23297FA3740 for ; Mon, 31 Oct 2022 09:39:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229756AbiJaJjl (ORCPT ); Mon, 31 Oct 2022 05:39:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229517AbiJaJjj (ORCPT ); Mon, 31 Oct 2022 05:39:39 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6E2E2DCF for ; Mon, 31 Oct 2022 02:39:38 -0700 (PDT) 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=bKyv5g7RawM6/WP6lOu2nmqSru99lRjN4wYt9WNTNhk=; b=Fab+x8m6CoSZ5OnJ3eCzsGk9Fp c/KAWMJhtyN8OUElinKsfsR25B14615b3EapQH8DlgeyvaEve2/ZttL1xw/po9luk1qqLKyVeoepx qeF5aXnyc5R9eFp5Wunh7pq4S2Zw9KWnwixeIiPQE5bZaSBIf9wTf+XhBpfpyTwouk6TUkn8Pp8Mu CRpyWUoJw4nStRdP8UGe36vMHZLmcq4OB7XKrWzW43PMo1zhBh8HWyw7jtiLL8KWb+GMr4UBLKtQw XejvK/hCkx+jrJRGTJLkFNNEWjJLDN0haG6T5lfvGq7bRUUBssdIY5kpWWN2Eo1KPUNUC5s72r9KD Egs48lKQ==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1opRGY-003Z66-Jc; Mon, 31 Oct 2022 09:39:34 +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)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 3F69630013F; Mon, 31 Oct 2022 10:39:29 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 1FDDC20FEEEC2; Mon, 31 Oct 2022 10:39:29 +0100 (CET) Date: Mon, 31 Oct 2022 10:39:29 +0100 From: Peter Zijlstra To: Linus Torvalds Cc: Nadav Amit , Jann Horn , John Hubbard , X86 ML , Matthew Wilcox , Andrew Morton , kernel list , Linux-MM , Andrea Arcangeli , "Kirill A . Shutemov" , jroedel@suse.de, ubizjak@gmail.com, Alistair Popple Subject: Re: [PATCH 01/13] mm: Update ptep_get_lockless()s comment Message-ID: References: <47678198-C502-47E1-B7C8-8A12352CDA95@gmail.com> <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 Sun, Oct 30, 2022 at 06:47:23PM -0700, Linus Torvalds wrote: > - there's no 'compund' argument any more, because it was always false > > - we can get rid of the tests for 'compund' and 'PageAnon()' since we > know that they are You're making up new words ;-) s/compund/compound/g