On 03/16/10 12:02, Piotr Hosowicz wrote: > Hello, > > I own quite strong PC, 4 core Pentium. I recently started to build my > kernel frequently, whenever I see a new patch on kernel.org I build > again. Bothers me that I do it only for doing it. Maybe it could be of > some help to the community? And if so, what would be more appreciated - > linux-next patched kernel or gitN patched kernel? And how should I > configure the kernel for this purpose? I am afraid of putting all the > options on, yesterday I tried to put everything on as a module plus I > tinkered with some other options that seemed innocent. The kernel was > built but could not boot, saying that there was a problem with the root > device, it could not recoginze /dev/sda2, which is my correct root > device. I did not investigate much and reverted to working kernel. > > Thanks in advance for your remarks. Many linux-next builds are done daily: see http://kisskb.ellerman.id.au/kisskb/branch/9/ and then I do 25 x86_32 randconfigs and 25 x64_64 randconfigs daily and fix most build errors that I find in them. (I am also using a quad-core PC with a cron job that finds the next day's linux-next, downloads it, and does 50 builds.) You are welcome to do the same or test mainline (with daily builds) and/or Andrew Morton's mmotm patchset. However, boot testing is probably even more helpful, such as you have already tried. The /dev/sda2 root problem is probably just a configuration problem. Would you like to try to diagnose it? -- ~Randy -- 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