Revision 0462bfc88d37ecb7f69488643c91cb657a1f264d authored by Linus Torvalds on 14 September 2012, 21:53:22 UTC, committed by Linus Torvalds on 14 September 2012, 21:53:22 UTC
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()"
2 parent s 55815f7 + 60e233a
History
File Mode Size
Kconfig -rw-r--r-- 804 bytes
Makefile -rw-r--r-- 305 bytes
client.c -rw-r--r-- 51.1 KB
error.c -rw-r--r-- 7.4 KB
mod.c -rw-r--r-- 4.3 KB
protocol.c -rw-r--r-- 12.8 KB
protocol.h -rw-r--r-- 1.3 KB
trans_common.c -rw-r--r-- 2.0 KB
trans_common.h -rw-r--r-- 632 bytes
trans_fd.c -rw-r--r-- 23.9 KB
trans_rdma.c -rw-r--r-- 17.4 KB
trans_virtio.c -rw-r--r-- 17.5 KB
util.c -rw-r--r-- 3.3 KB

back to top