public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Renninger <trenn@suse.de>
To: Doug Chapman <doug.chapman@hp.com>
Cc: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>,
	linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org,
	linux-ia64@vger.kernel.org, Len Brown <lenb@kernel.org>,
	"Luck, Tony" <tony.luck@intel.com>
Subject: Re: regression on HP zx1 platform from ACPI autoload modules patches - PATCH that fixes it
Date: Tue, 31 Jul 2007 15:24:14 +0200	[thread overview]
Message-ID: <1185888255.18821.178.camel@queen.suse.de> (raw)
In-Reply-To: <1185886862.18821.168.camel@queen.suse.de>

On Tue, 2007-07-31 at 15:01 +0200, Thomas Renninger wrote:
> On Tue, 2007-07-31 at 08:06 -0400, Doug Chapman wrote:
> > On Tue, 2007-07-31 at 01:07 +0200, Michal Piotrowski wrote:
> > > Hi Doug,
> > > 
> > > On 31/07/07, Doug Chapman <doug.chapman@hp.com> wrote:
> > > > I am seeing a regression on the HP ia64 zx1 platforms when using
> > > > a .config with CONFIG_IA64_HP_ZX1=y.  Oddly it works OK with
> > > > CONFIG_IA64_GENERIC=y.
> > > >
> > > >
> > > > During bootup it panics with:
> > > >
> > > > Kernel panic - not syncing: Unable to find SBA IOMMU: Try a generic or DIG kernel
> > > >
> > > > I can provide the full console output if that is helpful.
> > > 
> > > Yes, it is very useful.
> > > 
> > > >  Also, please let
> > > > me know if there is any other data I can provide that would be helpful.
> > > 
> > > Kernel .config file.
> > 
> > 
> > Michal,
> > 
> > Attached are the full console output up to the panic and the .config
> > file I used to build the kernel.  Let me know if there is anything else
> > you need or if you would like me to try a patch.
> 
> This patch should fix it.
> It's already sent to Len. Bjorn/Myron already tested this one and gave
> an acked-by, but it has not hit Len's git tree yet.
> Len?
> Or should it be picked up by an IA64 tree?

We should have included the IA64 list on the other thread..., Tony
wanted to take it (already has?):
-------------------------
I have a few other ia64 cleanup bits from the vector-domain change, so
I can drop this in with them for a pull from ia64 later today.
--------------------------
> 
>    Thomas
> 
> -----------------
> 
> Use new acpi_device_id struct for HID init in ia64/hp/common/sba_iommu.c
> 
> Forgot to adjust this one with the acpi autoloading patches.
> 
> Signed-off-by: Thomas Renninger <trenn@suse.de>
> Acked-by: Myron Stowe <myron.stowe@hp.com>
> 
> ---
>  arch/ia64/hp/common/sba_iommu.c |    7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> Index: linux-2.6.23-rc1/arch/ia64/hp/common/sba_iommu.c
> ===================================================================
> --- linux-2.6.23-rc1.orig/arch/ia64/hp/common/sba_iommu.c
> +++ linux-2.6.23-rc1/arch/ia64/hp/common/sba_iommu.c
> @@ -2015,9 +2015,14 @@ acpi_sba_ioc_add(struct acpi_device *dev
>  	return 0;
>  }
>  
> +static const struct acpi_device_id hp_ioc_iommu_device_ids[] = {
> +	{"HWP0001", 0},
> +	{"HWP0004", 0},
> +	{"", 0},
> +};
>  static struct acpi_driver acpi_sba_ioc_driver = {
>  	.name		= "IOC IOMMU Driver",
> -	.ids		= "HWP0001,HWP0004",
> +	.ids		= hp_ioc_iommu_device_ids,
>  	.ops		= {
>  		.add	= acpi_sba_ioc_add,
>  	},
> 
> 


  reply	other threads:[~2007-07-31 13:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-30 22:57 regression on HP zx1 platform from ACPI autoload modules patches Doug Chapman
2007-07-30 23:07 ` Michal Piotrowski
2007-07-31  5:12   ` Tony Luck
2007-07-31 11:50     ` Doug Chapman
2007-07-31 16:29       ` regression on HP zx1 platform from ACPI autoload modulespatches Luck, Tony
2007-07-31 16:40         ` Thomas Renninger
2007-07-31 16:54           ` Luck, Tony
2007-07-31 22:27             ` Thomas Renninger
2007-07-31 16:59         ` Doug Chapman
2007-07-31 12:06   ` regression on HP zx1 platform from ACPI autoload modules patches Doug Chapman
2007-07-31 13:01     ` regression on HP zx1 platform from ACPI autoload modules patches - PATCH that fixes it Thomas Renninger
2007-07-31 13:24       ` Thomas Renninger [this message]
2007-07-31 14:04       ` Doug Chapman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1185888255.18821.178.camel@queen.suse.de \
    --to=trenn@suse.de \
    --cc=doug.chapman@hp.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.k.k.piotrowski@gmail.com \
    --cc=tony.luck@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox