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 3E525C001E0 for ; Thu, 27 Jul 2023 12:23:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234044AbjG0MXH (ORCPT ); Thu, 27 Jul 2023 08:23:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234120AbjG0MWz (ORCPT ); Thu, 27 Jul 2023 08:22:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 661B430E2 for ; Thu, 27 Jul 2023 05:22:45 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9E38A61E39 for ; Thu, 27 Jul 2023 12:22:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70803C433C9; Thu, 27 Jul 2023 12:22:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690460564; bh=1HbvCy5K6zW2MhGrIyO5dLh0MPU7Af1XyC/kwljiFfY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=f2uPYOC0Js0kk8x7OhvSVMeIMiRPYWECx8B1RluEbdlPRkYEOxDLXEdF+4NNLrw1M edmJr1SI7TKoReB40RriZ8xgcSkk6VV6gfMTb1kp1GxBch4Gcz6JngkG0iXnmtt8JJ UrlcqrPMpwhNCthwwYsBJT5g2Y73GvLmjnH7BPbzRiRLdYmoDJ38b/CexSRsrAznFi rRwcKxJbJJXqpqqnac80ubgaB6d+2+ozORNte1BTe2UKAU1JDHo/3K/AXDKSugCaTU TS7o0wMl1IPDjX/DDCJ73qVY4uFMLd8TFVZpsjBe/VIUTnTtRX+e3ByUJug+vXe1TU cNALWIncjmZ2Q== From: Will Deacon To: Anshuman Khandual , linux-arm-kernel@lists.infradead.org Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , linux-kernel@vger.kernel.org, Mark Rutland , david@redhat.com Subject: Re: [PATCH] arm64/mm: Add pte_rdonly() helper Date: Thu, 27 Jul 2023 13:22:25 +0100 Message-Id: <169045301616.2141519.7699050168238587282.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230713092004.693749-1-anshuman.khandual@arm.com> References: <20230713092004.693749-1-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 13 Jul 2023 14:50:04 +0530, Anshuman Khandual wrote: > This replaces open coding PTE_RDONLY check with a new helper pte_rdonly(). > No functional change is intended here. > > Applied to arm64 (for-next/mm), thanks! [1/1] arm64/mm: Add pte_rdonly() helper https://git.kernel.org/arm64/c/d0ba961217e0 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev