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=-7.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 9A1F9C43381 for ; Fri, 22 Jan 2021 11:56:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F130239D1 for ; Fri, 22 Jan 2021 11:56:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727389AbhAVLz6 (ORCPT ); Fri, 22 Jan 2021 06:55:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:53314 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728007AbhAVK7y (ORCPT ); Fri, 22 Jan 2021 05:59:54 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 621152246B; Fri, 22 Jan 2021 10:59:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611313153; bh=ToPFueIhXgEfx/oW5tXGyVwgF7YBY5yyAHNHMR2G0xU=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=SyOhdn1Yxd69mDdaLrB5sZIcPLIJjXbcgQmJ7omvyscplZvo0hHGcvdHrYBENuRZH cl74KtomsfjD/FAapiELLsd8h2QqHcGOnDc/TSZIJWI+0aMbuF24YnqY+QwXEoyppo CKYbuBnObOvbzXH2OPHZmakfFEC+ODood3iPHVHbRFhDdSSVMyEWjqBIegj9o7qhkj j1hOHJAoovJkbJeZr7/EBbE+8crdHrIBSEPLO+Xba37PkLcR5jwTj9d5FytG3pKML0 6ykHKEnZx0GSKoI79a5TqOUft8kSao/33ZHmS+EaWKzSVMYUXEm5I2mCmZWdTmajVp lasGnkCo8O3Xw== Date: Fri, 22 Jan 2021 11:59:09 +0100 (CET) From: Jiri Kosina To: Jonathan Corbet cc: Mark Brown , linux-kernel@vger.kernel.org, Mark Rutland , Joe Lawrence , Miroslav Benes , 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: <20210121115226.565790ef@lwn.net> Message-ID: References: <20210120164714.16581-1-broonie@kernel.org> <20210121115226.565790ef@lwn.net> 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: live-patching@vger.kernel.org On Thu, 21 Jan 2021, Jonathan Corbet 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. > > So...is this deemed ready and, if so, do you want it to go through the > docs tree or via some other path? I am planning to take it through livepatching tree unless there are any additional last-minutes comments. Thanks, -- Jiri Kosina SUSE Labs