[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1409750890-32399-1-git-send-email-drysdale@google.com>
Date: Wed, 3 Sep 2014 14:28:10 +0100
From: David Drysdale <drysdale@...gle.com>
To: David Herrmann <dh.herrmann@...il.com>,
Hugh Dickins <hughd@...gle.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-api@...r.kernel.org,
David Drysdale <drysdale@...gle.com>
Subject: [PATCH] shm: add memfd.h to UAPI export list
New header file memfd.h from commit 9183df25fe7b194563db
("shm: add memfd_create() syscall") should be exported.
Signed-off-by: David Drysdale <drysdale@...gle.com>
Reviewed-by: David Herrmann <dh.herrmann@...il.com>
---
Against v3.17-rc3, for inclusion in v3.17.
include/uapi/linux/Kbuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index c1c8e4d0ce2a..51b0e9df3e31 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -241,6 +241,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.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists