This series changes the PREEMPT-TRACE behavior for reporting critical sections. The previous code reported 2 frames per section. The new code uses the save_stack_trace facility to save an arbitrary number of frames (currently set to 5 via a #define)
For what its worth, these patches assisted me with debugging some issues in -rt. The second patch is really a workaround for where X86_64 frame-pointers apparently are not working under certain circumstances. Signed-off-by: Gregory Haskins <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/