From 79206bbfbefcd8c6cbbcbe82f70c58aeb4e7e38a Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sat, 2 Aug 2025 09:52:17 +0100 Subject: [PATCH] doc: mention copy_file_range data corruption avoidance * NEWS: Mention this important data corruption issue. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 0b2be7116f..110e688b10 100644 --- a/NEWS +++ b/NEWS @@ -55,6 +55,10 @@ GNU coreutils NEWS -*- outline -*- ** Improvements + cp, install and mv now avoid possible data corruption on + glibc 2.41 and 2.42 systems when copy_file_range is used with ranges > 2GiB, + avoiding https://sourceware.org/bugzilla/show_bug.cgi?id=33245 + stty supports setting arbitrary baud rates on supported systems, like Hurd, Linux with glibc >= 2.42, and some BSDs. Also on other systems the full set of supported baud rates -- 2.47.2