Re: CONFIG_HAVE_ARCH_TRACEHOOK and you

2008-09-12 Thread David Miller
From: Roland McGrath [EMAIL PROTECTED] Date: Fri, 12 Sep 2008 15:31:56 -0700 (PDT) means sparc ends up allocating 38 * sizeof(u32) * sizeof(u32), and sparc64 ends up with 36 * sizeof(u64) * sizeof(u64), which must surely be wrong? Yup! Sure looks like Dave skipped the step where it says

Re: The demise of utracer.

2008-06-25 Thread David Miller
From: Daniel Jacobowitz [EMAIL PROTECTED] Date: Wed, 25 Jun 2008 11:38:25 -0400 The single biggest pain in GDB's process management is dealing with signals, especially the ways that ptrace interferes with normal operation. Because of this, and other similar examples, I believe the only way to

Re: user_regset is in!

2008-02-07 Thread David Miller
From: Ananth N Mavinakayanahalli [EMAIL PROTECTED] Date: Thu, 7 Feb 2008 17:06:53 +0530 On Wed, Jan 30, 2008 at 12:22:58PM -0800, Roland McGrath wrote: The generic and x86 code for user_regset went into Linus's kernel tree today, destined for the 2.6.25 release. I'm very grateful to Ingo