]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - mm/memfd.c
arm64: tegra: Use correct interrupts for Tegra234 TKE
[thirdparty/linux.git] / mm / memfd.c
index 1cad1904fc26b0be71e1370173e111f3b58b9931..2dba2cb6f0d0f8ba5c2c8d9b8a7297c22bbd62a6 100644 (file)
@@ -316,7 +316,7 @@ SYSCALL_DEFINE2(memfd_create,
                return -EINVAL;
 
        if (!(flags & (MFD_EXEC | MFD_NOEXEC_SEAL))) {
-               pr_info_ratelimited(
+               pr_warn_once(
                        "%s[%d]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set\n",
                        current->comm, task_pid_nr(current));
        }