Actions
Bug #1016
closedKernel syscalls test on ARM64(D02) fail on syscall "open" validation
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/12/2016
Due date:
% Done:
0%
Estimated time:
Description
The syscall test script look for "syscall_entry_open" for validation. It appears that on ARM64 the used syscall for an open syscall is "openat".
[07:44:26.410619824] (+0.000013440) ubuntu syscall_entry_openat: { cpu_id = 1 }, { dfd = -100, filename = "/etc/login.defs", flags = 0, mode = 0 } [07:44:26.410856665] (+0.000236841) ubuntu syscall_exit_openat: { cpu_id = 1 }, { ret = 4 } <pre>
Updated by Jonathan Rajotte Julien about 9 years ago
- Subject changed from Kernel syscall test on ARM64(D02) fail on syscall "open" validation to Kernel syscalls test on ARM64(D02) fail on syscall "open" validation
Updated by Erica Bugden almost 2 years ago
- Assignee deleted (
Jonathan Rajotte Julien)
Updated by Mathieu Desnoyers almost 2 years ago
- Status changed from Confirmed to Resolved
Fixed by:
commit 8192bd8fb712659b9204549f29d9a54dc2c57a9e Author: Francis Deslauriers <francis.deslauriers@efficios.com> Date: Tue Feb 27 15:32:00 2018 -0500 Tests: Fix: arm64 use sys_openat instead of sys_open
Actions