Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752284AbZIZTMB (ORCPT ); Sat, 26 Sep 2009 15:12:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751890AbZIZTL7 (ORCPT ); Sat, 26 Sep 2009 15:11:59 -0400 Received: from cantor.suse.de ([195.135.220.2]:41032 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751737AbZIZTL6 (ORCPT ); Sat, 26 Sep 2009 15:11:58 -0400 Date: Sat, 26 Sep 2009 21:12:01 +0200 From: Nick Piggin To: Andi Kleen Cc: Wu Fengguang , Hugh Dickins , Andrew Morton , "linux-mm@kvack.org" , LKML Subject: Re: [RFC][PATCH] HWPOISON: remove the unsafe __set_page_locked() Message-ID: <20090926191201.GC14368@wotan.suse.de> References: <20090926031537.GA10176@localhost> <20090926114806.GA12419@localhost> <20090926150555.GM30185@one.firstfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090926150555.GM30185@one.firstfloor.org> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1238 Lines: 27 On Sat, Sep 26, 2009 at 05:05:55PM +0200, Andi Kleen wrote: > > However we may well end up to accept the fact that "we just cannot do > > hwpoison 100% correct", and settle with a simple and 99% correct code. > > I would prefer to avoid any oopses, but if they are unlikely enough > and too hard to fix that's bearable. The race window here is certainly rather > small. Well, several places non-atomically modify page flags, including within preempt-enabled regions... It's nasty to introduce these oopses in the hwposion code! I'm ashamed I didn't pick up on this problem seeing as I introduced several of them. > On the other hand if you cannot detect a difference in benchmarks I see > no reason not to add the additional steps, as long as the code isn't > complicated or ugly. These changes are neither. The patch to add atomics back into the fastpaths? I don't think that's acceptable at all. A config option doesn't go far enough either because distros will have to turn it on. -- 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/