Comment 4 for bug 1741992

Revision history for this message
bugproxy (bugproxy) wrote : [3/3] powerpc/modules: Improve restore_r2() error message

------- Comment on attachment From <email address hidden> 2018-01-09 01:41 EDT-------

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 nop after call, got 7c630034 at netdev_has_upper_dev+0x54/0xb0 [patch_foo]

Note: This patch is optional, it improves the debugging message.