Re: Problem with strace quotactl tests under Linux x86_64

2017-05-09 Thread Eugene Syromiatnikov
On Tue, May 09, 2017 at 06:33:16PM -0400, Andy Riebs wrote: > With kernel address space randomization enabled (the default, "sysctl > kernel.randomize_va_space=1"), the build is just fine. However, if it is > disabled (sysctl kernel.randomize_va_space=0"), the quotactl tests fail, > as shown bel

Problem with strace quotactl tests under Linux x86_64

2017-05-09 Thread Andy Riebs
With kernel address space randomization enabled (the default, "sysctl kernel.randomize_va_space=1"), the build is just fine. However, if it is disabled (sysctl kernel.randomize_va_space=0"), the quotactl tests fail, as shown below. The environment: * RHEL 7.2 x86_64 * gcc (GCC) 4.8.5 20150623

Re: Netlink Socket Parser

2017-05-09 Thread Eugene Syromiatnikov
On Wed, May 03, 2017 at 09:06:28PM +0530, Abhishek Tiwari wrote: > I have read about netlink packet structure and its use for IPC between > kernel and userspace and different processes in user space. > > There are various commits from Saruta's netlink branch that have still > not been merged into

Re: [post 1]GSoC 2017: Netlink socket parsers

2017-05-09 Thread Eugene Syromiatnikov
On Sun, May 07, 2017 at 10:47:02PM +0800, JingPiao Chen wrote: > Hi, strace community: > > My name is JingPiao Chen. I'm luckily selected by strace to work on > Netlink socket parsers in GSoC this year. My main goal is to extend to > support > more netlink family protocols. > > I want to

Re: Testcase failed

2017-05-09 Thread Eugene Syromyatnikov
On Sun, May 7, 2017 at 3:36 PM, Sumit Sardana wrote: > Hi Hello. > What is attach-p-cmd.test ? It is test for simultaneous attaching and running a tracee provided in command line arguments, as test description states. > After ```make check``` I got this test-case failed It has some race which ha