[RFC 8/8] ARM64: Add uprobe support

Oleg Nesterov oleg at redhat.com
Mon Jan 12 06:38:00 PST 2015


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.




More information about the linux-arm-kernel mailing list