Message ID | 20240813115334.3922580-1-ruanjinjie@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | kprobes: Annotate structs with __counted_by() | expand |
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 >