Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753262AbZLSSei (ORCPT ); Sat, 19 Dec 2009 13:34:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752150AbZLSSeg (ORCPT ); Sat, 19 Dec 2009 13:34:36 -0500 Received: from h5.dl5rb.org.uk ([81.2.74.5]:35233 "EHLO h5.dl5rb.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751507AbZLSSef (ORCPT ); Sat, 19 Dec 2009 13:34:35 -0500 Date: Sat, 19 Dec 2009 18:33:05 +0000 From: Ralf Baechle To: Linus Torvalds Cc: Christoph Hellwig , tytso@mit.edu, Kyle McMartin , linux-parisc@vger.kernel.org, Linux Kernel Mailing List , James.Bottomley@suse.de, linux-arch@vger.kernel.org, Jens Axboe Subject: Re: [git patches] xfs and block fixes for virtually indexed arches Message-ID: <20091219183305.GA10568@linux-mips.org> References: <20091216043618.GB9104@hera.kernel.org> <20091217132256.GO28962@bombadil.infradead.org> <20091217163036.GE2123@thunk.org> <20091217170743.GA10431@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1218 Lines: 26 On Thu, Dec 17, 2009 at 09:42:15AM -0800, Linus Torvalds wrote: > > I also think that the changes to bio_map_kernel() and bio_map_kern_endio() > are not just "fundamentally ugly", I think they are made worse by the fact > that it's not even done "right". You both flush the virtual caches before > the IO and invalidate after - when the real pattern should be that you > flush it before a write, and invalidate it after a read. > > And I really think that would be all much more properly done at the > _caller_ level, not by the BIO layer. > > You must have some locking and allocation etc logic at the caller anyway, > why doesn't _that_ level just do the flushing or invalidation? And then there are certain types of caches that need invalidation before _and_ after a DMA transaction as a workaround for a processor being grossly abused in a system that it should not be used in. Basically the issue is that falsly speculated stores may dirty caches. Ralf -- 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/