History log of /src/tests/lib/libc/sys/t_setrlimit.c |
Revision | | Date | Author | Comments |
1.11 |
| 07-Dec-2023 |
riastradh | t_setrlimit: Narrow the scope of stack-protector warning suppression.
|
1.10 |
| 22-Nov-2023 |
riastradh | t_setrlimit: Fix typos in comments and messages.
No substantive change intended. Suggested by rillig@.
PR kern/57711
XXX pullup-10 XXX pullup-9 XXX pullup-8
|
1.9 |
| 21-Nov-2023 |
riastradh | exec: Map noaccess part of stack with prot=NONE, maxprot=READ|WRITE.
This way, setrlimit(RLIMT_STACK) can grant READ|WRITE access when increasing the stack size.
PR kern/57711
XXX pullup-10 XXX pullup-9 XXX pullup-8
|
1.8 |
| 20-Nov-2023 |
riastradh | t_setrlimit: Verify changing RLIMIT_STACK affects access to stack.
PR kern/57711
XXX pullup-10 XXX pullup-9 XXX pullup-8
|
1.7 |
| 13-Oct-2020 |
rin | branches: 1.7.10; Bump soft/hard limits for stack to 6MB for aarch64{,eb}, where old value (~4MB) is too small to be accepted.
|
1.6 |
| 13-Jan-2017 |
christos | branches: 1.6.6; 1.6.16; PR/51862: Ngie Cooper: don't leak buf
|
1.5 |
| 13-Jul-2016 |
njoly | branches: 1.5.2; Add testcase that ensure that stack hard limit is never smaller than soft limit.
|
1.4 |
| 12-Jun-2012 |
christos | check thread limit
|
1.3 |
| 11-Mar-2012 |
njoly | Use ATF_CHECK_ERRNO in setrlimit_perm().
|
1.2 |
| 22-Aug-2011 |
dholland | branches: 1.2.2; Requires stdint.h.
|
1.1 |
| 07-Jul-2011 |
jruoho | Add the syscall tests back. Couple of files and tests were also renamed for consistency. All of these now mimic the libc structure.
|
1.2.2.2 |
| 30-Oct-2012 |
yamt | sync with head
|
1.2.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.5.2.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.6.16.1 |
| 28-Nov-2023 |
martin | Pull up following revision(s) (requested by riastradh in ticket #1769):
tests/lib/libc/sys/t_setrlimit.c: revision 1.8 tests/lib/libc/sys/t_setrlimit.c: revision 1.9 sys/kern/exec_subr.c: revision 1.86
t_setrlimit: Verify changing RLIMIT_STACK affects access to stack. PR kern/57711
exec: Map noaccess part of stack with prot=NONE, maxprot=READ|WRITE. This way, setrlimit(RLIMT_STACK) can grant READ|WRITE access when increasing the stack size. PR kern/57711
|
1.6.6.1 |
| 28-Nov-2023 |
martin | Pull up following revision(s) (requested by riastradh in ticket #1920):
tests/lib/libc/sys/t_setrlimit.c: revision 1.8 tests/lib/libc/sys/t_setrlimit.c: revision 1.9 sys/kern/exec_subr.c: revision 1.86
t_setrlimit: Verify changing RLIMIT_STACK affects access to stack. PR kern/57711
exec: Map noaccess part of stack with prot=NONE, maxprot=READ|WRITE. This way, setrlimit(RLIMT_STACK) can grant READ|WRITE access when increasing the stack size. PR kern/57711
|
1.7.10.1 |
| 28-Nov-2023 |
martin | Pull up following revision(s) (requested by riastradh in ticket #477):
tests/lib/libc/sys/t_setrlimit.c: revision 1.8 tests/lib/libc/sys/t_setrlimit.c: revision 1.9 sys/kern/exec_subr.c: revision 1.86
t_setrlimit: Verify changing RLIMIT_STACK affects access to stack. PR kern/57711
exec: Map noaccess part of stack with prot=NONE, maxprot=READ|WRITE. This way, setrlimit(RLIMT_STACK) can grant READ|WRITE access when increasing the stack size. PR kern/57711
|