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 0AF91C433FE for ; Wed, 30 Nov 2022 05:50:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233641AbiK3FuV (ORCPT ); Wed, 30 Nov 2022 00:50:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231852AbiK3FuS (ORCPT ); Wed, 30 Nov 2022 00:50:18 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 352EB53EF5 for ; Tue, 29 Nov 2022 21:50:17 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BD17C61A25 for ; Wed, 30 Nov 2022 05:50:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 14FE0C433C1; Wed, 30 Nov 2022 05:50:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669787416; bh=mWapkiqeTyhlxtRKV32R7knpZ7vDUmMOPyBjveYsR+U=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Av78yeFmfoNfcMdGgqwR32cOMPacIyY0KesjwoFf/ydY6U13ddUEDf2bwaLb94WOV kO+bbyWiJ4tfLwP08lIt5TjX3qCMvMAOaipihb59G0p9jg0T7oYFPBdJd+L3WD+8S7 s/oOMpFD2Jb7hgEDM+Vi6QwtZdLmFNhPn/DuDqUwa0tB4QvGKaCwl9qLQRkGglzpY+ YTiRBpwouNVLRuOJv+AKNhHAQ6zagIQfma3orWDLEiwwwlANZKLf6oZ6XPIr13zjDk 5k97t/Htyhx+EEs65WlkM1NJajxP5GFqEsZiNSfv0ERmLVHFvcwYZ7QZWxxg7PA9R1 SGCjgUhK1ipQw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id EE4EFE21EF2; Wed, 30 Nov 2022 05:50:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] riscv: mm: Proper page permissions after initmem free From: patchwork-bot+linux-riscv@kernel.org Message-Id: <166978741597.2406.14892412978128239301.git-patchwork-notify@kernel.org> Date: Wed, 30 Nov 2022 05:50:15 +0000 References: <20221115090641.258476-1-bjorn@kernel.org> In-Reply-To: <20221115090641.258476-1-bjorn@kernel.org> To: =?utf-8?b?QmrDtnJuIFTDtnBlbCA8Ympvcm5Aa2VybmVsLm9yZz4=?=@ci.codeaurora.org Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, samuel@sholland.org, bjorn@rivosinc.com, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Tue, 15 Nov 2022 10:06:40 +0100 you wrote: > From: Björn Töpel > > 64-bit RISC-V kernels have the kernel image mapped separately to alias > the linear map. The linear map and the kernel image map are documented > as "direct mapping" and "kernel" respectively in [1]. > > At image load time, the linear map corresponding to the kernel image > is set to PAGE_READ permission, and the kernel image map is set to > PAGE_READ|PAGE_EXEC. > > [...] Here is the summary with links: - [v2] riscv: mm: Proper page permissions after initmem free https://git.kernel.org/riscv/c/6fdd5d2f8c2f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html