+ 0001-apbuart-add-polling-callbacks-to-apbuart-driver.patch adds polling functions to apbuart.c + 0002-apbuart-add-support-for-virtual-KGDB-GRMON-channel.patch add GRMON virtual channel for KGDB + The folowing 2 patches address the error that occures in kernel/debug/gdbstub.c: ptr += strlen(strcpy(ptr, "thread:")); Gcc converts strcpy to a memcpy. There are 2 possible patches: possibility 1: 0003-kernel-debug-SPARC-KGDB-stub-strcpy-fix.patch split into 2 aclls in kernel/debug/gdbstub.c possibility 2: 0004-sparc32-return-destination-pointer-on-return-from-me.patch fix memcpy to return destination pointer + 0005-sparc32-Add-support-for-KGDB-with-SMP-for-leon-and-s.patch Implement KGDB for SMP for Leon and sun4d, for sun4m smp4m_ipi_kgdbcapture is a stub that has to be implemented later. Greetings Konrad -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html