|
[isar-cip-core][PATCH 10/12] Add qemu-riscv64 target
From: Jan Kiszka <jan.kiszka@...> RISC-V is not yet an official Debian port, so we need to pick sid-ports as source. And that means things can break randomly, as today. Therefore pick a version that b
From: Jan Kiszka <jan.kiszka@...> RISC-V is not yet an official Debian port, so we need to pick sid-ports as source. And that means things can break randomly, as today. Therefore pick a version that b
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 09/12] deploy-cip-core: Use multi-threaded compression
From: Jan Kiszka <jan.kiszka@...> Should accelerate this step a bit. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- scripts/deploy-cip-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff
From: Jan Kiszka <jan.kiszka@...> Should accelerate this step a bit. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- scripts/deploy-cip-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 07/12] linux-cip: Update to 4.19.259-cip82, 5.10.145-cip17 and 5.10.145-cip17-rt7
From: Jan Kiszka <jan.kiszka@...> Signed-off-by: Jan Kiszka <jan.kiszka@...> --- ...5.10.140-cip16-rt6.bb => linux-cip-rt_5.10.145-cip17-rt7.bb} | 2 +- ...{linux-cip_4.19.257-cip81.bb => linux-cip_4.1
From: Jan Kiszka <jan.kiszka@...> Signed-off-by: Jan Kiszka <jan.kiszka@...> --- ...5.10.140-cip16-rt6.bb => linux-cip-rt_5.10.145-cip17-rt7.bb} | 2 +- ...{linux-cip_4.19.257-cip81.bb => linux-cip_4.1
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 05/12] Bump kas header version to 12
From: Jan Kiszka <jan.kiszka@...> We already adopted 11 with repo-relative includes. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- doc/README.secureboot.md | 2 +- kas-cip.yml | 2 +- kas/board/bbb.yml
From: Jan Kiszka <jan.kiszka@...> We already adopted 11 with repo-relative includes. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- doc/README.secureboot.md | 2 +- kas-cip.yml | 2 +- kas/board/bbb.yml
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 04/12] start-qemu: Rework usage output
From: Jan Kiszka <jan.kiszka@...> Avoid "echo -e", not supported with all shells. Refactor the environment help to make it better readable. Add missing variables at this chance. Signed-off-by: Jan Kis
From: Jan Kiszka <jan.kiszka@...> Avoid "echo -e", not supported with all shells. Refactor the environment help to make it better readable. Add missing variables at this chance. Signed-off-by: Jan Kis
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 06/12] kas: Drop defaults from bblayers_conf_header
From: Jan Kiszka <jan.kiszka@...> Already set by kas since revision 11. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- kas-cip.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/kas-cip.yml b/kas-
From: Jan Kiszka <jan.kiszka@...> Already set by kas since revision 11. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- kas-cip.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/kas-cip.yml b/kas-
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 12/12] start-qemu: Add support for RISC-V
From: Jan Kiszka <jan.kiszka@...> Basically like ARM/ARM64. We just need to list the second console via virtio explicitly as the system will not pick it up automatically. Signed-off-by: Jan Kiszka <ja
From: Jan Kiszka <jan.kiszka@...> Basically like ARM/ARM64. We just need to list the second console via virtio explicitly as the system will not pick it up automatically. Signed-off-by: Jan Kiszka <ja
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 02/12] Kconfig: Introduce hidden ARCH configs
From: Jan Kiszka <jan.kiszka@...> Those will allow to model architecture dependencies. No functional changes yet. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- Kconfig | 30 ++++++++++++++++++++++++++
From: Jan Kiszka <jan.kiszka@...> Those will allow to model architecture dependencies. No functional changes yet. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- Kconfig | 30 ++++++++++++++++++++++++++
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 03/12] Kconfig: Hide kernel 4.4 for arm64 targets
From: Jan Kiszka <jan.kiszka@...> CIP kernel 4.4 does not officially support the arm64 architecture. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- Kconfig | 1 + 1 file changed, 1 insertion(+) diff --
From: Jan Kiszka <jan.kiszka@...> CIP kernel 4.4 does not officially support the arm64 architecture. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- Kconfig | 1 + 1 file changed, 1 insertion(+) diff --
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 11/12] customizations: Mask hvc0 console under qemu-riscv64
From: Jan Kiszka <jan.kiszka@...> RISC-V kernels tend to come with a virtual console via SBI. Under QEMU, this is redundant to the serial console that Linux support as well, giving two prompts on the
From: Jan Kiszka <jan.kiszka@...> RISC-V kernels tend to come with a virtual console via SBI. Under QEMU, this is redundant to the serial console that Linux support as well, giving two prompts on the
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 00/12] Add qemu-riscv64 target, refactorings, kernel updates, CI fix
CIP has decided to add RISC-V 64-bit as architecture to the support scope of kernel 5.10-cip. This implies adding a new reference target, qemu-riscv64, for which this series adds support to isar-cip-c
CIP has decided to add RISC-V 64-bit as architecture to the support scope of kernel 5.10-cip. This implies adding a new reference target, qemu-riscv64, for which this series adds support to isar-cip-c
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 01/12] ci: Allow to set per-project DISTRO_APT_PREMIRRORS
From: Jan Kiszka <jan.kiszka@...> Can be helpful to work around deb.debian.org glitches, specifically when the distance of a runner to its next mirror is well known. To allow passing this to bitbake,
From: Jan Kiszka <jan.kiszka@...> Can be helpful to work around deb.debian.org glitches, specifically when the distance of a runner to its next mirror is well known. To allow passing this to bitbake,
|
By
Jan Kiszka
·
|
|
cip-gitlab/ci/pavel/linux-test baseline: 58 runs, 4 regressions (v5.10.145-cip17-421-g0d804ef4a611)
#kernelci
cip-gitlab/ci/pavel/linux-test baseline: 58 runs, 4 regressions (v5.10.145-cip17-421-g0d804ef4a611) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions -
cip-gitlab/ci/pavel/linux-test baseline: 58 runs, 4 regressions (v5.10.145-cip17-421-g0d804ef4a611) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions -
|
By
kernelci.org bot
·
|
|
cip-gitlab/ci/pavel/linux-test baseline-nfs: 15 runs, 1 regressions (v5.10.145-cip17-421-g0d804ef4a611)
#kernelci
cip-gitlab/ci/pavel/linux-test baseline-nfs: 15 runs, 1 regressions (v5.10.145-cip17-421-g0d804ef4a611) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressio
cip-gitlab/ci/pavel/linux-test baseline-nfs: 15 runs, 1 regressions (v5.10.145-cip17-421-g0d804ef4a611) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressio
|
By
kernelci.org bot
·
|
|
cip-gitlab/ci/pavel/linux-test build: 182 builds: 3 failed, 179 passed, 4 errors, 10 warnings (v5.10.145-cip17-421-g0d804ef4a611)
#kernelci
cip-gitlab/ci/pavel/linux-test build: 182 builds: 3 failed, 179 passed, 4 errors, 10 warnings (v5.10.145-cip17-421-g0d804ef4a611) Full Build Summary: https://kernelci.org/build/cip-gitlab/branch/ci%2F
cip-gitlab/ci/pavel/linux-test build: 182 builds: 3 failed, 179 passed, 4 errors, 10 warnings (v5.10.145-cip17-421-g0d804ef4a611) Full Build Summary: https://kernelci.org/build/cip-gitlab/branch/ci%2F
|
By
kernelci.org bot
·
|
|
Status of RISC-V in Debian
3 messages
Hi all, worth to read (also those of previous months): https://lists.debian.org/debian-riscv/2022/09/msg00012.html In a nutshell, build hardware is a key bottleneck right now. The preferred SiFive Unm
Hi all, worth to read (also those of previous months): https://lists.debian.org/debian-riscv/2022/09/msg00012.html In a nutshell, build hardware is a key bottleneck right now. The preferred SiFive Unm
|
By
Jan Kiszka
·
|
|
Mailing list
3 messages
Hi there, This email address was presented at the Embedded Linux Conference 2022, please add me to the mail list if it covers UEFI topics. Thanks, Phil
Hi there, This email address was presented at the Embedded Linux Conference 2022, please add me to the mail list if it covers UEFI topics. Thanks, Phil
|
By
Phil Warkentin
·
|
|
cip/linux-5.10.y-cip-rt ltp-timers: 10 runs, 1 regressions (v5.10.145-cip17-rt7)
#kernelci
cip/linux-5.10.y-cip-rt ltp-timers: 10 runs, 1 regressions (v5.10.145-cip17-rt7) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions --------------------
cip/linux-5.10.y-cip-rt ltp-timers: 10 runs, 1 regressions (v5.10.145-cip17-rt7) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions --------------------
|
By
kernelci.org bot
·
|
|
cip/linux-5.10.y-cip-rt kselftest-filesystems: 3 runs, 1 regressions (v5.10.145-cip17-rt7)
#kernelci
cip/linux-5.10.y-cip-rt kselftest-filesystems: 3 runs, 1 regressions (v5.10.145-cip17-rt7) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ----------
cip/linux-5.10.y-cip-rt kselftest-filesystems: 3 runs, 1 regressions (v5.10.145-cip17-rt7) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ----------
|
By
kernelci.org bot
·
|
|
cip/linux-5.10.y-cip-rt kselftest-futex: 3 runs, 1 regressions (v5.10.145-cip17-rt7)
#kernelci
cip/linux-5.10.y-cip-rt kselftest-futex: 3 runs, 1 regressions (v5.10.145-cip17-rt7) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ----------------
cip/linux-5.10.y-cip-rt kselftest-futex: 3 runs, 1 regressions (v5.10.145-cip17-rt7) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ----------------
|
By
kernelci.org bot
·
|