Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc5/2.6.12-rc5-mm2/ > > > - Dropped bk-acpi.patch. Too old, too much breakage. > > - A few more subsystem trees have moved to using git > > - There are a large number of patches here which fix patches which people > have already sent. A very large number. Are we getting a bit careless? -rc5-mm2 breaks for me with the attached config. The attached patch fixes it for me. It's because I have CONFIG_MODULES but not CONFIG_MODULE_UNLOAD. kernel/module.c: In function `module_add_modinfo_attrs': kernel/module.c:1078: error: `modinfo_attrs' undeclared (first use in this function) kernel/module.c:1078: error: (Each undeclared identifier is reported only once kernel/module.c:1078: error: for each function it appears in.) kernel/module.c: In function `module_remove_modinfo_attrs': kernel/module.c:1091: error: `modinfo_attrs' undeclared (first use in this function) kernel/module.c: In function `setup_modinfo': kernel/module.c:1387: error: `modinfo_attrs' undeclared (first use in this function) CC kernel/kallsyms.o CC kernel/irq/handle.o CC kernel/irq/manage.o make[1]: *** [kernel/module.o] Error 1 make[1]: *** Waiting for unfinished jobs.... -Matt