[Mesa-dev] [PATCH] travis: manually generate sys/syscall.h

2018-07-19 Thread Andres Gomez
Until now, the needed bits were wrongly included in linux/memfd.h Since Travis' sys/syscall.h doesn't provide the SYS_memfd_create, we generate that header manually, including the needed bits to avoid compilation problems, as the ones observed after: 3228335b55c ("intel: aubinator: handle GGTT map

Re: [Mesa-dev] [PATCH] travis: manually generate sys/syscall.h

2018-07-24 Thread Juan A. Suarez Romero
Reviewed-by: Juan A. Suarez On Thu, 2018-07-19 at 15:33 +0300, Andres Gomez wrote: > Until now, the needed bits were wrongly included in linux/memfd.h > > Since Travis' sys/syscall.h doesn't provide the SYS_memfd_create, we > generate that header manually, including the needed bits to avoid >

Re: [Mesa-dev] [PATCH] travis: manually generate sys/syscall.h

2018-07-24 Thread Eric Engestrom
On Thursday, 2018-07-19 15:33:33 +0300, Andres Gomez wrote: > Until now, the needed bits were wrongly included in linux/memfd.h > > Since Travis' sys/syscall.h doesn't provide the SYS_memfd_create, we Isn't this a matter of libc version? Isn't the right fix to upgrade the libc in the container in

Re: [Mesa-dev] [PATCH] travis: manually generate sys/syscall.h

2018-07-24 Thread Emil Velikov
On 24 July 2018 at 11:29, Eric Engestrom wrote: > On Thursday, 2018-07-19 15:33:33 +0300, Andres Gomez wrote: >> Until now, the needed bits were wrongly included in linux/memfd.h >> >> Since Travis' sys/syscall.h doesn't provide the SYS_memfd_create, we The definition has moved across libc version

Re: [Mesa-dev] [PATCH] travis: manually generate sys/syscall.h

2018-07-24 Thread Emil Velikov
On 24 July 2018 at 17:07, Dylan Baker wrote: > Quoting Emil Velikov (2018-07-24 08:56:55) >> On 24 July 2018 at 11:29, Eric Engestrom wrote: >> > On Thursday, 2018-07-19 15:33:33 +0300, Andres Gomez wrote: >> >> Until now, the needed bits were wrongly included in linux/memfd.h >> >> >> >> Since T

Re: [Mesa-dev] [PATCH] travis: manually generate sys/syscall.h

2018-07-24 Thread Andres Gomez
On Tue, 2018-07-24 at 09:07 -0700, Dylan Baker wrote: > Quoting Emil Velikov (2018-07-24 08:56:55) > > On 24 July 2018 at 11:29, Eric Engestrom wrote: > > > On Thursday, 2018-07-19 15:33:33 +0300, Andres Gomez wrote: > > > > Until now, the needed bits were wrongly included in linux/memfd.h > > > >

Re: [Mesa-dev] [PATCH] travis: manually generate sys/syscall.h

2018-07-24 Thread Eric Engestrom
On Tuesday, 2018-07-24 19:44:14 +0300, Andres Gomez wrote: > On Tue, 2018-07-24 at 09:07 -0700, Dylan Baker wrote: > > Quoting Emil Velikov (2018-07-24 08:56:55) > > > On 24 July 2018 at 11:29, Eric Engestrom wrote: > > > > On Thursday, 2018-07-19 15:33:33 +0300, Andres Gomez wrote: > > > > > Unti

Re: [Mesa-dev] [PATCH] travis: manually generate sys/syscall.h

2018-07-25 Thread Dylan Baker
Quoting Emil Velikov (2018-07-24 08:56:55) > On 24 July 2018 at 11:29, Eric Engestrom wrote: > > On Thursday, 2018-07-19 15:33:33 +0300, Andres Gomez wrote: > >> Until now, the needed bits were wrongly included in linux/memfd.h > >> > >> Since Travis' sys/syscall.h doesn't provide the SYS_memfd_cr