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

2021-01-04 Thread Al Viro
On Tue, Jan 05, 2021 at 09:36:16AM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > In file included from arch/x86/include/asm/elf.h:8, > from include/linux/elf.h:6, >

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

2021-01-04 Thread Stephen Rothwell
Hi all, After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from arch/x86/include/asm/elf.h:8, from include/linux/elf.h:6, from include/linux/elfcore-compat.h:5, from fs/compat_binfmt_elf.

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

2020-11-10 Thread Stephen Rothwell
Hi Al, On Tue, 10 Nov 2020 19:00:36 + Al Viro wrote: > > On Tue, Oct 27, 2020 at 04:59:12AM +, Al Viro wrote: > > > I'll rebase that branch on top of sparc tree tomorrow (and eventually I'd > > like > > it to go through the sparc tree anyway). > > Done - sorry for disappearing ;-/ N

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

2020-11-10 Thread Al Viro
On Tue, Oct 27, 2020 at 04:59:12AM +, Al Viro wrote: > I'll rebase that branch on top of sparc tree tomorrow (and eventually I'd like > it to go through the sparc tree anyway). Done - sorry for disappearing ;-/

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

2020-10-26 Thread Al Viro
On Tue, Oct 27, 2020 at 03:14:14PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the vfs tree, today's linux-next build (sparc_defconfig) > failed like this: > > arch/sparc/lib/memset.S: Assembler messages: > arch/sparc/lib/memset.S:149: Error: Unknown opcode: `ext(12b, 13b,21f)' >

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

