Re: linux-next: manual merge of the vfs tree with the xfs tree

2021-04-20 Thread Darrick J. Wong
On Mon, Apr 19, 2021 at 10:49:48AM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/xfs/xfs_ioctl.c > > between commit: > > b2197a36c0ef ("xfs: remove XFS_IFEXTENTS") > > from the xfs tree and commit: > > 9fefd5db08ce ("xfs:

linux-next: manual merge of the vfs tree with the f2fs tree

2021-04-18 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/f2fs/namei.c between commit: 5f029c045c94 ("f2fs: clean up build warnings") from the f2fs tree and commit: 80e5d1ff5d5f ("useful constants: struct qstr for ".."") from the vfs tree. I fixed it up (see below) and ca

linux-next: manual merge of the vfs tree with the xfs tree

2021-04-18 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/xfs/xfs_ioctl.c between commit: b2197a36c0ef ("xfs: remove XFS_IFEXTENTS") from the xfs tree and commit: 9fefd5db08ce ("xfs: convert to fileattr") from the vfs tree. I fixed it up (see below) and can carry the fix

Re: linux-next: manual merge of the vfs tree with the xfs tree

2021-04-13 Thread Darrick J. Wong
On Mon, Apr 12, 2021 at 12:22:11PM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/xfs/xfs_ioctl.c > > between commits: > > ceaf603c7024 ("xfs: move the di_projid field to struct xfs_inode") > 031474c28a3a ("xfs: move the di_

linux-next: manual merge of the vfs tree with the xfs tree

2021-04-11 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/xfs/xfs_ioctl.c between commits: ceaf603c7024 ("xfs: move the di_projid field to struct xfs_inode") 031474c28a3a ("xfs: move the di_extsize field to struct xfs_inode") b33ce57d3e61 ("xfs: move the di_cowextsize field

linux-next: manual merge of the vfs tree with the overlayfs tree

2021-04-11 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/overlayfs/file.c between commit: d46b7cd68336 ("ovl: plumb through flush method") from the overlayfs tree and commit: ae7db6c8bc98 ("ovl: remove unneeded ioctls") from the vfs tree. I fixed it up (see below) and ca

linux-next: manual merge of the vfs tree with the btrfs tree

2021-04-11 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/btrfs/ioctl.c between commit: 2911da32d543 ("btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers") from the btrfs tree and commit: d9b32b140987 ("btrfs: convert to fileattr") from the vfs tree. I fix

linux-next: manual merge of the vfs tree with the cifs tree

2021-03-25 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/cifs/file.c between commit: 4c7b707d72f5 ("cifs: revalidate mapping when we open files for SMB1 POSIX") from the cifs tree and commit: 4d66952a2032 ("cifs: have cifs_fattr_to_inode() refuse to change type on live in

linux-next: manual merge of the vfs tree with the m68k tree

2020-09-09 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: arch/m68k/Kconfig between commit: dc072012bc94 ("m68k: Sort selects in main Kconfig") from the m68k tree and commit: 5e6e9852d6f7 ("uaccess: add infrastructure for kernel builds with set_fs()") from the vfs tree. I fi

linux-next: manual merge of the vfs tree with the s390 tree

2020-09-07 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: arch/s390/include/asm/checksum.h between commit: 98ad45fb58c1 ("s390/checksum: coding style changes") from the s390 tree and commit: 6e41c585e38f ("unify generic instances of csum_partial_copy_nocheck()") from the vfs

linux-next: manual merge of the vfs tree with the m68k tree

2020-09-07 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: arch/m68k/Kconfig between commit: dc072012bc94 ("m68k: Sort selects in main Kconfig") Cc: Geert Uytterhoeven from the m68k tree and commit: 0d4ca5778ffd ("uaccess: add infrastructure for kernel builds with set_fs()")

linux-next: manual merge of the vfs tree with Linus' tree

2020-07-27 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: arch/x86/kernel/fpu/xstate.c between commit: 5714ee50bb43 ("copy_xstate_to_kernel: Fix typo which caused GDB regression") from Linus' tree and commit: 0557d64d983e ("x86: switch to ->regset_get()") from the vfs tree.

linux-next: manual merge of the vfs tree with Linus' tree

2020-07-26 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: arch/x86/kernel/fpu/xstate.c between commit: 5714ee50bb43 ("copy_xstate_to_kernel: Fix typo which caused GDB regression") from Linus' tree and commit: c196049cc732 ("x86: switch to ->regset_get()") from the vfs tree.

linux-next: manual merge of the vfs tree with the powerpc tree

2020-07-26 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: arch/powerpc/kernel/ptrace/ptrace-view.c between commit: e0d8e991be64 ("powerpc/book3s64/kuap: Move UAMOR setup to key init function") from the powerpc tree and commit: 5e39a71bddb3 ("powerpc: switch to ->regset_get()")

Re: linux-next: manual merge of the vfs tree with the erofs tree

2020-05-29 Thread Gao Xiang
On Fri, May 29, 2020 at 03:36:13PM +0100, Al Viro wrote: > On Fri, May 29, 2020 at 11:40:07AM +0800, Gao Xiang wrote: > > > I'm fine with that, although I think it's mainly with vfs changes > > so could be better though with vfs tree. I will add this patch > > tomorrow anyway... Thanks for reminde

Re: linux-next: manual merge of the vfs tree with the erofs tree

2020-05-29 Thread Al Viro
On Fri, May 29, 2020 at 11:40:07AM +0800, Gao Xiang wrote: > I'm fine with that, although I think it's mainly with vfs changes > so could be better though with vfs tree. I will add this patch > tomorrow anyway... Thanks for reminder! FWIW, my reasoning here is * erofs tree exists and

Re: linux-next: manual merge of the vfs tree with the erofs tree

2020-05-28 Thread Gao Xiang
Hi Al, On Fri, May 29, 2020 at 02:51:11AM +0100, Al Viro wrote: > On Fri, May 29, 2020 at 11:45:01AM +1000, Stephen Rothwell wrote: > > Hi all, > > > > Today's linux-next merge of the vfs tree got a conflict in: > > > > fs/erofs/super.c > > > > between commit: > > > > e7cda1ee94f4 ("erofs:

Re: linux-next: manual merge of the vfs tree with the erofs tree

2020-05-28 Thread Al Viro
On Fri, May 29, 2020 at 11:45:01AM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/erofs/super.c > > between commit: > > e7cda1ee94f4 ("erofs: code cleanup by removing ifdef macro surrounding") > > from the erofs tree and comm

linux-next: manual merge of the vfs tree with the erofs tree

2020-05-28 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/erofs/super.c between commit: e7cda1ee94f4 ("erofs: code cleanup by removing ifdef macro surrounding") from the erofs tree and commit: 91a7c5e1d30e ("erofs: convert to use the new mount fs_context api") from the vfs

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-15 Thread Luis Chamberlain
On Fri, May 15, 2020 at 12:17:52AM +0800, Xiaoming Ni wrote: > On 2020/5/14 14:05, Xiaoming Ni wrote: > > On 2020/5/13 20:50, Luis Chamberlain wrote: > > > On Wed, May 13, 2020 at 12:04:02PM +0800, Xiaoming Ni wrote: > > > > On 2020/5/13 6:03, Luis Chamberlain wrote: > > > > > On Tue, May 12, 2020

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-14 Thread Xiaoming Ni
On 2020/5/14 14:05, Xiaoming Ni wrote: On 2020/5/13 20:50, Luis Chamberlain wrote: On Wed, May 13, 2020 at 12:04:02PM +0800, Xiaoming Ni wrote: On 2020/5/13 6:03, Luis Chamberlain wrote: On Tue, May 12, 2020 at 12:40:55PM -0500, Eric W. Biederman wrote: Luis Chamberlain writes: On Tue, May

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-13 Thread Xiaoming Ni
On 2020/5/13 20:50, Luis Chamberlain wrote: On Wed, May 13, 2020 at 12:04:02PM +0800, Xiaoming Ni wrote: On 2020/5/13 6:03, Luis Chamberlain wrote: On Tue, May 12, 2020 at 12:40:55PM -0500, Eric W. Biederman wrote: Luis Chamberlain writes: On Tue, May 12, 2020 at 06:52:35AM -0500, Eric W. B

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-13 Thread Luis Chamberlain
On Wed, May 13, 2020 at 09:44:40AM -0500, Eric W. Biederman wrote: > Luis Chamberlain writes: > > > On Wed, May 13, 2020 at 08:42:30AM -0500, Eric W. Biederman wrote: > >> Luis Chamberlain writes: > >> > >> > On Tue, May 12, 2020 at 12:40:55PM -0500, Eric W. Biederman wrote: > >> >> Luis Chambe

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-13 Thread Eric W. Biederman
Luis Chamberlain writes: > On Wed, May 13, 2020 at 08:42:30AM -0500, Eric W. Biederman wrote: >> Luis Chamberlain writes: >> >> > On Tue, May 12, 2020 at 12:40:55PM -0500, Eric W. Biederman wrote: >> >> Luis Chamberlain writes: >> >> >> >> > On Tue, May 12, 2020 at 06:52:35AM -0500, Eric W. B

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-13 Thread Luis Chamberlain
On Wed, May 13, 2020 at 08:42:30AM -0500, Eric W. Biederman wrote: > Luis Chamberlain writes: > > > On Tue, May 12, 2020 at 12:40:55PM -0500, Eric W. Biederman wrote: > >> Luis Chamberlain writes: > >> > >> > On Tue, May 12, 2020 at 06:52:35AM -0500, Eric W. Biederman wrote: > >> >> Luis Chambe

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-13 Thread Eric W. Biederman
Luis Chamberlain writes: > On Tue, May 12, 2020 at 12:40:55PM -0500, Eric W. Biederman wrote: >> Luis Chamberlain writes: >> >> > On Tue, May 12, 2020 at 06:52:35AM -0500, Eric W. Biederman wrote: >> >> Luis Chamberlain writes: >> >> >> >> > +static struct ctl_table fs_base_table[] = { >> >>

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-13 Thread Luis Chamberlain
On Wed, May 13, 2020 at 12:04:02PM +0800, Xiaoming Ni wrote: > On 2020/5/13 6:03, Luis Chamberlain wrote: > > On Tue, May 12, 2020 at 12:40:55PM -0500, Eric W. Biederman wrote: > > > Luis Chamberlain writes: > > > > > > > On Tue, May 12, 2020 at 06:52:35AM -0500, Eric W. Biederman wrote: > > > >

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-12 Thread Xiaoming Ni
On 2020/5/13 6:03, Luis Chamberlain wrote: On Tue, May 12, 2020 at 12:40:55PM -0500, Eric W. Biederman wrote: Luis Chamberlain writes: On Tue, May 12, 2020 at 06:52:35AM -0500, Eric W. Biederman wrote: Luis Chamberlain writes: +static struct ctl_table fs_base_table[] = { + { +

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-12 Thread Luis Chamberlain
On Tue, May 12, 2020 at 12:40:55PM -0500, Eric W. Biederman wrote: > Luis Chamberlain writes: > > > On Tue, May 12, 2020 at 06:52:35AM -0500, Eric W. Biederman wrote: > >> Luis Chamberlain writes: > >> > >> > +static struct ctl_table fs_base_table[] = { > >> > +{ > >> > +

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-12 Thread Eric W. Biederman
Luis Chamberlain writes: > On Tue, May 12, 2020 at 06:52:35AM -0500, Eric W. Biederman wrote: >> Luis Chamberlain writes: >> >> > +static struct ctl_table fs_base_table[] = { >> > + { >> > + .procname = "fs", >> > + .mode = 0555, >> > + .child

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-12 Thread Luis Chamberlain
On Tue, May 12, 2020 at 06:52:35AM -0500, Eric W. Biederman wrote: > Luis Chamberlain writes: > > > On Mon, May 11, 2020 at 09:55:16AM +0800, Xiaoming Ni wrote: > >> On 2020/5/11 9:11, Stephen Rothwell wrote: > >> > Hi all, > >> > > >> > Today's linux-next merge of the vfs tree got a conflict in

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-12 Thread Eric W. Biederman
Luis Chamberlain writes: > On Mon, May 11, 2020 at 09:55:16AM +0800, Xiaoming Ni wrote: >> On 2020/5/11 9:11, Stephen Rothwell wrote: >> > Hi all, >> > >> > Today's linux-next merge of the vfs tree got a conflict in: >> > >> >kernel/sysctl.c >> > >> > between commit: >> > >> >b6522fa4

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-11 Thread Luis Chamberlain
On Mon, May 11, 2020 at 10:22:04PM -0700, Kees Cook wrote: > On Tue, May 12, 2020 at 12:33:05AM +, Luis Chamberlain wrote: > > On Mon, May 11, 2020 at 09:55:16AM +0800, Xiaoming Ni wrote: > > > On 2020/5/11 9:11, Stephen Rothwell wrote: > > > > Hi all, > > > > > > > > Today's linux-next merge

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-11 Thread Kees Cook
On Tue, May 12, 2020 at 12:33:05AM +, Luis Chamberlain wrote: > On Mon, May 11, 2020 at 09:55:16AM +0800, Xiaoming Ni wrote: > > On 2020/5/11 9:11, Stephen Rothwell wrote: > > > Hi all, > > > > > > Today's linux-next merge of the vfs tree got a conflict in: > > > > > >kernel/sysctl.c > >

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-11 Thread Luis Chamberlain
On Mon, May 11, 2020 at 09:55:16AM +0800, Xiaoming Ni wrote: > On 2020/5/11 9:11, Stephen Rothwell wrote: > > Hi all, > > > > Today's linux-next merge of the vfs tree got a conflict in: > > > >kernel/sysctl.c > > > > between commit: > > > >b6522fa409cf ("parisc: add sysctl file interfac

Re: linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-10 Thread Xiaoming Ni
On 2020/5/11 9:11, Stephen Rothwell wrote: Hi all, Today's linux-next merge of the vfs tree got a conflict in: kernel/sysctl.c between commit: b6522fa409cf ("parisc: add sysctl file interface panic_on_stackoverflow") from the parisc-hd tree and commit: f461d2dcd511 ("sysctl: avoid

linux-next: manual merge of the vfs tree with the mips tree

2020-05-10 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: arch/mips/lasat/sysctl.c between commit: 10760dde9be3 ("MIPS: Remove support for LASAT") from the mips tree and commit: 32927393dc1c ("sysctl: pass kernel pointers to ->proc_handler") from the vfs tree. I fixed it up

linux-next: manual merge of the vfs tree with the parisc-hd tree

2020-05-10 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: kernel/sysctl.c between commit: b6522fa409cf ("parisc: add sysctl file interface panic_on_stackoverflow") from the parisc-hd tree and commit: f461d2dcd511 ("sysctl: avoid forward declarations") from the vfs tree. I fi

Re: linux-next: manual merge of the vfs tree with the ubifs tree

2019-09-16 Thread Richard Weinberger
On Mon, Sep 16, 2019 at 3:40 PM Mark Brown wrote: > > Hi all, > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/ubifs/super.c > > between commit: > > 9163e0184bd7d5f ("ubifs: Fix memory leak bug in alloc_ubifs_info() error > path") > > from the ubifs tree and commit: > >

linux-next: manual merge of the vfs tree with the ubifs tree

2019-09-16 Thread Mark Brown
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/ubifs/super.c between commit: 9163e0184bd7d5f ("ubifs: Fix memory leak bug in alloc_ubifs_info() error path") from the ubifs tree and commit: 50d7aad57710e2b ("vfs: Convert ubifs to use the new mount API") from the

Re: linux-next: manual merge of the vfs tree with the fuse tree

2019-09-02 Thread Al Viro
On Tue, Sep 03, 2019 at 09:23:17AM +1000, Stephen Rothwell wrote: > Hi Al, > > On Mon, 2 Sep 2019 16:30:04 +0100 Al Viro wrote: > > > > ... originals cheerfully dropped; will be gone in today's push to > > vfs.git#for-next. > > Not pushed out yet? Give me about fifteen minutes...

Re: linux-next: manual merge of the vfs tree with the fuse tree

2019-09-02 Thread Stephen Rothwell
Hi Al, On Mon, 2 Sep 2019 16:30:04 +0100 Al Viro wrote: > > ... originals cheerfully dropped; will be gone in today's push to > vfs.git#for-next. Not pushed out yet? -- Cheers, Stephen Rothwell pgpC6lmOgb0FJ.pgp Description: OpenPGP digital signature

Re: linux-next: manual merge of the vfs tree with the fuse tree

2019-09-02 Thread Al Viro
On Mon, Sep 02, 2019 at 05:10:27PM +0200, Miklos Szeredi wrote: > On Mon, Sep 2, 2019 at 11:00 AM Miklos Szeredi wrote: > > > > On Fri, Aug 30, 2019 at 5:01 AM Stephen Rothwell > > wrote: > > > > > > Hi all, > > > > > > Today's linux-next merge of the vfs tree got a conflict in: > > > > > > fs

Re: linux-next: manual merge of the vfs tree with the fuse tree

2019-09-02 Thread Miklos Szeredi
On Mon, Sep 2, 2019 at 11:00 AM Miklos Szeredi wrote: > > On Fri, Aug 30, 2019 at 5:01 AM Stephen Rothwell > wrote: > > > > Hi all, > > > > Today's linux-next merge of the vfs tree got a conflict in: > > > > fs/fuse/inode.c > > > > between commit: > > > > 1458e5e9f99a ("fuse: extract fuse_fi

Re: linux-next: manual merge of the vfs tree with the fuse tree

2019-09-02 Thread Miklos Szeredi
On Fri, Aug 30, 2019 at 5:01 AM Stephen Rothwell wrote: > > Hi all, > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/fuse/inode.c > > between commit: > > 1458e5e9f99a ("fuse: extract fuse_fill_super_common()") > > from the fuse tree and commit: > > 2ad9ab0f7429 ("vfs: C

linux-next: manual merge of the vfs tree with the fuse tree

2019-08-29 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/fuse/inode.c between commit: 1458e5e9f99a ("fuse: extract fuse_fill_super_common()") from the fuse tree and commit: 2ad9ab0f7429 ("vfs: Convert fuse to use the new mount API") 48ceb15f98c8 ("vfs: Move the subtype p

linux-next: manual merge of the vfs tree with the ceph tree

2019-08-28 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/ceph/super.c between commit: 8e4133936f30 ("ceph: auto reconnect after blacklisted") from the ceph tree and commit: d91c9998290b ("vfs: Convert ceph to use the new mount API") from the vfs tree. I fixed it up (Than

linux-next: manual merge of the vfs tree with the ceph tree

2019-08-26 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/ceph/super.c between commit: 8e4133936f30 ("ceph: auto reconnect after blacklisted") from the ceph tree and commit: 108f95bfaa56 ("vfs: Convert ceph to use the new mount API") from the vfs tree. I fixed it up (see

Re: linux-next: manual merge of the vfs tree with the nfsd tree

2019-07-08 Thread J. Bruce Fields
On Tue, Jul 09, 2019 at 12:15:31AM +1000, Stephen Rothwell wrote: > Hi, > > On Mon, 8 Jul 2019 08:45:10 -0400 "J. Bruce Fields" > wrote: > > > > I did a fetch of > > > > git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > > > > and looked at the "master" branch and couldn't

linux-next: manual merge of the vfs tree with the ubifs tree

2019-07-08 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/ubifs/super.c between commit: eeabb9866e4c ("ubifs: Add support for zstd compression.") from the ubifs tree and commit: 334d581528b9 ("vfs: Convert ubifs to use the new mount API") from the vfs tree. I fixed it up

Re: linux-next: manual merge of the vfs tree with the nfsd tree

2019-07-08 Thread Stephen Rothwell
Hi, On Mon, 8 Jul 2019 08:45:10 -0400 "J. Bruce Fields" wrote: > > I did a fetch of > > git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > > and looked at the "master" branch and couldn't find that vfs commit. Am > I looking in the wrong place? Maybe you were just a li

Re: linux-next: manual merge of the vfs tree with the nfsd tree

2019-07-08 Thread J. Bruce Fields
On Mon, Jul 08, 2019 at 11:06:33AM +1000, Stephen Rothwell wrote: > Today's linux-next merge of the vfs tree got a conflict in: > > fs/nfsd/nfsctl.c > > between commits: > > e8a79fb14f6b ("nfsd: add nfsd/clients directory") > > from the nfsd tree and commit: > > 96a374a35f82 ("vfs: Conve

linux-next: manual merge of the vfs tree with the nfsd tree

2019-07-07 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/nfsd/nfsctl.c between commits: e8a79fb14f6b ("nfsd: add nfsd/clients directory") from the nfsd tree and commit: 96a374a35f82 ("vfs: Convert nfsctl to use the new mount API") from the vfs tree. I fixed it up (Maybe?

Re: linux-next: manual merge of the vfs tree with the orangefs tree

2019-05-07 Thread Stephen Rothwell
Hi all, On Fri, 3 May 2019 11:15:10 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/orangefs/super.c > > between commit: > > 77becb76042a ("orangefs: implement xattr cache") > > from the orangefs tree and commit: > > f276ae0dd6d0 ("

Re: linux-next: manual merge of the vfs tree with the fscrypt tree

2019-05-07 Thread Stephen Rothwell
Hi all, On Fri, 3 May 2019 11:09:51 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/ext4/super.c > fs/f2fs/super.c > > between commit: > > 2c58d548f570 ("fscrypt: cache decrypted symlink target in ->i_link") > > from the fscrypt tree

Re: linux-next: manual merge of the vfs tree with the fuse tree

2019-05-07 Thread Stephen Rothwell
Hi all, On Tue, 7 May 2019 09:53:23 +1000 Stephen Rothwell wrote: > > Hi all, > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/fuse/inode.c > > between commit: > > 829f949b6e06 ("fuse: clean up fuse_alloc_inode") > > from the fuse tree and commit: > > 9baf28bbfe

linux-next: manual merge of the vfs tree with the fuse tree

2019-05-06 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/fuse/inode.c between commit: 829f949b6e06 ("fuse: clean up fuse_alloc_inode") from the fuse tree and commit: 9baf28bbfea1 ("fuse: switch to ->free_inode()") from the vfs tree. I fixed it up (see below) and can carr

Re: linux-next: manual merge of the vfs tree with the orangefs tree

2019-05-03 Thread Stephen Rothwell
Hi Mike, On Fri, 3 May 2019 13:34:49 -0400 Mike Marshall wrote: > > I noticed the conflict too when I added Al's patch series to the orangefs > tree we have on next. I understood Linus to say he'd fix the conflict the > way you did during the merge window. I guess that means you'll have to > keep

Re: linux-next: manual merge of the vfs tree with the orangefs tree

2019-05-03 Thread Mike Marshall
Hi Stephen... I noticed the conflict too when I added Al's patch series to the orangefs tree we have on next. I understood Linus to say he'd fix the conflict the way you did during the merge window. I guess that means you'll have to keep fixing it on next until then... I hate causing trouble, let

linux-next: manual merge of the vfs tree with the kbuild tree

2019-05-02 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: samples/Makefile between commit: a757ed09d672 ("samples: guard sub-directories with CONFIG options") from the kbuild tree and commit: f1b5618e013a ("vfs: Add a sample program for the new mount API") from the vfs tree.

linux-next: manual merge of the vfs tree with the orangefs tree

2019-05-02 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/orangefs/super.c between commit: 77becb76042a ("orangefs: implement xattr cache") from the orangefs tree and commit: f276ae0dd6d0 ("orangefs: make use of ->free_inode()") from the vfs tree. I fixed it up (see below

linux-next: manual merge of the vfs tree with the fscrypt tree

2019-05-02 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/ext4/super.c fs/f2fs/super.c between commit: 2c58d548f570 ("fscrypt: cache decrypted symlink target in ->i_link") from the fscrypt tree and commits: 94053139d482 ("ext4: make use of ->free_inode()") d01718a050d0

linux-next: manual merge of the vfs tree with the vfs-fixes tree

2019-01-13 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: kernel/cgroup/cgroup-v1.c between commit: 61aa329d0762 ("cgroup: saner refcounting for cgroup_root") from the vfs-fixes tree and commit: b3678086951a ("kernfs, sysfs, cgroup, intel_rdt: Support fs_context") from the vf

linux-next: manual merge of the vfs tree with the vfs-fixes tree

2019-01-13 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: kernel/cgroup/cgroup-internal.h between commit: 61aa329d0762 ("cgroup: saner refcounting for cgroup_root") from the vfs-fixes tree and commit: b3678086951a ("kernfs, sysfs, cgroup, intel_rdt: Support fs_context") from

linux-next: manual merge of the vfs tree with Linus' tree

2019-01-01 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: kernel/cgroup/cgroup-v1.c between commit: 3fc9c12d27b4 ("cgroup: Add named hierarchy disabling to cgroup_no_v1 boot param") from Linus' tree and commit: b3678086951a ("kernfs, sysfs, cgroup, intel_rdt: Support fs_conte

linux-next: manual merge of the vfs tree with Linus' tree

2019-01-01 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got conflicts in: kernel/cgroup/cgroup.c between commit: e250d91d6575 ("cgroup: fix parsing empty mount option string") from Linus' tree and commit: b3678086951a ("kernfs, sysfs, cgroup, intel_rdt: Support fs_context") from the vfs tree.

linux-next: manual merge of the vfs tree with the ext3 tree

2019-01-01 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: fs/Makefile between commit: d44170a7ba48 ("fs: common implementation of file type") from the ext3 tree and commits: fe43eec04841 ("vfs: Introduce fs_context, switch vfs_kern_mount() to it.") 82685adaccb3 ("vfs: Add con

linux-next: manual merge of the vfs tree with the fscrypt tree

2018-12-17 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: include/linux/fs.h between commit: a2bd7d2fc32c ("fs-verity: add setup code, UAPI, and Kconfig") from the fscrypt tree and commit: 013c7af575e5 ("vfs: Implement a filesystem superblock creation/configuration context")

linux-next: manual merge of the vfs tree with the fscrypt tree

2018-12-02 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: include/linux/fs.h between commit: a2bd7d2fc32c ("fs-verity: add setup code, UAPI, and Kconfig") from the fscrypt tree and commit: 37744f3d21f8 ("vfs: Implement a filesystem superblock creation/configuration context")

linux-next: manual merge of the vfs tree with the ext3 tree

2018-11-27 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: fs/Makefile between commit: d44170a7ba48 ("fs: common implementation of file type") from the ext3 tree and commits: 229e55402816 ("vfs: Add configuration parser helpers") 37744f3d21f8 ("vfs: Implement a filesystem supe

Re: linux-next: manual merge of the vfs tree with the xfs tree

2018-10-30 Thread Dave Chinner
On Wed, Oct 31, 2018 at 11:52:47AM +1100, Stephen Rothwell wrote: > Hi all, > > [I don't understand why all this new work turned up in the xfs tree > during the merge window ...] > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/read_write.c > > between commits: > > 42

linux-next: manual merge of the vfs tree with the xfs tree

2018-10-30 Thread Stephen Rothwell
Hi all, [I don't understand why all this new work turned up in the xfs tree during the merge window ...] Today's linux-next merge of the vfs tree got a conflict in: fs/read_write.c between commits: 42ec3d4c0218 ("vfs: make remap_file_range functions take and return bytes completed") eca

linux-next: manual merge of the vfs tree with Linus' tree

2018-10-29 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: fs/compat_ioctl.c between commit: 77654350306a ("take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()") from Linus' tree and commit: 69374d063be0 ("compat_ioctl: remove pointless HCI... ioctls") from the vfs tre

linux-next: manual merge of the vfs tree with the nfsd tree

2018-10-28 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: net/sunrpc/svcsock.c between commit: 64dbf4dc5496 ("SUNRPC: Simplify TCP receive code") from the nfsd tree and commit: aa563d7bca6e ("iov_iter: Separate type from direction and use accessor functions") from the vfs tre

linux-next: manual merge of the vfs tree with the ceph tree

2018-10-28 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: fs/ceph/file.c between commit: fce7a9744bdf ("ceph: refactor ceph_sync_read()") from the ceph tree and commit: 00e23707442a ("iov_iter: Use accessor function") from the vfs tree. I fixed it up (see below) and can carry

linux-next: manual merge of the vfs tree with the f2fs tree

2018-10-02 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: fs/f2fs/super.c between commit: f80f781514ef ("f2fs: checkpoint disabling") from the f2fs tree and commit: 307c6e5241b4 ("vfs: Require specification of size of mount data for internal mounts") from the vfs tree. I fix

linux-next: manual merge of the vfs tree with the btrfs-kdave tree

2018-08-01 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got conflicts in: fs/btrfs/inode.c fs/btrfs/tree-log.c Commits 8e5d411c91c1 ("btrfs: simplify btrfs_iget()") cfac83868124 ("btrfs: lift make_bad_inode() into btrfs_iget()") efa119590db3 ("btrfs: IS_ERR(p) && PTR_ERR(p) == n is a weird w

Re: linux-next: manual merge of the vfs tree with the overlayfs tree

2018-07-10 Thread Al Viro
On Tue, Jul 10, 2018 at 04:04:55PM +0100, Al Viro wrote: > First of all, I'm still not at all convinced that this "noaccount" thing is > sane, especially since path_open() is exported. But that aside, > __get_empty_filp() > needs to be shot, just for the name and calling conventions alone. > > I

Re: linux-next: manual merge of the vfs tree with the overlayfs tree

2018-07-10 Thread Al Viro
On Tue, Jul 10, 2018 at 10:17:36AM +1000, Stephen Rothwell wrote: > --- a/fs/open.c > +++ b/fs/open.c > @@@ -731,7 -732,6 +721,7 @@@ static int do_dentry_open(struct file * > static const struct file_operations empty_fops = {}; > int error; > > - WARN_ON(f->f_mode & ~FMODE_NOACCO

linux-next: manual merge of the vfs tree with the overlayfs tree

2018-07-09 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: include/linux/fs.h between commit: 5c299f73cc9e ("vfs: add path_open()") from the overlayfs tree and commit: bfd4fa6990f0 ("turn filp_clone_open() into inline wrapper for dentry_open()") from the vfs tree. I fixed it

linux-next: manual merge of the vfs tree with the overlayfs tree

2018-07-09 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got conflicts in: fs/open.c between commit: d4d6f39c507e ("vfs: optionally don't account file in nr_files") 88498a6bd8d1 ("vfs: simplify dentry_open()") from the overlayfs tree and commit: 5f0cc0005d2e ("introduce FMODE_OPENED") 13fcc

Re: linux-next: manual merge of the vfs tree with the overlayfs tree

2018-06-19 Thread Miklos Szeredi
On Tue, Jun 19, 2018 at 10:40 AM, David Howells wrote: > Stephen Rothwell wrote: > >> /* These sb flags are internal to the kernel */ >> #define MS_SUBMOUNT (1<<26) >> -#define MS_NOREMOTELOCK (1<<27) >> #define MS_NOSEC (1<<28) >> #define MS_BORN (1<<29) >> #define

Re: linux-next: manual merge of the vfs tree with the overlayfs tree

2018-06-19 Thread David Howells
Stephen Rothwell wrote: > /* These sb flags are internal to the kernel */ > #define MS_SUBMOUNT (1<<26) > -#define MS_NOREMOTELOCK (1<<27) > #define MS_NOSEC (1<<28) > #define MS_BORN (1<<29) > #define MS_ACTIVE(1<<30) Ummm... Can MS_NOREMOTELOCK be removed?

linux-next: manual merge of the vfs tree with the overlayfs tree

2018-06-18 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: include/uapi/linux/fs.h between commit: 1d91ca426d8d ("Partially revert "locks: fix file locking on overlayfs"") from the overlayfs tree and commit: 28514d1edad4 ("vfs: Suppress MS_* flag defs within the kernel unless e

linux-next: manual merge of the vfs tree with the overlayfs tree

2018-06-18 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got conflicts in: include/linux/fs.h between commit: e8f97b0a52b3 ("vfs: optionally don't account file in nr_files") from the overlayfs tree and commit: db39e40a9682 ("new syscall: open_tree(2)") from the vfs tree. I fixed it up (see bel

Re: linux-next: manual merge of the vfs tree with the overlayfs tree

2018-06-17 Thread Stephen Rothwell
Hi all, On Tue, 29 May 2018 11:30:35 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/read_write.c > > between commit: > > 63ea46a359b2 ("vfs: dedupe: extract helper for a single dedup") > > from the overlayfs tree and commit: > > 22

Re: linux-next: manual merge of the vfs tree with the ext3 tree

2018-06-11 Thread Stephen Rothwell
Hi all, On Fri, 1 Jun 2018 11:56:19 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the vfs tree got a conflict in: > > include/linux/fs.h > > between commit: > > 29aca8b3f7cd ("fsnotify: introduce prototype struct fsnotify_obj") > > from the ext3 tree and commit: > > d9

Re: linux-next: manual merge of the vfs tree with the overlayfs tree

2018-06-04 Thread Stephen Rothwell
Hi all, On Tue, 29 May 2018 11:30:35 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/read_write.c > > between commit: > > 63ea46a359b2 ("vfs: dedupe: extract helper for a single dedup") > > from the overlayfs tree and commit: > > 22

Re: linux-next: manual merge of the vfs tree with the ext3 tree

2018-06-01 Thread Jan Kara
Hi, On Fri 01-06-18 11:56:19, Stephen Rothwell wrote: > Today's linux-next merge of the vfs tree got a conflict in: > > include/linux/fs.h > > between commit: > > 29aca8b3f7cd ("fsnotify: introduce prototype struct fsnotify_obj") > > from the ext3 tree and commit: > > d9a08a9e616b ("fs:

linux-next: manual merge of the vfs tree with the ext3 tree

2018-05-31 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: include/linux/fs.h between commit: 29aca8b3f7cd ("fsnotify: introduce prototype struct fsnotify_obj") from the ext3 tree and commit: d9a08a9e616b ("fs: Add aio iopriority support") from the vfs tree. I fixed it up (se

linux-next: manual merge of the vfs tree with Linus' tree

2018-05-31 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: fs/afs/fsclient.c between commit: 684b0f68cf1c ("afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibility") from Linus' tree and commit: c875c76a061d ("afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus()")

linux-next: manual merge of the vfs tree with the overlayfs tree

2018-05-28 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/read_write.c between commit: 63ea46a359b2 ("vfs: dedupe: extract helper for a single dedup") from the overlayfs tree and commit: 227627114799 ("fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()") fr

linux-next: manual merge of the vfs tree with the syscalls tree

2018-03-28 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: arch/sparc/kernel/sys_sparc32.c between commits: 4b5d3cc0fff9 ("fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()") 316dd9ee7b15 ("fs: add ksys_sync_file_range helper(); remove in-kernel calls t

linux-next: manual merge of the vfs tree with the syscall tree

2018-03-28 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: fs/internal.h fs/open.c between various commits from the syscall tree and commit: cab64df19466 ("fs: fold open_check_o_direct into do_dentry_open") from the vfs tree. I fixed it up (see below) and can carry the fix as ne

Re: linux-next: manual merge of the vfs tree with the overlayfs tree

2018-01-31 Thread Stephen Rothwell
Hi all, On Thu, 25 Jan 2018 14:31:55 +1100 Stephen Rothwell wrote: > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/dcache.c > > between commit: > > f9c34674bc60 ("vfs: factor out helpers d_instantiate_anon() and > d_alloc_anon()") > > from the overlayfs tree and c

Re: linux-next: manual merge of the vfs tree with the overlayfs tree

2018-01-24 Thread Stephen Rothwell
Hi all, On Thu, 25 Jan 2018 14:31:55 +1100 Stephen Rothwell wrote: > > + if (!disconnected) { > -hlist_bl_lock(&tmp->d_sb->s_roots); > -hlist_bl_add_head(&tmp->d_hash, &tmp->d_sb->s_roots); > -hlist_bl_unlock(&tmp->d_sb->s_roots); > ++hlist_

linux-next: manual merge of the vfs tree with the overlayfs tree

2018-01-24 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: fs/dcache.c between commit: f9c34674bc60 ("vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()") from the overlayfs tree and commit: f1ee616214cb ("VFS: don't keep disconnected dentries on d_anon") from the

linux-next: manual merge of the vfs tree with Linus' tree

2018-01-01 Thread Stephen Rothwell
Hi Al, Today's linux-next merge of the vfs tree got a conflict in: ipc/mqueue.c between commit: 1751e8a6cb93 ("Rename superblock flags (MS_xyz -> SB_xyz)") from Linus' tree and commit: 946086abeddf ("mqueue: switch to on-demand creation of internal mount") from the vfs tree. I fixed i

Re: linux-next: manual merge of the vfs tree with the netfilter tree

2017-12-06 Thread Stephen Rothwell
Hi Jann, On Thu, 7 Dec 2017 01:48:14 +0100 Jann Horn wrote: > > > I can't tell if the strlen test from the former is still needed, so I > > just used the vfs tree version for now. > > Yeah, both of the checks from the netfilter tree are still necessary > independent of the commit from the vfs

Re: linux-next: manual merge of the vfs tree with the netfilter tree

2017-12-06 Thread Jann Horn
On Thu, Dec 7, 2017 at 1:10 AM, Stephen Rothwell wrote: > Hi Al, > > Today's linux-next merge of the vfs tree got a conflict in: > > net/netfilter/xt_bpf.c > > between commit: > > 6ab405114b0b ("netfilter: xt_bpf: add overflow checks") > > from the netfilter tree and commit: > > af58d2496b49

  1   2   3   >