lists.linaro.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
List overview
Download
Linux-stable-mirror
September 2021
----- 2025 -----
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
linux-stable-mirror@lists.linaro.org
284 participants
1630 discussions
Start a n
N
ew thread
[PATCH AUTOSEL 4.14 01/19] clk: rockchip: rk3036: fix up the sclk_sfc parent error
by Sasha Levin
From: Jon Lin <jon.lin(a)rock-chips.com> [ Upstream commit 0be3df186f870cbde56b223c1ad7892109c9c440 ] Choose the correct pll Signed-off-by: Elaine Zhang <zhangqing(a)rock-chips.com> Signed-off-by: Jon Lin <jon.lin(a)rock-chips.com> Acked-by: Stephen Boyd <sboyd(a)kernel.org> Link:
https://lore.kernel.org/r/20210713094456.23288-5-jon.lin@rock-chips.com
Signed-off-by: Heiko Stuebner <heiko(a)sntech.de> Signed-off-by: Sasha Levin <sashal(a)kernel.org> --- drivers/clk/rockchip/clk-rk3036.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/clk/rockchip/clk-rk3036.c b/drivers/clk/rockchip/clk-rk3036.c index c3001980dbdc..ee3f6462620f 100644 --- a/drivers/clk/rockchip/clk-rk3036.c +++ b/drivers/clk/rockchip/clk-rk3036.c @@ -128,6 +128,7 @@ PNAME(mux_pll_src_3plls_p) = { "apll", "dpll", "gpll" }; PNAME(mux_timer_p) = { "xin24m", "pclk_peri_src" }; PNAME(mux_pll_src_apll_dpll_gpll_usb480m_p) = { "apll", "dpll", "gpll", "usb480m" }; +PNAME(mux_pll_src_dmyapll_dpll_gpll_xin24_p) = { "dummy_apll", "dpll", "gpll", "xin24m" }; PNAME(mux_mmc_src_p) = { "apll", "dpll", "gpll", "xin24m" }; PNAME(mux_i2s_pre_p) = { "i2s_src", "i2s_frac", "ext_i2s", "xin12m" }; @@ -347,7 +348,7 @@ static struct rockchip_clk_branch rk3036_clk_branches[] __initdata = { RK2928_CLKSEL_CON(16), 8, 2, MFLAGS, 10, 5, DFLAGS, RK2928_CLKGATE_CON(10), 4, GFLAGS), - COMPOSITE(SCLK_SFC, "sclk_sfc", mux_pll_src_apll_dpll_gpll_usb480m_p, 0, + COMPOSITE(SCLK_SFC, "sclk_sfc", mux_pll_src_dmyapll_dpll_gpll_xin24_p, 0, RK2928_CLKSEL_CON(16), 0, 2, MFLAGS, 2, 5, DFLAGS, RK2928_CLKGATE_CON(10), 5, GFLAGS), -- 2.30.2
3 years, 4 months
1
18
0
0
[PATCH AUTOSEL 4.19 01/25] clk: rockchip: rk3036: fix up the sclk_sfc parent error
by Sasha Levin
From: Jon Lin <jon.lin(a)rock-chips.com> [ Upstream commit 0be3df186f870cbde56b223c1ad7892109c9c440 ] Choose the correct pll Signed-off-by: Elaine Zhang <zhangqing(a)rock-chips.com> Signed-off-by: Jon Lin <jon.lin(a)rock-chips.com> Acked-by: Stephen Boyd <sboyd(a)kernel.org> Link:
https://lore.kernel.org/r/20210713094456.23288-5-jon.lin@rock-chips.com
Signed-off-by: Heiko Stuebner <heiko(a)sntech.de> Signed-off-by: Sasha Levin <sashal(a)kernel.org> --- drivers/clk/rockchip/clk-rk3036.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/clk/rockchip/clk-rk3036.c b/drivers/clk/rockchip/clk-rk3036.c index c3001980dbdc..ee3f6462620f 100644 --- a/drivers/clk/rockchip/clk-rk3036.c +++ b/drivers/clk/rockchip/clk-rk3036.c @@ -128,6 +128,7 @@ PNAME(mux_pll_src_3plls_p) = { "apll", "dpll", "gpll" }; PNAME(mux_timer_p) = { "xin24m", "pclk_peri_src" }; PNAME(mux_pll_src_apll_dpll_gpll_usb480m_p) = { "apll", "dpll", "gpll", "usb480m" }; +PNAME(mux_pll_src_dmyapll_dpll_gpll_xin24_p) = { "dummy_apll", "dpll", "gpll", "xin24m" }; PNAME(mux_mmc_src_p) = { "apll", "dpll", "gpll", "xin24m" }; PNAME(mux_i2s_pre_p) = { "i2s_src", "i2s_frac", "ext_i2s", "xin12m" }; @@ -347,7 +348,7 @@ static struct rockchip_clk_branch rk3036_clk_branches[] __initdata = { RK2928_CLKSEL_CON(16), 8, 2, MFLAGS, 10, 5, DFLAGS, RK2928_CLKGATE_CON(10), 4, GFLAGS), - COMPOSITE(SCLK_SFC, "sclk_sfc", mux_pll_src_apll_dpll_gpll_usb480m_p, 0, + COMPOSITE(SCLK_SFC, "sclk_sfc", mux_pll_src_dmyapll_dpll_gpll_xin24_p, 0, RK2928_CLKSEL_CON(16), 0, 2, MFLAGS, 2, 5, DFLAGS, RK2928_CLKGATE_CON(10), 5, GFLAGS), -- 2.30.2
3 years, 4 months
1
24
0
0
[PATCH AUTOSEL 5.10 01/53] clk: rockchip: rk3036: fix up the sclk_sfc parent error
by Sasha Levin
From: Jon Lin <jon.lin(a)rock-chips.com> [ Upstream commit 0be3df186f870cbde56b223c1ad7892109c9c440 ] Choose the correct pll Signed-off-by: Elaine Zhang <zhangqing(a)rock-chips.com> Signed-off-by: Jon Lin <jon.lin(a)rock-chips.com> Acked-by: Stephen Boyd <sboyd(a)kernel.org> Link:
https://lore.kernel.org/r/20210713094456.23288-5-jon.lin@rock-chips.com
Signed-off-by: Heiko Stuebner <heiko(a)sntech.de> Signed-off-by: Sasha Levin <sashal(a)kernel.org> --- drivers/clk/rockchip/clk-rk3036.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/clk/rockchip/clk-rk3036.c b/drivers/clk/rockchip/clk-rk3036.c index 6a46f85ad837..1814be5ef574 100644 --- a/drivers/clk/rockchip/clk-rk3036.c +++ b/drivers/clk/rockchip/clk-rk3036.c @@ -120,6 +120,7 @@ PNAME(mux_pll_src_3plls_p) = { "apll", "dpll", "gpll" }; PNAME(mux_timer_p) = { "xin24m", "pclk_peri_src" }; PNAME(mux_pll_src_apll_dpll_gpll_usb480m_p) = { "apll", "dpll", "gpll", "usb480m" }; +PNAME(mux_pll_src_dmyapll_dpll_gpll_xin24_p) = { "dummy_apll", "dpll", "gpll", "xin24m" }; PNAME(mux_mmc_src_p) = { "apll", "dpll", "gpll", "xin24m" }; PNAME(mux_i2s_pre_p) = { "i2s_src", "i2s_frac", "ext_i2s", "xin12m" }; @@ -339,7 +340,7 @@ static struct rockchip_clk_branch rk3036_clk_branches[] __initdata = { RK2928_CLKSEL_CON(16), 8, 2, MFLAGS, 10, 5, DFLAGS, RK2928_CLKGATE_CON(10), 4, GFLAGS), - COMPOSITE(SCLK_SFC, "sclk_sfc", mux_pll_src_apll_dpll_gpll_usb480m_p, 0, + COMPOSITE(SCLK_SFC, "sclk_sfc", mux_pll_src_dmyapll_dpll_gpll_xin24_p, 0, RK2928_CLKSEL_CON(16), 0, 2, MFLAGS, 2, 5, DFLAGS, RK2928_CLKGATE_CON(10), 5, GFLAGS), -- 2.30.2
3 years, 4 months
1
52
0
0
[PATCH AUTOSEL 5.13 01/88] pinctrl: renesas: rcar: Avoid changing PUDn when disabling bias
by Sasha Levin
From: Geert Uytterhoeven <geert+renesas(a)glider.be> [ Upstream commit 7ebaa41047738d46fca6376b3f1765ef69c463c5 ] When disabling pin bias, there is no need to touch the LSI pin pull-up/down control register (PUDn), which selects between pull-up and pull-down. Just disabling the pull-up/down function through the LSI pin pull-enable register (PUENn) is sufficient. Signed-off-by: Geert Uytterhoeven <geert+renesas(a)glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas(a)ragnatech.se> Link:
https://lore.kernel.org/r/071ec644de2555da593a4531ef5d3e4d79cf997d.16250640…
Signed-off-by: Sasha Levin <sashal(a)kernel.org> --- drivers/pinctrl/renesas/pinctrl.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/pinctrl/renesas/pinctrl.c b/drivers/pinctrl/renesas/pinctrl.c index bb488af29862..85cb78cfcfa6 100644 --- a/drivers/pinctrl/renesas/pinctrl.c +++ b/drivers/pinctrl/renesas/pinctrl.c @@ -898,17 +898,17 @@ void rcar_pinmux_set_bias(struct sh_pfc *pfc, unsigned int pin, if (reg->puen) { enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); - if (bias != PIN_CONFIG_BIAS_DISABLE) + if (bias != PIN_CONFIG_BIAS_DISABLE) { enable |= BIT(bit); - if (reg->pud) { - updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); - if (bias == PIN_CONFIG_BIAS_PULL_UP) - updown |= BIT(bit); + if (reg->pud) { + updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); + if (bias == PIN_CONFIG_BIAS_PULL_UP) + updown |= BIT(bit); - sh_pfc_write(pfc, reg->pud, updown); + sh_pfc_write(pfc, reg->pud, updown); + } } - sh_pfc_write(pfc, reg->puen, enable); } else { enable = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); -- 2.30.2
3 years, 4 months
1
87
0
0
stable-rc/queue/4.4 baseline: 130 runs, 12 regressions (v4.4.283-26-g8da0cdcc12df)
by kernelci.org bot
stable-rc/queue/4.4 baseline: 130 runs, 12 regressions (v4.4.283-26-g8da0cdcc12df) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ beagle-xm | arm | lab-baylibre | gcc-8 | omap2plus_defconfig | 2 qemu_arm-virt-gicv2 | arm | lab-baylibre | gcc-8 | multi_v7_defconfig | 1 qemu_arm-virt-gicv2 | arm | lab-broonie | gcc-8 | multi_v7_defconfig | 1 qemu_arm-virt-gicv2 | arm | lab-cip | gcc-8 | multi_v7_defconfig | 1 qemu_arm-virt-gicv2 | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 1 qemu_arm-virt-gicv2 | arm | lab-linaro-lkft | gcc-8 | multi_v7_defconfig | 1 qemu_arm-virt-gicv3 | arm | lab-baylibre | gcc-8 | multi_v7_defconfig | 1 qemu_arm-virt-gicv3 | arm | lab-broonie | gcc-8 | multi_v7_defconfig | 1 qemu_arm-virt-gicv3 | arm | lab-cip | gcc-8 | multi_v7_defconfig | 1 qemu_arm-virt-gicv3 | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 1 qemu_arm-virt-gicv3 | arm | lab-linaro-lkft | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/job/stable-rc/branch/queue%2F4.4/kernel/v4.4.283-…
Test: baseline Tree: stable-rc Branch: queue/4.4 Describe: v4.4.283-26-g8da0cdcc12df URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
SHA: 8da0cdcc12dfc0dc050245e4a1034404c73d452b Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ beagle-xm | arm | lab-baylibre | gcc-8 | omap2plus_defconfig | 2 Details:
https://kernelci.org/test/plan/id/613a556e5d954a9dabd5967c
Results: 3 PASS, 2 FAIL, 1 SKIP Full config: omap2plus_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.dmesg.crit:
https://kernelci.org/test/case/id/613a556e5d954a9dabd59682
new failure (last pass: v4.4.283-25-g9b61e416bdc0) 1 lines 2021-09-09T18:41:33.193327 / # 2021-09-09T18:41:33.193891 # 2021-09-09T18:41:33.296588 / # # 2021-09-09T18:41:33.297076 2021-09-09T18:41:33.398349 / # #export SHELL=/bin/sh 2021-09-09T18:41:33.398652 2021-09-09T18:41:33.499802 / # export SHELL=/bin/sh. /lava-820618/environment 2021-09-09T18:41:33.500193 2021-09-09T18:41:33.601335 / # . /lava-820618/environment/lava-820618/bin/lava-test-runner /lava-820618/0 2021-09-09T18:41:33.602194 ... (9 line(s) more) * baseline.dmesg.emerg:
https://kernelci.org/test/case/id/613a556e5d954a9dabd59684
new failure (last pass: v4.4.283-25-g9b61e416bdc0) 28 lines 2021-09-09T18:41:34.061139 [ 49.457824] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=alert RESULT=pass UNITS=lines MEASUREMENT=0> 2021-09-09T18:41:34.125322 kern :emerg : Internal error: Oops - BUG: 0 [#1] SMP ARM 2021-09-09T18:41:34.131069 kern :emerg : Process udevd (pid: 110, stack limit = 0xcb958218) 2021-09-09T18:41:34.135545 kern :emerg : Stack: (0xcb959d10 to 0xcb95a000) 2021-09-09T18:41:34.143472 kern :emerg : 9d00: bf02b83c bf010b84 cb90b610 bf02b8c8 2021-09-09T18:41:34.156526 kern :emerg : 9d20: cb90b610 bf2000a8 00000002 cb[ 49.549865] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=emerg RESULT=fail UNITS=lines MEASUREMENT=28> platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ qemu_arm-virt-gicv2 | arm | lab-baylibre | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a56944738f9278dd59675
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a56944738f9278dd59676
failing since 299 days (last pass: v4.4.243-18-gfc7e8c68369a, first fail: v4.4.243-19-g71b6c961c7fe) platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ qemu_arm-virt-gicv2 | arm | lab-broonie | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a7d33c9fee2e8b5d59665
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a7d33c9fee2e8b5d59666
failing since 299 days (last pass: v4.4.243-18-gfc7e8c68369a, first fail: v4.4.243-19-g71b6c961c7fe) platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ qemu_arm-virt-gicv2 | arm | lab-cip | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a581a7ba92f9009d59673
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a581a7ba92f9009d59674
failing since 299 days (last pass: v4.4.243-18-gfc7e8c68369a, first fail: v4.4.243-19-g71b6c961c7fe) platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ qemu_arm-virt-gicv2 | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a5a8da503478539d596ab
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a5a8da503478539d596ac
failing since 299 days (last pass: v4.4.243-18-gfc7e8c68369a, first fail: v4.4.243-19-g71b6c961c7fe) platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ qemu_arm-virt-gicv2 | arm | lab-linaro-lkft | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a55dbf7875eb0aad5969b
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a55dbf7875eb0aad5969c
failing since 299 days (last pass: v4.4.243-18-gfc7e8c68369a, first fail: v4.4.243-19-g71b6c961c7fe) platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ qemu_arm-virt-gicv3 | arm | lab-baylibre | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a55f44173d2bbc2d59698
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a55f44173d2bbc2d59699
failing since 299 days (last pass: v4.4.243-18-gfc7e8c68369a, first fail: v4.4.243-19-g71b6c961c7fe) platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ qemu_arm-virt-gicv3 | arm | lab-broonie | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a7ca8090779b400d59672
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a7ca8090779b400d59673
failing since 299 days (last pass: v4.4.243-18-gfc7e8c68369a, first fail: v4.4.243-19-g71b6c961c7fe) platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ qemu_arm-virt-gicv3 | arm | lab-cip | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a57a2051f8e9ebcd59689
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a57a2051f8e9ebcd5968a
failing since 299 days (last pass: v4.4.243-18-gfc7e8c68369a, first fail: v4.4.243-19-g71b6c961c7fe) platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ qemu_arm-virt-gicv3 | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a5a16aff7afb5cdd5967d
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a5a16aff7afb5cdd5967e
failing since 299 days (last pass: v4.4.243-18-gfc7e8c68369a, first fail: v4.4.243-19-g71b6c961c7fe) platform | arch | lab | compiler | defconfig | regressions --------------------+------+-----------------+----------+---------------------+------------ qemu_arm-virt-gicv3 | arm | lab-linaro-lkft | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a55d9f7875eb0aad59695
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.4/v4.4.283-26-g8da0cdcc12df…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a55d9f7875eb0aad59696
failing since 299 days (last pass: v4.4.243-18-gfc7e8c68369a, first fail: v4.4.243-19-g71b6c961c7fe)
3 years, 4 months
1
0
0
0
stable-rc/queue/4.19 baseline: 180 runs, 5 regressions (v4.19.206-25-g1bad362bc0e1)
by kernelci.org bot
stable-rc/queue/4.19 baseline: 180 runs, 5 regressions (v4.19.206-25-g1bad362bc0e1) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-baylibre | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-broonie | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-cip | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-collabora | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-linaro-lkft | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/job/stable-rc/branch/queue%2F4.19/kernel/v4.19.20…
Test: baseline Tree: stable-rc Branch: queue/4.19 Describe: v4.19.206-25-g1bad362bc0e1 URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
SHA: 1bad362bc0e1955c3e3c11bae4e5ac3923db59cd Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-baylibre | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a55ccf35a0526ded596a8
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.19/v4.19.206-25-g1bad362bc0…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.19/v4.19.206-25-g1bad362bc0…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a55ccf35a0526ded596a9
failing since 299 days (last pass: v4.19.157-26-gd59f3161b3a0, first fail: v4.19.157-27-g5543cc2c41d55) platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-broonie | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a7c93d790a886f4d59666
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.19/v4.19.206-25-g1bad362bc0…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.19/v4.19.206-25-g1bad362bc0…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a7c93d790a886f4d59667
failing since 299 days (last pass: v4.19.157-26-gd59f3161b3a0, first fail: v4.19.157-27-g5543cc2c41d55) platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-cip | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a57ac89c484ee37d59671
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.19/v4.19.206-25-g1bad362bc0…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.19/v4.19.206-25-g1bad362bc0…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a57ac89c484ee37d59672
failing since 299 days (last pass: v4.19.157-26-gd59f3161b3a0, first fail: v4.19.157-27-g5543cc2c41d55) platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-collabora | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a59b4bf90aef7c0d59694
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.19/v4.19.206-25-g1bad362bc0…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.19/v4.19.206-25-g1bad362bc0…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a59b4bf90aef7c0d59695
failing since 299 days (last pass: v4.19.157-26-gd59f3161b3a0, first fail: v4.19.157-27-g5543cc2c41d55) platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-linaro-lkft | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a557ca424e8dbbcd59665
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.19/v4.19.206-25-g1bad362bc0…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.19/v4.19.206-25-g1bad362bc0…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a557ca424e8dbbcd59666
failing since 299 days (last pass: v4.19.157-26-gd59f3161b3a0, first fail: v4.19.157-27-g5543cc2c41d55)
3 years, 4 months
1
0
0
0
stable-rc/queue/5.10 baseline: 207 runs, 3 regressions (v5.10.63-15-g4b9a2e2441d5)
by kernelci.org bot
stable-rc/queue/5.10 baseline: 207 runs, 3 regressions (v5.10.63-15-g4b9a2e2441d5) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ------------------------+-------+---------------+----------+-----------+------------ hip07-d05 | arm64 | lab-collabora | gcc-8 | defconfig | 1 imx8mp-evk | arm64 | lab-nxp | gcc-8 | defconfig | 1 sun50i-a64-bananapi-m64 | arm64 | lab-clabbe | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/job/stable-rc/branch/queue%2F5.10/kernel/v5.10.63…
Test: baseline Tree: stable-rc Branch: queue/5.10 Describe: v5.10.63-15-g4b9a2e2441d5 URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
SHA: 4b9a2e2441d508dca6bb0be6b16f16285049e8ef Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions ------------------------+-------+---------------+----------+-----------+------------ hip07-d05 | arm64 | lab-collabora | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a527b721ff6aca3d59695
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: defconfig Compiler: gcc-8 (aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.63-15-g4b9a2e2441d…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.63-15-g4b9a2e2441d…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a527b721ff6aca3d59696
failing since 70 days (last pass: v5.10.46-100-gce5b41f85637, first fail: v5.10.46-100-g3b96099161c8b) platform | arch | lab | compiler | defconfig | regressions ------------------------+-------+---------------+----------+-----------+------------ imx8mp-evk | arm64 | lab-nxp | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a53840705f956bcd596d4
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: defconfig Compiler: gcc-8 (aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.63-15-g4b9a2e2441d…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.63-15-g4b9a2e2441d…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a53840705f956bcd596d5
failing since 0 day (last pass: v5.10.63-1-g56ca228bc595, first fail: v5.10.63-12-geb725290fd0a) platform | arch | lab | compiler | defconfig | regressions ------------------------+-------+---------------+----------+-----------+------------ sun50i-a64-bananapi-m64 | arm64 | lab-clabbe | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a5264721ff6aca3d59677
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: defconfig Compiler: gcc-8 (aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.63-15-g4b9a2e2441d…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.63-15-g4b9a2e2441d…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a5264721ff6aca3d59678
failing since 1 day (last pass: v5.10.63, first fail: v5.10.63-1-g56ca228bc595)
3 years, 4 months
1
0
0
0
stable-rc/queue/5.13 baseline: 215 runs, 4 regressions (v5.13.15-6-geca6b3b1c908)
by kernelci.org bot
stable-rc/queue/5.13 baseline: 215 runs, 4 regressions (v5.13.15-6-geca6b3b1c908) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ------------------------+-------+--------------+----------+---------------------+------------ beagle-xm | arm | lab-baylibre | gcc-8 | multi_v7_defconfig | 1 beagle-xm | arm | lab-baylibre | gcc-8 | omap2plus_defconfig | 1 imx8mp-evk | arm64 | lab-nxp | gcc-8 | defconfig | 1 sun50i-a64-bananapi-m64 | arm64 | lab-clabbe | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/job/stable-rc/branch/queue%2F5.13/kernel/v5.13.15…
Test: baseline Tree: stable-rc Branch: queue/5.13 Describe: v5.13.15-6-geca6b3b1c908 URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
SHA: eca6b3b1c908af5c54bf6894ba527f4518565f25 Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions ------------------------+-------+--------------+----------+---------------------+------------ beagle-xm | arm | lab-baylibre | gcc-8 | multi_v7_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a485f3d4a9428dad596a9
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.13/v5.13.15-6-geca6b3b1c908…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.13/v5.13.15-6-geca6b3b1c908…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a485f3d4a9428dad596aa
failing since 1 day (last pass: v5.13.14-26-g85969f8cfd76, first fail: v5.13.15-3-g247080319c1b) platform | arch | lab | compiler | defconfig | regressions ------------------------+-------+--------------+----------+---------------------+------------ beagle-xm | arm | lab-baylibre | gcc-8 | omap2plus_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a4a7fd3365ace8ad5969b
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: omap2plus_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.13/v5.13.15-6-geca6b3b1c908…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.13/v5.13.15-6-geca6b3b1c908…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a4a7fd3365ace8ad5969c
failing since 0 day (last pass: v5.13.15-4-g89710d87b229, first fail: v5.13.15-6-gd33967f7a055) platform | arch | lab | compiler | defconfig | regressions ------------------------+-------+--------------+----------+---------------------+------------ imx8mp-evk | arm64 | lab-nxp | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a4b94c732a16790d596e8
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: defconfig Compiler: gcc-8 (aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.13/v5.13.15-6-geca6b3b1c908…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.13/v5.13.15-6-geca6b3b1c908…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a4b94c732a16790d596e9
failing since 1 day (last pass: v5.13.14-24-gff358fe92fee, first fail: v5.13.14-26-g85969f8cfd76) platform | arch | lab | compiler | defconfig | regressions ------------------------+-------+--------------+----------+---------------------+------------ sun50i-a64-bananapi-m64 | arm64 | lab-clabbe | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a4acf6b356a975fd59674
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: defconfig Compiler: gcc-8 (aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.13/v5.13.15-6-geca6b3b1c908…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.13/v5.13.15-6-geca6b3b1c908…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a4acf6b356a975fd59675
new failure (last pass: v5.13.15-6-gd33967f7a055)
3 years, 4 months
1
0
0
0
stable-rc/queue/4.9 baseline: 153 runs, 5 regressions (v4.9.282-32-gf5b97ae23ff2)
by kernelci.org bot
stable-rc/queue/4.9 baseline: 153 runs, 5 regressions (v4.9.282-32-gf5b97ae23ff2) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-baylibre | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-broonie | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-cip | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-collabora | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-linaro-lkft | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/job/stable-rc/branch/queue%2F4.9/kernel/v4.9.282-…
Test: baseline Tree: stable-rc Branch: queue/4.9 Describe: v4.9.282-32-gf5b97ae23ff2 URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
SHA: f5b97ae23ff274fce9bc9a9eb72867e65a6e6118 Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-baylibre | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a4c6a8384635b35d5968c
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.9/v4.9.282-32-gf5b97ae23ff2…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.9/v4.9.282-32-gf5b97ae23ff2…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a4c6a8384635b35d5968d
failing since 299 days (last pass: v4.9.243-16-gd8d67e375b0a, first fail: v4.9.243-25-ga01fe8e99a22) platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-broonie | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a6cb39ba9dbe747d596a9
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.9/v4.9.282-32-gf5b97ae23ff2…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.9/v4.9.282-32-gf5b97ae23ff2…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a6cb39ba9dbe747d596aa
failing since 299 days (last pass: v4.9.243-16-gd8d67e375b0a, first fail: v4.9.243-25-ga01fe8e99a22) platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-cip | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a4bf4f2417c6f31d5966f
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.9/v4.9.282-32-gf5b97ae23ff2…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.9/v4.9.282-32-gf5b97ae23ff2…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a4bf4f2417c6f31d59670
failing since 299 days (last pass: v4.9.243-16-gd8d67e375b0a, first fail: v4.9.243-25-ga01fe8e99a22) platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-collabora | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a4bcaa5e367882cd59698
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.9/v4.9.282-32-gf5b97ae23ff2…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.9/v4.9.282-32-gf5b97ae23ff2…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a4bcaa5e367882cd59699
failing since 299 days (last pass: v4.9.243-16-gd8d67e375b0a, first fail: v4.9.243-25-ga01fe8e99a22) platform | arch | lab | compiler | defconfig | regressions ---------------------+------+-----------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-linaro-lkft | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/613a49094efa8121ecd5969c
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-4.9/v4.9.282-32-gf5b97ae23ff2…
HTML log:
https://storage.kernelci.org//stable-rc/queue-4.9/v4.9.282-32-gf5b97ae23ff2…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/613a49094efa8121ecd5969d
failing since 299 days (last pass: v4.9.243-16-gd8d67e375b0a, first fail: v4.9.243-25-ga01fe8e99a22)
3 years, 4 months
1
0
0
0
stable-rc/queue/5.4 baseline: 205 runs, 3 regressions (v5.4.144-30-g65e0d5635b11)
by kernelci.org bot
stable-rc/queue/5.4 baseline: 205 runs, 3 regressions (v5.4.144-30-g65e0d5635b11) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ------------------+------+---------------+----------+--------------------+------------ rk3288-veyron-jaq | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 3 Details:
https://kernelci.org/test/job/stable-rc/branch/queue%2F5.4/kernel/v5.4.144-…
Test: baseline Tree: stable-rc Branch: queue/5.4 Describe: v5.4.144-30-g65e0d5635b11 URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
SHA: 65e0d5635b11be356ee650cc434ec1dadd11c700 Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions ------------------+------+---------------+----------+--------------------+------------ rk3288-veyron-jaq | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 3 Details:
https://kernelci.org/test/plan/id/613a6a02ed3e79120ed59696
Results: 67 PASS, 3 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.4/v5.4.144-30-g65e0d5635b11…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.4/v5.4.144-30-g65e0d5635b11…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.bootrr.rockchip-iodomain-grf-probed:
https://kernelci.org/test/case/id/613a6a02ed3e79120ed596a9
failing since 86 days (last pass: v5.4.125-37-g7cda316475cf, first fail: v5.4.125-84-g411d62eda127) 2021-09-09T20:09:23.755052 /lava-4484737/1/../bin/lava-test-case 2021-09-09T20:09:23.772001 <8>[ 15.021427] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=rockchip-iodomain-grf-probed RESULT=fail> * baseline.bootrr.dwmmc_rockchip-sdio0-probed:
https://kernelci.org/test/case/id/613a6a03ed3e79120ed596c1
failing since 86 days (last pass: v5.4.125-37-g7cda316475cf, first fail: v5.4.125-84-g411d62eda127) 2021-09-09T20:09:22.330184 /lava-4484737/1/../bin/lava-test-case 2021-09-09T20:09:22.347220 <8>[ 13.596294] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=dwmmc_rockchip-sdio0-probed RESULT=fail> 2021-09-09T20:09:22.347450 /lava-4484737/1/../bin/lava-test-case * baseline.bootrr.dwmmc_rockchip-sdmmc-probed:
https://kernelci.org/test/case/id/613a6a03ed3e79120ed596c3
failing since 86 days (last pass: v5.4.125-37-g7cda316475cf, first fail: v5.4.125-84-g411d62eda127) 2021-09-09T20:09:21.316072 /lava-4484737/1/../bin/lava-test-case<8>[ 12.576688] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=dwmmc_rockchip-sdmmc-probed RESULT=fail> 2021-09-09T20:09:21.316330
3 years, 4 months
1
0
0
0
← Newer
1
...
116
117
118
119
120
121
122
...
163
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
Results per page:
10
25
50
100
200