You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tcwg-va...@linaro.org, Slark Xiao, linaro-t...@lists.linaro.org, clang-bu...@googlegroups.com, ar...@linaro.org
Successfully identified regression in *linux* in CI configuration tcwg_kernel/llvm-master-aarch64-mainline-allmodconfig. So far, this commit has regressed CI configurations:
- tcwg_kernel/llvm-master-aarch64-mainline-allmodconfig
Current settings may produce a build error when
CONFIG_OF_NET is disabled. The CONFIG_OF_NET controls
a headfile <linux/of.h> and some functions
in <linux/of_net.h>.
# Reproduce the baseline build (build all pre-requisites)
./jenkins-scripts/tcwg_kernel-build.sh @@ artifacts/manifests/build-baseline.sh
# Save baseline build state (which is then restored in artifacts/test.sh)
mkdir -p ./bisect
rsync -a --del --delete-excluded --exclude /bisect/ --exclude /artifacts/ --exclude /linux/ ./ ./bisect/baseline/
Full commit (up to 1000 lines):
<cut>
commit c3496da580b0fc10fdeba8f6a5e6aef4c78b5598
Author: Slark Xiao <slark...@163.com>
Date: Tue Aug 31 10:40:25 2021 +0800
net: Add depends on OF_NET for LiteX's LiteETH
Current settings may produce a build error when
CONFIG_OF_NET is disabled. The CONFIG_OF_NET controls
a headfile <linux/of.h> and some functions
in <linux/of_net.h>.
diff --git a/drivers/net/ethernet/litex/Kconfig b/drivers/net/ethernet/litex/Kconfig
index 265dba414b41..63bf01d28f0c 100644
--- a/drivers/net/ethernet/litex/Kconfig
+++ b/drivers/net/ethernet/litex/Kconfig
@@ -17,6 +17,7 @@ if NET_VENDOR_LITEX
config LITEX_LITEETH
tristate "LiteX Ethernet support"
+ depends on OF_NET
help
If you wish to compile a kernel for hardware with a LiteX LiteEth
device then you should answer Y to this.
</cut>
Nick Desaulniers
unread,
Sep 10, 2021, 3:13:38 PM9/10/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ci_n...@linaro.org, Maxim Kuvyrkov, tcwg-va...@linaro.org, linaro-t...@lists.linaro.org, clang-bu...@googlegroups.com, ar...@linaro.org, ll...@lists.linux.dev
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Diana Picus, ci_n...@linaro.org, Maxim Kuvyrkov, tcwg-va...@linaro.org, clang-bu...@googlegroups.com, ll...@lists.linux.dev, ar...@linaro.org, Linaro Toolchain Mailman List
On Mon, Sep 13, 2021 at 12:13 AM Diana Picus <diana...@linaro.org> wrote:
>
> Hi Nick,
>
> We have changed our infrastructure to email ll...@lists.linux.dev on the 6th of September [1]. The email you reported seems to have been sent before that (on the 2nd of September). Newer emails ought to go to the right place, please let us know if you find emails to @googlegroups from jobs started after the 6th of September.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nick Desaulniers, ci_n...@linaro.org, Maxim Kuvyrkov, tcwg-va...@linaro.org, clang-bu...@googlegroups.com, ll...@lists.linux.dev, ar...@linaro.org, Linaro Toolchain Mailman List
Hi Nick,
We have changed our infrastructure to email ll...@lists.linux.dev on the 6th of September [1]. The email you reported seems to have been sent before that (on the 2nd of September). Newer emails ought to go to the right place, please let us know if you find emails to @googlegroups from jobs started after the 6th of September.