From 3a75be00f50996031dd301d44b009d56db3485f0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 29 Nov 2019 15:03:37 +0100 Subject: sys/linux: add open of /dev/dri/renderD128 It's created by qemu but is not matched by the existing /dev/dri/renderD# pattern. --- executor/syscalls.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index eb2a7909f..99dead212 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3799,6 +3799,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 295}, {"openat$dlm_monitor", 295}, {"openat$dlm_plock", 295}, + {"openat$drirender128", 295}, {"openat$dsp", 295}, {"openat$fb0", 295}, {"openat$full", 295}, @@ -6708,6 +6709,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 257}, {"openat$dlm_monitor", 257}, {"openat$dlm_plock", 257}, + {"openat$drirender128", 257}, {"openat$dsp", 257}, {"openat$fb0", 257}, {"openat$full", 257}, @@ -9572,6 +9574,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 322}, {"openat$dlm_monitor", 322}, {"openat$dlm_plock", 322}, + {"openat$drirender128", 322}, {"openat$dsp", 322}, {"openat$fb0", 322}, {"openat$full", 322}, @@ -12420,6 +12423,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 56}, {"openat$dlm_monitor", 56}, {"openat$dlm_plock", 56}, + {"openat$drirender128", 56}, {"openat$dsp", 56}, {"openat$fb0", 56}, {"openat$full", 56}, @@ -15263,6 +15267,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 286}, {"openat$dlm_monitor", 286}, {"openat$dlm_plock", 286}, + {"openat$drirender128", 286}, {"openat$dsp", 286}, {"openat$fb0", 286}, {"openat$full", 286}, -- cgit mrf-deployment