lkml.org 
[lkml]   [2013]   [Mar]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 7/7] uretprobes: implemented, thus remove -ENOSYS

please disregard this one, not sure how it managed to hide within
the rest ones...

sry,
Anton.

On Fri, Mar 22, 2013 at 02:09:04PM +0100, Anton Arapov wrote:
> enclose return probes implementation
>
> v3 changes: (the patch is introduced in v3)
> - remove 'TODO' as return probes implemented now
>
> Signed-off-by: Anton Arapov <anton@redhat.com>
> ---
> kernel/events/uprobes.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/kernel/events/uprobes.c b/kernel/events/uprobes.c
> index 5fb7809..e13f9f8 100644
> --- a/kernel/events/uprobes.c
> +++ b/kernel/events/uprobes.c
> @@ -840,10 +840,6 @@ int uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *
> if (!uc->handler && !uc->rp_handler)
> return -EINVAL;
>
> - /* TODO: Implement return probes */
> - if (uc->rp_handler)
> - return -ENOSYS;
> -
> /* Racy, just to catch the obvious mistakes */
> if (offset > i_size_read(inode))
> return -EINVAL;
> --
> 1.8.1.4
>


\
 
 \ /
  Last update: 2013-03-22 15:01    [W:0.330 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site