On 12/22/2011 04:09 AM, Darshan Kumar NANDANWAR wrote:
OOPs is in following instruction :
pcipriv->ndis_adapter.pcibridge_vendorid = bridge_pdev->vendor;
656: 15 0a mov.w r1,@(r0,r10)
I have attached the objdump aswell ..
quoted
quoted
The fix came with commit b6b67df3f24c45af0012ee, which is dated Jul 29.
What is this all about? Could you point to this commit?
Kernel source is now maintained using git, which keeps track of changes using
the sha1sum of the changes. The ID above is the leading digits of that sum.
The patch in question is attached. It handles the cases where the self member of
the pci_bus struct is not present. It appears not to have been applied to your
source. Does this patch fix your problem?
Larry