[PATCH 0/3] kprobes: Annotate structs with __counted_by()

Jinjie Ruan posted 3 patches 1 year, 5 months ago
kernel/kprobes.c | 87 ++++++++++++++++++++++++------------------------
1 file changed, 44 insertions(+), 43 deletions(-)
[PATCH 0/3] kprobes: Annotate structs with __counted_by()
Posted by Jinjie Ruan 1 year, 5 months ago
Annotate structs with __counted_by() for kprobe and do some cleanup.

Jinjie Ruan (3):
  kprobes: Annotate structs with __counted_by()
  kprobes: Cleanup the config comment
  kprobes: Cleanup collect_one_slot() and __disable_kprobe()

 kernel/kprobes.c | 87 ++++++++++++++++++++++++------------------------
 1 file changed, 44 insertions(+), 43 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] kprobes: Annotate structs with __counted_by()
Posted by Masami Hiramatsu (Google) 1 year, 3 months ago
On Tue, 13 Aug 2024 19:53:31 +0800
Jinjie Ruan <ruanjinjie@huawei.com> wrote:

> Annotate structs with __counted_by() for kprobe and do some cleanup.
> 
> Jinjie Ruan (3):
>   kprobes: Annotate structs with __counted_by()
>   kprobes: Cleanup the config comment
>   kprobes: Cleanup collect_one_slot() and __disable_kprobe()
> 
>  kernel/kprobes.c | 87 ++++++++++++++++++++++++------------------------
>  1 file changed, 44 insertions(+), 43 deletions(-)

This series looks good to me.

Thanks for cleaning up!

> 
> -- 
> 2.34.1
> 


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