All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst
@ 2017-11-28  3:26 Masanari Iida
  2017-11-28  3:46 ` Steven Rostedt
  0 siblings, 1 reply; 6+ messages in thread
From: Masanari Iida @ 2017-11-28  3:26 UTC (permalink / raw)
  To: rostedt, mingo, linux-kernel; +Cc: Masanari Iida

This patch corrects some spelling typo in ftrace-users.rst

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/trace/ftrace-uses.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/trace/ftrace-uses.rst b/Documentation/trace/ftrace-uses.rst
index 8494a801d341..9df5ee15859a 100644
--- a/Documentation/trace/ftrace-uses.rst
+++ b/Documentation/trace/ftrace-uses.rst
@@ -12,7 +12,7 @@ Written for: 4.14
 Introduction
 ============
 
-The ftrace infrastructure was originially created to attach callbacks to the
+The ftrace infrastructure was originally created to attach callbacks to the
 beginning of functions in order to record and trace the flow of the kernel.
 But callbacks to the start of a function can have other use cases. Either
 for live kernel patching, or for security monitoring. This document describes
@@ -29,7 +29,7 @@ going to idle, during CPU bring up and takedown, or going to user space.
 This requires extra care to what can be done inside a callback. A callback
 can be called outside the protective scope of RCU.
 
-The ftrace infrastructure has some protections agains recursions and RCU
+The ftrace infrastructure has some protections against recursions and RCU
 but one must still be very careful how they use the callbacks.
 
 
-- 
2.15.0.374.g5f9953d2c365

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst
  2017-11-28  3:26 [PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst Masanari Iida
@ 2017-11-28  3:46 ` Steven Rostedt
  2018-04-27 22:17     ` Steven Rostedt
  0 siblings, 1 reply; 6+ messages in thread
From: Steven Rostedt @ 2017-11-28  3:46 UTC (permalink / raw)
  To: Masanari Iida; +Cc: mingo, linux-kernel, linux-doc

On Tue, 28 Nov 2017 12:26:13 +0900
Masanari Iida <standby24x7@gmail.com> wrote:

> This patch corrects some spelling typo in ftrace-users.rst
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  Documentation/trace/ftrace-uses.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/trace/ftrace-uses.rst b/Documentation/trace/ftrace-uses.rst
> index 8494a801d341..9df5ee15859a 100644
> --- a/Documentation/trace/ftrace-uses.rst
> +++ b/Documentation/trace/ftrace-uses.rst
> @@ -12,7 +12,7 @@ Written for: 4.14
>  Introduction
>  ============
>  
> -The ftrace infrastructure was originially created to attach callbacks to the
> +The ftrace infrastructure was originally created to attach callbacks to the
>  beginning of functions in order to record and trace the flow of the kernel.
>  But callbacks to the start of a function can have other use cases. Either
>  for live kernel patching, or for security monitoring. This document describes
> @@ -29,7 +29,7 @@ going to idle, during CPU bring up and takedown, or going to user space.
>  This requires extra care to what can be done inside a callback. A callback
>  can be called outside the protective scope of RCU.
>  
> -The ftrace infrastructure has some protections agains recursions and RCU
> +The ftrace infrastructure has some protections against recursions and RCU
>  but one must still be very careful how they use the callbacks.
>  
>  

Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

-- Steve

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst
  2017-11-28  3:46 ` Steven Rostedt
