From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754662AbZCELzP (ORCPT ); Thu, 5 Mar 2009 06:55:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751240AbZCELzB (ORCPT ); Thu, 5 Mar 2009 06:55:01 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:37361 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751136AbZCELzA (ORCPT ); Thu, 5 Mar 2009 06:55:00 -0500 Date: Thu, 5 Mar 2009 12:54:47 +0100 From: Ingo Molnar To: Joerg Roedel Cc: Ingo Molnar , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] iommu fixes for 2.6.29-rc7 Message-ID: <20090305115447.GA17018@elte.hu> References: <20090305112215.GB8751@amd.com> <20090305114032.GB9548@elte.hu> <20090305114425.GC8751@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090305114425.GC8751@amd.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Joerg Roedel wrote: > On Thu, Mar 05, 2009 at 12:40:32PM +0100, Ingo Molnar wrote: > > > > > > Joerg > > > > > > Here is the full diff: > > > > > > diff --git a/arch/x86/kernel/amd_iommu.c b/arch/x86/kernel/amd_iommu.c > > > index 5113c08..d7a7c4c 100644 > > > --- a/arch/x86/kernel/amd_iommu.c > > > +++ b/arch/x86/kernel/amd_iommu.c > > > @@ -23,9 +23,7 @@ > > > #include > > > #include > > > #include > > > -#ifdef CONFIG_IOMMU_API > > > #include > > > -#endif > > > #include > > > #include > > > #include > > > > hm, is this one really needed for .29? We are in late-rc freeze > > mode. > > > > > diff --git a/drivers/base/iommu.c b/drivers/base/iommu.c > > > index 5e039d4..c2d1eed 100644 > > > --- a/drivers/base/iommu.c > > > +++ b/drivers/base/iommu.c > > > @@ -31,7 +31,7 @@ void register_iommu(struct iommu_ops *ops) > > > iommu_ops = ops; > > > } > > > > > > -bool iommu_found() > > > +bool iommu_found(void) > > > { > > > return iommu_ops != NULL; > > > } > > > > that's ugly indeed albeit too not critical and not a regression > > fix. My inclination would be to pull for the .30 merge window. > > All this is uncritical. We can merge it in the .30 merge > window if its already too late. Pulled into tip:core/iommu, thanks Joerg! Ingo