Re: [PATCH] release_pcibus_dev() crash

From: Greg KH
Date: Thu Jan 13 2005 - 13:33:26 EST


On Thu, Jan 13, 2005 at 11:49:11AM -0600, John Rose wrote:
> > Maybe, did you read Documentation/filesystems/sysfs-pci.c? You need to do
> > more than just enable HAVE_PCI_LEGACY, you also need to implement some
> > functions.
>
> This sounds like more than I bargained for. I'll leave the patch as-is,
> since I don't currently have the means to test a fix for the legacy IO
> stuff. Also because it doesn't crash on my architecture :)
>
> If you get some time, my suggestion is to scrap
> pci_remove_legacy_files(), and free the pci_bus->legacy_io field in
> pci_remove_bus(). The binary sysfs files will be cleaned up
> automatically as the class device is deleted, as described in the
> parent.

No, don't rely on this please. Explicitly clean up the files, it's
nicer that way, and when sysfs changes to not clean them up for you, it
will be less changes then.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/