@ 2018-04-27 22:17     ` Steven Rostedt
  0 siblings, 0 replies; 6+ messages in thread
From: Steven Rostedt @ 2018-04-27 22:17 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Masanari Iida, mingo, linux-kernel, linux-doc

I just noticed that this was never applied.

Jon, can you take this?

-- Steve


On Mon, 27 Nov 2017 22:46:36 -0500
Steven Rostedt <rostedt@goodmis.org> wrote:

> On Tue, 28 Nov 2017 12:26:13 +0900
> Masanari Iida <standby24x7@gmail.com> wrote:
> 
> > This patch corrects some spelling typo in ftrace-users.rst
> > 
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> > ---
> >  Documentation/trace/ftrace-uses.rst | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/Documentation/trace/ftrace-uses.rst b/Documentation/trace/ftrace-uses.rst
> > index 8494a801d341..9df5ee15859a 100644
> > --- a/Documentation/trace/ftrace-uses.rst
> > +++ b/Documentation/trace/ftrace-uses.rst
> > @@ -12,7 +12,7 @@ Written for: 4.14
> >  Introduction
> >  ============
> >  
> > -The ftrace infrastructure was originially created to attach callbacks to the
> > +The ftrace infrastructure was originally created to attach callbacks to the
> >  beginning of functions in order to record and trace the flow of the kernel.
> >  But callbacks to the start of a function can have other use cases. Either
> >  for live kernel patching, or for security monitoring. This document describes
> > @@ -29,7 +29,7 @@ going to idle, during CPU bring up and takedown, or going to user space.
> >  This requires extra care to what can be done inside a callback. A callback
> >  can be called outside the protective scope of RCU.
> >  
> > -The ftrace infrastructure has some protections agains recursions and RCU
> > +The ftrace infrastructure has some protections against recursions and RCU
> >  but one must still be very careful how they use the callbacks.
> >  
> >    
> 
> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
> 
> -- Steve

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst
@ 2018-04-27 22:17     ` Steven Rostedt
  0 siblings, 0 replies; 6+ messages in thread
From: Steven Rostedt @ 2018-04-27 22:17 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Masanari Iida, mingo, linux-kernel, linux-doc

I just noticed that this was never applied.

Jon, can you take this?

-- Steve


On Mon, 27 Nov 2017 22:46:36 -0500
Steven Rostedt <rostedt@goodmis.org> wrote:

> On Tue, 28 Nov 2017 12:26:13 +0900
> Masanari Iida <standby24x7@gmail.com> wrote:
> 
> > This patch corrects some spelling typo in ftrace-users.rst
> > 
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> > ---
> >  Documentation/trace/ftrace-uses.rst | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/Documentation/trace/ftrace-uses.rst b/Documentation/trace/ftrace-uses.rst
> > index 8494a801d341..9df5ee15859a 100644
> > --- a/Documentation/trace/ftrace-uses.rst
> > +++ b/Documentation/trace/ftrace-uses.rst
> > @@ -12,7 +12,7 @@ Written for: 4.14
> >  Introduction
> >  ============
> >  
> > -The ftrace infrastructure was originially created to attach callbacks to the
> > +The ftrace infrastructure was originally created to attach callbacks to the
> >  beginning of functions in order to record and trace the flow of the kernel.
> >  But callbacks to the start of a function can have other use cases. Either
> >  for live kernel patching, or for security monitoring. This document describes
> > @@ -29,7 +29,7 @@ going to idle, during CPU bring up and takedown, or going to user space.
> >  This requires extra care to what can be done inside a callback. A callback
> >  can be called outside the protective scope of RCU.
> >  
> > -The ftrace infrastructure has some protections agains recursions and RCU
> > +The ftrace infrastructure has some protections against recursions and RCU
> >  but one must still be very careful how they use the callbacks.
> >  
> >    
> 
> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
> 
> -- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst
  2018-04-27 22:17     ` Steven Rostedt
@ 2018-04-27 22:31       ` Jonathan Corbet
  -1 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2018-04-27 22:31 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Masanari Iida, mingo, linux-kernel, linux-doc

On Fri, 27 Apr 2018 18:17:09 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:

> I just noticed that this was never applied.
> 
> Jon, can you take this?

Wow...from November.  Not sure what happened...applied now, thanks.

jon

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst
@ 2018-04-27 22:31       ` Jonathan Corbet
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2018-04-27 22:31 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Masanari Iida, mingo, linux-kernel, linux-doc

On Fri, 27 Apr 2018 18:17:09 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:

> I just noticed that this was never applied.
> 
> Jon, can you take this?

Wow...from November.  Not sure what happened...applied now, thanks.

jon
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-04-27 22:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28  3:26 [PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst Masanari Iida
2017-11-28  3:46 ` Steven Rostedt
2018-04-27 22:17   ` Steven Rostedt
2018-04-27 22:17     ` Steven Rostedt
2018-04-27 22:31     ` Jonathan Corbet
2018-04-27 22:31       ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.