Re: [PATCH] um: fix stub exe build with CONFIG_GCOV

2024-10-27 Thread Nathan Chancellor
On Fri, Oct 25, 2024 at 10:27:01AM +0200, Johannes Berg wrote: > From: Johannes Berg > > CONFIG_GCOV is special and only in UML since it builds the > kernel with a "userspace" option. This is fine, but the stub > is even more special and not really a full userspace process, > so it then fails to

[PATCH] um: fix stub exe build with CONFIG_GCOV

2024-10-25 Thread Johannes Berg
From: Johannes Berg CONFIG_GCOV is special and only in UML since it builds the kernel with a "userspace" option. This is fine, but the stub is even more special and not really a full userspace process, so it then fails to link as reported. For good measure, also remove the GPROF options, even th