|
[Bug Report] - kselftest build fails if output directory is first level sub-directory 3 messages
Hello, kselftest can be built using the kernel's top most Makefile without using kselftest's Makefile directly. But there is bug in the top most Makefile. The build fails if the specified output direc
Hello, kselftest can be built using the kernel's top most Makefile without using kselftest's Makefile directly. But there is bug in the top most Makefile. The build fails if the specified output direc
|
By
Usama
·
|
|
[Automated-testing] syzkaller reproducers 22 messages
Hi! You are suposed to run the run.sh script in the bin directory. That is because you are missing 32bit gcc and devel libs. -- Cyril Hrubis chrubis@...
Hi! You are suposed to run the run.sh script in the bin directory. That is because you are missing 32bit gcc and devel libs. -- Cyril Hrubis chrubis@...
|
By
Cyril Hrubis
·
|
|
[RFC] KTAP spec v2: prefix to KTAP data 8 messages
In the middle of the "RFC - kernel test result specification (KTAP)" thread, started in August 2021, Tim Bird made a suggestion to allow a prefix to the KTAP data format: > Just as a side note, in som
In the middle of the "RFC - kernel test result specification (KTAP)" thread, started in August 2021, Tim Bird made a suggestion to allow a prefix to the KTAP data format: > Just as a side note, in som
|
By
Frank Rowand
·
|
|
kernelci failures due to "pahole" missing 8 messages
We have a bunch of Android kernel test failures due to missing "pahole" in the build environment (example android13-5.15 gki_defconfig <https://storage.kernelci.org/android/android13-5.15/ASB-2022-04-
We have a bunch of Android kernel test failures due to missing "pahole" in the build environment (example android13-5.15 gki_defconfig <https://storage.kernelci.org/android/android13-5.15/ASB-2022-04-
|
By
Todd Kjos
·
|
|
[PATCH v2 0/2] begin KTAP spec v2 process 2 messages
From: Frank Rowand <frank.rowand@...> The process to create version 2 of the KTAP Specification is documented in email discussions. I am attempting to capture this information at https://elinux.org/Te
From: Frank Rowand <frank.rowand@...> The process to create version 2 of the KTAP Specification is documented in email discussions. I am attempting to capture this information at https://elinux.org/Te
|
By
frowand.list@...
·
|
|
[PATCH v2 2/2] ktap_v2: change "version 1" to "version 2" in examples
From: Frank Rowand <frank.rowand@...> Change the "version line" in example output from "KTAP version 1" to "KTAP version 2". Change version that should be used by compliant tests from 1 to 2. Signed-o
From: Frank Rowand <frank.rowand@...> Change the "version line" in example output from "KTAP version 1" to "KTAP version 2". Change version that should be used by compliant tests from 1 to 2. Signed-o
|
By
frowand.list@...
·
|
|
[PATCH v2 1/2] ktap_v2: change version to 2-rc in KTAP specification
From: Frank Rowand <frank.rowand@...> Prepare KTAP Specification for the process of creating version 2. The version will remain "2-rc" until the final commit to complete Version 2. Adding the "-rc" en
From: Frank Rowand <frank.rowand@...> Prepare KTAP Specification for the process of creating version 2. The version will remain "2-rc" until the final commit to complete Version 2. Adding the "-rc" en
|
By
frowand.list@...
·
|
|
many kernelci errors on Android branches 3 messages
We've been seeing massive failures in some of our branches lately that don't seem to correlate to changes in the kernel source. For example, all android12-5.4 builds are flagged as failing. The actual
We've been seeing massive failures in some of our branches lately that don't seem to correlate to changes in the kernel source. For example, all android12-5.4 builds are flagged as failing. The actual
|
By
Todd Kjos
·
|
|
[RFC PATCH 2/2] Documentation: dev-tools: use literal block instead of code-block 4 messages
From: Frank Rowand <frank.rowand@...> KTAP Specification: Change code-block directives to straightforward literal blocks since the blocks do not contain code. Suggested-by: Jonathan Corbet <corbet@...
From: Frank Rowand <frank.rowand@...> KTAP Specification: Change code-block directives to straightforward literal blocks since the blocks do not contain code. Suggested-by: Jonathan Corbet <corbet@...
|
By
frowand.list@...
·
|
|
[RFC PATCH 1/2] Documentation: dev-tools: KTAP spec change version to 2-rc 3 messages
From: Frank Rowand <frank.rowand@...> Prepare KTAP Specification for the process of creating Version 2. The version will remain 2-rc until the final commit to complete Version 2. Signed-off-by: Frank
From: Frank Rowand <frank.rowand@...> Prepare KTAP Specification for the process of creating Version 2. The version will remain 2-rc until the final commit to complete Version 2. Signed-off-by: Frank
|
By
frowand.list@...
·
|
|
[RFC PATCH 0/2] Documentation: dev-tools: begin KTAP spec v2 process 4 messages
From: Frank Rowand <frank.rowand@...> An August 2021 RFC patch [1] to create the KTAP Specification resulted in some discussion of possible items to add to the specification. The conversation ended wi
From: Frank Rowand <frank.rowand@...> An August 2021 RFC patch [1] to create the KTAP Specification resulted in some discussion of possible items to add to the specification. The conversation ended wi
|
By
frowand.list@...
·
|
|
#KCIDB engagement report
#KCIDB
Hi everyone, Below is the monthly* report on KCIDB** engagement. It lists various CI systems and their status of engagement with KCIDB, as well as developer engagement. Lines with updates are marked w
Hi everyone, Below is the monthly* report on KCIDB** engagement. It lists various CI systems and their status of engagement with KCIDB, as well as developer engagement. Lines with updates are marked w
|
By
Nikolai Kondrashov
·
|
|
[PATCH 1/2] selftests/lkdtm: add config and turn off CFI_FORWARD_PROTO 8 messages
Add config options which are needed for LKDTM sub-tests. STACKLEAK_ERASING test needs GCC_PLUGIN_STACKLEAK config. READ_AFTER_FREE and READ_BUDDY_AFTER_FREE tests need INIT_ON_FREE_DEFAULT_ON config.
Add config options which are needed for LKDTM sub-tests. STACKLEAK_ERASING test needs GCC_PLUGIN_STACKLEAK config. READ_AFTER_FREE and READ_BUDDY_AFTER_FREE tests need INIT_ON_FREE_DEFAULT_ON config.
|
By
Usama
·
|
|
[PATCH 2/2] selftests/lkdtm: add config 7 messages
Add config option which is needed for SLAB_LINEAR_OVERFLOW test. It needs KASAN enabled. Cc: Kees Cook <keescook@...> Cc: Greg Kroah-Hartman <gregkh@...> Fixes: 9c4f6ebc3665 ("lkdtm/heap: Add vmalloc
Add config option which is needed for SLAB_LINEAR_OVERFLOW test. It needs KASAN enabled. Cc: Kees Cook <keescook@...> Cc: Greg Kroah-Hartman <gregkh@...> Fixes: 9c4f6ebc3665 ("lkdtm/heap: Add vmalloc
|
By
Usama
·
|
|
[PATCH] Makefile: Fix separate output directory build of kselftests 10 messages
Build of kselftests fail if kernel's top most Makefile is used for running or building kselftests with separate output directory. The absolute path is needed to reference other files during this kind
Build of kselftests fail if kernel's top most Makefile is used for running or building kselftests with separate output directory. The absolute path is needed to reference other files during this kind
|
By
Usama
·
|
|
next/master bisection: baseline.login on asus-C523NA-A20057-coral 6 messages
+kernelci Well the issue seems to have been fixed on mainline, unless it's intermittent. In any case, next-20220404 is booting fine: https://linux.kernelci.org/test/plan/id/624aed811a5acd09adae071e/ L
+kernelci Well the issue seems to have been fixed on mainline, unless it's intermittent. In any case, next-20220404 is booting fine: https://linux.kernelci.org/test/plan/id/624aed811a5acd09adae071e/ L
|
By
Guillaume Tucker
·
|
|
Lavaserver - IP power switch is down. 2 messages
Hi, One of the IP power switch developed issue, all the boards connected to this power switch are not getting power. We are looking into it and keep you posted. Regards, Srinivas
Hi, One of the IP power switch developed issue, all the boards connected to this power switch are not getting power. We are looking into it and keep you posted. Regards, Srinivas
|
By
Srinivas Dubasi
·
|
|
FW: [EXT] Re: Fw: kernelci report issue 3 messages
Hi, Greetings!. In general, do you trigger on all the boards available or on specific boards @ lab-nxp? Kernel CI Dashboard — Tests Reports — next/master next-20220323 baseline (4 boards in kernelci r
Hi, Greetings!. In general, do you trigger on all the boards available or on specific boards @ lab-nxp? Kernel CI Dashboard — Tests Reports — next/master next-20220323 baseline (4 boards in kernelci r
|
By
Srinivas Dubasi
·
|
|
NXP Lavaserver maintenance - rebooting
Hi, We are rebooting the system to do some maintenance on the NXP server. We will let you know once it is back online again. Regards, Srinivas
Hi, We are rebooting the system to do some maintenance on the NXP server. We will let you know once it is back online again. Regards, Srinivas
|
By
Srinivas Dubasi
·
|
|
[bug report] selftests: futex: warning during build with multiple jobs 2 messages
Hi, On linux-next cd tools/testing/selftests/futex && make clean -j 32 gives warning make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. The full logs with with different
Hi, On linux-next cd tools/testing/selftests/futex && make clean -j 32 gives warning make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. The full logs with with different
|
By
Usama
·
|