This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] kretprobe instance recyled by parent process


"Mao, Bibo" <bibo.mao@intel.com> wrote:
>
> When kretprobe probe schedule() function, if probed process exit then
>  schedule() function will never return, so some kretprobe instance will
>  never be recycled. By this patch the parent process will recycle
>  kretprobe instance of probed function, there will be no memory leak of
>  kretprobe instance. This patch is based on 2.6.16-rc3.

The patch is extremely wordwrapped.  Please sort out your email client,
send yourself a test patch, check that it applies OK, then resend, thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]