Re: [patch][Intel-IOMMU] Fix for IOMMU early crash

2007-09-25 Thread Keshavamurthy, Anil S
On Sat, Sep 15, 2007 at 02:30:40AM +1000, Paul Mackerras wrote: > Keshavamurthy, Anil S writes: > > > Can I expect the ppc64 code changes from you? > > Once I get your, I will merge with mine and post it again. > > Sure, but it will be next week, since I am travelling this week. Any progress? -

Re: [patch][Intel-IOMMU] Fix for IOMMU early crash

2007-09-14 Thread Paul Mackerras
Keshavamurthy, Anil S writes: > Can I expect the ppc64 code changes from you? > Once I get your, I will merge with mine and post it again. Sure, but it will be next week, since I am travelling this week. Paul. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [patch][Intel-IOMMU] Fix for IOMMU early crash

2007-09-11 Thread Keshavamurthy, Anil S
On Wed, Sep 12, 2007 at 05:48:52AM +1000, Paul Mackerras wrote: > Keshavamurthy, Anil S writes: > > > Subject: Fix IOMMU early crash > > > > This patch avoids copying pci_bus's->sysdata to > > pci_dev's->sysdata as one can easily obtain > > the same through pci_dev->bus->sysdata. > > At the mome

Re: [patch][Intel-IOMMU] Fix for IOMMU early crash

2007-09-11 Thread Keshavamurthy, Anil S
On Wed, Sep 12, 2007 at 05:48:52AM +1000, Paul Mackerras wrote: > Keshavamurthy, Anil S writes: > > > Subject: Fix IOMMU early crash > > > > This patch avoids copying pci_bus's->sysdata to > > pci_dev's->sysdata as one can easily obtain > > the same through pci_dev->bus->sysdata. > > At the mome

Re: [patch][Intel-IOMMU] Fix for IOMMU early crash

2007-09-11 Thread Paul Mackerras
Keshavamurthy, Anil S writes: > Subject: Fix IOMMU early crash > > This patch avoids copying pci_bus's->sysdata to > pci_dev's->sysdata as one can easily obtain > the same through pci_dev->bus->sysdata. At the moment this will cause ppc64 to crash, since we rely on pci_dev->sysdata pointing to s

[patch][Intel-IOMMU] Fix for IOMMU early crash

2007-09-11 Thread Keshavamurthy, Anil S
Subject: Fix IOMMU early crash This patch avoids copying pci_bus's->sysdata to pci_dev's->sysdata as one can easily obtain the same through pci_dev->bus->sysdata. Now with some recent pci_sysdata patches, the bus's->sysdata gets populated way early and a value of non-NULL gets copied from bus's->