Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp533152pxb; Wed, 27 Jan 2021 14:08:39 -0800 (PST) X-Google-Smtp-Source: ABdhPJzYnh9uwtab5t+AIHLkrM4r/g7StjuPbXFb9iVTkIOhr2mO0NTFQcly4ef3XttyKDpA9ZHv X-Received: by 2002:aa7:cd4e:: with SMTP id v14mr11457084edw.138.1611785319494; Wed, 27 Jan 2021 14:08:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611785319; cv=none; d=google.com; s=arc-20160816; b=spNM94IQrWr7VLVGJtfTCJ8GJBAhU+eya75f4pVnjtPUga2vfUUlSakf+HoFeAZiEu cwfJaV4W83w4MA2HhvPkDDVYddgksXJAg/mMRzvVeAY1gI5Hq4YdEKva5iiOcjaL8v02 BKz75gUAOmlYMkFi0rgckIIQSELVow/fuUg096Ohh3TlznPQOs93PYx0FmyCLtl4ZY6P 75wIc9WbAg9Nor2ErH2c8n2mgP1NztSzHIWU0GP3NQgWDIIfK3BPVUMyqtuMe456q4qe B41YeRsVnO6+FnaeCdYCKjg6Caya6C7fulcxSA1LwW6O9AJ3ScqYyCi5+QFtUKiS8xbR KmFQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=JwIvXWdSkfQVHAxicDUTruTWCKrVxsbakztrjdr0GvI=; b=v5KFjXt3ogxDaDjuGja/Fx0Ztl2ANJ/kClp6BMkd/GlJL5vTLOQ0uI1rZtzmGjc8Fc +jvt9OSjSaCNuCFuzbkwM3GJnSdK7+mb2OPcVW0QrEDxI/OcH+UD3nH+4hb2fZvsfqr8 GD5J0/XZcl73+ebLKnmYhd5KmQsnyUWy/6HmngC38Rv8jSm3DgvgvJSbLI3RiZ8YsldA 6OejV7Qb2n3DOBNEebk7QIOVB8chlFR7b0AANwRrJIe7i7GBy5bkTnuTcFDrPt36Rp6R jq+jr/oDBG+ElUott4jJLD+ecf41pOMPu8jp5Jwf8LQUZNin1rNkWXx+TR2uhnQgZ8ap I4hA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z8si1431195ejb.46.2021.01.27.14.08.13; Wed, 27 Jan 2021 14:08:39 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235539AbhA0Kfx (ORCPT + 99 others); Wed, 27 Jan 2021 05:35:53 -0500 Received: from mx2.suse.de ([195.135.220.15]:59784 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235959AbhA0Kdi (ORCPT ); Wed, 27 Jan 2021 05:33:38 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id E69E3AD2B; Wed, 27 Jan 2021 10:32:55 +0000 (UTC) Date: Wed, 27 Jan 2021 11:32:55 +0100 (CET) From: Miroslav Benes To: Mark Brown cc: linux-kernel@vger.kernel.org, Mark Rutland , Jiri Kosina , Joe Lawrence , Jonathan Corbet , Petr Mladek , Josh Poimboeuf , linux-doc@vger.kernel.org, live-patching@vger.kernel.org Subject: Re: [PATCH v6 0/2] Documentation: livepatch: Document reliable stacktrace and minor cleanup In-Reply-To: <20210120164714.16581-1-broonie@kernel.org> Message-ID: References: <20210120164714.16581-1-broonie@kernel.org> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Wed, 20 Jan 2021, Mark Brown wrote: > 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 sorry for the late reply (slowly crawling through my email backlog). Thanks a lot for putting this together! FWIW (so it is at least archived in the thread) Acked-by: Miroslav Benes M