Re: [PATCH] Add tests for option -e

2016-01-08 Thread Fei , Jie/费 杰
Hello! Thanks for your comments several days ago and according to them I wrote this patch. This patch adds tests to check how strace -e works with different parameters, how about it? On 01/08/2016 03:39 PM, Fei Jie wrote: > tests: add abbrev-e.test, verbose-e.test, raw-e.test, read-e.test, >

Re: [PATCH] fix length bug in affinity mask displays (try 3)

2016-01-08 Thread Joe Korty
On Thu, Jan 7, 2016 at 5:00 PM, Dmitry V. Levin wrote: > On Wed, Jan 06, 2016 at 09:27:12AM -0500, Joe Korty wrote: > > Fix mask length bug in print_affinitylist. > > > > The incoming length argument is in terms of bytes not > > longs. > > > > As a result, a buffer overrun occurs and either four

Re: make check failing on times with -m32

2016-01-08 Thread Steve McIntyre
On Fri, Jan 08, 2016 at 12:52:56AM +0300, Dmitry V. Levin wrote: >Hi, > >On Thu, Jan 07, 2016 at 01:49:08AM +, Steve McIntyre wrote: >> Hey folks, >> >> I'm seeing this both in the 4.11 tarball (which I was just hoping to >> push into Debian) and wuth current git HEAD. Everything builds fine >

Re: [PATCH] fix length bug in affinity mask displays (try 3)

2016-01-08 Thread Dmitry V. Levin
Hi, On Fri, Jan 08, 2016 at 11:28:33AM -0500, Joe Korty wrote: [...] > Hi Dmitry, > Thanks for replying. I have had a hard time posting to > the list, so it is nice to know that the email actually > got through to someone on the third try ... I suppose it has something to do with anti-spam filte

Re: make check failing on times with -m32

2016-01-08 Thread Dmitry V. Levin
On Fri, Jan 08, 2016 at 05:33:08PM +, Steve McIntyre wrote: > On Fri, Jan 08, 2016 at 12:52:56AM +0300, Dmitry V. Levin wrote: > >On Thu, Jan 07, 2016 at 01:49:08AM +, Steve McIntyre wrote: [...] > 4.11-1 is in Debian incoming right now with this as the only code > change on top of what was