Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932198AbWCAONK (ORCPT ); Wed, 1 Mar 2006 09:13:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932216AbWCAONK (ORCPT ); Wed, 1 Mar 2006 09:13:10 -0500 Received: from ns2.suse.de ([195.135.220.15]:40121 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S932198AbWCAONJ (ORCPT ); Wed, 1 Mar 2006 09:13:09 -0500 From: Andi Kleen To: Jens Axboe Subject: Re: adding swap workarounds oom - was: Re: Out of Memory: Killed process 16498 (java). Date: Wed, 1 Mar 2006 15:05:21 +0100 User-Agent: KMail/1.9.1 Cc: Andy Chittenden , Anton Altaparmakov , Andrew Morton , davej@redhat.com, linux-kernel@vger.kernel.org, lwoodman@redhat.com, Bartlomiej Zolnierkiewicz References: <89E85E0168AD994693B574C80EDB9C270393C104@uk-email.terastack.bluearc.com> <20060301134123.GU4816@suse.de> In-Reply-To: <20060301134123.GU4816@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603011505.23222.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1270 Lines: 41 On Wednesday 01 March 2006 14:41, Jens Axboe wrote: > On Wed, Mar 01 2006, Andy Chittenden wrote: > > with revised patch that does: > > > > printk("sg%d: dma=%llx, dma_len=%u/%u, pfn=%lu\n", i, > > (unsigned long long) sg->dma_address, sg->dma_length, sg->offset, > > page_to_pfn(sg->page)); > > That is correct, thanks! > > > hda: DMA table too small > > ide dma table, 255 entries, bounce pfn 1310720 > > sg0: dma=81c8800, dma_len=4096/0, pfn=1296369 > > Still the same badness here, it's 2kb into a page so straddles two pages > for one entry. That's normal if it was in the IOMMU and a merged entry. You can try iommu=nomerge. Or maybe the higher layers are passing in physically continuous pages that get merged? Not too unlikely at boot. > > Andi, any idea what is going on here? Why is this throwing up all of a > sudden?? What is throwing up exactly? There was a change recently in the merging algorithm, but it shouldn't cause any bad side effects for correct users of *_map_sg() -Andi - 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/