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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 796B8C25B08 for ; Wed, 17 Aug 2022 15:26:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=BfR5jGeJ0CB4m5SnIzRe7OxzxZRZWtW5ow0E2aMtiSM=; b=NkNJ5w9yndKWCf69OEY80zD42z WsU/R8biIjWOrw93L+berQqjZzANfPywbCYGrNN89Y7w3pjQ5SRm4ipFSEa8pHKcBgVmb7zsan1El pOKo6jmSbF7w+nMh0QbF/OyNZ1w2xFO4AmdAVrIOb2dRlt4NiTa1yw86rCL9IediJQL3s+DA60QJC L+yVNe7F0GUfjw+UlVbENgqqh5VgMmu8z+tixIb0mEa9eH38Q15U/mHxROHfNu38gmqBcu7WMHGHB 5ponynm/EucrR7MwtbUluoV4Ts29tnVzIHSu708PVeVvWZpb/qhDxGBDVp1bLvq6LaXUTXE5qI3nK zwO51H9w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOKub-003FDi-AS; Wed, 17 Aug 2022 15:24:53 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOKuY-003FAR-6A for linux-arm-kernel@lists.infradead.org; Wed, 17 Aug 2022 15:24:51 +0000 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 ams.source.kernel.org (Postfix) with ESMTPS id 80543B81DBA; Wed, 17 Aug 2022 15:24:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46994C433C1; Wed, 17 Aug 2022 15:24:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660749887; bh=nI4O9e6S3vdPh2OQpdbZ9PN/2Ua/5i/Bo8eGKV0zQjA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EyA6EVloSq+Izd4z30fcw0rZF6nMq2UwmJkhpEVvj1O3jsE4V7f6GSkb+30MmkqUM zmTowEj0P98ikjttUzkV0CyZqG9YvxYoBCZlQSsCuBWO+JIhRS1gIgMXyLuJG1q919 q0hTFm4X2XMuFRyR/W12HbSr/7ysrsL5OMHax4M/a2Cqx7EknwxZIJZ6aV5dukzEkP 92j2RUCVmQgYKHBmtfm5kGWKvIqt/EOlC0elvFLTZpL1bSy/7pzqFxZdPIBg84qKfQ 7tQQqrhi5zPj630jC2TThNWOWrCVeCa0lxFuXeymlDPSDVBAUp8e4SUvT2/Iq/L+2J fF8V49oXrD16Q== Date: Wed, 17 Aug 2022 16:24:42 +0100 From: Mark Brown To: Catalin Marinas Cc: Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/4] arm64/signal: Raise limit on stack frames Message-ID: References: <20220815132834.229769-1-broonie@kernel.org> <20220815132834.229769-2-broonie@kernel.org> MIME-Version: 1.0 In-Reply-To: X-Cookie: Use extra care when cleaning on stairs. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220817_082450_411519_45EDC3F4 X-CRM114-Status: GOOD ( 13.23 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============6611915189007295660==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============6611915189007295660== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="i5D217xbe+KITDkO" Content-Disposition: inline --i5D217xbe+KITDkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Aug 17, 2022 at 03:04:40PM +0100, Catalin Marinas wrote: > On Mon, Aug 15, 2022 at 02:28:31PM +0100, Mark Brown wrote: > > -#define SIGFRAME_MAXSZ SZ_64K > > +#define SIGFRAME_MAXSZ (SZ_64K * 4) > Why not SZ_256K? I think I'd initially picked a different number which didn't have a SZ_ macro then forgot to check if there was one when I dithered back to 256K. --i5D217xbe+KITDkO Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmL9CDoACgkQJNaLcl1U h9Briwf/a3TznskbrolQqNX22THlFEfXY2+kS64mtoIpa/fY2zPibu1QCBcIeVf/ Nhztfqoqecs2qH1QokaaXfENeCNrKjfuexz1uqmnV8nnHWkn54r0OSX2oZr+CA3X IVF1ZiwnZBqo0V3+88hf5w5e9Z4phkWtEgBodOSJWyMbz2kE9rmGUY3gYUDxBJAU R+69hY2GFG6k0BWgjRLx5zy2mwZmCJoqwpaOFl5xlZgZhp17g8kdyIrYcKZDR5LQ woToqjUsV62IuGwhavMMm3y2B6ei+eaxIWe4lED4MpP5r5Nkzn9ccpZnbSWelcBE Mn1r+NNbROSn3itWamqkHIVhTlMJxA== =Oo5Q -----END PGP SIGNATURE----- --i5D217xbe+KITDkO-- --===============6611915189007295660== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============6611915189007295660==--