From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qvcmS0fNTzDq9s for ; Wed, 27 Apr 2016 08:13:12 +1000 (AEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3qvcmR5hvXz9t61 for ; Wed, 27 Apr 2016 08:13:11 +1000 (AEST) Date: Tue, 26 Apr 2016 17:13:07 -0500 From: Josh Poimboeuf To: Petr Mladek Cc: Jessica Yu , Jiri Kosina , Vojtech Pavlik , Miroslav Benes , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, Steven Rostedt , Ingo Molnar , Masami Hiramatsu , linuxppc-dev@ozlabs.org, Balbir Singh , Torsten Duwe , Michael Ellerman , Nikolay Borisov Subject: Re: [PATCH v2] livepatch: Add some basic LivePatch documentation Message-ID: <20160426221307.hmtfa7n6uokipwru@treble> References: <1461597275-32120-1-git-send-email-pmladek@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <1461597275-32120-1-git-send-email-pmladek@suse.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Apr 25, 2016 at 05:14:35PM +0200, Petr Mladek wrote: > LivePatch framework deserves some documentation, definitely. > This is an attempt to provide some basic info. I hope that > it will be useful for both LivePatch producers and also > potential developers of the framework itself. > > Signed-off-by: Petr Mladek My only comment is s/LivePatch/livepatch/ here and in the subject. Otherwise it looks great to me. Really nice work! -- Josh