From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3tg5zY2wbszDw9m for ; Fri, 16 Dec 2016 21:25:12 +1100 (AEDT) Date: Fri, 16 Dec 2016 11:25:06 +0100 From: Petr Mladek To: Kamalesh Babulal Cc: Michael Ellerman , Jessica Yu , Josh Poimboeuf , Jiri Kosina , Miroslav Benes , linuxppc-dev@lists.ozlabs.org, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, Balbir Singh Subject: Re: [PATCH] powerpc/livepatch: Remove klp_write_module_reloc() stub Message-ID: <20161216102506.GA393@pathway.suse.cz> References: <1481868864-27283-1-git-send-email-kamalesh@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1481868864-27283-1-git-send-email-kamalesh@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri 2016-12-16 11:44:24, Kamalesh Babulal wrote: > commit 425595a7fc20 ("livepatch: reuse module loader code > to write relocations") offloads livepatch module relocation > write to arch specific module loader code. > > Remove unused klp_write_module_reloc() function stub. Yup, the function is not longer used. > Signed-off-by: Kamalesh Babulal Reviewed-by: Petr Mladek Best Regards, Petr