Re: [RFC] [PATCH] Breakpoint assistance(SSOL) using utraceinfrastructure.

2008-04-16 Thread Shaohua Li
On Wed, 2008-04-16 at 19:20 +0800, Srinivasa D S wrote: > On Wednesday 16 April 2008 04:19:34 pm Srikar Dronamraju wrote: > > * Srinivasa D S <[EMAIL PROTECTED]> [2008-04-16 11:59:39]: > > > > Hi Srinivasa, > > > > Can you please break this patch into > > - The actual breakpoint assistance code. >

Re: user_regset is in!

2008-02-19 Thread Shaohua Li
On Fri, 2008-02-08 at 07:59 +0800, Roland McGrath wrote: > Sorry for the delay. > > > I suppose we currently only need do the regset work, right? Attached > is > > the ia64 part, which mostly is a copy-paste of previous utrace patch > > with some fixes. The issue is we have some duplicate code to

Re: user_regset is in!

2008-01-30 Thread Shaohua Li
On Thu, 2008-01-31 at 04:22 +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 Molnar, > who helped > this happen via the x86.git tree. I've also had some positive > feedback f

Re: Some minor problems in patch - 2

2008-01-02 Thread Shaohua Li
On Wed, 2008-01-02 at 16:20 +0800, Roland McGrath wrote: > > Found some minor problems in latest utrace patch. > > Please report distinct issues in separate threads. > Please use meaningful subject lines specific to the problem at hand. > > I'll respond here to the trivial items: > > > 1. **

Re: [PATCH]utrace: IA64 RSE bug

2007-08-08 Thread Shaohua Li
scall trace enter, and kernel will use the parameters, so we do an extra synchronization for the case. Thanks, Shaohua > > On Wed, Aug 08, 2007 at 10:30:37AM +0800, Shaohua Li wrote: > > On Tue, 2007-08-07 at 15:13 +0800, Roland McGrath wrote: > > > That looks reasonable to me, not be

Re: [PATCH]utrace: IA64 RSE bug

2007-08-07 Thread Shaohua Li
r space RSE might be newer than kernel RSE. To avoid stale RSE is used when return to userspace, this patch synchronize user space RSE to kernel RSE. Also, as TIF_ALLWORK_MASK bits are limited, TIF_NOTIFY_RESUME is overrided. Signed-off-by: Bibo Mao

[PATCH]utrace: IA64 RSE bug

2007-08-06 Thread Shaohua Li
+ utrace patches) Signed-off-by: Bibo Mao<[EMAIL PROTECTED]> Signed-off-by: Shaohua Li<[EMAIL PROTECTED]> == arch/ia64/kernel/perfmon.c | 21 ++-- arch/ia64/kernel/process.c | 14 +++ arch