https://bugs.kde.org/show_bug.cgi?id=451878
--- Comment #1 from di.che...@outlook.com --- Created attachment 147839 --> https://bugs.kde.org/attachment.cgi?id=147839&action=edit [patch] memfd test should be memfd_create test memfd test should be memfd_create test Currently, syscall memfd_create was tested by this: $ perl tests/vg_regtest memcheck/tests/linux/memfd.vgtest Since memfd_secret introduced in kernel 5.14, valgrind should rename the "memfd" test to "memfd_create" test to avoid the ambiguity, so that user will not get confused with the "memfd_secret" test. After this change, syscall memfd_create will be tested by: $ perl tests/vg_regtest memcheck/tests/linux/memfd_create.vgtest -- You are receiving this mail because: You are watching all bug changes.