From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3ywyXd6BSgzDrVC for ; Tue, 12 Dec 2017 22:39:29 +1100 (AEDT) In-Reply-To: <20171114092910.20399-4-kamalesh@linux.vnet.ibm.com> To: Kamalesh Babulal From: Michael Ellerman Cc: linux-kernel@vger.kernel.org, Kamalesh Babulal , Josh Poimboeuf , live-patching@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [v4,3/3] powerpc/modules: Improve restore_r2() error message Message-Id: <3ywyXc275Mz9t8S@ozlabs.org> Date: Tue, 12 Dec 2017 22:39:27 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2017-11-14 at 09:29:10 UTC, Kamalesh Babulal wrote: > From: Josh Poimboeuf > > Print the function address associated with the restore_r2() error to > make it easier to debug the problem. > > Also clarify the wording a bit. > > Before: > > module_64: patch_foo: Expect noop after relocate, got 3c820000 > > After: > > module_64: patch_foo: Expected noop after call, got 7c630034 at netdev_has_upper_dev+0x54/0xb0 [patch_foo] > > Signed-off-by: Josh Poimboeuf > Signed-off-by: Kamalesh Babulal Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/1ea61ea23985c0f15c027e4c0ac022 cheers