Comment 0 for bug 1853193

Revision history for this message
Thadeu Lima de Souza Cascardo (cascardo) wrote :

copy_file_range on linux 5.3 now works across devices, so EXDEV is not returned anymore on those cases. glibc, however, tests that is the case and its autopkgtest fails, then, when running on linux 5.3.

glibc 2.30 does not fail in that case anymore, so eoan glibc works fine on linux 5.3. However, the change on glibc 2.30 was to remove its userspace emulation entirely, and require users to fallback on their own.

https://sourceware.org/bugzilla/show_bug.cgi?id=24744

Linux commit 5dae222a5ff0c269730393018a5539cc970a4726.