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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id ABC5CC36010 for ; Sat, 5 Apr 2025 17:11:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tmIf37hkJseqnFO4ijvf4xA+K3JIaSwLPz9+OPSHUO4=; b=oeFvNaHsx7+QXYyAAD2V8i42PW BvmlN2bN6/N4fizeA7UpPVUPHOHRPb0ip0JlDIN1v3QmZgturwwo9j5iv/FKbcpwWOiyuHxjw5d2V /7rww8ZUKTomFTDTIkiUhjtEhoeLGS1Fr7sy/uivxFjjm0QRj/nzZrNI71ADXFeZQUDx8IP9pV9fW lYdWTnL3XCh3j9fF+Mv85ILD3dUAzE14I5okhkSlCpdDTX2qOtxxJ/pRU9RTMyhEc+i5B8jfW0xF+ ur5UjwwvDif2qFc2b800MnjZUfwZ9+hgBD/01QQRlasVfsuUZJuOL0fPUV879N5cAJ54XM17uQDtD AzgzPcgg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.1 #2 (Red Hat Linux)) id 1u1732-0000000EFwX-0Mes; Sat, 05 Apr 2025 17:11:12 +0000 Received: from woodpecker.gentoo.org ([2001:470:ea4a:1:5054:ff:fec7:86e4] helo=smtp.gentoo.org) by bombadil.infradead.org with esmtps (Exim 4.98.1 #2 (Red Hat Linux)) id 1u171F-0000000EFmw-1xpA; Sat, 05 Apr 2025 17:09:22 +0000 Received: from mop.sam.mop (unknown [82.8.138.118]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sam) by smtp.gentoo.org (Postfix) with ESMTPSA id 5C1583430E5; Sat, 05 Apr 2025 17:09:14 +0000 (UTC) From: Sam James To: linmag7@gmail.com, Al Viro Cc: arnd@arndb.de, chris@zankel.net, dinguyen@kernel.org, glaubitz@physik.fu-berlin.de, ink@unseen.parts, jcmvbkbc@gmail.com, kees@kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-csky@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linux-openrisc@vger.kernel.org, linux-parisc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-um@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, loongarch@lists.linux.dev, mattst88@gmail.com, monstr@monstr.eu, richard.henderson@linaro.org, sparclinux@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive In-Reply-To: <87cyfejafj.fsf@gentoo.org> Organization: Gentoo References: <87cyfejafj.fsf@gentoo.org> User-Agent: mu4e 1.12.9; emacs 31.0.50 Date: Sat, 05 Apr 2025 18:09:11 +0100 Message-ID: <87v7rik020.fsf@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250405_100921_530738_95049AC8 X-CRM114-Status: UNSURE ( 4.21 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-um@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-um" Errors-To: linux-um-bounces+linux-um=archiver.kernel.org@lists.infradead.org Sam James writes: > Lovely cleanup and a great suggestion from Al. > > Reviewed-by: Sam James > > I'd suggest adding a: > Suggested-by: Al Viro Al, were you planning on taking this through your tree? > > thanks, > sam