Re: linux-next: build failure after merge of the pidfd tree

2020-05-12 Thread Christian Brauner
On Tue, May 12, 2020 at 12:20:24PM +0200, Christian Brauner wrote: > On Tue, May 12, 2020 at 08:18:11PM +1000, Stephen Rothwell wrote: > > Hi all, > > > > After merging the pidfd tree, today's linux-next build (x86_64 > > allnoconfig) failed like this: > > > > fs/nsfs.c:232:6: error:

Re: linux-next: build failure after merge of the pidfd tree

2020-05-12 Thread Christian Brauner
On Tue, May 12, 2020 at 08:18:11PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the pidfd tree, today's linux-next build (x86_64 > allnoconfig) failed like this: > > fs/nsfs.c:232:6: error: redefinition of 'proc_ns_file' > 232 | bool proc_ns_file(const struct file *file) >

linux-next: build failure after merge of the pidfd tree

2020-05-12 Thread Stephen Rothwell
Hi all, After merging the pidfd tree, today's linux-next build (x86_64 allnoconfig) failed like this: fs/nsfs.c:232:6: error: redefinition of 'proc_ns_file' 232 | bool proc_ns_file(const struct file *file) | ^~~~ In file included from fs/nsfs.c:6:

Re: linux-next: build failure after merge of the pidfd tree

2019-03-27 Thread Stephen Rothwell
Hi Christian, On Thu, 28 Mar 2019 03:28:25 +0100 Christian Brauner wrote: > > Sorry about that. Should be fixed now. Thanks. -- Cheers, Stephen Rothwell pgp1SaIC5hwdu.pgp Description: OpenPGP digital signature

Re: linux-next: build failure after merge of the pidfd tree

2019-03-27 Thread Christian Brauner
On March 28, 2019 3:04:49 AM GMT+01:00, Stephen Rothwell wrote: >Hi Christian, > >After merging the pidfd tree, today's linux-next build (arm >multi_v7_defconfig) failed like this: > >kernel/pid.c: In function '__do_sys_pidfd_open': >kernel/pid.c:652:7: error: 'fd' redeclared as different kind

linux-next: build failure after merge of the pidfd tree

2019-03-27 Thread Stephen Rothwell
Hi Christian, After merging the pidfd tree, today's linux-next build (arm multi_v7_defconfig) failed like this: kernel/pid.c: In function '__do_sys_pidfd_open': kernel/pid.c:652:7: error: 'fd' redeclared as different kind of symbol long fd = -EINVAL; ^~ In file included from