| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Disable prctl test when building for arm or riscv. (#143627) I'm setting up a buildbot for arm32 using qemu and qemu doesn't support PR_GET_THP_DISABLE. Disable the test for now while we figure out what to do about that. Also disable for riscv because we may do the same for riscv buildbots. | 1 年前 | |
[libc] implement prctl (#74386) Implement prctl as specified in https://man7.org/linux/man-pages/man2/prctl.2.html. This patch also includes test cases covering two simple use cases: 1. PR_GET_NAME/PR_SET_NAME: where userspace data is passed via arg2. 2. PR_GET_THP_DISABLE: where return value is passed via syscal retval. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 2 年前 |