Re: [PATCH] generate xlat structs

2014-04-17 Thread Dmitry V. Levin
On Mon, Feb 17, 2014 at 07:08:52PM +0400, Dmitry V. Levin wrote: > On Mon, Feb 17, 2014 at 03:18:44AM -0500, Mike Frysinger wrote: > > On Monday, February 17, 2014 02:51:17 Dmitry V. Levin wrote: > [...] > > > > + echo "const struct xlat ${name}[] = {" > > > > > > static? > > > > i started

Re: epoll_ctl(EPOLL_CTL_DEL) parses event structure

2014-04-17 Thread Dmitry V. Levin
On Thu, Apr 17, 2014 at 04:50:13AM +0400, Dmitry V. Levin wrote: > On Mon, Apr 14, 2014 at 08:28:52PM +0600, Марк Коренберг wrote: > > epoll_ctl(EPOLL_CTL_DEL) parses event structure. It shuold not. > > I agree. :) > > > It will be nice if inthat case, strace print "NULL" or "NOT NULL" in this >

Re: Incorrect preadv/pwritev argument parsing on ARM EABI

2014-04-17 Thread Dmitry V. Levin
On Thu, Apr 17, 2014 at 01:03:31PM +0400, Dmitry V. Levin wrote: > On Wed, Apr 16, 2014 at 11:19:06PM -0700, Dima Kogan wrote: > > Dima Kogan writes: > > > Dmitry V. Levin writes: > > > > > >> Unfortunately, your patch breaks all 64-bit architectures because offset > > >> is passed as a single ar

Re: multi-arch testing plan

2014-04-17 Thread Philippe Ombredanne
On Wed, Apr 16, 2014 at 5:46 PM, Dmitry V. Levin wrote: > On Wed, Apr 16, 2014 at 09:11:28AM -0700, enh wrote: >> is there a plan for improving testing? especially for multiple >> architectures and multiple personalities? > > There was a promising idea by Mike Frysinger to reuse a framework: > htt

Re: Incorrect preadv/pwritev argument parsing on ARM EABI

2014-04-17 Thread Dmitry V. Levin
On Thu, Apr 17, 2014 at 02:16:31AM -0700, Dima Kogan wrote: > Dmitry V. Levin writes: > > > On Wed, Apr 16, 2014 at 11:19:06PM -0700, Dima Kogan wrote: > >> Dima Kogan writes: > >> > Dmitry V. Levin writes: > >> > > >> OK. Never mind on the llseek, actually. I was testing lseek, NOT llseek, > >

Re: Incorrect preadv/pwritev argument parsing on ARM EABI

2014-04-17 Thread Dima Kogan
Dmitry V. Levin writes: > On Wed, Apr 16, 2014 at 11:19:06PM -0700, Dima Kogan wrote: >> Dima Kogan writes: >> > Dmitry V. Levin writes: >> > >> OK. Never mind on the llseek, actually. I was testing lseek, NOT llseek, >> which is why it looked odd. The patch I attached earlier can be fixed >> w

Re: Incorrect preadv/pwritev argument parsing on ARM EABI

2014-04-17 Thread Dmitry V. Levin
On Wed, Apr 16, 2014 at 11:19:06PM -0700, Dima Kogan wrote: > Dima Kogan writes: > > Dmitry V. Levin writes: > > > >> Unfortunately, your patch breaks all 64-bit architectures because offset > >> is passed as a single argument > > > > Oh yeah. I clearly broke that; sorry about that. We want to pa