when CONFIG_KALLSYMS=Y present in config than make bzImage fales at final linking. Reproducible: Always Steps to Reproduce: 1.emerge xfs-sources 2.make mrproper && make config and add CONFIG_KALLSYMS=Y to .config(or just try KDB it requires this option) 3.make dep && make clean bzImage Actual Results: a couple of kernel/kernel.o: Undefined reference in function kallsyms_symbol_to_address to __start___kallsyms .... __stop___kallsyms
pulling the kdb patch today, xfs adds it to there xfs-full patch.
will take care of kdb stuff when sgi releases a decent version again
still a problem? looks like a bugzilla error.
no kdb - no problem good method! btw, because lack of activity in xfs-sources I switched to ac-sources