Re: 2.6.10 kprobes/jprobes panic

2005-02-10 Thread Maneesh Soni
On Wed, Feb 09, 2005 at 04:03:36PM -0800, Badari Pulavarty wrote: > On Tue, 2005-02-08 at 21:07, Prasanna S Panchamukhi wrote: [..] > > > > > > > Error check and graceful exit can be done in the jprobe handler > > module. In the jprobe network packet logging patch, error check > > was taken care

Re: 2.6.10 kprobes/jprobes panic

2005-02-10 Thread Maneesh Soni
On Wed, Feb 09, 2005 at 04:03:36PM -0800, Badari Pulavarty wrote: On Tue, 2005-02-08 at 21:07, Prasanna S Panchamukhi wrote: [..] Error check and graceful exit can be done in the jprobe handler module. In the jprobe network packet logging patch, error check was taken care by using

Re: 2.6.10 kprobes/jprobes panic

2005-02-09 Thread Badari Pulavarty
On Tue, 2005-02-08 at 21:07, Prasanna S Panchamukhi wrote: > Hi Badri, > > > Hi, > > > > I ran into this while playing with jprobes in 2.6.10. > > > > I tried to install jprobe handler on a invalid address, > > User should prevent inserting jprobes on an invalid address. Well, I was hoping

Re: 2.6.10 kprobes/jprobes panic

2005-02-09 Thread Badari Pulavarty
On Tue, 2005-02-08 at 21:07, Prasanna S Panchamukhi wrote: Hi Badri, Hi, I ran into this while playing with jprobes in 2.6.10. I tried to install jprobe handler on a invalid address, User should prevent inserting jprobes on an invalid address. Well, I was hoping register handler

Re: 2.6.10 kprobes/jprobes panic

2005-02-08 Thread Prasanna S Panchamukhi
Hi Badri, > Hi, > > I ran into this while playing with jprobes in 2.6.10. > > I tried to install jprobe handler on a invalid address, User should prevent inserting jprobes on an invalid address. > I get OOPS. I was hoping for a error check and a graceful > exit rather than kernel Oops. >

2.6.10 kprobes/jprobes panic

2005-02-08 Thread Badari Pulavarty
Hi, I ran into this while playing with jprobes in 2.6.10. I tried to install jprobe handler on a invalid address, I get OOPS. I was hoping for a error check and a graceful exit rather than kernel Oops. Thanks, Badari plant jprobe at c01836b0, handler addr a080 Unable to

2.6.10 kprobes/jprobes panic

2005-02-08 Thread Badari Pulavarty
Hi, I ran into this while playing with jprobes in 2.6.10. I tried to install jprobe handler on a invalid address, I get OOPS. I was hoping for a error check and a graceful exit rather than kernel Oops. Thanks, Badari plant jprobe at c01836b0, handler addr a080 Unable to

Re: 2.6.10 kprobes/jprobes panic

2005-02-08 Thread Prasanna S Panchamukhi
Hi Badri, Hi, I ran into this while playing with jprobes in 2.6.10. I tried to install jprobe handler on a invalid address, User should prevent inserting jprobes on an invalid address. I get OOPS. I was hoping for a error check and a graceful exit rather than kernel Oops. Error