The patch titled Subject: shm: add memfd.h to UAPI export list has been removed from the -mm tree. Its filename was shm-add-memfdh-to-uapi-export-list.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: David Drysdale <drysdale@xxxxxxxxxx> Subject: 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@xxxxxxxxxx> Reviewed-by: David Herrmann <dh.herrmann@xxxxxxxxx> Cc: Hugh Dickins <hughd@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/uapi/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) diff -puN include/uapi/linux/Kbuild~shm-add-memfdh-to-uapi-export-list include/uapi/linux/Kbuild --- a/include/uapi/linux/Kbuild~shm-add-memfdh-to-uapi-export-list +++ a/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 _ Patches currently in -mm which might be from drysdale@xxxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html