On Fri, 2 Oct 2020 14:25:01 +0100
Colin King <colin.king@xxxxxxxxxxxxx> wrote:
From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
More recent libc implementations are now using openat/openat2 system
calls so also add do_sys_openat2 to the tracing so that the test
passes on these systems because do_sys_open may not be called.
Thanks to Masami Hiramatsu for the help on getting this fix to work
correctly.
Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
Acked-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
Shuah,
Care to take this through your tree?