From: Greg KH To: torvalds@osdl.org, akpm@osdl.org Cc: linux-kernel@vger.kernel.org Subject: [BK PATCH] Driver Core fixes for 2.6.6-rc2 Hi, Here are two driver core fixes for 2.6.6-rc2, along with a tipar.c driver fix. Please pull from: bk://kernel.bkbits.net/gregkh/linux/driver-2.6 thanks, greg k-h p.s. I'll send these as patches in response to this email to lkml for those who want to see them. drivers/base/firmware_class.c | 2 +- drivers/char/tipar.c | 2 +- drivers/i2c/chips/eeprom.c | 1 + drivers/scsi/qla2xxx/qla_os.c | 2 ++ fs/sysfs/bin.c | 16 +++++++++++++--- fs/sysfs/symlink.c | 6 +++--- 6 files changed, 21 insertions(+), 8 deletions(-) ----- : o sysfs module unload race fix for bin_attributes Linda Xie: o symlink doesn't support kobj name > 20 charaters (KOBJ_NAME_LEN) Romain Lievin: o tipar char driver: wrong timeout value