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 6A6B619CCEC for ; Fri, 5 Sep 2025 13:06:56 +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=1757077616; cv=none; b=Fu9ibO2PJVvWx0OoYVnFR417Gf8OATkZ9TmniIwHHpF4bd+xKam33OiWlQyLRq1t+BTERsmCOy2L3V9z2pt5lhKJJV8i33EstBWM/4tXs2ck0AxI/A7qfrM+9tI1EGzq0JswSjN9+JyvmXNQCW8DQxQUYevOcu4xT6vR8puLQ1U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757077616; c=relaxed/simple; bh=++CXdHCNEpUsxEmLgGPRYTTHDpIzGvg1Fop3auwpU64=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=I29UsCcUIYlrS58bdoxt159czA+5yheFEzrdOTz65AFkKNSUXXktO9g+7VMd2XlOzvmACdKAqT/bblgUmC69pzyFeeV04p5DDCFE6cTt8U/vak+gTv3vowRkcH+3JpVQsqeHlT2AoFGWWTtWLr/CSYLGL85YojfsVf/IlO7kSjg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Qm9maJB5; 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="Qm9maJB5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 423B9C4CEF5; Fri, 5 Sep 2025 13:06:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757077615; bh=++CXdHCNEpUsxEmLgGPRYTTHDpIzGvg1Fop3auwpU64=; h=Date:Reply-To:Subject:To:Cc:References:From:In-Reply-To:From; b=Qm9maJB5VABYm0X+x1Sn4inPYCLhMOnTqGlpzqw14ApL4/LNwZCaXKpMF6Z82f3Kt cKsmkA4lOOXB8g6DMBsIfJGUIcFcZIgiLvjg+OQ0l6ylnkdRj0c1nY6XHiAsNacbU3 punWAWKNj/sB0VpUjieMjm42UQZeKjDIV0i8yTA2o3DdWR9PYA4zzItV5Wzl16WIkl /EboN1tB5wuhqh4Uxc2RNbUjLTLE0Y7GdlaKaRJ1dDAccYUGeqZzun7An+5ux8LveT sDmj8hi1rlX2NLkJTGmI6AmAlhJyaBxuDLaWHbbRUueAe3MW9jC1vJQiz+kJeAPa17 FRypWk6PrdmTA== Message-ID: <08aeb6a2-70de-497f-b766-3f53135c9775@kernel.org> Date: Fri, 5 Sep 2025 15:06:53 +0200 Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Reply-To: Daniel Gomez Subject: Re: [PATCH v3 00/36] Various fixes To: Chuck Lever , kdevops@lists.linux.dev Cc: Chuck Lever References: <20250904151526.1596282-1-cel@kernel.org> Content-Language: en-US From: Daniel Gomez Organization: kernel.org In-Reply-To: <20250904151526.1596282-1-cel@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 04/09/2025 17.14, Chuck Lever wrote: > From: Chuck Lever > > I've finally gotten most of my test runners moved to cloud providers > so I'm able to rebase my version of kdevops on > > linux-kdevops/kdevops : HEAD > > In the process I've found and fixed myriad small issues. > > Changes since v2: > - Additional R-b tags > - Addressed Daniel's review comments, except where he wanted to check > more and get back with me > - Pushed this series to linux-kdevops/kdevops : cel-fixes LGTM. For the series: Tested with selftests/xarray workflow and bootlinux. Tested-by: Daniel Gomez > > Changes since v1: > - Add R-b tags > - Completed the patch that adds new GCE machine sizes > - Added 11 new fixes on the end