Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932590AbaLBSqg (ORCPT ); Tue, 2 Dec 2014 13:46:36 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:40515 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751026AbaLBSqe (ORCPT ); Tue, 2 Dec 2014 13:46:34 -0500 Date: Tue, 2 Dec 2014 13:46:15 -0500 From: Konrad Rzeszutek Wilk To: Joerg Roedel Cc: Joerg Roedel , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] swiotlb: Warn on allocation failure in swiotlb_alloc_coherent Message-ID: <20141202184615.GA32622@laptop.dumpdata.com> References: <1417174149-31210-1-git-send-email-joro@8bytes.org> <1417174149-31210-2-git-send-email-joro@8bytes.org> <20141201202802.GC21626@laptop.dumpdata.com> <20141202144122.GI3156@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141202144122.GI3156@suse.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-Source-IP: acsinet21.oracle.com [141.146.126.237] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 02, 2014 at 03:41:22PM +0100, Joerg Roedel wrote: > On Mon, Dec 01, 2014 at 03:28:03PM -0500, Konrad Rzeszutek Wilk wrote: > > On Fri, Nov 28, 2014 at 12:29:07PM +0100, Joerg Roedel wrote: > > > From: Joerg Roedel > > > > > > Print a warning when all allocation tries have been failed > > > and the function is about to return NULL. This prepares for > > > calling the function with __GFP_NOWARN to suppress > > > allocation failure warnings before all fall-backs have > > > failed. > > > > This can be quite noisy. Especially the dump-stack. > > Well, this is as noisy as the dump_stack()s from the page-allocator when > the first allocation try fails. The goal of the first two patches in Right, on the first allocation. Subsequent allocations won't be so noisy in the page-allocator (I think?). While this will be noisy on subsequent ones. > this series is to only print a warning (with stack-trace) when > alloc_coherent failed, and not when only an intermediate step failed > that has a fall-back anyway (and might thus be no real problem). > > > Joerg > -- 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/