From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764718AbdJQXdg (ORCPT ); Tue, 17 Oct 2017 19:33:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55202 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761589AbdJQXdf (ORCPT ); Tue, 17 Oct 2017 19:33:35 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B306BC059B69 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jpoimboe@redhat.com Date: Tue, 17 Oct 2017 18:33:30 -0500 From: Josh Poimboeuf To: Joe Lawrence Cc: live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, Jessica Yu , Jiri Kosina , Miroslav Benes , Petr Mladek , Chris J Arges Subject: Re: [PATCH v6 0/3] livepatch callbacks Message-ID: <20171017233330.2kcusko5lqwd5pow@treble> References: <1507921723-1996-1-git-send-email-joe.lawrence@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1507921723-1996-1-git-send-email-joe.lawrence@redhat.com> User-Agent: Mutt/1.6.0.1 (2016-04-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Tue, 17 Oct 2017 23:33:35 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 13, 2017 at 03:08:40PM -0400, Joe Lawrence wrote: > Another turn of the livepatch callback crank. This version cleans up > some minor issues found in v5 and was rebased on top of Jiri's branches > listed below. > > Unfortunately, I didn't have time to test out Petr's suggestion to move > the pre-patch callback inside klp_patch_object() and the post-unpatch > callback into klp_unpatch_object()... let me know if this is a > deal-breaker (I think it would be possible to revisit this later if > need be.) > > Thanks for all the feedback and suggestions thus far! Looks perfect! I'm hoping we can get this in for the next merge window. Acked-by: Josh Poimboeuf -- Josh