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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67576C77B7E for ; Tue, 2 May 2023 17:00:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232096AbjEBRAW (ORCPT ); Tue, 2 May 2023 13:00:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233273AbjEBRAU (ORCPT ); Tue, 2 May 2023 13:00:20 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5FB132D4C; Tue, 2 May 2023 10:00:18 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 95EA531A; Tue, 2 May 2023 17:00:17 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 95EA531A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1683046817; bh=1AbkLk6UX+pwPQNRr2RCax9VOJKlnmdHEgpuN2PUXao=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=HvSHQY73J2twY6BnMPgyeDbVN24Sk3eCxTbFt9K15V7EAWVzBZxF+xLvyWoFiWIyX 8NNPtKlm/GLt4g8/Jx0fPLndmYyzBuT2LKWPOsgcd0UlXY1ueHIAtphMCZux7lSsi8 eCWsH2gKc3syIuTGIJIEOTWA02iCYjxFYmRVRagclXxZIb9aGjLxBsXVKJWg/P7Kij U4D9Ab+UuyuUs0WnUzIyw+nJiHBNovWlYPPZGZehEfbcqrzxYQv/dlGoPEXko/cbvl mBfKYJbG00G8hZOtHwTElbgSF22U0J7xY6JLlE/EWh2u35TUSXdGCwj3sXGyc+p3zs VoICWAVOGQHxw== From: Jonathan Corbet To: =?utf-8?B?5pmP6ImzKOmHh+iLkyk=?= , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, hpa@zytor.com, =?utf-8?B?6LCI6Ym06ZSL?= , =?utf-8?B?5pmP6ImzKOmHh+iLkyk=?= Subject: Re: [PATCH] Documentation: update kernel stack for x86_64 In-Reply-To: <20230328072537.20188-1-yanyan.yan@antgroup.com> References: <20230328072537.20188-1-yanyan.yan@antgroup.com> Date: Tue, 02 May 2023 11:00:16 -0600 Message-ID: <87r0ry7jof.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "=E6=99=8F=E8=89=B3(=E9=87=87=E8=8B=93)" writes: > Commit 6538b8ea886e ("x86_64: expand kernel stack to 16K") > expanded kernel stack for x86_64 but left the wrong documentation, > update it. > > Signed-off-by: Yan Yan > --- > Documentation/x86/kernel-stacks.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. jon