Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These regress tests expect coredumps to be written so run them with | 2021-02-09 | 2 | -2/+2 | |
| | | | | | ulimit -c unlimited. Also simplify the logic a bit as requested by bluhm@. OK bluhm@ deraadt@ | ||||
* | print the address of the "non-MAP_STACK stack", so it can be compared | 2020-07-26 | 2 | -1/+2 | |
| | | | | | against failure reported in dmesg (hmm, is it time to delete those fault messages?) | ||||
* | Add stackpivot asm for ppc and ppc64 regress test. | 2020-07-25 | 2 | -6/+9 | |
| | | | | | Also tweak the pagefault test to work better on arches that do not modify the stack pointer on return. | ||||
* | Improve MACHINE/MACHINE_ARCH access to actually testing architectures | 2020-07-20 | 1 | -2/+5 | |
| | |||||
* | test _exit(2) rather than exit(3) [to keep things simpler], and | 2020-07-20 | 1 | -1/+3 | |
| | | | | print the stack address [for comparison in dmesg post-fault] | ||||
* | Add arm64 asm for stackpivot regress test. | 2019-08-04 | 2 | -2/+5 | |
| | |||||
* | regress: Add mips64 stack pivot asm for octeon in stackpivot tests | 2019-07-29 | 2 | -1/+4 | |
| | |||||
* | Fix test when using malloc_conf=J | 2018-11-30 | 1 | -1/+2 | |
| | | | | ok otto@ | ||||
* | revert to 2018/04/20 10:00:00, before oops | 2018-04-20 | 2 | -36/+13 | |
| | |||||
* | sync | 2018-04-20 | 2 | -13/+36 | |
| | |||||
* | Add a test for stack pivots that trigger page faults. | 2018-04-13 | 6 | -17/+97 | |
| | | | | "Regress is always open for commits" @deraadt | ||||
* | Add regress test for stack pivot mitigation | 2018-04-09 | 2 | -0/+57 | |
ok @deraadt |