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 E6327125DE; Wed, 17 Jul 2024 06:41: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=1721198471; cv=none; b=rbFA9S6N5InOKjVrSKwUAhE86bCHrX4QmB68w9gl2VSXKnWsfCsa2G387ZlPL1GzFPnEIdGR8UbVwB9ZmueFcZV+hqP/0Qec2Hi6ZoZ0/WsK++3qPylnXC7Z+ETJA/VxeY/q/4D5vZLSoSmmnUbDzTXKYNWv/DXl0hkslpFGm04= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721198471; c=relaxed/simple; bh=TtuRc2bthK6fRDYeDiyYE7I8wA3/LSlbRqB8Z94EXF8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Nqif1xaa8IXcUMfCeg3hIncYD43g1QTcAefxCK/NIbvgPwWXxfceLC77jYAMyz60fRkniBRuVN6+Qy9BVXnxIdDGvk0VYJh3fwFLTypfmHFr3ppndcdnNh8NtV0m3vu7NIl6152go69SaJNPexDS3JorbEk8DcfMzkhkpXn/VeY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Da/UtMXG; 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="Da/UtMXG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACC76C32782; Wed, 17 Jul 2024 06:41:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721198469; bh=TtuRc2bthK6fRDYeDiyYE7I8wA3/LSlbRqB8Z94EXF8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Da/UtMXGLGpAloHTui+wRHmRa78G93Ysni0bH8ZiPhLaF6kWU0JSEq+A9KYhAlkSm ay/J1K12NOBeucVPz1UeX0cGVegg4/ClxbTZlTHn8aiH61taFZdKtn05BVx3IxyFoN po3XrI6w8bbNrUeQOjXqm/3+LoERkZVFY9JySkoiH+ovrtZR+hR7bofeYRua4D+uf7 LGKw4RPHd/lK0T2bIaHI2D4PpiB9xnhx/Zg8NfSIDBQqpl8uoiq02K3RXOFKK1P87U NXBfXvi4t6rFBfv4Nl3xt6nakUoMQ9gYMQfiBbTnqn1S4zvbiP3jpkgj1znAR/lKm9 aiX7hAlo2IDBg== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1sTyLe-000000005p8-1glo; Wed, 17 Jul 2024 08:41:10 +0200 Date: Wed, 17 Jul 2024 08:41:10 +0200 From: Johan Hovold To: Arnd Bergmann Cc: Linus Torvalds , Masahiro Yamada , linux-kernel@vger.kernel.org, Linux-Arch , linux-arm-kernel@lists.infradead.org, "linux-csky@vger.kernel.org" , linux-hexagon@vger.kernel.org, loongarch@lists.linux.dev, "linux-openrisc@vger.kernel.org" , linux-snps-arc@lists.infradead.org Subject: Re: [GIT PULL] asm-generic updates for 6.11 Message-ID: References: <2b6336d1-34e0-48dd-b901-7b5208045597@app.fastmail.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <2b6336d1-34e0-48dd-b901-7b5208045597@app.fastmail.com> On Wed, Jul 17, 2024 at 08:01:43AM +0200, Arnd Bergmann wrote: > On Wed, Jul 17, 2024, at 07:08, Linus Torvalds wrote: > > On Tue, 16 Jul 2024 at 21:57, Linus Torvalds > > wrote: > >> > >> Note, it really might be just 'allmodconfig'. We've had things that > >> depend on config entries in the past, eg the whole > >> CONFIG_HEADERS_INSTALL etc could affect things. > > I had tried a partial allmodconfig build earlier to save time, > did a full build again now, still nothing: FWIW, I noticed this last Friday as well when I did a few builds of linux-next and every change I made triggered what appeared to be a full rebuild of the tree. This was with a trimmed config [1] and separate build tree (tmpfs). Johan [1] https://github.com/jhovold/linux/commit/c3324059a67c7c63186107771eabc17a66772989