2020-04-02 13:51:44

by Masami Hiramatsu

[permalink] [raw]
Subject: [PATCH -tip V5 0/4] kprobes: Fixes mutex, rcu-list warnings and cleanups

Hi,

Here is the 5th version of the series for kprobes.
I just updated the series on the latest tip/master branch and
add Fixes and Cc tag to [3/4].

Thank you,

---

Masami Hiramatsu (4):
kprobes: Suppress the suspicious RCU warning on kprobes
kprobes: Use non RCU traversal APIs on kprobe_tables if possible
kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex
kprobes: Remove redundant arch_disarm_kprobe() call


kernel/kprobes.c | 37 ++++++++++++++++++++++++-------------
1 file changed, 24 insertions(+), 13 deletions(-)

--
Masami Hiramatsu (Linaro) <[email protected]>


2020-04-09 14:37:03

by Masami Hiramatsu

[permalink] [raw]
Subject: Re: [PATCH -tip V5 0/4] kprobes: Fixes mutex, rcu-list warnings and cleanups

Hi Ingo,

Could you pick this series or give me your comment?

Thank you,

On Thu, 2 Apr 2020 22:40:31 +0900
Masami Hiramatsu <[email protected]> wrote:

> Hi,
>
> Here is the 5th version of the series for kprobes.
> I just updated the series on the latest tip/master branch and
> add Fixes and Cc tag to [3/4].
>
> Thank you,
>
> ---
>
> Masami Hiramatsu (4):
> kprobes: Suppress the suspicious RCU warning on kprobes
> kprobes: Use non RCU traversal APIs on kprobe_tables if possible
> kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex
> kprobes: Remove redundant arch_disarm_kprobe() call
>
>
> kernel/kprobes.c | 37 ++++++++++++++++++++++++-------------
> 1 file changed, 24 insertions(+), 13 deletions(-)
>
> --
> Masami Hiramatsu (Linaro) <[email protected]>


--
Masami Hiramatsu <[email protected]>