On Mon, Jan 07, 2019 at 03:47:01PM +0100, Greg Kroah-Hartman wrote:
On Mon, Jan 07, 2019 at 08:39:12AM -0600, Daniel Díaz wrote:
Hello!
On Mon, 7 Jan 2019 at 06:59, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.14.92 release. There are 101 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
We see these build errors with 4.14: | /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/extent-tree.c: In function 'btrfs_drop_snapshot': | /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/extent-tree.c:9186:8: error: too few arguments to function 'btrfs_run_delayed_items' | err = btrfs_run_delayed_items(trans); | ^~~~~~~~~~~~~~~~~~~~~~~ | In file included from /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/btrfs_inode.h:26:0, | from /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/transaction.h:23, | from /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/tree-log.h:23, | from /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/extent-tree.c:30: | /srv/oe/build/tmp-lkft-glibc/work-shared/juno/kernel-source/fs/btrfs/delayed-inode.h:114:5: note: declared here | int btrfs_run_delayed_items(struct btrfs_trans_handle *trans, | ^~~~~~~~~~~~~~~~~~~~~~~
Ugh, why does my build system not show this, but my laptop does...
Let me go drop the broken patches, thanks fo rletting me know.
Ok, now fixed, 4.9.y also had this issue. I'll go push out -rc2 releases for both of these trees now.
greg k-h