> Running code patching self-tests ... > patch_instruction() called on invalid text address 0xe1011e58 from > test_code_patching+0x34/0xd6c > > Reported-by: Sachin Sant <sach...@linux.vnet.ibm.com> > Reported-by: Stephen Rothwell <s...@canb.auug.org.au> > Cc: Nicholas Piggin <npig...@gmail.com> > Fixes: 8b8a8f0ab3f5 ("powerpc/code-patching: Improve verification of > patchability") > Signed-off-by: Christophe Leroy <christophe.le...@csgroup.eu> > --- > arch/powerpc/lib/code-patching.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) >
This fixes the problem for me. Tested-by: Sachin Sant <sach...@linux.vnet.ibm.com> Thanks -Sachin