From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 35BFE4C6C; Fri, 12 Apr 2024 01:37:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712885828; cv=none; b=F4LHEC7lsfE/6ugd2vOKKPsAAm30sdx35Z0NBdO4yAOZCGnrUUx9T9Zi8hM7Af8kiEjXpsrncYghHbgKjyT5uaUgEe64Zzk+ycCGI0lHXSz0EC9a3rttPhYvVAQtdLjF684Ih+0w6wPxA4FQmQghqB8jQs3nSk1i8ILq/GJSKVk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712885828; c=relaxed/simple; bh=rrwOUlSp5R9FskhZiOgiL4Shh+tlcWPb9/Ndpf1E/1c=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=GkSMqXuuI7zs2ybrlUPkI5Kem3bEkqcXfRNm41CnE0UjyNN5AN99u6Ex1LnKN69N7VKghPYELmbhX2R3k0Ig0+q42vQGIi8Xi3ATI9gu45vHxh9UgyYIUNyc0c9ajsVP5nAOTY/IGt0bh/NBjDSNSotZDAJSV2DhJaAeHyZf/jc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rP3jUCpt; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rP3jUCpt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78B37C072AA; Fri, 12 Apr 2024 01:37:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712885827; bh=rrwOUlSp5R9FskhZiOgiL4Shh+tlcWPb9/Ndpf1E/1c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rP3jUCpt1pUEYZSrjmOOgLaSEU54tshLM56KRtojwra/If5nehMyZHUMksnudf/TK cPLZWBCbTts3XpF3/jPvO0ON85DTUDu3GcnTA5mnNXEdGWJi3OWNJfU9stLoGRmNz/ kcjPf/zTNzRaSqgq8rc8unaV/aAI2jAAjyVeDYvaPabJEgo1t5xR8dlkryibKaLTuU K7WblVqSMyqroHzqjjzOkkqBgTR/2R7KrCzgmza0hXM+jjh2GCF2w2y7iYUGkSfrtH uI3QHZFIjhVH3kHJKCVOF0fKdIy53KkfBW82ab4De9bFc60VTq9VDZQ5mJcciBApja tIVjst0akKJzQ== Date: Thu, 11 Apr 2024 18:37:06 -0700 From: Jakub Kicinski To: Florian Fainelli Cc: Eric Dumazet , Vladimir Oltean , kernel test robot , llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, netdev@vger.kernel.org Subject: Re: [net-next:main 26/50] net/ipv4/tcp.c:4673:2: error: call to '__compiletime_assert_1030' declared with 'error' attribute: BUILD_BUG_ON failed: offsetof(struct tcp_sock, __cacheline_group_end__tcp_sock_write_txrx) - offsetofend(struct tcp_sock, __cacheline_group_begin__tcp_sock_... Message-ID: <20240411183706.70e5dfcd@kernel.org> In-Reply-To: References: <202404082207.HCEdQhUO-lkp@intel.com> <20240408230632.5ml3amaztr5soyfs@skbuf> <20240410183636.202fd78f@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 11 Apr 2024 12:21:22 -0700 Florian Fainelli wrote: > > Florian, does arm32 break a lot? I may not be paying sufficient > > attention. We can add more build tests but the CPU time we have > > is unfortunately finite :( > > Yes, that is why I mentioned multi_v7_defconfig, you an see the build > failure with that configuration. Of course Eric fixed it now, thanks! Would you be willing to type up a bash script along the lines of: https://github.com/linux-netdev/nipa/blob/main/contest/tests/build-doc.sh perhaps some inspiration from: https://github.com/linux-netdev/nipa/blob/main/tests/patch/build_allmodconfig_warn/build_allmodconfig.sh ? (the former runs on the test branches the latter commit by commit)