Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types

2021-04-15 Thread Yury Norov
On Wed, Apr 14, 2021 at 03:38:47PM +0200, Christian Brauner wrote: > On Wed, Apr 14, 2021 at 12:46:01PM +0300, Mike Rapoport wrote: > > On Wed, Apr 14, 2021 at 10:46:05AM +0200, Christian Brauner wrote: > > > On Wed, Apr 14, 2021 at 08:14:22AM +0200, Mauro Carvalho Chehab wrote: > > > > Em Tue, 13

Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types

2021-04-14 Thread Yury Norov
On Wed, Apr 14, 2021 at 08:14:22AM +0200, Mauro Carvalho Chehab wrote: > Em Tue, 13 Apr 2021 21:40:20 -0700 > Yury Norov escreveu: > > > Ping? > > > > On Fri, Apr 09, 2021 at 01:43:04PM -0700, Yury Norov wrote: > > > Recently added memfd_secret() syscall had a flags parameter passed > > > as

Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types

2021-04-14 Thread Christian Brauner
On Wed, Apr 14, 2021 at 12:46:01PM +0300, Mike Rapoport wrote: > On Wed, Apr 14, 2021 at 10:46:05AM +0200, Christian Brauner wrote: > > On Wed, Apr 14, 2021 at 08:14:22AM +0200, Mauro Carvalho Chehab wrote: > > > Em Tue, 13 Apr 2021 21:40:20 -0700 > > > Yury Norov escreveu: > > > > > > > Ping? >

Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types

2021-04-14 Thread Mike Rapoport
On Wed, Apr 14, 2021 at 10:46:05AM +0200, Christian Brauner wrote: > On Wed, Apr 14, 2021 at 08:14:22AM +0200, Mauro Carvalho Chehab wrote: > > Em Tue, 13 Apr 2021 21:40:20 -0700 > > Yury Norov escreveu: > > > > > Ping? > > > > > > On Fri, Apr 09, 2021 at 01:43:04PM -0700, Yury Norov wrote: > >

Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types

2021-04-14 Thread Christian Brauner
On Wed, Apr 14, 2021 at 08:14:22AM +0200, Mauro Carvalho Chehab wrote: > Em Tue, 13 Apr 2021 21:40:20 -0700 > Yury Norov escreveu: > > > Ping? > > > > On Fri, Apr 09, 2021 at 01:43:04PM -0700, Yury Norov wrote: > > > Recently added memfd_secret() syscall had a flags parameter passed > > > as

Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types

2021-04-14 Thread Mauro Carvalho Chehab
Em Tue, 13 Apr 2021 21:40:20 -0700 Yury Norov escreveu: > Ping? > > On Fri, Apr 09, 2021 at 01:43:04PM -0700, Yury Norov wrote: > > Recently added memfd_secret() syscall had a flags parameter passed > > as unsigned long, which requires creation of compat entry for it. > > It was possible to

Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types

2021-04-13 Thread Yury Norov
Ping? On Fri, Apr 09, 2021 at 01:43:04PM -0700, Yury Norov wrote: > Recently added memfd_secret() syscall had a flags parameter passed > as unsigned long, which requires creation of compat entry for it. > It was possible to change the type of flags to unsigned int and so > avoid bothering with