Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: netbsd crash



> On Mon, Mar 01, 2010 at 02:57:20PM +0100, Christoph Egger wrote:
> > 
> > 
> > Hi!
> > 
> > When I boot a Xen/amd64 Dom0 it crashes
> > at
> > 
> > sys/arch/x86/pci/pci_machdep.c:348
> > 
> > pc_make_tag is a wild pointer.
> 
> pc must be a wild pointer, too.  It should be NULL.
> I have attached a patch for hypervisor_attach() that is careful
> to re-zero the attach args before setting them up for a new
> call to config_found_ia(). hypervisor_attach() may not be the
> only place that Xen passes an uninitialized pci_attach_args or
> pcibus_attach_args.

Your patch makes Xen/amd64 Dom0 boot again. Please commit.

Christoph


Home | Main Index | Thread Index | Old Index