On Fri, 18 Feb 2005, Wes Shull wrote: > Taking a quick gander through my /boot/config-2.6.10-1.1143_FC4... Thanks for the pointer. I was earlier looking for difference in patches in the spec file. Looking at the diffs in config with 766_FC3 [latest FC3 update] & 1143 - I see the following: CONFIG_DEBUG_SLAB=y CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_PAGEALLOC=y I'll disable these - and see if it makes a difference. The others in your list are: CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_HIGHMEM=y CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_SPINLOCK_SLEEP=y CONFIG_DEBUG_INFO=y CONFIG_DEBUG_STACKOVERFLOW=y CONFIG_DEBUG_STACK_USAGE=y CONFIG_DEBUG_PAGEALLOC=y CONFIG_MAGIC_SYSRQ=y CONFIG_EARLY_PRINTK=y CONFIG_KPROBES=y CONFIG_4KSTACKS=y I guess I should try disabling some of these as well. Satish