From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764204AbZFLNtU (ORCPT ); Fri, 12 Jun 2009 09:49:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933516AbZFLNmH (ORCPT ); Fri, 12 Jun 2009 09:42:07 -0400 Received: from mga14.intel.com ([143.182.124.37]:2409 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757797AbZFLNmF (ORCPT ); Fri, 12 Jun 2009 09:42:05 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.42,209,1243839600"; d="scan'208";a="153570942" Date: Fri, 12 Jun 2009 21:41:43 +0800 From: Wu Fengguang To: Andi Kleen Cc: Andrew Morton , LKML , Hugh Dickins , Nick Piggin , "riel@redhat.com" , "chris.mason@oracle.com" , "linux-mm@kvack.org" Subject: Re: [PATCH 4/5] HWPOISON: report sticky EIO for poisoned file Message-ID: <20090612134143.GD6751@localhost> References: <20090611142239.192891591@intel.com> <20090611144430.813191526@intel.com> <20090612100716.GE25568@one.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090612100716.GE25568@one.firstfloor.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 12, 2009 at 06:07:16PM +0800, Andi Kleen wrote: > On Thu, Jun 11, 2009 at 10:22:43PM +0800, Wu Fengguang wrote: > > This makes the EIO reports on write(), fsync(), or the NFS close() > > sticky enough. The only way to get rid of it may be > > > > echo 3 > /proc/sys/vm/drop_caches > > > > Note that the impacted process will only be killed if it mapped the page. > > XXX > > via read()/write()/fsync() instead of memory mapped reads/writes, simply > > because it's very hard to find them. > > I don't like the special case bit. Conceptually we shouldn't need > to handle hwpoison specially here; it's just like a standard error. > > It makes hwpoison look more intrusive than it really is :) This is already far more less intrusive than Nick's SIGKILL idea ;) > I think it would be better to simply make > the standard EIO sticky; that would fix a lot of other issues too (e.g. > better reporting of metadata errors) But that's something for post .31. Sure, fixing standard EIO is not the task of this patchset. > For .31 I think hwpoison can live fine with non sticky errors; it was > more a problem of the test suite anyways which we worked around. > > So better drop this patch for now. OK, if people in this list agree it to be intrusive ;) Thanks, Fengguang