diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-03 09:29:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-03 18:48:14 +0100 |
| commit | a715d760ae486407f27f62815428da011d06e8dd (patch) | |
| tree | cf55145f0485698463491ee1d3bbaeb3104befa6 /executor | |
| parent | ae13a849e613cd929bbcf98bec83e1bdb30a62b1 (diff) | |
sys/linux: add /dev/fb1
qemu -vga cirrus results in /dev/fb0 and /dev/fb1.
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 10 | ||||
| -rw-r--r-- | executor/syscalls.h | 5 |
2 files changed, 10 insertions, 5 deletions
diff --git a/executor/defs.h b/executor/defs.h index aca920084..ef1d60742 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -70,7 +70,7 @@ #if GOARCH_386 #define GOARCH "386" -#define SYZ_REVISION "d503542beb10b51d134b98945fa5f8e417d9f669" +#define SYZ_REVISION "438b358d9fdd9080d64e295ce938fed191c8ce41" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -80,7 +80,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "c524527ddb33e1658f145e9b03ad8c7f76d64601" +#define SYZ_REVISION "a2243d598c0ec4e520c6963f1afc7d75b2dec7f1" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -90,7 +90,7 @@ #if GOARCH_arm #define GOARCH "arm" -#define SYZ_REVISION "1658cb66e56c906a8250f5d7a3aa54d15ff323e2" +#define SYZ_REVISION "83e7db5fc9dd10ce2a4c54839576cdf363884c63" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -100,7 +100,7 @@ #if GOARCH_arm64 #define GOARCH "arm64" -#define SYZ_REVISION "2dc2d6776e2d9e7837ab42ba81bfdf90f5fbd88e" +#define SYZ_REVISION "d804230772f82df9439d9bf99cae27bc3c09670b" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -110,7 +110,7 @@ #if GOARCH_ppc64le #define GOARCH "ppc64le" -#define SYZ_REVISION "3df655c6f1bbb95b01824961da0b34bcdd637c19" +#define SYZ_REVISION "c5aca5a37b89bc445a15bf9c8479238886c71c2a" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index 512d28d46..444cc8531 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3904,6 +3904,7 @@ const call_t syscalls[] = { {"openat$dsp", 295}, {"openat$dsp1", 295}, {"openat$fb0", 295}, + {"openat$fb1", 295}, {"openat$full", 295}, {"openat$fuse", 295}, {"openat$hpet", 295}, @@ -6939,6 +6940,7 @@ const call_t syscalls[] = { {"openat$dsp", 257}, {"openat$dsp1", 257}, {"openat$fb0", 257}, + {"openat$fb1", 257}, {"openat$full", 257}, {"openat$fuse", 257}, {"openat$hpet", 257}, @@ -9929,6 +9931,7 @@ const call_t syscalls[] = { {"openat$dsp", 322}, {"openat$dsp1", 322}, {"openat$fb0", 322}, + {"openat$fb1", 322}, {"openat$full", 322}, {"openat$fuse", 322}, {"openat$hpet", 322}, @@ -12903,6 +12906,7 @@ const call_t syscalls[] = { {"openat$dsp", 56}, {"openat$dsp1", 56}, {"openat$fb0", 56}, + {"openat$fb1", 56}, {"openat$full", 56}, {"openat$fuse", 56}, {"openat$hpet", 56}, @@ -15872,6 +15876,7 @@ const call_t syscalls[] = { {"openat$dsp", 286}, {"openat$dsp1", 286}, {"openat$fb0", 286}, + {"openat$fb1", 286}, {"openat$full", 286}, {"openat$fuse", 286}, {"openat$hpet", 286}, |
