I created an issue on upstream linux-zen about our builds failing, no
reply yet. In the meanwhile, the errors are related to TCP BBR modules,
specifically, the BBR v2 module that was added (recently?) to the
kernel. And related to that, linux-zen has a flag,
>CONFIG_TCP_CONG_BBR2=m
which no other kernel of ours have.
Maybe this is why every kernel except linux-zen is building?
Also, is there a mechanism for Arch32 builds, where we test out patches
by building, without committing the patch to the packages repo? I ask,
because I have a patch disabling that option for linux-zen, but I want
to see if it builds first, as I am not sure if disabling that option
will fix our issue.
Here's the patch anyways.
--
Aseem Athale