Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755237AbbGZNrI (ORCPT ); Sun, 26 Jul 2015 09:47:08 -0400 Received: from mail-la0-f45.google.com ([209.85.215.45]:34719 "EHLO mail-la0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754983AbbGZNrG (ORCPT ); Sun, 26 Jul 2015 09:47:06 -0400 Date: Sun, 26 Jul 2015 16:46:50 +0300 From: Vasily Kulikov To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Andrew Morton , kernel-hardening@lists.openwall.com Subject: [PATCH 3/3] remove not-used poison pointer macros Message-ID: <20150726134650.GB1111@cachalot> References: <20150726134324.GA1068@cachalot> <20150726134519.GA1111@cachalot> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150726134519.GA1111@cachalot> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 985 Lines: 36 Signed-off-by: Vasily Kulikov --- include/linux/poison.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/linux/poison.h b/include/linux/poison.h index a721bcd..4a27153 100644 --- a/include/linux/poison.h +++ b/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 -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/