From nobody Fri Sep 12 15:52:05 2025 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 B6F27C61DA4 for ; Thu, 9 Feb 2023 07:14:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229788AbjBIHOg (ORCPT ); Thu, 9 Feb 2023 02:14:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229699AbjBIHOK (ORCPT ); Thu, 9 Feb 2023 02:14:10 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBFEA12058; Wed, 8 Feb 2023 23:14:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-Type:Content-ID:Content-Description; bh=jAPdZaY08ApP5wpKc5wbP9xffqxrD4KVnLMqX+CgGzc=; b=oBLI/7Y68swPrmNTkIPY9XP8ga jky8+/4mKTMDibkw5cWxMkPAdqUukhvunlsqUbhl7+eckH47YDvY4C/XkXbU2xgJkfX+wmI+eKkxJ w2PWt+XTvxpNwgzdQBqQSiq9LlEtZ9aODb9fJ/LY7nxNE2jb1RuDrgtN6mVckdcYltEdYPNLVWImq 5Z+vSg9xbzCuGdBTOMK9GmGpoHPOBqmgyRreBOdgePKTfwgoO5hoyRw9RHYOwdZ32Wwwde3eOJ/ZV NsxFq/FB4klr7RoL9uOvhdZ5E9981oz02E7G6MPyiqQ6EPBAXdyGJgs2A4WF7/zEP3DlWjBZ3RzQK qpX4wqsQ==; Received: from [2601:1c2:980:9ec0::df2f] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQ18C-000LPt-Ed; Thu, 09 Feb 2023 07:14:08 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Josh Poimboeuf , Jiri Kosina , Miroslav Benes , Petr Mladek , live-patching@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH 09/24] Documentation: livepatch: correct spelling Date: Wed, 8 Feb 2023 23:13:45 -0800 Message-Id: <20230209071400.31476-10-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230209071400.31476-1-rdunlap@infradead.org> References: <20230209071400.31476-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Correct spelling problems for Documentation/livepatch/ as reported by codespell. Signed-off-by: Randy Dunlap Cc: Josh Poimboeuf Cc: Jiri Kosina Cc: Miroslav Benes Cc: Petr Mladek Cc: live-patching@vger.kernel.org Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Reviewed-by: Petr Mladek --- Documentation/livepatch/reliable-stacktrace.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/Documentation/livepatch/reliable-stacktrace.rst b/Documentation/l= ivepatch/reliable-stacktrace.rst --- a/Documentation/livepatch/reliable-stacktrace.rst +++ b/Documentation/livepatch/reliable-stacktrace.rst @@ -40,7 +40,7 @@ Principally, the reliable stacktrace fun .. note:: In some cases it is legitimate to omit specific functions from the trac= e, but all other functions must be reported. These cases are described in - futher detail below. + further detail below. =20 Secondly, the reliable stacktrace function must be robust to cases where the stack or other unwind state is corrupt or otherwise unreliable. The