Marcin Juszkiewicz
2014-08-21 15:30:40 UTC
Changelog
v7 - 2014.08.21
- rebased on top of git
- created new syscall table based on 3.17-rc1 kernel
- added more legacy syscalls as __PNR macros
- merged patches from Akashi Takahiro
- changed comment about AArch64 audit constant
- changes tests to use openat() instead of legacy open()
Tested on Mustang running 3.17-rc1 Fedora with 64KB pages and Akashi Takahiro seccomp v5 patches.
Regression Test Summary
tests run: 8150
tests skipped: 138
tests passed: 8139
tests failed: 11
tests errored: 5
V6 - 2014.07.30
- rebased on top of git
- added AArch64 handling to src/arch.c and tools/util.c
Tested on Mustang running 3.16-rc7 Fedora with 64KB pages and
Akashi Takahiro (Cc:) audit v10 + seccomp v5 patches.
Regression Test Summary
tests run: 459
tests skipped: 79
tests passed: 453
tests failed: 6
tests errored: 164
I had OOM running for each test after 02-sim-basic (on 16GB ram + 8GB swap).
V4 - 2014.06.04
- rebased on top of git
Regression Test Summary
tests run: 935
tests skipped: 59
tests passed: 902
tests failed: 33
tests errored: 141
V3 - 04.06.2014
- added AArch64 detection into tools/
- added AArch64 detection into tests/{16,23}
Regression Test Summary
tests run: 423
tests skipped: 59
tests passed: 403
tests failed: 20
tests errored: 167
V2 - 03.06.2014
- filled syscalls table
- added new __PNR_ macros for alarm, mmap, open, select, time, utime
V1 - 28.05.2014
v7 - 2014.08.21
- rebased on top of git
- created new syscall table based on 3.17-rc1 kernel
- added more legacy syscalls as __PNR macros
- merged patches from Akashi Takahiro
- changed comment about AArch64 audit constant
- changes tests to use openat() instead of legacy open()
Tested on Mustang running 3.17-rc1 Fedora with 64KB pages and Akashi Takahiro seccomp v5 patches.
Regression Test Summary
tests run: 8150
tests skipped: 138
tests passed: 8139
tests failed: 11
tests errored: 5
V6 - 2014.07.30
- rebased on top of git
- added AArch64 handling to src/arch.c and tools/util.c
Tested on Mustang running 3.16-rc7 Fedora with 64KB pages and
Akashi Takahiro (Cc:) audit v10 + seccomp v5 patches.
Regression Test Summary
tests run: 459
tests skipped: 79
tests passed: 453
tests failed: 6
tests errored: 164
I had OOM running for each test after 02-sim-basic (on 16GB ram + 8GB swap).
V4 - 2014.06.04
- rebased on top of git
Regression Test Summary
tests run: 935
tests skipped: 59
tests passed: 902
tests failed: 33
tests errored: 141
V3 - 04.06.2014
- added AArch64 detection into tools/
- added AArch64 detection into tests/{16,23}
Regression Test Summary
tests run: 423
tests skipped: 59
tests passed: 403
tests failed: 20
tests errored: 167
V2 - 03.06.2014
- filled syscalls table
- added new __PNR_ macros for alarm, mmap, open, select, time, utime
V1 - 28.05.2014