From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 lists.ozlabs.org (Postfix) with ESMTPS id 5F8541A0174 for ; Wed, 27 Jan 2016 12:53:11 +1100 (AEDT) Date: Tue, 26 Jan 2016 20:53:05 -0500 From: Jessica Yu To: Miroslav Benes Cc: Torsten Duwe , Steven Rostedt , Michael Ellerman , Jiri Kosina , linuxppc-dev@lists.ozlabs.org, Linux Kernel Mailing List , live-patching@vger.kernel.org, pmladek@suse.cz Subject: Re: Implement kernel live patching for ppc64le (ABIv2) Message-ID: <20160127015304.GA19619@packer-debian-8-amd64.digitalocean.com> References: <20160125170459.14DB7692CE@newverein.lst.de> <20160125170804.A11DB692DD@newverein.lst.de> <20160126140027.GB28664@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed In-Reply-To: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , +++ Miroslav Benes [26/01/16 15:14 +0100]: > >[ Jessica added to CC list so she is aware that there are plans to >implement livepatch on ppc64le ] > >On Tue, 26 Jan 2016, Torsten Duwe wrote: > >> On Tue, Jan 26, 2016 at 11:50:25AM +0100, Miroslav Benes wrote: >> > > + */ >> > > +int klp_write_module_reloc(struct module *mod, unsigned long type, >> > > + unsigned long loc, unsigned long value) >> > > +{ >> > > + /* This requires infrastructure changes; we need the loadinfos. */ >> > > + pr_err("lpc_write_module_reloc not yet supported\n"); >> > >> > This is a nit, but there is no lpc_write_module_reloc. It should be >> > klp_write_module_reloc. >> >> Indeed. Michael, feel free to fix this on the fly or not. It needs to >> disappear anyway and be replaced with functionality. > >Or not at all thanks to Jessica's effort [1]. > >Miroslav > >[1] http://lkml.kernel.org/g/1452281304-28618-1-git-send-email-jeyu@redhat.com Miroslav, thanks for the CC. Indeed, if things go well, there may be no need to implement klp_write_module_reloc() anymore in the near future. :-) Jessica