shm: add memfd.h to UAPI export list, so kdbus will build

svn path=/dists/sid/linux/; revision=22384
This commit is contained in:
Ben Hutchings 2015-02-12 21:16:56 +00:00
parent f410c9e025
commit 032085e954
3 changed files with 31 additions and 0 deletions

3
debian/changelog vendored
View File

@ -4,6 +4,9 @@ linux (3.16.7-ckt4-4) UNRELEASED; urgency=medium
* [armhf] Add DTB for Olimex A20-OLinuXino-LIME2. (Closes: #777455)
* Don't delete debian dir on make clean/mrproper/etc.
[ Ben Hutchings ]
* shm: add memfd.h to UAPI export list, so kdbus will build
-- Ian Campbell <ijc@debian.org> Mon, 09 Feb 2015 06:17:31 +0000
linux (3.16.7-ckt4-3) unstable; urgency=medium

View File

@ -0,0 +1,27 @@
From: David Drysdale <drysdale@google.com>
Date: Tue, 9 Sep 2014 14:50:57 -0700
Subject: shm: add memfd.h to UAPI export list
Origin: https://git.kernel.org/linus/b01d072065b6f36550f486fe77f05b092225ba1b
The new header file memfd.h from commit 9183df25fe7b ("shm: add
memfd_create() syscall") should be exported.
Signed-off-by: David Drysdale <drysdale@google.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
---
include/uapi/linux/Kbuild | 1 +
1 file changed, 1 insertion(+)
--- 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

View File

@ -502,3 +502,4 @@ bugfix/sh4/scripts-recordmcount.pl-there-is-no-m32-option-on-super-h.patch
bugfix/x86/x86-tls-ldt-stop-checking-lm-in-ldt_empty.patch
bugfix/x86/x86-tls-interpret-an-all-zero-struct-user_desc-as-no.patch
bugfix/all/net-sctp-fix-slab-corruption-from-use-after-free-on-.patch
features/all/kdbus/shm-add-memfd.h-to-uapi-export-list.patch