Re: [PATCH 03/11] ftrace: return error on failed modified text.

From: Steven Rostedt
Date: Wed Oct 22 2008 - 15:04:17 EST



On Wed, 22 Oct 2008, Andrew Morton wrote:

> On Wed, 22 Oct 2008 14:43:16 -0400
> Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> > Return -1 on failed modified text.
> >
>
> changelog fails to explain the reason for the change.
>
> > + if (__copy_to_user_inatomic((char __user *)ip, new_code,
> > + MCOUNT_INSN_SIZE))
> > + return -1;
>
> why not -EFAULT?

Indeed, why not. I'll update it in v2.

-- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/