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=unavailable 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 8FE50C4332B for ; Wed, 20 Jan 2021 16:54:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4DF5C233EF for ; Wed, 20 Jan 2021 16:54:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391278AbhATQxz (ORCPT ); Wed, 20 Jan 2021 11:53:55 -0500 Received: from mail.kernel.org ([198.145.29.99]:55626 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731111AbhATQxK (ORCPT ); Wed, 20 Jan 2021 11:53:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id CB12A23358; Wed, 20 Jan 2021 16:52:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611161550; bh=e+9f8iPYPhOz9ImfJPx0otLQhcIdYO8xuge7heB6EHU=; h=From:To:Cc:Subject:Date:From; b=DS7ZTQJ9Qjn1JtMEH7Cj8DnwI2CyUjp1UHW+vTj4TH9GWSdwYHtUI/QzmdjlWxda/ EjGBFuRuMU2RD6Hg24xYB+DXoFuBZN6tenIXTb4pE+V7C9kACca1dLZKNqY9KlXFA1 evqZcBJafU7rJCNe+YvK5jJZ22vMRe85FlZC5+uD42F7PDhFsCr1V6nMTQYX7blTet Bq6L7AfX6V/EbpVpzXnq8CbLh1nii1EziGgAilkilZjCeJsql2u/5d0T4iKquvDJGy H5qJaQxsmtFla2lKw+lmI6rcvEffCHRe+6sKRf63ft1trNAS9OgUd/AqPEiYGNyOMg q6UjdGShWk3lA== 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@vger.kernel.org, live-patching@vger.kernel.org, Mark Brown Subject: [PATCH v6 0/2] Documentation: livepatch: Document reliable stacktrace and minor cleanup Date: Wed, 20 Jan 2021 16:47:12 +0000 Message-Id: <20210120164714.16581-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. v6: - Remove a duplicated "points". 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