2020-10-26 Thread Stephen Rothwell
Hi all, After merging the vfs tree, today's linux-next build (sparc_defconfig) failed like this: arch/sparc/lib/memset.S: Assembler messages: arch/sparc/lib/memset.S:149: Error: Unknown opcode: `ext(12b, 13b,21f)' Caused by commit 0e0bbae08a6e ("sparc32: switch __bzero() away from range excep

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

2020-10-07 Thread Josh Poimboeuf
On Wed, Oct 07, 2020 at 08:04:05AM +1100, Stephen Rothwell wrote: > Hi Josh, > > On Tue, 6 Oct 2020 09:30:12 -0500 Josh Poimboeuf wrote: > > > > On Mon, Sep 28, 2020 at 11:10:56PM -0500, Josh Poimboeuf wrote: > > > > Josh, any ideas? We could, of course, make it "r"(size), but that would > > > >

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

2020-10-06 Thread Stephen Rothwell
Hi Josh, On Tue, 6 Oct 2020 09:30:12 -0500 Josh Poimboeuf wrote: > > On Mon, Sep 28, 2020 at 11:10:56PM -0500, Josh Poimboeuf wrote: > > > Josh, any ideas? We could, of course, make it "r"(size), but that would > > > be unpleasant in all existing callers... > > > > Sorry, I've been traveling.

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

2020-10-06 Thread Josh Poimboeuf
On Mon, Sep 28, 2020 at 11:10:56PM -0500, Josh Poimboeuf wrote: > > Josh, any ideas? We could, of course, make it "r"(size), but that would > > be unpleasant in all existing callers... > > Sorry, I've been traveling. I'd just vote for making it "r". > > array_index_nospec() is always called aft

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

2020-09-28 Thread Josh Poimboeuf
On Fri, Sep 25, 2020 at 02:38:20PM +0100, Al Viro wrote: > On Fri, Sep 25, 2020 at 10:01:28PM +1000, Stephen Rothwell wrote: > > $ x86_64-linux-gnu-gcc --version > > x86_64-linux-gnu-gcc (Debian 10.2.0-9) 10.2.0 > > $ x86_64-linux-gnu-ld --version > > GNU ld (GNU Binutils for Debian) 2.35 > > > >

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

2020-09-27 Thread Christoph Hellwig
That is the crude fix, and it should work. I'd much rather make compat_iovec always available, though. Let me give that a spin.

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

2020-09-27 Thread Stephen Rothwell
Hi all, After merging the vfs tree, today's linux-next build (arm multi_v7_defconfig) failed like this: In file included from arch/arm/include/asm/atomic.h:11, from include/linux/atomic.h:7, from include/linux/crypto.h:15, from include/crypto/has

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

2020-09-25 Thread Al Viro
On Fri, Sep 25, 2020 at 10:01:28PM +1000, Stephen Rothwell wrote: > $ x86_64-linux-gnu-gcc --version > x86_64-linux-gnu-gcc (Debian 10.2.0-9) 10.2.0 > $ x86_64-linux-gnu-ld --version > GNU ld (GNU Binutils for Debian) 2.35 > > and the gcc plugins don't get built for the allnoconfig builds. > I re

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

2020-09-25 Thread Stephen Rothwell
Hi Al, On Thu, 24 Sep 2020 21:08:07 +0100 Al Viro wrote: > > On Thu, Sep 24, 2020 at 06:30:38PM +1000, Stephen Rothwell wrote: > > > > After merging the vfs tree, today's linux-next build (x86_64 allnoconfig) > > failed like this: > > > > arch/x86/include/asm/barrier.h: Assembler messages: > >

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

2020-09-24 Thread Al Viro
On Thu, Sep 24, 2020 at 06:30:38PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the vfs tree, today's linux-next build (x86_64 allnoconfig) > failed like this: > > arch/x86/include/asm/barrier.h: Assembler messages: > arch/x86/include/asm/barrier.h:41: Error: operand type mismatch f

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

2020-09-24 Thread Stephen Rothwell
Hi all, After merging the vfs tree, today's linux-next build (x86_64 allnoconfig) failed like this: arch/x86/include/asm/barrier.h: Assembler messages: arch/x86/include/asm/barrier.h:41: Error: operand type mismatch for `cmp' arch/x86/include/asm/barrier.h:41: Error: operand type mismatch for `cm

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

2020-07-29 Thread Al Viro
On Wed, Jul 29, 2020 at 08:33:05AM +0200, Christoph Hellwig wrote: > Thanks, > > I've sent out a fixed version. #work.quota-compat and #for-next rebuilt (and pushed) with it...

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

2020-07-28 Thread Christoph Hellwig
Thanks, I've sent out a fixed version.

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

2020-07-28 Thread Stephen Rothwell
Hi all, After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from : In function 'signal_compat_build_tests', inlined from 'sigaction_compat_abi' at arch/x86/kernel/signal_compat.c:166:2: include/linux/compiler_types.h:313:38: error: ca

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

2020-07-27 Thread Stephen Rothwell
Hi all, After merging the vfs tree, today's linux-next build (sparc defconfig) failed like this: arch/sparc/kernel/ptrace_32.c: In function 'setregs_set': arch/sparc/kernel/ptrace_32.c:271:2: error: 'ret' undeclared (first use in this function); did you mean 'net'? ret = user_regset_copyin(&po

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

2020-05-07 Thread Jens Axboe
On 5/6/20 8:35 PM, Al Viro wrote: > On Thu, May 07, 2020 at 10:39:21AM +1000, Stephen Rothwell wrote: >> Hi all, >> >> After merging the vfs tree, today's linux-next build (arm >> multi_v7_defconfig) failed like this: >> >> fs/eventfd.c: In function 'eventfd_read': >> fs/eventfd.c:226:6: error: imp

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

2020-05-06 Thread Al Viro
On Thu, May 07, 2020 at 10:39:21AM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the vfs tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > fs/eventfd.c: In function 'eventfd_read': > fs/eventfd.c:226:6: error: implicit declaration of function 'iov_iter_c

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

2020-05-06 Thread Stephen Rothwell
Hi all, After merging the vfs tree, today's linux-next build (arm multi_v7_defconfig) failed like this: fs/eventfd.c: In function 'eventfd_read': fs/eventfd.c:226:6: error: implicit declaration of function 'iov_iter_count' [-Werror=implicit-function-declaration] 226 | if (iov_iter_count(to) <

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

2019-01-29 Thread Stephen Rothwell
Hi all, On Wed, 2 Jan 2019 15:01:40 +1100 Stephen Rothwell wrote: > > After merging the vfs tree, today's linux-next build (x86_64 allnoconfig) > failed like this: > > fs/fs_context.c: In function 'logfc': > fs/fs_context.c:400:3: error: implicit declaration of function > 'vprintk_emit'; did y

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

2019-01-01 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (x86_64 allnoconfig) failed like this: fs/fs_context.c: In function 'logfc': fs/fs_context.c:400:3: error: implicit declaration of function 'vprintk_emit'; did you mean 'dev_printk_emit'? [-Werror=implicit-function-declaration] vprin

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

2018-10-29 Thread Stephen Rothwell
Hi David, On Mon, 29 Oct 2018 09:21:20 + David Howells wrote: > > I think these changes should cover them all. Yep, that fixes the build for me, thanks. Tested-by: Stephen Rothwell -- Cheers, Stephen Rothwell pgpUP0DRJWa3r.pgp Description: OpenPGP digital signature

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

2018-10-29 Thread David Howells
I think these changes should cover them all. David --- diff --git a/samples/vfs/test-fs-query.c b/samples/vfs/test-fs-query.c index 511541d12b9e..4635bf1eb3d4 100644 --- a/samples/vfs/test-fs-query.c +++ b/samples/vfs/test-fs-query.c @@ -27,6 +27,13 @@ #include #include +#ifndef __NR_fsopen

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

2018-10-29 Thread Stephen Rothwell
Hi David, On Mon, 29 Oct 2018 15:33:34 +1100 Stephen Rothwell wrote: > > Hi Al, David, > > These have returned, so I have disabled CONFIG_SAMPLE_VFS again. Here is the current set of errors I git today (this is from a PowerPC allyesconfig build native compiler on a PowerPC64 LE machine): samp

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

2018-10-28 Thread Stephen Rothwell
Hi Al, David, These have returned, so I have disabled CONFIG_SAMPLE_VFS again. On Mon, 10 Sep 2018 13:35:25 +1000 Stephen Rothwell wrote: > > After merging the vfs tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > samples/vfs/test-fsinfo.c: In function 'fsinfo': > s

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

2018-10-16 Thread Stephen Rothwell
Hi Jaegeuk, On Tue, 16 Oct 2018 09:37:44 -0700 Jaegeuk Kim wrote: > > I've modified this patch in f2fs tree to use SB_RDONLY. Thanks for that. -- Cheers, Stephen Rothwell pgpFgDa4GbUu9.pgp Description: OpenPGP digital signature

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

2018-10-16 Thread Jaegeuk Kim
On 10/16, Stephen Rothwell wrote: > Hi all, > > On Wed, 3 Oct 2018 10:32:22 +1000 Stephen Rothwell > wrote: > > > > After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) > > failed like this: > > > > /home/sfr/next/next/fs/f2fs/super.c: In function 'f2fs_remount': > > /home

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

2018-10-15 Thread Stephen Rothwell
Hi all, On Wed, 3 Oct 2018 10:32:22 +1000 Stephen Rothwell wrote: > > After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > /home/sfr/next/next/fs/f2fs/super.c: In function 'f2fs_remount': > /home/sfr/next/next/fs/f2fs/super.c:1589:16: error: 'MS_RDO

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

2018-10-02 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) failed like this: /home/sfr/next/next/fs/f2fs/super.c: In function 'f2fs_remount': /home/sfr/next/next/fs/f2fs/super.c:1589:16: error: 'MS_RDONLY' undeclared (first use in this function); did you mean 'IS_RDONLY'?

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

2018-09-20 Thread David Howells
Michael Ellerman wrote: > I realise these are in samples rather than selftests, but what most of > the selftests do is just #define the syscall number if it's not defined, > so that you're not dependent on getting the headers. The reason I don't want to do that is that syscall numbers aren't con

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

2018-09-20 Thread Michael Ellerman
Stephen Rothwell writes: > Hi David, > > On Wed, 19 Sep 2018 07:01:00 +0100 David Howells wrote: >> >> Stephen Rothwell wrote: >> >> > > I think the problem is that I haven't allocated system call numbers for >> > > any arches other than x86 - even the x86 syscall numbers are provisional >> > >

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

2018-09-20 Thread Michael Ellerman
David Howells writes: > Stephen Rothwell wrote: > >> > After merging the vfs tree, today's linux-next build (powerpc >> > allyesconfig) failed like this: >> > >> > samples/vfs/test-fsinfo.c: In function 'fsinfo': >> > samples/vfs/test-fsinfo.c:37:17: error: '__NR_fsinfo' undeclared (first >> >

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

2018-09-19 Thread Geert Uytterhoeven
On Wed, Sep 19, 2018 at 1:50 AM Stephen Rothwell wrote: > On Tue, 18 Sep 2018 23:17:21 +0100 David Howells wrote: > > Stephen Rothwell wrote: > > > > After merging the vfs tree, today's linux-next build (powerpc > > > > allyesconfig) failed like this: > > > > > > > > samples/vfs/test-fsinfo.c: I

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

2018-09-18 Thread Stephen Rothwell
Hi David, On Wed, 19 Sep 2018 07:01:00 +0100 David Howells wrote: > > Stephen Rothwell wrote: > > > > I think the problem is that I haven't allocated system call numbers for > > > any arches other than x86 - even the x86 syscall numbers are provisional > > > until the patchset is taken upstream

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

2018-09-18 Thread David Howells
Stephen Rothwell wrote: > > I think the problem is that I haven't allocated system call numbers for > > any arches other than x86 - even the x86 syscall numbers are provisional > > until the patchset is taken upstream. I'm not sure of the best way to > > deal with this - make the samples depende

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

2018-09-18 Thread Stephen Rothwell
Hi David, On Tue, 18 Sep 2018 23:17:21 +0100 David Howells wrote: > > Stephen Rothwell wrote: > > > > After merging the vfs tree, today's linux-next build (powerpc > > > allyesconfig) failed like this: > > > > > > samples/vfs/test-fsinfo.c: In function 'fsinfo': > > > samples/vfs/test-fsinfo.c

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

2018-09-18 Thread David Howells
Stephen Rothwell wrote: > > After merging the vfs tree, today's linux-next build (powerpc > > allyesconfig) failed like this: > > > > samples/vfs/test-fsinfo.c: In function 'fsinfo': > > samples/vfs/test-fsinfo.c:37:17: error: '__NR_fsinfo' undeclared (first use > > in this function); did you m

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

2018-09-18 Thread Stephen Rothwell
Hi David, Al, On Mon, 10 Sep 2018 13:35:25 +1000 Stephen Rothwell wrote: > > After merging the vfs tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > samples/vfs/test-fsinfo.c: In function 'fsinfo': > samples/vfs/test-fsinfo.c:37:17: error: '__NR_fsinfo' undeclared (f

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

2018-09-09 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (sparc64 defconfig) failed like this: In file included from arch/sparc/include/asm/fbio.h:5:0, from fs/compat_ioctl.c:76: arch/sparc/include/uapi/asm/fbio.h:100:25: error: field 'pos' has incomplete type struct

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

2018-09-09 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc allyesconfig) failed like this: samples/vfs/test-fsinfo.c: In function 'fsinfo': samples/vfs/test-fsinfo.c:37:17: error: '__NR_fsinfo' undeclared (first use in this function); did you mean 'fsinfo'? return syscall(__NR_fsinfo

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

2018-09-05 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc allyesconfig) failed like this: samples/mount_api/test-fsmount.c: In function 'fsopen': samples/mount_api/test-fsmount.c:63:17: error: '__NR_fsopen' undeclared (first use in this function); did you mean 'fsopen'? return sysca

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

2018-08-07 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powercp allyesconfig) failed like this (I have also included all the warnings): samples/statx/test-fsinfo.c: In function 'fsinfo': samples/statx/test-fsinfo.c:36:17: error: '__NR_fsinfo' undeclared (first use in this function); did you

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

2018-08-06 Thread Masahiro Yamada
2018-08-07 9:59 GMT+09:00 Stephen Rothwell : > Hi all, > > On Mon, 6 Aug 2018 22:24:01 +1000 Stephen Rothwell > wrote: >> >> On Mon, 6 Aug 2018 10:37:38 +1000 Stephen Rothwell >> wrote: >> > >> > After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) >> > failed like this: >

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

2018-08-06 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) failed like this: /usr/bin/ld: /home/sfr/next/tmp/ccWnssuq.o: in function `dump_attr_TIMESTAMP_INFO': test-fsinfo.c:(.text+0x5d4): undefined reference to `pow' /usr/bin/ld: test-fsinfo.c:(.text+0x618): undefined re

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

2018-08-06 Thread Stephen Rothwell
Hi all, On Mon, 6 Aug 2018 22:24:01 +1000 Stephen Rothwell wrote: > > On Mon, 6 Aug 2018 10:37:38 +1000 Stephen Rothwell > wrote: > > > > After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) > > failed like this: > > > > samples/statx/test-fsinfo.c:26:10: fatal error: li

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

