From: akpm@linux-foundation.org
To: mm-commits@vger.kernel.org, rppt@linux.ibm.com, cai@redhat.com
Subject: + arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch added to -mm tree
Date: Fri, 18 Sep 2020 20:30:00 -0700 [thread overview]
Message-ID: <20200919033000.xvLdK%akpm@linux-foundation.org> (raw)
The patch titled
Subject: arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix
has been added to the -mm tree. Its filename is
arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch
This patch should soon appear at
https://ozlabs.org/~akpm/mmots/broken-out/arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch
and later at
https://ozlabs.org/~akpm/mmotm/broken-out/arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
The -mm tree is included into linux-next and is updated
there every 3-4 working days
------------------------------------------------------
From: Qian Cai <cai@redhat.com>
Subject: arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix
<stdin>:1532:2: warning: #warning syscall memfd_secret not implemented [-Wcpp]
wire up powerpc
Link: https://lkml.kernel.org/r/fdd0240c187f974fccc553acea895f638d5e822a.camel@redhat.com
Cc: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
scripts/checksyscalls.sh | 4 ++++
1 file changed, 4 insertions(+)
--- a/scripts/checksyscalls.sh~arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix
+++ a/scripts/checksyscalls.sh
@@ -40,6 +40,10 @@ cat << EOF
#define __IGNORE_setrlimit /* setrlimit */
#endif
+#ifndef __ARCH_WANT_MEMFD_SECRET
+#define __IGNORE_memfd_secret
+#endif
+
/* Missing flags argument */
#define __IGNORE_renameat /* renameat2 */
_
Patches currently in -mm which might be from cai@redhat.com are
arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch
next reply other threads:[~2020-09-19 3:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-19 3:30 akpm [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-08 1:35 + arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch added to -mm tree akpm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200919033000.xvLdK%akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=cai@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=rppt@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox