JingPiao Chen's GSoC status report - #0 of 13

2017-05-30 Thread JingPiao Chen
Hi, strace community: My current work is on my GitHub[1]. You should look netlink branch, netlink-test branch is my develop branch. Now, all the netlink_sock_diag is decoded and rtnetlink messages header is decoded but attribute data decode unimplemented. Next step I will decode selinux, audit,

__NR_process_vm_readv not defined (2.6 kernel)

2017-05-30 Thread David Robins
I compiled strace 4.17 release for MIPS with Linux 2.6.35 (which the README says is supported) and ran into an error in util.c: __NR_process_vm_readv not defined (the syscall was added in 3.2). Proposed patch attached. Also, the 4.16 archive (at https://sourceforge.net/projects/strace/files/l

Re: __NR_process_vm_readv not defined (2.6 kernel)

2017-05-30 Thread Dmitry V. Levin
On Tue, May 30, 2017 at 05:43:15PM -0400, David Robins wrote: > I compiled strace 4.17 release for MIPS with Linux 2.6.35 (which the > README says is supported) and ran into an error in util.c: > __NR_process_vm_readv not defined (the syscall was added in 3.2). > Proposed patch attached. > > --