From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Naresh Kamboju <naresh.kamboju@linaro.org>
Cc: linux- stable <stable@vger.kernel.org>,
jthumshirn@suse.de, dsterba@suse.com, nborisov@suse.com,
lkft-triage@lists.linaro.org
Subject: Re: stable-rc 4.14: i386 and armv7 builds failed
Date: Wed, 24 Jul 2019 11:05:32 +0200 [thread overview]
Message-ID: <20190724090532.GA1838@kroah.com> (raw)
In-Reply-To: <CA+G9fYt3sCcazODJodtrJUsLDKusaMx1NWeM03hyrgcSVGUM8Q@mail.gmail.com>
On Wed, Jul 24, 2019 at 01:22:33PM +0530, Naresh Kamboju wrote:
> stable rc 4.14 stable rc i386 and armv7 builds failed due to below error.
>
> fs/btrfs/file.c: In function 'btrfs_punch_hole':
> fs/btrfs/file.c:2787:27: error: invalid initializer
> struct timespec64 now = current_time(inode);
> ^~~~~~~~~~~~
> fs/btrfs/file.c:2790:18: error: incompatible types when assigning to
> type 'struct timespec' from type 'struct timespec64'
> inode->i_mtime = now;
> ^
> fs/btrfs/file.c:2791:18: error: incompatible types when assigning to
> type 'struct timespec' from type 'struct timespec64'
> inode->i_ctime = now;
> ^
Yeah, that's an odd one, it passes x86 at the moment and I can't see
why...
prev parent reply other threads:[~2019-07-24 9:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-24 7:52 stable-rc 4.14: i386 and armv7 builds failed Naresh Kamboju
2019-07-24 9:05 ` Greg Kroah-Hartman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190724090532.GA1838@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=dsterba@suse.com \
--cc=jthumshirn@suse.de \
--cc=lkft-triage@lists.linaro.org \
--cc=naresh.kamboju@linaro.org \
--cc=nborisov@suse.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.