https://bugs.kde.org/show_bug.cgi?id=451878
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #4 from Mark Wielaard <m...@klomp.org> --- I can see how adding a testcase is somewhat tricky if it depends on whether it is enabled by a boot flag. But the code looks correct. Pushed as: commit fca4a3d8e59c29bc7d239ff4de72b1260c0c23ee Author: Di Chen <dic...@redhat.com> Date: Fri Apr 15 00:08:17 2022 +0800 Support new memfd_secret linux syscall (447) memfd_secret is a new syscall in linux 5.14. memfd_secret() is disabled by default and a command-line option needs to be added to enable it at boot time. $ cat /proc/cmdline [...] secretmem.enable=y https://bugs.kde.org/451878 https://lwn.net/Articles/865256/ Thanks -- You are receiving this mail because: You are watching all bug changes.