Steps to replicate the problem: 1. Downloaded latest kernel tree from kernel.org using "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" 2. Copied CentOS 6.4 config file to linux tree and enabled certain APEI and intel-pstate features as part of "make oldconfig" command 3. After running "make oldconfig", performed "make bzImage" and started seeing below issue: [root@CentOS64 linux]# make bzImage CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CALL scripts/checksyscalls.sh CHK include/generated/compile.h VDSO2C arch/x86/vdso/vdso-image-64.c Error: too many copied sections (max = 13) make[2]: *** [arch/x86/vdso/vdso-image-64.c] Error 1 make[1]: *** [arch/x86/vdso] Error 2 make: *** [arch/x86] Error 2 There is a LKML discussion and proposed patch around this defect and applied the patch from below on top of the kernel. https://lkml.org/lkml/2014/7/3/985 I can compile the modules using "make modules and make modules_install". However, i can't run "make bzImage" and still seeing above mentioned problem Is there any known issue/patch for this defect? Thanks. -ab-
Checked with 3.15.4 (stable) release and still seeing same problem. -ab-