Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753910AbbETM2D (ORCPT ); Wed, 20 May 2015 08:28:03 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:34940 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753188AbbETM17 (ORCPT ); Wed, 20 May 2015 08:27:59 -0400 MIME-Version: 1.0 In-Reply-To: References: <1431613188-4511-1-git-send-email-anisse@astier.eu> <1431613188-4511-3-git-send-email-anisse@astier.eu> <20150518112152.GA16999@amd> <20150518130213.GA771@amd> From: Anisse Astier Date: Wed, 20 May 2015 14:27:37 +0200 Message-ID: Subject: Re: [PATCH v4 2/3] mm/page_alloc.c: add config option to sanitize freed pages To: yalin wang Cc: Pavel Machek , Andrew Morton , Mel Gorman , "Kirill A. Shutemov" , David Rientjes , Alan Cox , Linus Torvalds , Peter Zijlstra , PaX Team , Brad Spengler , Kees Cook , Andi Kleen , "Rafael J. Wysocki" , Len Brown , linux-mm@kvack.org, Linux PM list , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1309 Lines: 31 On Tue, May 19, 2015 at 3:58 AM, yalin wang wrote: > 2015-05-18 21:04 GMT+08:00 Anisse Astier : >> On Mon, May 18, 2015 at 3:02 PM, Pavel Machek wrote: >>> >>> Ok. So there is class of errors where this helps, but you are not >>> aware of any such errors in kernel, so you can't fix them... Right? >> >> Correct. >> -- >> 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/ > i feel your patch is the same as CONFIG_DEBUG_PAGEALLOC , > the difference is that CONFIG_DEBUG_PAGEALLOC will clear > page to a magic number, while your patch will > clear to zero, > do we really need this duplicated function ? It's different because DEBUG_PAGEALLOC will only use page poisoning on certain architectures, and clearing a page to a magic number doesn't allow to optimize alloc with _GFP_ZERO. Regards, Anisse -- 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/