From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965977AbcAZOAd (ORCPT ); Tue, 26 Jan 2016 09:00:33 -0500 Received: from verein.lst.de ([213.95.11.211]:36759 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965243AbcAZOAa (ORCPT ); Tue, 26 Jan 2016 09:00:30 -0500 Date: Tue, 26 Jan 2016 15:00:27 +0100 From: Torsten Duwe To: Miroslav Benes Cc: 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: [PATCH v6 8/9] Implement kernel live patching for ppc64le (ABIv2) Message-ID: <20160126140027.GB28664@lst.de> References: <20160125170459.14DB7692CE@newverein.lst.de> <20160125170804.A11DB692DD@newverein.lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Torsten