summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/stackpivot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* These regress tests expect coredumps to be written so run them withclaudio2021-02-092-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 comparedderaadt2020-07-262-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.mortimer2020-07-252-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 architecturesderaadt2020-07-201-2/+5
|
* test _exit(2) rather than exit(3) [to keep things simpler], andderaadt2020-07-201-1/+3
| | | | print the stack address [for comparison in dmesg post-fault]
* Add arm64 asm for stackpivot regress test.mortimer2019-08-042-2/+5
|
* regress: Add mips64 stack pivot asm for octeon in stackpivot testsmortimer2019-07-292-1/+4
|
* Fix test when using malloc_conf=Jmortimer2018-11-301-1/+2
| | | | ok otto@
* revert to 2018/04/20 10:00:00, before oopsnaddy2018-04-202-36/+13
|
* syncderaadt2018-04-202-13/+36
|
* Add a test for stack pivots that trigger page faults.mortimer2018-04-136-17/+97
| | | | "Regress is always open for commits" @deraadt
* Add regress test for stack pivot mitigationmortimer2018-04-092-0/+57
ok @deraadt