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=-10.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 99F65C433E6 for ; Mon, 18 Jan 2021 18:02:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6356E22BEA for ; Mon, 18 Jan 2021 18:02:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407448AbhARSCs (ORCPT ); Mon, 18 Jan 2021 13:02:48 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:44152 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407376AbhARSCj (ORCPT ); Mon, 18 Jan 2021 13:02:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610992868; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cmWI9q0Yv6ws45Gm17M/evkneZf1hih8Ce1di6ywSvo=; b=JeuprGzT6Uy+7ZziqQOg8DtV1TI8zIof0bmh6Y+cC3CnBq24GRvLbKp40mmJCHh2G/3Ed8 /zneb9S8VBsaL0tRTwRJ1sYx1BIJwf7YiAwC65guqdh11QRnLKjutNqSgupd8N7twB7zbS Y8dfM4w29ajoquWeBKDev1xi/eMB7f8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-464-876FNId9MRuKl0FEUpEOUg-1; Mon, 18 Jan 2021 13:01:06 -0500 X-MC-Unique: 876FNId9MRuKl0FEUpEOUg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C853D8030A2; Mon, 18 Jan 2021 18:01:03 +0000 (UTC) Received: from treble (ovpn-116-102.rdu2.redhat.com [10.10.116.102]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DBC865D9CD; Mon, 18 Jan 2021 18:00:53 +0000 (UTC) Date: Mon, 18 Jan 2021 12:00:46 -0600 From: Josh Poimboeuf To: Mark Brown Cc: linux-kernel@vger.kernel.org, Mark Rutland , Jiri Kosina , Joe Lawrence , Jonathan Corbet , Miroslav Benes , Petr Mladek , linux-doc@vger.kernel.org, live-patching@vger.kernel.org Subject: Re: [PATCH v5 0/2] Documentation: livepatch: Document reliable stacktrace and minor cleanup Message-ID: <20210118175927.jjscqq24jbtqprc7@treble> References: <20210118173954.36577-1-broonie@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210118173954.36577-1-broonie@kernel.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org On Mon, Jan 18, 2021 at 05:39:52PM +0000, 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. > > 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 Acked-by: Josh Poimboeuf -- Josh