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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4A520C6FD18 for ; Tue, 18 Apr 2023 21:39:17 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Q1HPH24fSz3fSN for ; Wed, 19 Apr 2023 07:39:15 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=SsV6C3Gi; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=139.178.84.217; helo=dfw.source.kernel.org; envelope-from=jpoimboe@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=SsV6C3Gi; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Q1HNM6XnXz3f61 for ; Wed, 19 Apr 2023 07:38:27 +1000 (AEST) 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 9F3516396D; Tue, 18 Apr 2023 21:38:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9AF6FC433EF; Tue, 18 Apr 2023 21:38:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681853905; bh=8y2e9kv+5/6L0m6GFF2Jgn9ApZtit/ZIKZ7FL8RXKgk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SsV6C3GiEJWwXRZErvjXUuqGAUYpgpzUOMe+zavOQJgfGagu23c+CxuHDCSH1+RYR IIzk5Myi9+9b5NSLqJWdQwJ5hJ6koxwNCwJWIrlAyd4Uk0VdPAV2O7eahnlJldlgwm 6U3fU1uzXKPEJBRLYfrbxwMU/IUzGuWbuzhiE4uCWhLT0MPoLCb37KO3A0H8CooNwk i0Vcetpc//Xdag4h9NHPuY5jv1T3r09zcneLQAAlO6RHQx2jeaNiPkOikk/e1jtMgh 8m2SlrI6Q9n87mOUh7Mll+d86Mk5wuXV1aeXiYH6ASWWyX2croUMMrU+qEDSrad4FA IQayVyNw5i01Q== Date: Tue, 18 Apr 2023 14:38:22 -0700 From: Josh Poimboeuf To: ndesaulniers@google.com Subject: Re: [PATCH v2 0/2] start_kernel: omit stack canary Message-ID: <20230418213822.xauewkuus25k2aj6@treble> References: <20230412-no_stackp-v2-0-116f9fe4bbe7@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230412-no_stackp-v2-0-116f9fe4bbe7@google.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: x86@kernel.org, Peter Zijlstra , Tom Rix , llvm@lists.linux.dev, linux-kernel@vger.kernel.org, Nicholas Piggin , Nathan Chancellor , "Borislav Petkov \(AMD\)" , Miguel Ojeda , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, Apr 17, 2023 at 03:00:04PM -0700, ndesaulniers@google.com wrote: > --- > Changes in v2: > - Rebase to avoid conflicts with Josh's changes. > - Fix comment style as per Peter. > - Pick up tags. > - Link to v1: https://lore.kernel.org/r/20230412-no_stackp-v1-0-46a69b507a4b@google.com > (sorry for the spam with v2, mrincon is helping me get kinks worked out > with b4 and our corporate mailer) Acked-by: Josh Poimboeuf -- Josh