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.10-rc2 Hi, Here are two bugfixes for the driver core / sysfs against 2.6.10-rc2. 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. fs/sysfs/dir.c | 3 ++- lib/kobject.c | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) ----- Gerd Knorr: o fix kobject varargs bug Maneesh Soni: o fix oops in sysfs_remove_dir()