Re: [Valgrind-users] Support bpf syscall in amd64 Linux

2018-01-11 Thread Zexuan Luo
Done. https://bugs.kde.org/show_bug.cgi?id=388786 2018-01-10 23:24 GMT+08:00 Tom Hughes : > On 10/01/18 14:43, Zexuan Luo wrote: > >> I just wrote a patch to support bpf syscall in amd64 Linux, following >> this guide: http://valgrind.org/docs/manual/dist.readme-missing.html >> It is my first time

Re: [Valgrind-users] Support bpf syscall in amd64 Linux

2018-01-10 Thread Tom Hughes
On 10/01/18 14:43, Zexuan Luo wrote: I just wrote a patch to support bpf syscall in amd64 Linux, following this guide: http://valgrind.org/docs/manual/dist.readme-missing.html It is my first time to hack valgrind, please let me know if I made any mistake. I am glad to see this patch could be rev

[Valgrind-users] Support bpf syscall in amd64 Linux

2018-01-10 Thread Zexuan Luo
Hi everyone. I just wrote a patch to support bpf syscall in amd64 Linux, following this guide: http://valgrind.org/docs/manual/dist.readme-missing.html It is my first time to hack valgrind, please let me know if I made any mistake. I am glad to see this patch could be reviewed and accepted. Thanks!