Re: missing kretprobes support on avr32 and sparc64

2007-04-01 Thread HÃ¥vard Skinnemoen
On Sat, March 31, 2007 15:15, Christoph Hellwig wrote: > Currently all avr32 and sparc64 don't support kretprobes unlike all > other kprobes supporting architectures. This is not nice from the > user interface point of view and from the ugly ifdefs point of view. > Is there a reason these ports ca

Re: missing kretprobes support on avr32 and sparc64

2007-03-31 Thread David Miller
From: Christoph Hellwig <[EMAIL PROTECTED]> Date: Sat, 31 Mar 2007 15:15:22 +0200 > Currently all avr32 and sparc64 don't support kretprobes unlike all > other kprobes supporting architectures. This is not nice from the > user interface point of view and from the ugly ifdefs point of view. > Is t

missing kretprobes support on avr32 and sparc64

2007-03-31 Thread Christoph Hellwig
Currently all avr32 and sparc64 don't support kretprobes unlike all other kprobes supporting architectures. This is not nice from the user interface point of view and from the ugly ifdefs point of view. Is there a reason these ports can't support kretprobes or was this simply an oversight / lazyne