The patch titled Subject: include/linux/poison.h: remove not-used poison pointer macros has been removed from the -mm tree. Its filename was remove-not-used-poison-pointer-macros.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Vasily Kulikov <segoon@xxxxxxxxxxxx> Subject: include/linux/poison.h: remove not-used poison pointer macros Signed-off-by: Vasily Kulikov <segoon@xxxxxxxxxxxx> Cc: Solar Designer <solar@xxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: "Kirill A. Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/poison.h | 7 ------- 1 file changed, 7 deletions(-) diff -puN include/linux/poison.h~remove-not-used-poison-pointer-macros include/linux/poison.h --- a/include/linux/poison.h~remove-not-used-poison-pointer-macros +++ a/include/linux/poison.h @@ -69,10 +69,6 @@ #define ATM_POISON_FREE 0x12 #define ATM_POISON 0xdeadbeef -/********** net/ **********/ -#define NEIGHBOR_DEAD 0xdeadbeef -#define NETFILTER_LINK_POISON 0xdead57ac - /********** kernel/mutexes **********/ #define MUTEX_DEBUG_INIT 0x11 #define MUTEX_DEBUG_FREE 0x22 @@ -83,7 +79,4 @@ /********** security/ **********/ #define KEY_DESTROY 0xbd -/********** sound/oss/ **********/ -#define OSS_POISON_FREE 0xAB - #endif _ Patches currently in -mm which might be from segoon@xxxxxxxxxxxx are use-poison_pointer_delta-for-poison-pointers.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