From athaleaseem at gmail.com Sun Feb 14 08:44:43 2021 From: athaleaseem at gmail.com (Aseem Athale) Date: Sun, 14 Feb 2021 14:14:43 +0530 Subject: [arch-ports] Linux-zen failing builds. Message-ID: <20210214084443.rai26mwqeznrm6ew@mistersmee> 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