Project

General

Profile

Actions

Bug #1016

closed

Kernel syscalls test on ARM64(D02) fail on syscall "open" validation

Added by Jonathan Rajotte Julien almost 8 years ago. Updated 10 months ago.

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>
Actions #1

Updated by Jonathan Rajotte Julien almost 8 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
Actions #2

Updated by Erica Bugden 10 months ago

  • Assignee deleted (Jonathan Rajotte Julien)
Actions #3

Updated by Mathieu Desnoyers 10 months 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

Also available in: Atom PDF