From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qwZ9J0V42zDq5g for ; Thu, 28 Apr 2016 21:19:32 +1000 (AEST) Date: Thu, 28 Apr 2016 06:19:08 -0500 From: Chris J Arges To: Jiri Kosina Cc: Petr Mladek , Josh Poimboeuf , Jessica Yu , 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: <20160428111908.GA8133@canonical.com> References: <1461597275-32120-1-git-send-email-pmladek@suse.com> <20160426114402.GA30334@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Apr 27, 2016 at 10:08:08PM +0200, Jiri Kosina wrote: > On Tue, 26 Apr 2016, Chris J Arges wrote: > > [ ... snip ... ] > > > + + Kretprobes using the ftrace framework conflict with the patched > > > > + + Kretprobes using the ftrace framework conflicts with the patched > > Chris, > > I've incorporated all your feedback except for this one; are you really > sure about it? 'kretprobes' is plural form in this sentence, so what's the > rationale for your proposed change? > > Thanks, > > -- > Jiri Kosina > SUSE Labs > You are correct here; the subject and verb need to agree. Thanks! --chris