From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (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 5061937EFE3; Mon, 1 Jun 2026 19:14:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780341253; cv=none; b=JQbtiXzzKe7jzbjYh/38M+XGlpfWYhed80lq6/jvPLm+AB3sPieWVkyPNtv0N6IV96LH3YciP64k3P5l337i38USbPO56pzLZGYCzht0AZIRufaE4gpJaYZTEAVea8vyKwDAimjB77q9C24fr8SM1RffblsC/Qua5JLahyI4XnE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780341253; c=relaxed/simple; bh=2GZdPKnuDFwv9TzCgyR3qloWSbuzRFCFLEo3Yn12uUM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Y5i5HFUI5vMZsqCEbgLIWLpVtxJ2UPSLp3ZBDnwAh4pDSINiO7h14ETOEGyQpxNxJD69hfiKnjPPLLHrJYeGb4KYf/y3uqUsT+Jkq9NT4CmXLAGPgZ5qIJkLB8dEUKJy3XpY08ObYPa/n9qBCS3JxVAI7fk1LWNvr5VXlPDlEhA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id B756460AA2; Mon, 01 Jun 2026 21:14:08 +0200 (CEST) Date: Mon, 1 Jun 2026 21:14:08 +0200 From: Florian Westphal To: Jeff Johnson Cc: Johannes Berg , netdev@vger.kernel.org, linux-wireless@vger.kernel.org Subject: Re: net-next 32-bit clang build error in net/netfilter/nf_synproxy_core.o Message-ID: References: <20260528123911.284536-26-johannes@sipsolutions.net> <178001352190.1565998.2039430206651171575.git-patchwork-notify@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-Disposition: inline In-Reply-To: Jeff Johnson wrote: > wireless-next/main has fast-forwarded to e7d6bd24e883 and I'm in the process > of also fast-forwarding ath/ath-next, but I'm seeing a build failure: > > In file included from ../net/netfilter/nf_synproxy_core.c:7: > In file included from ../include/linux/skbuff.h:26: > In file included from ../include/net/checksum.h:21: > In file included from ../arch/x86/include/asm/checksum.h:9: > ../arch/x86/include/asm/checksum_32.h:149:6: error: inline assembly requires more registers than available > 149 | asm("addl 0(%1), %0 ;\n" > | ^ > 1 error generated. > make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nf_synproxy_core.o] Error 1 > > This is with "ARCH=i386 LLVM=llvm-19.1.7-x86_64/bin/" > > I use a config made via: make $allmodconfig > > A lore search doesn't show any recent instances of this issue. > > Rebuilding from scratch shows the same issue. > > Any thoughts? Happens since 403cec8ab6d0 ("netfilter: add option for GCOV profiling"). 'allmodconfig' sets CONFIG_GCOV_PROFILE_NETFILTER=y Same problem after revert or plain 7.0 when I set CONFIG_GCOV_PROFILE_ALL=y (which depends on !COMPILE_TEST so its off for 'make allmodconfig').