[Intel-xe] ✗ CI.KUnit: failure for Minor batchbuffer handling fixes
Michal Wajdeczko
michal.wajdeczko at intel.com
Wed Mar 29 18:20:09 UTC 2023
On 29.03.2023 19:36, Patchwork wrote:
> == Series Details ==
>
> Series: Minor batchbuffer handling fixes
> URL : https://patchwork.freedesktop.org/series/115812/
> State : failure
>
> == Summary ==
>
> + trap cleanup EXIT
> + /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
below patch [1] worked for me to avoid such build errors on my system
[1]
https://lore.kernel.org/lkml/20230318041555.4192172-1-davidgow@google.com/raw
> ERROR:root:In file included from /usr/include/stdlib.h:1013,
> from ../arch/um/drivers/chan_user.c:6:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h: In function ‘atof’:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h:26:1: error: SSE register return with SSE disabled
> 26 | {
> | ^
> In file included from /usr/include/stdlib.h:1013,
> from ../arch/x86/um/os-Linux/registers.c:8:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h: In function ‘atof’:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h:26:1: error: SSE register return with SSE disabled
> 26 | {
> | ^
> In file included from /usr/include/stdlib.h:1013,
> from ../arch/um/drivers/fd.c:7:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h: In function ‘atof’:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h:26:1: error: SSE register return with SSE disabled
> 26 | {
> | ^
> In file included from /usr/include/stdlib.h:1013,
> from ../arch/um/os-Linux/execvp.c:24:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h: In function ‘atof’:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h:26:1: error: SSE register return with SSE disabled
> 26 | {
> | ^
> make[4]: *** [../scripts/Makefile.build:252: arch/x86/um/os-Linux/registers.o] Error 1
> make[3]: *** [../scripts/Makefile.build:494: arch/x86/um/os-Linux] Error 2
> make[3]: *** Waiting for unfinished jobs....
> In file included from /usr/include/stdlib.h:1013,
> from ../arch/um/os-Linux/file.c:8:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h: In function ‘atof’:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h:26:1: error: SSE register return with SSE disabled
> 26 | {
> | ^
> make[3]: *** [../scripts/Makefile.build:252: arch/um/os-Linux/execvp.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> make[3]: *** [../scripts/Makefile.build:252: arch/um/drivers/fd.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> make[3]: *** [../scripts/Makefile.build:252: arch/um/drivers/chan_user.o] Error 1
> In file included from /usr/include/stdlib.h:1013,
> from ../arch/um/os-Linux/skas/process.c:7:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h: In function ‘atof’:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h:26:1: error: SSE register return with SSE disabled
> 26 | {
> | ^
> make[3]: *** [../scripts/Makefile.build:252: arch/um/os-Linux/file.o] Error 1
> make[4]: *** [../scripts/Makefile.build:252: arch/um/os-Linux/skas/process.o] Error 1
> make[4]: *** Waiting for unfinished jobs....
> make[3]: *** [../scripts/Makefile.build:494: arch/um/os-Linux/skas] Error 2
> make[2]: *** [../scripts/Makefile.build:494: arch/um/os-Linux] Error 2
> make[2]: *** Waiting for unfinished jobs....
> make[2]: *** [../scripts/Makefile.build:494: arch/x86/um] Error 2
> make[2]: *** [../scripts/Makefile.build:494: arch/um/drivers] Error 2
> In file included from /usr/include/stdlib.h:1013,
> from arch/um/kernel/config.c:7:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h: In function ‘atof’:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h:26:1: error: SSE register return with SSE disabled
> 26 | {
> | ^
> make[3]: *** [../scripts/Makefile.build:252: arch/um/kernel/config.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> make[2]: *** [../scripts/Makefile.build:494: arch/um/kernel] Error 2
> make[1]: *** [/kernel/Makefile:2025: .] Error 2
> make: *** [Makefile:226: __sub-make] Error 2
>
> [17:36:29] Configuring KUnit Kernel ...
> Generating .config ...
> Populating config with:
> $ make ARCH=um O=.kunit olddefconfig
> [17:36:33] Building KUnit Kernel ...
> Populating config with:
> $ make ARCH=um O=.kunit olddefconfig
> Building with:
> $ make ARCH=um O=.kunit --jobs=48
> + cleanup
> ++ stat -c %u:%g /kernel
> + chown -R 1003:1003 /kernel
>
>
More information about the Intel-xe
mailing list