On 01/12, Pratyush Anand wrote: > > Hi Oleg, > > How can I generate a scenario to test: > > a) arch_uprobe_xol_was_trapped > b) arch_uprobe_abort_xol For example, you can probe something like *(int *)NULL = 0; See also the x86 test-case in https://lkml.org/lkml/2011/10/21/148 and the whole thread. Oleg.