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 CCFED1D7E42 for ; Sat, 13 Dec 2025 20:59:44 +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=1765659584; cv=none; b=hLZR8fyKztK4E/ZG9lPunJ4RoUE3mxsamfdZAof/vsUnJf/T6F0BKiQo4mGwhmOJKE2oBbolPkGKk+TqFJCKTC07GPcMshbM6XV9aysKUMgycZZGZVOchumaPphnHB+/JPiH14Ku64HjrUQK8ECqWm4R5eYuLX1EBxTRA4Okh1w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765659584; c=relaxed/simple; bh=4ziXibIHYyfqql44UUvXn1ymq5E2NexyepJD8Pd1laE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=doGm7m0scOpSLPy0Yc3YkE5pOrRgrZlvjnrdNl7wmH2OXjgKmJgLXSAKkrJNTmKKBz9CoAoQp6FDU/JGTzTrZfwIazq8KzFhkTGYI2cRTdR5QdVR/r+EtMWnefQQRW9L9vA86UA5tZFrDxM38Oz7A0q+vTw8vs+VEC5rOJ8GGeg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Rdyeb0DW; 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="Rdyeb0DW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E020FC4CEF7; Sat, 13 Dec 2025 20:59:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1765659584; bh=4ziXibIHYyfqql44UUvXn1ymq5E2NexyepJD8Pd1laE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Rdyeb0DWM28Op2Vww55c3/UZaIdhcuBLlJ5tFX8j1lx0g2W+LlNZAPckx7251PlV0 SYfp8lYABmoysqW6x0rGv7h88pDq7cLQbhUEz+f9YCrPbomMNYgx4OLxFIDVB7c2jS afVGDPtUI0BJ2USHJ0IHbMeMrdCVPbYpZ/5lC7zmR1xQqMOurzZYMgRhhmeRKvLQ8M 6wAPCgz6xrttntuwRRDVPeEnWvzCWaTOv9WrY8ffPJacgXR0g9xXUf5DKMF73PFXYQ sC/m2TTaUeCLsGI6kI3EaxBJ1+SNCsprv2BA4/1h3a42VpHJFot0uNW0BDZdQucM8C 5jfVQgRAovKpg== Date: Fri, 12 Dec 2025 20:09:31 +0100 From: Nicolas Schier To: Simon Glass Cc: linux-arm-kernel@lists.infradead.org, Thomas =?iso-8859-1?Q?Wei=DFschuh?= , J =?iso-8859-1?Q?=2E_Neusch=E4fer?= , Masahiro Yamada , Tom Rini , Ahmad Fatoum , Chen-Yu Tsai , linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 6/6] scripts/make_fit: Compress dtbs in parallel Message-ID: References: <20251211140309.1910613-1-sjg@chromium.org> <20251211140309.1910613-7-sjg@chromium.org> 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: <20251211140309.1910613-7-sjg@chromium.org> On Thu, Dec 11, 2025 at 07:03:03AM -0700, Simon Glass wrote: > When there are 1500 device tree files it takes quite a while to compress > them. Do it in parallel. > > kbuild: Allow adding modules into the FIT ramdisk This line sneaked in somehow? Kind regards, Nicolas