Re: [PATCH v1 1/1] delay: Replace kernel.h with the necessary inclusions

From: Guenter Roeck
Date: Thu Oct 28 2021 - 13:29:51 EST


On 10/28/21 10:00 AM, Andy Shevchenko wrote:
On Thu, Oct 28, 2021 at 07:52:12PM +0300, Andy Shevchenko wrote:
On Thu, Oct 28, 2021 at 07:50:03PM +0300, Andy Shevchenko wrote:
On Thu, Oct 28, 2021 at 09:28:10AM -0700, Guenter Roeck wrote:
On Thu, Oct 28, 2021 at 06:58:13PM +0300, Andy Shevchenko wrote:

...

Build results:
total: 153 pass: 115 fail: 38

Qemu test results:
total: 480 pass: 315 fail: 165

FWIW, most of them on the first glance due to something like below

<stdin>:1517:2: warning: #warning syscall clone3 not implemented [-Wcpp]
samples/fanotify/fs-monitor.c:7:10: fatal error: errno.h: No such file or directory
7 | #include <errno.h>
| ^~~~~~~~~

I have briefly looked at the logs (stdio) and potentially my patch might brake
h8300 and parisc, the rest as pointed above (have no idea if my patch anyhow
may be involved to that).

Hence, will sent only fix for what you bisected.


The h8300 failure bisects to "irqchip: Provide stronger type checking for
IRQCHIP_MATCH/IRQCHIP_DECLARE". I'll report that as reponse to that patch.

The parisc build failure bisects to "Merge branch 'for-next/kspp' of
git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git"
which of course is always a bad sign. I may not be able to track that
down until it shows up in mainline.

Guenter