Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'driver-core-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull driver core fix from Greg Kroah-Hartman:
"Here is one fix for 3.6-rc6 for the kobject.h file.

It fixes a reported oops if CONFIG_HOTPLUG is disabled. It's been in
the linux-next tree for a while now.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>"

* tag 'driver-core-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()"

+1 -1
+1 -1
include/linux/kobject.h
··· 224 224 225 225 static inline __printf(2, 3) 226 226 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) 227 - { return 0; } 227 + { return -ENOMEM; } 228 228 229 229 static inline int kobject_action_type(const char *buf, size_t count, 230 230 enum kobject_action *type)