Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751365AbaLPTGW (ORCPT ); Tue, 16 Dec 2014 14:06:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47487 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750890AbaLPTGV (ORCPT ); Tue, 16 Dec 2014 14:06:21 -0500 Date: Tue, 16 Dec 2014 13:05:42 -0600 From: Seth Jennings To: Balbir Singh Cc: Josh Poimboeuf , Jiri Kosina , Vojtech Pavlik , Steven Rostedt , Petr Mladek , Miroslav Benes , Christoph Hellwig , Greg KH , Andy Lutomirski , Masami Hiramatsu , live-patching@vger.kernel.org, x86@kernel.org, kpatch@redhat.com, "linux-kernel@vger.kernel.org" Subject: Re: [PATCHv7 0/3] Kernel Live Patching Message-ID: <20141216190542.GB15593@cerebellum.variantweb.net> References: <1418752700-14649-1-git-send-email-sjenning@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 16, 2014 at 11:45:12PM +0530, Balbir Singh wrote: > On Tue, Dec 16, 2014 at 11:28 PM, Seth Jennings wrote: > > > > Changelog: > > > > Thanks for all the feedback! > > > > Could you describe what this does to signing? I presume the patched > module should cause a taint on module signing? The patch module can be signed to avoid the taint of being unsigned, assuming you have the signing key for the kernel you are running. However we do taint with a new taint flag (see 1/3) to indicate that the kernel has been patched. Seth > > Balbir Singh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/