On Fri, Jul 13, 2012 at 11:27:12AM -0700, cody@xxxxxxxxxxxxxxxxxx wrote: > From: Cody Schafer <cody@xxxxxxxxxxxxxxxxxx> > > For some config options (CONFIG_EXTRA_FIRMWARE, for example), the length > of a config file line can exceed the 1024 byte buffer. > > Switch from fgets to compat_getline to fix. compat_getline is an > internally implimented getline work-alike for portability purposes. > > Signed-off-by: Cody Schafer <cody@xxxxxxxxxxxxxxxxxx> Applied to kbuild.git#kconfig, thanks. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html