Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758938AbZDGQ27 (ORCPT ); Tue, 7 Apr 2009 12:28:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757461AbZDGQ2t (ORCPT ); Tue, 7 Apr 2009 12:28:49 -0400 Received: from one.firstfloor.org ([213.235.205.2]:52709 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754049AbZDGQ2s (ORCPT ); Tue, 7 Apr 2009 12:28:48 -0400 Date: Tue, 7 Apr 2009 18:30:57 +0200 From: Andi Kleen To: Rik van Riel Cc: Andi Kleen , hugh@veritas.com, npiggin@suse.de, lee.schermerhorn@hp.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, x86@kernel.org Subject: Re: [PATCH] [13/16] POISON: The high level memory error handler in the VM Message-ID: <20090407163057.GR17934@one.firstfloor.org> References: <20090407509.382219156@firstfloor.org> <20090407151010.E72A91D0471@basil.firstfloor.org> <49DB7934.3060008@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49DB7934.3060008@redhat.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1299 Lines: 38 On Tue, Apr 07, 2009 at 12:03:00PM -0400, Rik van Riel wrote: > Andi Kleen wrote: > > >This is rather tricky code and needs a lot of review. Undoubtedly it still > >has bugs. > > It's just complex enough that it looks like it might have > more bugs, but I sure couldn't find any. Thanks for the review. Perhaps I didn't put it strongly enough: I know there are still bugs in there (e.g. nonlinear mappings deadlock and there are some cases where the reference count of the page doesn't drop the zero). > Hitting a bug in this code seems favorable to hitting > guaranteed memory corruption, so I hope Andrew or Ingo Yes the alternative is always panic() when the hardware detects the consumed corruption and bails out. So even if this code is buggy it's very likely still an improvement. So it would be reasonable to do a relatively early merge and improve further in tree. > >Signed-off-by: Andi Kleen > > Acked-by: Rik van Riel Thanks added -Andi -- ak@linux.intel.com -- Speaking for myself only. -- 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/