Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751503AbdIRWFn (ORCPT ); Mon, 18 Sep 2017 18:05:43 -0400 Received: from ipmail01.adl2.internode.on.net ([150.101.137.133]:48314 "EHLO ipmail01.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283AbdIRWFl (ORCPT ); Mon, 18 Sep 2017 18:05:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2ApAgBJQsBZ//yBpztcGgEBAQECAQEBA?= =?us-ascii?q?QgBAQEBhSwnjwmPQAEBAQEBAQaBKo0XiyGFPwQCAoUMFAECAQEBAQEBAWsohRk?= =?us-ascii?q?BBTocIxAIAxgJJQ8FJQMhE4omDKwLiyUBAQEHAgElIYMKgwqFU4prBaEIlEiTB?= =?us-ascii?q?ZZuNiGBDTIhCBwVhWIcgXkuNogfAQEB?= Date: Tue, 19 Sep 2017 08:05:02 +1000 From: Dave Chinner To: Eric Sandeen Cc: Jens Axboe , Christoph Hellwig , Abdul Haleem , linuxppc-dev , linux-xfs , linux-next , linux-kernel , chandan Subject: Re: [linux-next][XFS][trinity] WARNING: CPU: 32 PID: 31369 at fs/iomap.c:993 Message-ID: <20170918220502.GL10621@dastard> References: <1505746565.6990.18.camel@abdul.in.ibm.com> <20170918152706.GA11482@lst.de> <8abed401-1634-760f-6543-4652fa495315@kernel.dk> <20170918213143.GJ10621@dastard> <21c53d3f-5ca9-886d-a326-cb6f1bbddffd@sandeen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21c53d3f-5ca9-886d-a326-cb6f1bbddffd@sandeen.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1676 Lines: 49 On Mon, Sep 18, 2017 at 05:00:58PM -0500, Eric Sandeen wrote: > On 9/18/17 4:31 PM, Dave Chinner wrote: > > On Mon, Sep 18, 2017 at 09:28:55AM -0600, Jens Axboe wrote: > >> On 09/18/2017 09:27 AM, Christoph Hellwig wrote: > >>> On Mon, Sep 18, 2017 at 08:26:05PM +0530, Abdul Haleem wrote: > >>>> Hi, > >>>> > >>>> A warning is triggered from: > >>>> > >>>> file fs/iomap.c in function iomap_dio_rw > >>>> > >>>> if (ret) > >>>> goto out_free_dio; > >>>> > >>>> ret = invalidate_inode_pages2_range(mapping, > >>>> start >> PAGE_SHIFT, end >> PAGE_SHIFT); > >>>>>> WARN_ON_ONCE(ret); > >>>> ret = 0; > >>>> > >>>> inode_dio_begin(inode); > >>> > >>> This is expected and an indication of a problematic workload - which > >>> may be triggered by a fuzzer. > >> > >> If it's expected, why don't we kill the WARN_ON_ONCE()? I get it all > >> the time running xfstests as well. > > > > Because when a user reports a data corruption, the only evidence we > > have that they are running an app that does something stupid is this > > warning in their syslogs. Tracepoints are not useful for replacing > > warnings about data corruption vectors being triggered. > > Is the full WARN_ON spew really helpful to us, though? Certainly > the user has no idea what it means, and will come away terrified > but none the wiser. > > Would a more informative printk_once() still give us the evidence > without the ZOMG I THINK I OOPSED that a WARN_ON produces? Or do we > want/need the backtrace? backtrace is actually useful - that's how I recently learnt that splice now supports direct IO..... Cheers, Dave. -- Dave Chinner david@fromorbit.com