During build of this kernel, I got the following compilation error: I needed to add another kernel feature (added full preemption) CONFIG_PREEMPT=y so.... After make oldconfig, and make xconfig, ran make all . . . CC [M] drivers/video/console/fbcon.o drivers/video/console/fbcon.c:3537: error: expected declaration specifiers or ‘...’ before string constant drivers/video/console/fbcon.c:3537: error: expected declaration specifiers or ‘...’ before ‘quiet_logo’ drivers/video/console/fbcon.c:3537: warning: data definition has no type or storage class drivers/video/console/fbcon.c:3537: warning: type defaults to ‘int’ in declaration of ‘early_param’ drivers/video/console/fbcon.c:3537: warning: function declaration isn’t a prototype make[3]: *** [drivers/video/console/fbcon.o] Error 1 make[2]: *** [drivers/video/console] Error 2 make[1]: *** [drivers/video] Error 2 make: *** [drivers] Error 2 The folks at kernel.org told me this is not their bug, but fedora's added code. Is there a bugzilla for fedora kernel? _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/kernel