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 A53F74C627; Fri, 13 Sep 2024 04:00:09 +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=1726200009; cv=none; b=CTTfXGQ/NRvCWob1Ss+I0Ir1TnAmKttD65+ZyRYmqgI4SZssxzsJIz9woo5G0zEDpzhwcr1rjGFHqJjXSawDAHGKFU0nEqh44PUTufDqa8b8uuH477mCh1yXU1V5iLbXbTXV1imFEz7eBeRF0cWHGLtSFyP1JGQ+dTcFE3IMnzs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726200009; c=relaxed/simple; bh=wCJj0QjizHN7+JE+3jSIfcY/91jPrm4H+frL7X4JJmk=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=nUdJmn0CHVsPaCCqhspXOp/FSyXfeT8roVQAXyRgeQW+RsENhxrAXn/RuM+e2v1G/v8eRYk7sGRUJCLsojbctKm87Rk3jqICoXjckE9YCfOGqvma/rGldwpJcglwgd8CTSuKtei4/bsb6nhPSAXzbiApxbVBiVIS1xp08rwmm5c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Lbm3z5oj; 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="Lbm3z5oj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3CF6C4CEC0; Fri, 13 Sep 2024 04:00:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1726200009; bh=wCJj0QjizHN7+JE+3jSIfcY/91jPrm4H+frL7X4JJmk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Lbm3z5ojJmlbc9rdAjj8CZd1pciC9uBZe8CDWMK2ejaTxAAo6u1reBWchlHSl8xRE 3V6/nqTUAEC3B47bfsW5cNtxVl0cJTGChqrVZnr1Wy3MQA3ul8Wcmug2WMTINO/R3W jdqyOVBUS/KMU0SvCj8MIs8jW4RbKYGTYi9GPhuVVFW9Ji8bwNXkBz4Ujc1hzkLQma tS2dNm412fivMl7NhXHQbvrPuPnA8KmjPqNjkftmSUnRUNhbn/esKAY6xzYNcVZ/9+ vI33pBZEw8tG5sJoeV/dxV75IAWKMseIgoT5nGLzXUGvSuXBjB7BtCgZyb6GVZ3jdz V+E3j1p08Go+A== Date: Thu, 12 Sep 2024 21:00:08 -0700 From: Jakub Kicinski To: Mina Almasry Cc: Stephen Rothwell , David Miller , Paolo Abeni , Networking , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the net-next tree Message-ID: <20240912210008.35118a91@kernel.org> In-Reply-To: References: <20240913125302.0a06b4c7@canb.auug.org.au> <20240912200543.2d5ff757@kernel.org> Precedence: bulk X-Mailing-List: linux-next@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, 12 Sep 2024 20:14:06 -0700 Mina Almasry wrote: > > On Fri, 13 Sep 2024 12:53:02 +1000 Stephen Rothwell wrote: > > > /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: > > > /home/sfr/next/tmp/ccuSzwiR.s:2579: Error: operand out of domain (39 is not a multiple of 4) > > > make[5]: *** [/home/sfr/next/next/scripts/Makefile.build:229: net/core/page_pool.o] Error 1 > > > > Ugh, bad times for networking, I just "fixed" the HSR one a few hours > > ago. Any idea what line of code this is? I'm dusting off my powerpc > > build but the error is somewhat enigmatic. > > FWIW I couldn't reproduce this with these steps on top of > net-next/main (devmem TCP is there): > > make ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- ppc64_defconfig > make ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- -j80 > > (build succeeds) > > What am I doing wrong? I don't see it either, gcc 11.1. Given the burst of powerpc build failures that just hit the list I'm wondering if this is real.