From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 302D1137772; Wed, 14 Aug 2024 10:41:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723632073; cv=none; b=Oq3nLtxaaYaE3IMUtUt40eutEQjoSsB/Po+b7e48LNzTpK2FW9nEIIlpTBfA6LC3FwMWNT16m6zJI7ZWSzENpKeqMaGZdm9NQgQx7pV1SialE8j/SIx7Bftcxe+uLzsk3TbVdXBUCwdV1iLiakzLHQ3/rbIZlRXhrIHJohd7w34= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723632073; c=relaxed/simple; bh=GrfhgTdwcOC7b0fHeuZAKfRJXDx7CObsVd9dSJmplzQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=g3+6jC85JMsxEcx/l0nMth4KsAqVw3e+bmseYPwXhe7S2VezfTZWJAo7DuZiSKlMNLPk/UZlejK6a8Qw0QyU19C54MVSTgCSzZ9mozbn6gmajC1Cws66jwyIJC8JIHFUVwiduSbBtmW52aidJvD5xMEuf/maxVguQ4fbW4hyCto= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 309F1C4AF0D; Wed, 14 Aug 2024 10:41:08 +0000 (UTC) Date: Wed, 14 Aug 2024 11:41:05 +0100 From: Catalin Marinas To: Mark Brown Cc: "Rick P. Edgecombe" , Deepak Gupta , Szabolcs Nagy , "H.J. Lu" , Florian Weimer , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider , Christian Brauner , Shuah Khan , linux-kernel@vger.kernel.org, Will Deacon , jannh@google.com, linux-kselftest@vger.kernel.org, linux-api@vger.kernel.org, Kees Cook , David Hildenbrand Subject: Re: [PATCH RFT v8 3/9] mm: Introduce ARCH_HAS_USER_SHADOW_STACK Message-ID: References: <20240808-clone3-shadow-stack-v8-0-0acf37caf14c@kernel.org> <20240808-clone3-shadow-stack-v8-3-0acf37caf14c@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240808-clone3-shadow-stack-v8-3-0acf37caf14c@kernel.org> On Thu, Aug 08, 2024 at 09:15:24AM +0100, Mark Brown wrote: > Since multiple architectures have support for shadow stacks and we need to > select support for this feature in several places in the generic code > provide a generic config option that the architectures can select. > > Suggested-by: David Hildenbrand > Acked-by: David Hildenbrand > Reviewed-by: Deepak Gupta > Reviewed-by: Rick Edgecombe > Signed-off-by: Mark Brown Reviewed-by: Catalin Marinas