2018-08-06 Thread Stephen Rothwell
Hi all, On Mon, 6 Aug 2018 10:37:38 +1000 Stephen Rothwell wrote: > > After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > samples/statx/test-fsinfo.c:26:10: fatal error: linux/fsinfo.h: No such file > or directory > #include > ^~~~

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

2018-08-05 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) failed like this: samples/statx/test-fsinfo.c:26:10: fatal error: linux/fsinfo.h: No such file or directory #include ^~~~ Caused by commit 90b413cb970a ("vfs: syscall: Add fsinfo() to qu

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

2018-06-18 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/scsi/cxlflash/ocxl_hw.c:62:12: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .mount = ocxlflash_fs_mount, ^~

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

2018-04-07 Thread Stephen Rothwell
Hi Al, On Sun, 8 Apr 2018 03:19:56 +0100 Al Viro wrote: > > > > Caused by commit > > > > > > 92afc556e622 ("buffer.c: call thaw_super during emergency thaw") > > > > > > I have reverted that commit for today. > > > > I am still doing that revert ... > > That's interesting, seeing that t

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

2018-04-07 Thread Al Viro
On Tue, Apr 03, 2018 at 12:26:29PM +1000, Stephen Rothwell wrote: > Hi Al, > > On Mon, 19 Mar 2018 17:06:27 +1100 Stephen Rothwell > wrote: > > > > After merging the vfs tree, today's linux-next build (x86_64 allnoconfig) > > failed like this: > > > > fs/super.c: In function 'do_thaw_all_callba

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

