From: Mark W. <ma...@so...> - 2024-09-02 17:17:55
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=9f9bc85e203e8d0c3161868e6623aa527d5c52dd commit 9f9bc85e203e8d0c3161868e6623aa527d5c52dd Author: Mark Wielaard <ma...@kl...> Date: Mon Sep 2 19:17:05 2024 +0200 NEWS: Add 492214 sys_statx: support for statx(fd, NULL, AT_EMPTY_PATH) This was resolved in commit de408f75bf28d76a0016325b75f14be45631472a Diff: --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 6818089fee..0e44e2ce1a 100644 --- a/NEWS +++ b/NEWS @@ -59,6 +59,8 @@ are not entered into bugzilla tend to get forgotten about or ignored. 490651 Stop using -flto-partition=one 491394 (vgModuleLocal_addDiCfSI): Assertion 'di->fsm.have_rx_map && di->fsm.rw_map_count' failed +492214 statx(fd, NULL, AT_EMPTY_PATH) is supported since Linux 6.11 + but not supported in valgrind To see details of a given bug, visit https://bugs.kde.org/show_bug.cgi?id=XXXXXX |