| 3904e796 | 22-Aug-2021 |
Thomas Munro <tmunro@FreeBSD.org> |
Fix aio_readv(2), aio_writev(2) with SIGEV_THREAD.
Add missing wrapper code to librt for these new functions so that SIGEV_THREAD works. Without machinery to convert it to SIGEV_THREAD_ID, you got
Fix aio_readv(2), aio_writev(2) with SIGEV_THREAD.
Add missing wrapper code to librt for these new functions so that SIGEV_THREAD works. Without machinery to convert it to SIGEV_THREAD_ID, you got EINVAL.
Reviewed by: asomers MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D31618
show more ...
|
| 9666cda9 | 23-Jul-2021 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
aio_md_test: label the md
Add a label to md devices created by this test. The next time this test leaks md devices, finding the culprit will be much easier.
Thanks to: sobomax, for adding labels i
aio_md_test: label the md
Add a label to md devices created by this test. The next time this test leaks md devices, finding the culprit will be much easier.
Thanks to: sobomax, for adding labels in r322969 MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|
| ea0e1b19 | 23-Jul-2021 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
aio_md_test: NUL-terminate result of readlink
readlink does not NUL-terminate the output buffer. This led to spurious failures to destroy the md device because the unit number was garbage. NUL-term
aio_md_test: NUL-terminate result of readlink
readlink does not NUL-terminate the output buffer. This led to spurious failures to destroy the md device because the unit number was garbage. NUL-terminate the output buffer.
Reported by: ASLR MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|