On Tue, Sep 28, 2021 at 7:24 PM Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote: > > Hi Ingo, > > Can you merge this series to -tip tree since if I understand correctly, > all kprobes patches still should be merged via -tip tree. > If you don't think so anymore, I would like to handle the kprobe related > patches on my tree. Since many kprobes fixes/cleanups have not been > merged these months, it seems unhealthy now. > > Thank you, Linus, please suggest how to move these patches forward. We've been waiting for this fix for months now. > On Tue, 14 Sep 2021 23:38:27 +0900 > Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote: > > > Hello, > > > > This is the 11th version of the series to fix the stacktrace with kretprobe on x86. > > > > The previous version is here; > > > > https://lore.kernel.org/all/162756755600.301564.4957591913842010341.stgit@devnote2/ > > > > This version is rebased on the latest tip/master branch and includes the kprobe cleanup > > series[1][2]. No code change. > > > > [1] https://lore.kernel.org/bpf/162748615977.59465.13262421617578791515.stgit@devnote2/ > > [2] https://lore.kernel.org/linux-csky/20210727133426.2919710-1-punitagrawal@xxxxxxxxx/ > > > > > > With this series, unwinder can unwind stack correctly from ftrace as below;