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

From: Guenter Roeck
Date: Thu Oct 28 2021 - 13:16:33 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).


I am currently running a bisect on the parisc failure. You are right, h8300
looks suspicious as well. I'll bisect that as well after the parisc bisect
is complete. I'll let you know once I have results.

Guenter