[S390] Make use of kretprobe_assert.

s390 change for git commit 0f95b7fc839bc3272b1bf2325d8748a649bd3534.
That is print kprobes debug data before BUG().

Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Maneesh Soni <maneesh@in.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by Heiko Carstens and committed by Martin Schwidefsky a5a60a2b 913f11ee

+1 -1
+1 -1
arch/s390/kernel/kprobes.c
··· 413 break; 414 } 415 } 416 - BUG_ON(!orig_ret_address || (orig_ret_address == trampoline_address)); 417 regs->psw.addr = orig_ret_address | PSW_ADDR_AMODE; 418 419 reset_current_kprobe();
··· 413 break; 414 } 415 } 416 + kretprobe_assert(ri, orig_ret_address, trampoline_address); 417 regs->psw.addr = orig_ret_address | PSW_ADDR_AMODE; 418 419 reset_current_kprobe();