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 DEA58CD6E7E for ; Wed, 11 Oct 2023 15:13:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232023AbjJKPNO (ORCPT ); Wed, 11 Oct 2023 11:13:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230191AbjJKPNO (ORCPT ); Wed, 11 Oct 2023 11:13:14 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD00A94 for ; Wed, 11 Oct 2023 08:13:12 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14876C433C9; Wed, 11 Oct 2023 15:13:10 +0000 (UTC) Date: Wed, 11 Oct 2023 16:13:08 +0100 From: Catalin Marinas To: Florent Revest Cc: alx@kernel.org, linux-man@vger.kernel.org, joey.gouly@arm.com, akpm@linux-foundation.org, keescook@chromium.org Subject: Re: [PATCH v2] prctl.2: Document PR_SET_MDWE and PR_GET_MDWE Message-ID: References: <20231011114744.2563619-1-revest@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231011114744.2563619-1-revest@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org On Wed, Oct 11, 2023 at 01:47:44PM +0200, Florent Revest wrote: > Memory-Deny-Write-Execute is a W^X process control originally introduced > by Joey Gouly. I'm the author of the PR_MDWE_NO_INHERIT flag. > > Signed-off-by: Florent Revest Reviewed-by: Catalin Marinas