From: Samuel Holland <samuel.holland@sifive.com>
To: linux-riscv@lists.infradead.org
Cc: "kernelci.org bot" <bot@kernelci.org>,
kernelci-results@groups.io, kernel-ci-triage@rivosinc.com
Subject: Re: riscv/fixes baseline: 10 runs, 2 regressions (v6.9-11078-g0bfbc914d9433)
Date: Thu, 23 May 2024 00:04:42 -0500 [thread overview]
Message-ID: <080ecbe4-1ead-4fff-84b6-0ff22ddb9945@sifive.com> (raw)
In-Reply-To: <664eb8a1.170a0220.e085c.2c3a@mx.google.com>
On 2024-05-22 10:31 PM, kernelci.org bot wrote:
> riscv/fixes baseline: 10 runs, 2 regressions (v6.9-11078-g0bfbc914d9433)
>
> This legacy KernelCI providing this report will shutdown sometime
> soon in favor of our new KernelCI infra. Not all tests are being
> migrated.
> If you are still using this report and want us to prioritize your
> usecase in the new system, please let us know at
> kernelci@lists.linux.dev
>
> Regressions Summary
> -------------------
>
> platform | arch | lab | compiler | defconfig | regressions
> ---------------------+-------+--------------+----------+------------------------+------------
> hifive-unleashed-a00 | riscv | lab-baylibre | clang-16 | defconfig+CONFIG_SMP=n | 1
> hifive-unleashed-a00 | riscv | lab-baylibre | gcc-10 | defconfig+CONFIG_SMP=n | 1
>
> Details: https://kernelci.org/test/job/riscv/branch/fixes/kernel/v6.9-11078-g0bfbc914d9433/plan/baseline/
>
> Test: baseline
> Tree: riscv
> Branch: fixes
> Describe: v6.9-11078-g0bfbc914d9433
> URL: https://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git
> SHA: 0bfbc914d9433d8ac2763a9ce99ce7721ee5c8e0
>
>
> Test Regressions
> ----------------
>
>
> platform | arch | lab | compiler | defconfig | regressions
> ---------------------+-------+--------------+----------+------------------------+------------
> hifive-unleashed-a00 | riscv | lab-baylibre | clang-16 | defconfig+CONFIG_SMP=n | 1
>
> Details: https://kernelci.org/test/plan/id/664eb3d258cd55f8bb4c43d4
>
> Results: 0 PASS, 1 FAIL, 0 SKIP
> Full config: defconfig+CONFIG_SMP=n
> Compiler: clang-16 (Debian clang version 16.0.6 (15~deb11u2))
> Plain log: https://storage.kernelci.org//riscv/fixes/v6.9-11078-g0bfbc914d9433/riscv/defconfig+CONFIG_SMP=n/clang-16/lab-baylibre/baseline-hifive-unleashed-a00.txt
> HTML log: https://storage.kernelci.org//riscv/fixes/v6.9-11078-g0bfbc914d9433/riscv/defconfig+CONFIG_SMP=n/clang-16/lab-baylibre/baseline-hifive-unleashed-a00.html
> Rootfs: http://storage.kernelci.org/images/rootfs/buildroot/buildroot-baseline/20230703.0/riscv/rootfs.cpio.gz
>
>
> * baseline.login: https://kernelci.org/test/case/id/664eb3d258cd55f8bb4c43d5
> new failure (last pass: riscv-for-linus-6.9-rc3-10-g6beb6bc5a81e)
>
>
>
> platform | arch | lab | compiler | defconfig | regressions
> ---------------------+-------+--------------+----------+------------------------+------------
> hifive-unleashed-a00 | riscv | lab-baylibre | gcc-10 | defconfig+CONFIG_SMP=n | 1
>
> Details: https://kernelci.org/test/plan/id/664eb26a1ce473fc344c42dc
>
> Results: 0 PASS, 1 FAIL, 0 SKIP
> Full config: defconfig+CONFIG_SMP=n
> Compiler: gcc-10 (riscv64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110)
> Plain log: https://storage.kernelci.org//riscv/fixes/v6.9-11078-g0bfbc914d9433/riscv/defconfig+CONFIG_SMP=n/gcc-10/lab-baylibre/baseline-hifive-unleashed-a00.txt
> HTML log: https://storage.kernelci.org//riscv/fixes/v6.9-11078-g0bfbc914d9433/riscv/defconfig+CONFIG_SMP=n/gcc-10/lab-baylibre/baseline-hifive-unleashed-a00.html
> Rootfs: http://storage.kernelci.org/images/rootfs/buildroot/buildroot-baseline/20230703.0/riscv/rootfs.cpio.gz
>
>
> * baseline.login: https://kernelci.org/test/case/id/664eb26a1ce473fc344c42dd
> new failure (last pass: riscv-for-linus-6.9-rc3-10-g6beb6bc5a81e)
Both of these are due to 8d532528ff6a ("clkdev: report over-sized strings when
creating clkdev entries")[1], and as suggested in that thread, I think the right
thing to do here is remove the call to clk_hw_register_clkdev(). I'll send a patch.
[1]: https://lore.kernel.org/linux-clk/E1rl62V-004UFh-Te@rmk-PC.armlinux.org.uk/
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
prev parent reply other threads:[~2024-05-23 5:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-23 3:31 riscv/fixes baseline: 10 runs, 2 regressions (v6.9-11078-g0bfbc914d9433) kernelci.org bot
2024-05-23 5:04 ` Samuel Holland [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=080ecbe4-1ead-4fff-84b6-0ff22ddb9945@sifive.com \
--to=samuel.holland@sifive.com \
--cc=bot@kernelci.org \
--cc=kernel-ci-triage@rivosinc.com \
--cc=kernelci-results@groups.io \
--cc=linux-riscv@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.