[kernel] r22384 - in dists/sid/linux/debian: . patches patches/features/all/kdbus

Ben Hutchings benh at moszumanska.debian.org
Thu Feb 12 21:16:57 UTC 2015


Author: benh
Date: Thu Feb 12 21:16:56 2015
New Revision: 22384

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

Added:
   dists/sid/linux/debian/patches/features/all/kdbus/shm-add-memfd.h-to-uapi-export-list.patch
Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/patches/series

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Thu Feb 12 14:38:38 2015	(r22383)
+++ dists/sid/linux/debian/changelog	Thu Feb 12 21:16:56 2015	(r22384)
@@ -4,6 +4,9 @@
   * [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 at debian.org>  Mon, 09 Feb 2015 06:17:31 +0000
 
 linux (3.16.7-ckt4-3) unstable; urgency=medium

Added: dists/sid/linux/debian/patches/features/all/kdbus/shm-add-memfd.h-to-uapi-export-list.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux/debian/patches/features/all/kdbus/shm-add-memfd.h-to-uapi-export-list.patch	Thu Feb 12 21:16:56 2015	(r22384)
@@ -0,0 +1,27 @@
+From: David Drysdale <drysdale at 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 at google.com>
+Reviewed-by: David Herrmann <dh.herrmann at gmail.com>
+Cc: Hugh Dickins <hughd at google.com>
+Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
+Signed-off-by: Linus Torvalds <torvalds at 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

Modified: dists/sid/linux/debian/patches/series
==============================================================================
--- dists/sid/linux/debian/patches/series	Thu Feb 12 14:38:38 2015	(r22383)
+++ dists/sid/linux/debian/patches/series	Thu Feb 12 21:16:56 2015	(r22384)
@@ -502,3 +502,4 @@
 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



More information about the Kernel-svn-changes mailing list