summaryrefslogtreecommitdiffstats
path: root/lib/kunit/assert.c
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-11-30 17:31:34 -0500
committerShuah Khan <skhan@linuxfoundation.org>2022-12-02 10:53:03 -0700
commitd5ba85d6d8be7da660d4ac25761a48c74ade958d (patch)
tree289053b4ef61179b351cb69c484dad5be42288c8 /lib/kunit/assert.c
parent8008d88e6d160c4e73de5be7c3dcc54e3ccccf49 (diff)
downloadlinux-d5ba85d6d8be7da660d4ac25761a48c74ade958d.tar.bz2
selftests/ftrace: Use long for synthetic event probe test
On 32bit the trigger-synthetic-eprobe.tc selftest fails with the error: hist:syscalls:sys_exit_openat: error: Param type doesn't match synthetic event field type Command: hist:keys=common_pid:filename=$__arg__1,ret=ret:onmatch(syscalls.sys_enter_openat).trace(synth_open,$filename,$ret) ^ This is because the synth_open synthetic event is created with: echo "$SYNTH u64 filename; s64 ret;" > synthetic_events Which works fine on 64 bit, as filename is a pointer and the return is also a long. But for 32 bit architectures, it doesn't work. Use "unsigned long" and "long" instead so that it works for both 64 bit and 32 bit architectures. Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'lib/kunit/assert.c')
0 files changed, 0 insertions, 0 deletions