Searched hist:"5 f9cee46cd4ec4600e1a2fdcca20adcf30348f9e" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | strace.c | diff 5f9cee46cd4ec4600e1a2fdcca20adcf30348f9e Tue Aug 08 08:01:19 CDT 2017 Riku Voipio <riku.voipio@linaro.org> linux-user: fix O_TMPFILE handling
Since O_TMPFILE might differ between guest and host, add it to the bitmask_transtbl. While at it, fix the definitions of O_DIRECTORY etc which should arm32 according to kernel sources.
This fixes open14 and openat03 ltp testcases. Fixes:
https://bugs.launchpad.net/qemu/+bug/1709170
|
H A D | syscall_defs.h | diff 5f9cee46cd4ec4600e1a2fdcca20adcf30348f9e Tue Aug 08 08:01:19 CDT 2017 Riku Voipio <riku.voipio@linaro.org> linux-user: fix O_TMPFILE handling
Since O_TMPFILE might differ between guest and host, add it to the bitmask_transtbl. While at it, fix the definitions of O_DIRECTORY etc which should arm32 according to kernel sources.
This fixes open14 and openat03 ltp testcases. Fixes:
https://bugs.launchpad.net/qemu/+bug/1709170
|
H A D | syscall.c | diff 5f9cee46cd4ec4600e1a2fdcca20adcf30348f9e Tue Aug 08 08:01:19 CDT 2017 Riku Voipio <riku.voipio@linaro.org> linux-user: fix O_TMPFILE handling
Since O_TMPFILE might differ between guest and host, add it to the bitmask_transtbl. While at it, fix the definitions of O_DIRECTORY etc which should arm32 according to kernel sources.
This fixes open14 and openat03 ltp testcases. Fixes:
https://bugs.launchpad.net/qemu/+bug/1709170
|