The patch titled Subject: headers-untangle-kmemleakh-from-mmh-fix has been removed from the -mm tree. Its filename was headers-untangle-kmemleakh-from-mmh-fix.patch This patch was dropped because it was folded into headers-untangle-kmemleakh-from-mmh.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: headers-untangle-kmemleakh-from-mmh-fix security/keys/big_key.c needs vmalloc.h, per sfr Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- security/keys/big_key.c | 1 + 1 file changed, 1 insertion(+) diff -puN security/keys/big_key.c~headers-untangle-kmemleakh-from-mmh-fix security/keys/big_key.c --- a/security/keys/big_key.c~headers-untangle-kmemleakh-from-mmh-fix +++ a/security/keys/big_key.c @@ -18,6 +18,7 @@ #include <linux/err.h> #include <linux/scatterlist.h> #include <linux/random.h> +#include <linux/vmalloc.h> #include <keys/user-type.h> #include <keys/big_key-type.h> #include <crypto/aead.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch headers-untangle-kmemleakh-from-mmh.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