]> sourceware.org Git - systemtap.git/commit
Use a value for bad syscall that works better on 32-bit ARM
authorWilliam Cohen <wcohen@redhat.com>
Fri, 29 May 2015 19:50:22 +0000 (15:50 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Fri, 29 May 2015 19:50:22 +0000 (15:50 -0400)
commit1eed3df165bc1cafb9b94666d9e3292ae46692d1
tree935a06f6bf723bc131d30ccfa59246b76a05f976
parentd85e018126fb0f5db4324cae644189bc6690d9fe
Use a value for bad syscall that works better on 32-bit ARM

On 32-bit ARM the use of -1 for the syscall number for the bad syscall
in the utrace_syscall_args test will result in a kernel oops on some
kernels and the use other negative numbers will result in illegal
instruction exceptions.  Changing the bad syscall to use a large
positive number for the bad syscall to allow this test to work better
on 32-bit arm.

or an illegal instruction fault.
testsuite/systemtap.base/utrace_syscall_args.c
This page took 0.027054 seconds and 5 git commands to generate.