On Tue, Sep 29, 2020 at 11:48 PM Hao Luo haoluo@google.com wrote:
Ah, this is the bug in pahole described in https://lkml.org/lkml/2020/8/20/1862. I proposed a fix [1] but it hasn't reached pahole's master branch. Let me ask Arnaldo to see if he is OK merging it.
[1] https://www.spinics.net/lists/dwarves/msg00451.html
On Tue, Sep 29, 2020 at 9:36 PM Alexei Starovoitov alexei.starovoitov@gmail.com wrote:
On Tue, Sep 29, 2020 at 4:50 PM Hao Luo haoluo@google.com wrote:
v3 -> v4:
- Rebasing
- Cast bpf_[per|this]_cpu_ptr's parameter to void __percpu * before passing into per_cpu_ptr.
I've rebased it myself and applied. Thanks Hao.