| 656de74c | 23-Jul-2021 |
Eric van Gyzen <[email protected]> |
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
(cherry picked from commit 9666cda9764a1d19cbf967940508dc6d2020cbfb)
show more ...
|
| ac20fa24 | 23-Jul-2021 |
Eric van Gyzen <[email protected]> |
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
(cherry picked from commit ea0e1b19f232331bffa75a0a64a6859c40f1cc4d)
show more ...
|