Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262557AbUJ1A0V (ORCPT ); Wed, 27 Oct 2004 20:26:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262669AbUJ1AXy (ORCPT ); Wed, 27 Oct 2004 20:23:54 -0400 Received: from holomorphy.com ([207.189.100.168]:13187 "EHLO holomorphy.com") by vger.kernel.org with ESMTP id S262664AbUJ1ATT (ORCPT ); Wed, 27 Oct 2004 20:19:19 -0400 Date: Wed, 27 Oct 2004 17:18:52 -0700 From: William Lee Irwin III To: Jeff Garzik Cc: Christoph Hellwig , "Martin J. Bligh" , Linux Kernel , linux-mm@kvack.org, Bartlomiej Zolnierkiewicz , "Randy.Dunlap" , Jens Axboe Subject: Re: news about IDE PIO HIGHMEM bug Message-ID: <20041028001852.GE12934@holomorphy.com> References: <58cb370e041027074676750027@mail.gmail.com> <417FBB6D.90401@pobox.com> <1246230000.1098892359@[10.10.2.4]> <1246750000.1098892883@[10.10.2.4]> <20041027180816.GA32436@infradead.org> <417FEA09.6080502@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <417FEA09.6080502@pobox.com> Organization: The Domain of Holomorphy User-Agent: Mutt/1.5.6+20040722i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1068 Lines: 25 Christoph Hellwig wrote: >> I think this is the wrong level of interface exposed. Just add two hepler >> kmap_atomic_sg/kunmap_atomic_sg that gurantee to map/unmap a sg list entry, >> even if it's bigger than a page. On Wed, Oct 27, 2004 at 02:33:45PM -0400, Jeff Garzik wrote: > Why bother mapping anything larger than a page, when none of the users > need it? > P.S. In your scheme you would need four helpers; you forgot kmap_sg() > and kunmap_sg(). The scheme hch suggested is highly invasive in the area of architecture- specific fixmap layout and introduces a dependency of fixmap layout on maximum segment size, which may make it current normal maximum segment sizes use prohibitive amounts of vmallocspace on 32-bit architectures. So I'd drop that suggestion, though it's not particularly farfetched. -- wli - 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/