2018-04-02 Thread Stephen Rothwell
Hi Al, On Mon, 19 Mar 2018 17:06:27 +1100 Stephen Rothwell wrote: > > After merging the vfs tree, today's linux-next build (x86_64 allnoconfig) > failed like this: > > fs/super.c: In function 'do_thaw_all_callback': > fs/super.c:942:3: error: implicit declaration of function > 'emergency_thaw_

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

2018-03-19 Thread Mateusz Guzik
On Mon, Mar 19, 2018 at 05:06:27PM +1100, Stephen Rothwell wrote: > Hi Al, > > After merging the vfs tree, today's linux-next build (x86_64 allnoconfig) > failed like this: > > fs/super.c: In function 'do_thaw_all_callback': > fs/super.c:942:3: error: implicit declaration of function > 'emergenc

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

2018-03-18 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (x86_64 allnoconfig) failed like this: fs/super.c: In function 'do_thaw_all_callback': fs/super.c:942:3: error: implicit declaration of function 'emergency_thaw_bdev'; did you mean 'emergency_remount'? [-Werror=implicit-function-declar

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

2017-12-03 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'hva_to_pfn_slow': arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:1379:35: error: 'start' undeclared (first use in this function) np

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

2017-07-11 Thread David Howells
Stephen Rothwell wrote: > - if (inode->i_mode & S_IALLUGO != 0775) > + if ((inode->i_mode & S_IALLUGO) != 0775) Acked-by: David Howells

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

2017-07-10 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/platforms/cell/spufs/inode.c: In function 'spufs_show_options': arch/powerpc/platforms/cell/spufs/inode.c:619:20: error: suggest parentheses around comparison in operand of '&' [-

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

2017-07-09 Thread Al Viro
On Mon, Jul 10, 2017 at 12:15:11PM +1000, Stephen Rothwell wrote: > Hi Al, > Caused by commit > > 4f9365d9e2e7 ("spufs: Implement show_options") Obvious incremental follows, will fold and push diff --git a/arch/powerpc/platforms/cell/spufs/inode.c b/arch/powerpc/platforms/cell/spufs/inode.c

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

2017-07-09 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/platforms/cell/spufs/inode.c: In function 'spufs_show_options': arch/powerpc/platforms/cell/spufs/inode.c:612:18: error: 'struct dentry' has no member named 'i_uid' if (!uid_eq(

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

2017-02-27 Thread David Howells
Stephen Rothwell wrote: > From: Stephen Rothwell > Date: Mon, 27 Feb 2017 11:21:47 +1100 > Subject: [PATCH] statx: disable the sample code for now > > Signed-off-by: Stephen Rothwell > --- > samples/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/samples/Kconfig b/samples/Kc

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

2017-02-26 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) failed like this: samples/statx/test-statx.c:37:34: warning: 'struct statx' declared inside parameter list will not be visible outside of this definition or declaration unsigned int mask, struct statx *buff

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

2016-07-28 Thread Al Viro
On Fri, Jul 29, 2016 at 11:19:38AM +1000, Stephen Rothwell wrote: > --- > fs/fuse/dir.c| 2 +- > fs/fuse/fuse_i.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c > index f910578e51ba..c47b7780ce37 100644 > --- a/fs/fuse/dir.c > +++ b/f

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

2016-07-28 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/fuse/dir.c: In function 'fuse_reverse_inval_entry': fs/fuse/dir.c:958:13: error: assignment of member 'hash' in read-only object name->hash = full_name_hash(dir, name->name, name->len);

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

2016-05-01 Thread Abhijith Das
Hi Al/Stephen - Original Message - > From: "Al Viro" > To: "Stephen Rothwell" > Cc: "Steven Whitehouse" , "Bob Peterson" > , linux-n...@vger.kernel.org, > linux-kernel@vger.kernel.org, "Abhi Das" > Sent: Sunday, M

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

2016-05-01 Thread Al Viro
On Mon, May 02, 2016 at 11:25:27AM +1000, Stephen Rothwell wrote: > Hi Al, > > After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > In file included from include/linux/notifier.h:13:0, > from include/linux/memory_hotplug.h:6, >

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

2016-05-01 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from include/linux/notifier.h:13:0, from include/linux/memory_hotplug.h:6, from include/linux/mmzone.h:744, from include/linux/gf

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

2016-01-06 Thread Al Viro
On Thu, Jan 07, 2016 at 11:42:53AM +1100, Stephen Rothwell wrote: > > This patch now looks like this (after changes to the orangefs tree): > > Guys, just set inode->i_link to ORANGEFS_I(dentry->d_inode)->link_target and have ->get_link = simple_get_link. Killing orangefs_{follow,get}_link() ent

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

2016-01-06 Thread Stephen Rothwell
Hi all, On Mon, 21 Dec 2015 11:23:01 +1100 Stephen Rothwell wrote: > > On Thu, 10 Dec 2015 11:18:47 +1100 Stephen Rothwell > wrote: > > > > After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) > > failed like this: > > > > fs/orangefs/symlink.c:26:2: error: unknown field

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

2015-12-20 Thread Stephen Rothwell
Hi Stephen, On Thu, 10 Dec 2015 11:18:47 +1100 Stephen Rothwell wrote: > > Hi Al, > > After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > fs/orangefs/symlink.c:26:2: error: unknown field 'follow_link' specified in > initializer > .follow_link =

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

2015-12-10 Thread Mike Marshall
> Said that, there is an unpleasant bug in that area - link_target of a live > inode can be overwritten, right under the pathname resolution walking the > old contents of that thing Figuring that out is on the list. This week I've been working on cleaning up orangefs_devreq_writev, and Martin e

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

2015-12-09 Thread Al Viro
On Thu, Dec 10, 2015 at 11:23:22AM +1100, Stephen Rothwell wrote: > [Just adding the origefs maintainer to the cc list] > > -static const char *pvfs2_follow_link(struct dentry *dentry, void **cookie) > > +static const char *pvfs2_get_link(struct dentry *dentry, struct inode > > *inode, > > +

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

2015-12-09 Thread Stephen Rothwell
[Just adding the origefs maintainer to the cc list] On Thu, 10 Dec 2015 11:18:47 +1100 Stephen Rothwell wrote: > > Hi Al, > > After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > fs/orangefs/symlink.c:26:2: error: unknown field 'follow_link' specif

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

2015-12-09 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/orangefs/symlink.c:26:2: error: unknown field 'follow_link' specified in initializer .follow_link = pvfs2_follow_link, ^ fs/orangefs/symlink.c:26:17: warning: initialization from incompatib

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

2015-12-09 Thread Andreas Grünbacher
2015-12-09 23:20 GMT+01:00 Stephen Rothwell : > OK, I wrote all that and then I realised that the preferred names > (XATTR_NAME_POSIX_ACL_..) have been in Linus' tree for a long time (in > include/uapi/linux/xattr.h), so you could just change the orangefs tree > to use those already. i.e. my patch

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

2015-12-09 Thread Stephen Rothwell
Hi Mike, On Wed, 9 Dec 2015 16:30:34 -0500 Mike Marshall wrote: > > I'm having a chicken-and-egg moment here... not really ... > I think "posix acls: Remove duplicate xattr name definitions" got into > linux-next after > Linus committed Linux 4.4-rc4. Yes > Unless I merge my for-next with Li

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

2015-12-09 Thread Mike Marshall
Hi all... I'm having a chicken-and-egg moment here... I think "posix acls: Remove duplicate xattr name definitions" got into linux-next after Linus committed Linux 4.4-rc4. Unless I merge my for-next with Linus' tree at the current (arbitrary) point, I need to wait until I can merge with rc5 be

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

2015-12-08 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (i386 defconfig) failed like this: In file included from include/linux/poll.h:9:0, from include/linux/rtc.h:56, from include/linux/mc146818rtc.h:15, from drivers/char/nvram.c:105: driver

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

2015-12-08 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from fs/orangefs/acl.c:8:0: fs/orangefs/acl.c: In function 'pvfs2_get_acl': fs/orangefs/pvfs2-kernel.h:203:38: error: 'POSIX_ACL_XATTR_ACCESS' undeclared (first use in this functi

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

2015-12-07 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (arm multi_v7_defconfig) failed like this: In file included from drivers/usb/core/devio.c:37:0: drivers/usb/core/devio.c: In function 'usbdev_lseek': include/linux/fs.h:898:36: error: 'PAGE_CACHE_SIZE' undeclared (first use in this func

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

2015-05-12 Thread Stephen Rothwell
Hi all, On Mon, 11 May 2015 11:26:12 +1000 Stephen Rothwell wrote: > > After merging the vfs tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > fs/f2fs/namei.c: In function 'f2fs_encrypted_follow_link': > fs/f2fs/namei.c:336:10: warning: passing argument 2 of 'f2fs_fol

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

2015-05-10 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/f2fs/namei.c: In function 'f2fs_encrypted_follow_link': fs/f2fs/namei.c:336:10: warning: passing argument 2 of 'f2fs_follow_link' from incompatible pointer type return f2fs_follow_link(dentr

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

2015-03-24 Thread Christoph Hellwig
On Tue, Mar 24, 2015 at 02:24:22PM +1100, Stephen Rothwell wrote: > I am still applying the above patch every day ... Might be worth folding it. Al, can you do that? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org M

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

2015-03-23 Thread Stephen Rothwell
Hi Al, On Fri, 13 Mar 2015 12:02:50 +1100 Stephen Rothwell wrote: > > After merging the vfs tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > fs/ext4/indirect.c: In function 'ext4_ind_direct_IO': > fs/ext4/indirect.c:653:2: error: implicit declaration of function

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

2015-03-12 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (arm multi_v7_defconfig) failed like this: fs/ext4/indirect.c: In function 'ext4_ind_direct_IO': fs/ext4/indirect.c:653:2: error: implicit declaration of function 'iov_iter_count' [-Werror=implicit-function-declaration] size_t count =

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

2014-12-10 Thread Al Viro
On Wed, Dec 10, 2014 at 06:45:37PM +1100, Stephen Rothwell wrote: > Hi Al, > > After merging the vfs tree, today's linux-next build (powerpc > allnoconfig) failed like this: > diff --git a/fs/nsfs.c b/fs/nsfs.c > index 0791d086804d..7d98db03c2ce 100644 > --- a/fs/nsfs.c > +++ b/fs/nsfs.c > @@ -3,

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

2014-12-09 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc allnoconfig) failed like this: fs/nsfs.c: In function 'ns_get_path': fs/nsfs.c:83:2: error: implicit declaration of function 'current_kernel_time' [-Werror=implicit-function-declaration] inode->i_mtime = inode->i_atime = inod

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

2014-04-22 Thread Stephen Rothwell
Hi Al, On Tue, 22 Apr 2014 11:26:53 +1000 Stephen Rothwell wrote: > > After merging the vfs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/nfs/direct.c: In function 'nfs_direct_read_schedule_iovec': > fs/nfs/direct.c:382:4: error: implicit declaration of fun

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

2014-04-21 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/nfs/direct.c: In function 'nfs_direct_read_schedule_iovec': fs/nfs/direct.c:382:4: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] vfree(pagevec)

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

2013-11-06 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (arm multi_v7_defconfig) failed like this: fs/built-in.o: In function `dump_align': file.c:(.text+0x4a7e8): undefined reference to `__aeabi_ldivmod' Presumably caused by commit 3812867c5fcb ("new helper: dump_align()"). I assume that t

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

2013-09-09 Thread Ian Kent
On Mon, 2013-09-09 at 12:33 +1000, Stephen Rothwell wrote: > Hi Al, > > After merging the vfs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/autofs4/dev-ioctl.c: In function 'find_autofs_mount': > fs/autofs4/dev-ioctl.c:193:2: error: implicit declaration of fu

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

2013-09-08 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/autofs4/dev-ioctl.c: In function 'find_autofs_mount': fs/autofs4/dev-ioctl.c:193:2: error: implicit declaration of function 'user_path_mntpointat' [-Werror=implicit-function-declaration]

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

2013-06-24 Thread Al Viro
On Mon, Jun 24, 2013 at 11:35:40AM +1000, Stephen Rothwell wrote: > Hi Al, > > After merging the vfs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > In file included from arch/powerpc/xmon/xmon.c:41:0: > arch/powerpc/include/asm/spu.h:245:43: error: 'struct coredu

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

2013-06-23 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: In file included from arch/powerpc/xmon/xmon.c:41:0: arch/powerpc/include/asm/spu.h:245:43: error: 'struct coredump_params' declared inside parameter list [-Werror] int (*coredump_extra_note

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

2013-05-01 Thread J. Bruce Fields
On Wed, May 01, 2013 at 12:22:27PM +1000, Stephen Rothwell wrote: > Hi Al, > > After merging the vfs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > net/sunrpc/auth_gss/svcauth_gss.c: In function 'write_gssp': > net/sunrpc/auth_gss/svcauth_gss.c:1329:9: error: imp

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

2013-04-30 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: net/sunrpc/auth_gss/svcauth_gss.c: In function 'write_gssp': net/sunrpc/auth_gss/svcauth_gss.c:1329:9: error: implicit declaration of function 'PDE' [-Werror=implicit-function-declaration] net

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

2013-04-09 Thread Stephen Rothwell
Hi Al, On 2013-04-08 11:15, Stephen Rothwell wrote: After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_init': arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:2990:2: error: assignment

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

2013-04-07 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_init': arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:2990:2: error: assignment of member 'owner' in read-only object arch/powerp

  1   2   >