public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] probes: Fixes for 6.6-rc6
@ 2023-10-17  1:39 Masami Hiramatsu
  2023-10-17  1:52 ` Linus Torvalds
  2023-10-17  1:57 ` pr-tracker-bot
  0 siblings, 2 replies; 6+ messages in thread
From: Masami Hiramatsu @ 2023-10-17  1:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Steven Rostedt, linux-kernel, Masami Hiramatsu

Hi Linus,

Probes fixes for v6.6-rc6:

 - Fix fprobe document to add a new ret_ip parameter for callback
   functions. This has been introduced in v6.5 but the document was not
   updated.

 - Fix fprobe to check the number of active retprobes is not zero. This
   number is passed from parameter or calculated by the parameter and it
   can be zero which is not acceptable. But current code only check it is
   not minus.


Please pull the latest probes-fixes-v6.6-rc6 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
probes-fixes-v6.6-rc6

Tag SHA1: 54b9689eff548f43f5862c43dbd48305c52c0579
Head SHA1: 700b2b439766e8aab8a7174991198497345bd411


Masami Hiramatsu (Google) (2):
      Documentation: probes: Add a new ret_ip callback parameter
      fprobe: Fix to ensure the number of active retprobes is not zero


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>

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

* Re: [GIT PULL] probes: Fixes for 6.6-rc6
  2023-10-17  1:39 [GIT PULL] probes: Fixes for 6.6-rc6 Masami Hiramatsu
@ 2023-10-17  1:52 ` Linus Torvalds
  2023-10-17  2:39   ` Steven Rostedt
  2023-10-17 13:09   ` Masami Hiramatsu
  2023-10-17  1:57 ` pr-tracker-bot
  1 sibling, 2 replies; 6+ messages in thread
From: Linus Torvalds @ 2023-10-17  1:52 UTC (permalink / raw)
  To: Masami Hiramatsu; +Cc: Steven Rostedt, linux-kernel

On Mon, 16 Oct 2023 at 18:39, Masami Hiramatsu <mhiramat@kernel.org> wrote:
>
> Masami Hiramatsu (Google) (2):
>       Documentation: probes: Add a new ret_ip callback parameter
>       fprobe: Fix to ensure the number of active retprobes is not zero

No diffstat? Tssk.

           Linus

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

* Re: [GIT PULL] probes: Fixes for 6.6-rc6
  2023-10-17  1:39 [GIT PULL] probes: Fixes for 6.6-rc6 Masami Hiramatsu
  2023-10-17  1:52 ` Linus Torvalds
@ 2023-10-17  1:57 ` pr-tracker-bot
  1 sibling, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2023-10-17  1:57 UTC (permalink / raw)
  To: Masami Hiramatsu (Google)
  Cc: Linus Torvalds, Steven Rostedt, linux-kernel, Masami Hiramatsu

The pull request you sent on Tue, 17 Oct 2023 10:39:49 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git probes-fixes-v6.6-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/213f891525c222e8ed145ce1ce7ae1f47921cb9c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] probes: Fixes for 6.6-rc6
  2023-10-17  1:52 ` Linus Torvalds
@ 2023-10-17  2:39   ` Steven Rostedt
  2023-10-17 13:10     ` Masami Hiramatsu
  2023-10-17 13:09   ` Masami Hiramatsu
  1 sibling, 1 reply; 6+ messages in thread
From: Steven Rostedt @ 2023-10-17  2:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Masami Hiramatsu, linux-kernel

On Mon, 16 Oct 2023 18:52:02 -0700
Linus Torvalds <torvalds@linux-foundation.org> wrote:

> On Mon, 16 Oct 2023 at 18:39, Masami Hiramatsu <mhiramat@kernel.org> wrote:
> >
> > Masami Hiramatsu (Google) (2):
> >       Documentation: probes: Add a new ret_ip callback parameter
> >       fprobe: Fix to ensure the number of active retprobes is not zero  
> 
> No diffstat? Tssk.
> 
> 

He may have accidentally cut it, as I gave him the script that I use to
send pull requests, and it also includes a full diff. I told him that I
usually cut out the diff when sending to you. I think he may have done that
but also cut out the diffstat too.

Masami,

Make sure to keep the diffstat on the pull request.

Thanks,

-- Steve

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

* Re: [GIT PULL] probes: Fixes for 6.6-rc6
  2023-10-17  1:52 ` Linus Torvalds
  2023-10-17  2:39   ` Steven Rostedt
@ 2023-10-17 13:09   ` Masami Hiramatsu
  1 sibling, 0 replies; 6+ messages in thread
From: Masami Hiramatsu @ 2023-10-17 13:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Steven Rostedt, linux-kernel

On Mon, 16 Oct 2023 18:52:02 -0700
Linus Torvalds <torvalds@linux-foundation.org> wrote:

> On Mon, 16 Oct 2023 at 18:39, Masami Hiramatsu <mhiramat@kernel.org> wrote:
> >
> > Masami Hiramatsu (Google) (2):
> >       Documentation: probes: Add a new ret_ip callback parameter
> >       fprobe: Fix to ensure the number of active retprobes is not zero
> 
> No diffstat? Tssk.
> 

Oops, sorry I missed to cut it out. Here is the diffstat.

----
 Documentation/trace/fprobe.rst | 8 ++++++--
 kernel/trace/fprobe.c          | 6 +++---
 2 files changed, 9 insertions(+), 5 deletions(-)


Thanks,

>            Linus


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>

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

* Re: [GIT PULL] probes: Fixes for 6.6-rc6
  2023-10-17  2:39   ` Steven Rostedt
@ 2023-10-17 13:10     ` Masami Hiramatsu
  0 siblings, 0 replies; 6+ messages in thread
From: Masami Hiramatsu @ 2023-10-17 13:10 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Linus Torvalds, Masami Hiramatsu, linux-kernel

On Mon, 16 Oct 2023 22:39:31 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:

> On Mon, 16 Oct 2023 18:52:02 -0700
> Linus Torvalds <torvalds@linux-foundation.org> wrote:
> 
> > On Mon, 16 Oct 2023 at 18:39, Masami Hiramatsu <mhiramat@kernel.org> wrote:
> > >
> > > Masami Hiramatsu (Google) (2):
> > >       Documentation: probes: Add a new ret_ip callback parameter
> > >       fprobe: Fix to ensure the number of active retprobes is not zero  
> > 
> > No diffstat? Tssk.
> > 
> > 
> 
> He may have accidentally cut it, as I gave him the script that I use to
> send pull requests, and it also includes a full diff. I told him that I
> usually cut out the diff when sending to you. I think he may have done that
> but also cut out the diffstat too.
> 
> Masami,
> 
> Make sure to keep the diffstat on the pull request.

Yeah, sorry about that. I had mistake about the cutting point.

Thank you,

> 
> Thanks,
> 
> -- Steve


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>

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

end of thread, other threads:[~2023-10-17 13:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-17  1:39 [GIT PULL] probes: Fixes for 6.6-rc6 Masami Hiramatsu
2023-10-17  1:52 ` Linus Torvalds
2023-10-17  2:39   ` Steven Rostedt
2023-10-17 13:10     ` Masami Hiramatsu
2023-10-17 13:09   ` Masami Hiramatsu
2023-10-17  1:57 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox