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 8D9E4C6FD19 for ; Mon, 13 Mar 2023 14:14:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231268AbjCMOOW (ORCPT ); Mon, 13 Mar 2023 10:14:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231150AbjCMON6 (ORCPT ); Mon, 13 Mar 2023 10:13:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FEC0303EE for ; Mon, 13 Mar 2023 07:13:40 -0700 (PDT) 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 883BE612EE for ; Mon, 13 Mar 2023 14:13:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30E47C4339B; Mon, 13 Mar 2023 14:13:09 +0000 (UTC) Date: Mon, 13 Mar 2023 14:13:06 +0000 From: Catalin Marinas To: Joey Gouly Cc: Andrew Morton , nd@arm.com, acme@redhat.com, izbyshev@ispras.ru, peterx@redhat.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Shuah Khan , Kees Cook Subject: Re: [PATCH v1 4/4] tools headers UAPI: Sync linux/prctl.h with the kernel sources Message-ID: References: <20230308190423.46491-1-joey.gouly@arm.com> <20230308190423.46491-5-joey.gouly@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230308190423.46491-5-joey.gouly@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 08, 2023 at 07:04:23PM +0000, Joey Gouly wrote: > From: Peter Xu > > Sync prctl.h after the changes in b507808ebce ("mm: implement memory-deny-write-execute as a prctl") > > Fixes: 4cf1fe34fd18 ("kselftest: vm: add tests for memory-deny-write-execute") > Signed-off-by: Peter Xu > [joey: added commit message] > Signed-off-by: Joey Gouly > Cc: Catalin Marinas > Cc: Andrew Morton > Cc: Arnaldo Carvalho de Melo Acked-by: Catalin Marinas