The patch titled Subject: include/linux/poison.h: remove not-used poison pointer macros has been added to the -mm tree. Its filename is remove-not-used-poison-pointer-macros.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/remove-not-used-poison-pointer-macros.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/remove-not-used-poison-pointer-macros.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 @@ -73,10 +73,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 @@ -87,7 +83,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 fix-list_poison12-offset.patch use-poison_pointer_delta-for-poison-pointers.patch remove-not-used-poison-pointer-macros.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