From: Willy Tarreau <w@1wt.eu>
To: Guenter Roeck <linux@roeck-us.net>
Cc: stable <stable@vger.kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Sasha Levin <sashal@kernel.org>
Subject: Re: More build errors in v5.4.y.queue
Date: Tue, 26 May 2020 06:16:50 +0200 [thread overview]
Message-ID: <20200526041650.GA20606@1wt.eu> (raw)
In-Reply-To: <e4eaebf9-3397-6157-887a-3f35ac3daeb1@roeck-us.net>
On Mon, May 25, 2020 at 09:03:45PM -0700, Guenter Roeck wrote:
> Build reference: v5.4.42-105-g3cb79944b65a
> gcc version: sh4-linux-gcc (GCC) 9.3.0
>
> Building sh:defconfig ... failed
>
> net/socket.c: In function 'sock_ioctl':
> arch/sh/include/uapi/asm/sockios.h:16:41: error: invalid application of 'sizeof' to incomplete type 'struct __kernel_old_timespec'
>
> and various other similar errors.
Based on these patches from 5.5:
ca5e9ab ("time: Add time_types.h")
94c467d ("y2038: add __kernel_old_timespec and __kernel_old_time_t")
It seems that these types need to be changed to "__kernel_timespec" in
backports. At least that's my understanding.
Willy
next prev parent reply other threads:[~2020-05-26 4:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-26 4:03 More build errors in v5.4.y.queue Guenter Roeck
2020-05-26 4:16 ` Willy Tarreau [this message]
2020-05-26 10:04 ` Greg Kroah-Hartman
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=20200526041650.GA20606@1wt.eu \
--to=w@1wt.eu \
--cc=gregkh@linuxfoundation.org \
--cc=linux@roeck-us.net \
--cc=sashal@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).