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 B399314E2F9; Wed, 21 Aug 2024 17:58:10 +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=1724263090; cv=none; b=qHmDe5p4eUOqyU3UeOVmSX+ytmh7s2TLlvANxazsM5Nq5z5/5SZ/YcoOWn6UDQzp4OwfTJZH1T14hfhJq+8LtKAoNC5Ir7aeJWJ+pkK9IPSe11FYy1wHgEtka0bq86MHOP47ufFeuGq/r+7kCvPOUIG81WcCkDDjmGH1m3ydqbI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724263090; c=relaxed/simple; bh=0bKrlLXgdzyxd0D1aCLYNiyGZ8pJY9tNP+YcWVliLF4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qjxrewliz6DSf1iX4OYV6qa51UUTEbg8/Hsf6SewhKQsOR7xVNqXaf5DtxMyujKlUWMAvCcqoy73jHKj7Lgb5IC6ILSW12xLw7hS+YsW72+oAWt7TY7BVErBXjoegNw585zXkBJ+hAg0VysqBoZsKb753v0ubP6ZFrdB6/GVucw= 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 EBDCAC32781; Wed, 21 Aug 2024 17:58:04 +0000 (UTC) Date: Wed, 21 Aug 2024 18:58:02 +0100 From: Catalin Marinas To: Mark Brown Cc: Will Deacon , Jonathan Corbet , Andrew Morton , Marc Zyngier , Oliver Upton , James Morse , Suzuki K Poulose , Arnd Bergmann , Oleg Nesterov , Eric Biederman , Shuah Khan , "Rick P. Edgecombe" , Deepak Gupta , Ard Biesheuvel , Szabolcs Nagy , Kees Cook , "H.J. Lu" , Paul Walmsley , Palmer Dabbelt , Albert Ou , Florian Weimer , Christian Brauner , Thiago Jung Bauermann , Ross Burton , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, kvmarm@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS) Message-ID: References: <20240801-arm64-gcs-v10-0-699e2bd2190b@kernel.org> <20240801-arm64-gcs-v10-26-699e2bd2190b@kernel.org> Precedence: bulk X-Mailing-List: linux-fsdevel@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: <20240801-arm64-gcs-v10-26-699e2bd2190b@kernel.org> On Thu, Aug 01, 2024 at 01:06:53PM +0100, Mark Brown wrote: > Provide a Kconfig option allowing the user to select if GCS support is > built into the kernel. > > Reviewed-by: Thiago Jung Bauermann > Signed-off-by: Mark Brown Reviewed-by: Catalin Marinas