Re: [PATCH v3 5/5] tracing/probe: Support user-space dereference

From: Steven Rostedt
Date: Thu Feb 28 2019 - 11:20:44 EST


On Thu, 28 Feb 2019 16:00:55 +0900
Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote:

> >
> > "+u0(%si):string will read a string from the address in the register
> > %si that is expected to be in user-space. 'ustring' is a shortcut way
> > off performing the same task. That is, +0(%si):ustring is equivalent
> > to +u0(%si):string."
>
> Would you mean "of performing"?

Yes :-)

-- Steve