The patch titled add taskstats.h to headers package has been removed from the -mm tree. Its filename was add-taskstatsh-to-headers-package.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ Subject: add taskstats.h to headers package From: Don Zickus <dzickus@xxxxxxxxxx> taskstats.h is missing from the kernel headers package. It was designed to be used from userland, so it should be safe. Signed-off-by: Don Zickus <dzickus@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/Kbuild~add-taskstatsh-to-headers-package include/linux/Kbuild --- a/include/linux/Kbuild~add-taskstatsh-to-headers-package +++ a/include/linux/Kbuild @@ -318,6 +318,7 @@ unifdef-y += soundcard.h unifdef-y += stat.h unifdef-y += stddef.h unifdef-y += sysctl.h +unifdef-y += taskstats.h unifdef-y += tcp.h unifdef-y += time.h unifdef-y += timex.h _ Patches currently in -mm which might be from dzickus@xxxxxxxxxx are add-taskstatsh-to-headers-package.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