(Please check that the problem happens on Linus' tree if not then file under the Alternate Trees category.) Exact Kernel version: 2.5.47 Distribution: Gentoo 1.4 Hardware Environment: Software Environment: GCC 3.2 Problem Description: When CONFIG_BINFMT_AOUT=m is compiled, I'm getting the following error during a 'make modules_install': ---snip--- depmod: *** Unresolved symbols in /lib/modules/2.5.47/kernel/fs/binfmt_aout.o depmod: ptrace_notify ---snip--- Steps to reproduce: Enable CONFIG_BINFMT_AOUT=m. The error is generated during 'make modules_install'.
Created attachment 26 [details] export ptrace_notify() Patch from lkml, updated to 2.5.49.
fixed in 2.5.51