Bug 6306
Summary: | kernel/built-in.o:(.data+0xd10): undefined reference to `uevent_helper' | ||
---|---|---|---|
Product: | Other | Reporter: | Russell King (rmk) |
Component: | Other | Assignee: | Greg Kroah-Hartman (greg) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | bunk |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.16-git6 onwards | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | allow CONFIG_NET=n |
Description
Russell King
2006-03-30 04:22:11 UTC
Still present in 2.6.16-git18. From my message on LKML: which seems to be a reference from sysfs.c for ...proc.../sys/kernel/hotplug. This brings up an interesting point - if CONFIG_NET is not set and CONFIG_HOTPLUG is set, don't we want to call /sbin/hotplug? If ...proc.../sys/kernel/hotplug isn't present then what? Created attachment 7754 [details]
allow CONFIG_NET=n
Michael, does this work for you?
This is now fixed in Linus's tree. Confirmed as fixed. |