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 X-Spam-Level: X-Spam-Status: No, score=-14.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5CF2C433DB for ; Mon, 18 Jan 2021 17:43:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8277722CA0 for ; Mon, 18 Jan 2021 17:43:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2436667AbhARRnm (ORCPT ); Mon, 18 Jan 2021 12:43:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:44540 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2436654AbhARRng (ORCPT ); Mon, 18 Jan 2021 12:43:36 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 62B3F22CA0; Mon, 18 Jan 2021 17:42:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610991772; bh=xbHuN2zsULR9qjDlmKjLayObJYjaJVz+LNHEHTSE/pY=; h=From:To:Cc:Subject:Date:From; b=bHT9UmLFXzXWXSMq5t1MVbZmTYilKklSRZpGKSvbCTyAGIcJ9esbV2yvCprqHJm2Y sKk3Ehp1LtQ24mjmASyYxTgjhqxuA2CMAPpbxKGFz7DIvnRgwbpS2S3p5kCjDNH1y9 y0LsXzU+9js2wDWuMYw0FhQ9T9QLWNYtMXWAoGUkTADo60W1eGQZvkAePLLI2rnGaH f+BI6Yi54+JBQwS73eCYFF8NrLlsSNQixWveLlv+ZfGYbcqXSe9jsvX/BXjf1EAy2W Y/+B4hYWRzfg9ktfv7wGQ89Vsb2o9VnLe8lv7EtpgPrN5IunRqXLTHp/y+Yc8bOj8n N3gbW10bpMsIw== From: Mark Brown To: linux-kernel@vger.kernel.org Cc: Mark Rutland , Jiri Kosina , Joe Lawrence , Jonathan Corbet , Miroslav Benes , Petr Mladek , Josh Poimboeuf , linux-doc@vgert.kernel.org, live-patching@vger.kernel.org, Mark Brown Subject: [PATCH v5 0/2] Documentation: livepatch: Document reliable stacktrace and minor cleanup Date: Mon, 18 Jan 2021 17:39:52 +0000 Message-Id: <20210118173954.36577-1-broonie@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org This series adds a document, mainly written by Mark Rutland, which makes explicit the requirements for implementing reliable stacktrace in order to aid architectures adding this feature. It also updates the other livepatching documents to use automatically generated tables of contents following review comments on Mark's document. v5: - Tweaks to the commit message for the new document. - Convert new and existing documents to autogenerated tables of contents. v4: - Renumber table of contents v3: - Incorporated objtool section from Mark. - Deleted confusing notes about using annotations. Mark Brown (1): Documentation: livepatch: Convert to automatically generated contents Mark Rutland (1): Documentation: livepatch: document reliable stacktrace Documentation/livepatch/index.rst | 1 + Documentation/livepatch/livepatch.rst | 15 +- Documentation/livepatch/module-elf-format.rst | 10 +- .../livepatch/reliable-stacktrace.rst | 309 ++++++++++++++++++ 4 files changed, 313 insertions(+), 22 deletions(-) create mode 100644 Documentation/livepatch/reliable-stacktrace.rst base-commit: 7c53f6b671f4aba70ff15e1b05148b10d58c2837 -- 2.20.1