Found 9 matching messages (0.041 seconds). Page 1 of 1.
Signed-off-by: Joe Perches
linux-kernel - Joe Perches - Mar 23 2008 - 04:04
Add file pattern to MAINTAINER entry
Signed-off-by: Joe Perches
linux-kernel - joe - Aug 13 2007 - 02:26
... http://linux-net.osdl.org/index.php/DCCP > S: Maintained > +F: include/linux/dccp.h > +F: net/dccp/ > Provided this patch series goes in then we need to add this in as well as part of DCCP subsystem: F: include/linux/tfrc.h Once ...
linux-kernel - Ian McDonald - Aug 13 2007 - 05:19
On Mon, 2007-08-13 at 21:19 +1200, Ian McDonald wrote: > Provided this patch series goes in then we need to add this in as well > as part of DCCP subsystem: > F: include/linux/tfrc.h DCCP PROTOCOL P: Arnaldo Carvalho de Melo M: acme@ghostprotocols ...
linux-kernel - Joe Perches - Aug 13 2007 - 13:58
From: Oliver Neukum
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:43
Make the ipath driver use the new driver functions so that it does not touch the sysfs portion of the driver structure. We also remove the redundant symlink from the device back to the driver, as it is already in the sysfs tree. Any userspace tools
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:32
Hey Greg, with Linus's latest kernel v2.6.24-412-gb47711b (which includes the patch in the email I'm replying to), I see the following when I do "modprobe -r ib_ipath" (on a system that actually has ipath hardware): kernel BUG at fs/sysfs/group.c: ...
linux-kernel - Roland Dreier - Jan 25 2008 - 17:51
... , so we hit the BUG on the second try to remove the groups on module exit. And I think this chunk of your patch: - snprintf(unit, sizeof(unit), "%02d", dd->ipath_unit); - ret = sysfs_create_link(&dev->driver->kobj, &dev->kobj, unit); - if (ret ...
linux-kernel - Roland Dreier - Jan 25 2008 - 18:11
... hit the BUG on the second try to > remove the groups on module exit. > > And I think this chunk of your patch: > > - snprintf(unit, sizeof(unit), "%02d", dd->ipath_unit); > - ret = sysfs_create_link(&dev->driver->kobj, &dev->kobj, unit); > - if ...
linux-kernel - Greg KH - Jan 25 2008 - 18:23