All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] memfd: Add memfd.h to uapi headers
@ 2014-09-06 18:40 Marcel Holtmann
  2014-09-06 19:01 ` David Herrmann
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2014-09-06 18:40 UTC (permalink / raw)
  To: Linus Torvalds, Greg Kroah-Hartman, David Herrmann; +Cc: linux-kernel

It seems like a good idea to actually expose include/uapi/linux/memfd.h
so that it gets installed and can be used by userspace.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 include/uapi/linux/Kbuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index 24e9033f8b3f..939df6973102 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -240,6 +240,7 @@ header-y += matroxfb.h
 header-y += mdio.h
 header-y += media.h
 header-y += mei.h
+header-y += memfd.h
 header-y += mempolicy.h
 header-y += meye.h
 header-y += mic_common.h
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-06 19:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-06 18:40 [PATCH] memfd: Add memfd.h to uapi headers Marcel Holtmann
2014-09-06 19:01 ` David Herrmann
2014-09-06 19:08   ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.