On Fri, Dec 29, 2006 at 01:51:08PM +0100, Ard -kwaak- van Breemen wrote:
> I will try it on the right function, and see what we get.

In function: 186 static struct pci_dev * pci_find_subsys(unsigned
int vendor,

203        if (unlikely(list_empty(&pci_devices))) {
204                 printk("Pci device list empty, preventing down_read\n");
205                return NULL;
206         }

delivers:
[EMAIL PROTECTED]:~$ sudo grep -C1 'Pci device list empty' /var/log/kern.log
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
Dec 29 14:17:47 localhost kernel: Pci device list empty, preventing down_read
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
--
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
Dec 29 14:17:47 localhost kernel: Pci device list empty, preventing down_read
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
--
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
Dec 29 14:17:47 localhost kernel: Pci device list empty, preventing down_read
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
--
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
Dec 29 14:17:47 localhost kernel: Pci device list empty, preventing down_read
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
--
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
Dec 29 14:17:47 localhost kernel: Pci device list empty, preventing down_read
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
--
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
Dec 29 14:17:47 localhost kernel: Pci device list empty, preventing down_read
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
--
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
Dec 29 14:17:47 localhost kernel: Pci device list empty, preventing down_read
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
--
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
Dec 29 14:17:47 localhost kernel: Pci device list empty, preventing down_read
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
--
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
Dec 29 14:17:47 localhost kernel: Pci device list empty, preventing down_read
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
--
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]
Dec 29 14:17:47 localhost kernel: Pci device list empty, preventing down_read
Dec 29 14:17:47 localhost kernel: include/asm-i386/ide.h ide_default_io_base(): 
blaat: interrupts were [EMAIL PROTECTED]

I don't see any other warnings, so I guess the patch is working now :-).


I will clean up the patches found on this list to fix and detect this.

program signature;
begin  { telegraaf.com
} writeln("<[EMAIL PROTECTED]> TEM2");
end
.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to