Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108154 Details for
Bug 162034
gentoo-sources-2.6.19-r4 - pci_get_subsys() called while pci_devices is still empty
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
pcifix.patch (text/plain), 900 bytes, created by
Daniel Drake (RETIRED)
on 2007-01-25 22:21:57 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Daniel Drake (RETIRED)
Created:
2007-01-25 22:21:57 UTC
Size:
900 bytes
patch
obsolete
>Index: linux-2.6.20-rc6/drivers/pci/search.c >=================================================================== >--- linux-2.6.20-rc6.orig/drivers/pci/search.c >+++ linux-2.6.20-rc6/drivers/pci/search.c >@@ -11,6 +11,7 @@ > #include <linux/pci.h> > #include <linux/module.h> > #include <linux/interrupt.h> >+#include <linux/kernel.h> > #include "pci.h" > > DECLARE_RWSEM(pci_bus_sem); >@@ -203,6 +204,7 @@ static struct pci_dev * pci_find_subsys( > if (unlikely(list_empty(&pci_devices))) { > printk(KERN_INFO "pci_find_subsys() called while pci_devices " > "is still empty\n"); >+ dump_stack(); > return NULL; > } > down_read(&pci_bus_sem); >@@ -281,6 +283,7 @@ pci_get_subsys(unsigned int vendor, unsi > if (unlikely(list_empty(&pci_devices))) { > printk(KERN_NOTICE "pci_get_subsys() called while pci_devices " > "is still empty\n"); >+ dump_stack(); > return NULL; > } > down_read(&pci_bus_sem);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 162034
: 108154