[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+G9fYtmR8mtSzxLzKjCuKaWzd=zzyFKnUG0pG69+EkEpRQA0A@mail.gmail.com>
Date: Sat, 8 Jun 2019 12:43:31 +0530
From: Naresh Kamboju <naresh.kamboju@...aro.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, fdmanana@...e.com
Cc: open list <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Guenter Roeck <linux@...ck-us.net>,
Shuah Khan <shuah@...nel.org>, patches@...nelci.org,
Ben Hutchings <ben.hutchings@...ethink.co.uk>,
lkft-triage@...ts.linaro.org,
linux- stable <stable@...r.kernel.org>
Subject: Re: [PATCH 4.14 00/69] 4.14.124-stable review
On Fri, 7 Jun 2019 at 21:10, Greg Kroah-Hartman
<gregkh@...uxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 4.14.124 release.
> There are 69 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.
>
> Responses should be made by Sun 09 Jun 2019 03:37:08 PM UTC.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
> https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.124-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
compile kernel module failed for arm and i386.
> Filipe Manana <fdmanana@...e.com>
> Btrfs: incremental send, fix file corruption when no-holes feature is enabled
>
> Filipe Manana <fdmanana@...e.com>
> Btrfs: fix fsync not persisting changed attributes of a directory
>
> Filipe Manana <fdmanana@...e.com>
> Btrfs: fix race updating log root item during fsync
>
> Filipe Manana <fdmanana@...e.com>
> Btrfs: fix wrong ctime and mtime of a directory after log replay
fs/btrfs/inode.c: In function 'btrfs_add_link':
fs/btrfs/inode.c:6590:27: error: invalid initializer
struct timespec64 now = current_time(&parent_inode->vfs_inode);
^~~~~~~~~~~~
fs/btrfs/inode.c:6592:35: error: incompatible types when assigning to
type 'struct timespec' from type 'struct timespec64'
parent_inode->vfs_inode.i_mtime = now;
^
fs/btrfs/inode.c:6593:35: error: incompatible types when assigning to
type 'struct timespec' from type 'struct timespec64'
parent_inode->vfs_inode.i_ctime = now;
^
Full build log link,
https://ci.linaro.org/job/openembedded-lkft-linux-stable-rc-4.14/487/DISTRO=lkft,MACHINE=intel-core2-32,label=docker-lkft/consoleText
--
Linaro LKFT
https://lkft.linaro.org
Powered by blists - more mailing lists