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 70795292B2E for ; Tue, 16 Sep 2025 22:39:32 +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=1758062372; cv=none; b=BqjmUiYj/qAMGnY/zkuPDvpy7ZQ3mdhKYl/bR1KyqaXjvrlCiClkiGv2h/1R2DuCMpjAHlwQvduGHZ0UszZi0VTm+/bko1y5ix/DV29aMqW5a7zJu+OjWF9wrJ1yEFOMfH5e7rN1UF+f2AklQYSl/T+N7ch/3HHcUf68dmKB0MI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758062372; c=relaxed/simple; bh=41qA7tPrBgwDY+dGWq285OYSX5lRiJ+agq893ugVDII=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=l7huMmJDxv1ylUKZ8lcARL6/G43w7yRd+u/pkLUm/DN5J+RldT9MHe//2+V9MU0IxZynBlhEL+/2n/428OAqWwDe6m9DJrB1SfiY4xwpsD+puf7gNEDWApgYJCVngSVuutFVgamGc7Y09ZUuOeCQgUQ3/200zh8ErJ3eiKTDea4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=urjU6ihh; 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="urjU6ihh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D98BEC4CEEB; Tue, 16 Sep 2025 22:39:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758062372; bh=41qA7tPrBgwDY+dGWq285OYSX5lRiJ+agq893ugVDII=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=urjU6ihhDAVDTLoVf4dohrsB/9S6/TsJJhjpuOQ0Rjq9YCMLpdpqtoU7Om2qBfEsJ W/soqH1Ri3SZlBJcfBiEzCN/puSIKYGEKEYmpgGnbF6JH/WojAQXWDKFHlyfT+BEBo m5zwtYU8taNG41cMhM8SmsHAj/tXuMHc5nwiVG8c3ryI/dG1zB0FvaqzClWHXYc/yY k7lbKZ+cppQHSMDRcjSzkylYKjYaRhORPoSZlp/dwBhSXSm4GRred2sWHPHuVKAPyR dQg+kFpL0UguX7B6YdATgI8er4vYHr1ZLw1Yn68+z6VHFrfjXs7+vNlAzmuc2mdaJK 4BQ+bIZ0DvXYg== Date: Tue, 16 Sep 2025 15:39:30 -0700 From: Luis Chamberlain To: Daniel Gomez Cc: kdevops@lists.linux.dev, Daniel Gomez Subject: Re: [PATCH 0/5] Add ARM64 libguestfs Support Message-ID: References: <20250915-arm64-support-v1-0-8a27b9d3a1ac@samsung.com> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250915-arm64-support-v1-0-8a27b9d3a1ac@samsung.com> On Mon, Sep 15, 2025 at 10:05:37PM +0200, Daniel Gomez wrote: > This patch series adds/fixes ARM64 support for kdevops libguestfs > workflows with cross-architecture handling and includes critical bug > fixes discovered during integration testing. > > Changes: > * ARM64 Support: Add ARM64 target detection with cross-architecture > image customization (full setup for same-arch, > firstboot-only for cross-arch due to binary compatibility) > * GRUB Fix: Resolve variable scoping issue causing kernel selection > tasks to be skipped > * libvirt User Fix: Fix incorrect task inclusion in user enablement > workflow > * Base Image Fix: Correct Ansible variable syntax in rolling release > warnings > > Testing: Successfully validated on ARM64 Debian 13 systems. > > Signed-off-by: Daniel Gomez Applied and pushed, thanks! Luis