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 5B0DA22FE0D for ; Mon, 8 Sep 2025 14:12:58 +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=1757340779; cv=none; b=iXBzRNZoXm8HTHAG2h1oO3Afk4ESYUwsa/P1yWF4dydFJ+jRWMeK5+EroBooK3qyObw+P1MBHr2S5pB7fJ1Bw5NyFXHyZepkCzoYd03PXOUQzDqE4L1AvbA+mNTTwQtP44C0CUiUvJhPZKab9RJt0dyh23wH7kxCgGP16hMYakI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757340779; c=relaxed/simple; bh=6AIQ0Kx8lfTEencERDANTLjjAVZRzs7kwhVaed+VmtQ=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=cCv+nrfSfYs96Um7lHzb88+cydrsnbFeAPLfV8NEEIycH/VD6dV5h8HBiZel1wQSBbC+LBIcrLRfN9ZS+F9J5SbmYU782g63CXF6HM0A3W8lf0ZF2yX/69eynDiuIwqYIk3Udf9izEn1z+QX7wCwCg28rrE59eFbj1ylsNypIL0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Xvb+eMPl; 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="Xvb+eMPl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA154C4CEF1; Mon, 8 Sep 2025 14:12:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757340777; bh=6AIQ0Kx8lfTEencERDANTLjjAVZRzs7kwhVaed+VmtQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Xvb+eMPlFLh4fO8G3gvdNeJp6+TjKN6cpxqCa2sh10gjdwwS5bHN1gBdMehSWihUB vE5KH3vxW2zZtVdg+9/siaB0IVdM0Cudi54v2su9/OAoO3S9O2PjGQzSXa2OWDYjEb osCTNW411Cbft47HnId1YlHikvFU77+me+nwPipsWHHPOaME07flUmyryG8hDe8N5v T7zDmI1KXM3sk7Q5s0VpjHfF9vx3728FRKYj1PNLeaYkfxP7WCpHh5bLnQSNzahvA2 MU3dUdQd55aN2VMVLqAo1tZrq6pCPGwQfBUtyZJelOdpr2L7ZDQ1kEkeKOZpJHhFHV ChHgNO/4iWKAw== Message-ID: <98bb6da1-c043-4a6c-b2ff-0248185b0dfa@kernel.org> Date: Mon, 8 Sep 2025 10:12:56 -0400 Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/2] aws: add dynamic cloud configuration support using AWS CLI To: Luis Chamberlain Cc: Daniel Gomez , kdevops@lists.linux.dev References: <20250907042325.2228868-1-mcgrof@kernel.org> <20250907042325.2228868-2-mcgrof@kernel.org> Content-Language: en-US From: Chuck Lever Organization: kernel.org In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 9/7/25 6:10 PM, Luis Chamberlain wrote: > On Sun, Sep 07, 2025 at 01:24:43PM -0400, Chuck Lever wrote: >> On 9/7/25 12:23 AM, Luis Chamberlain wrote: >>> +3. **Commit the static files**: >>> + ```bash >>> + git add terraform/*/kconfigs/*.static >>> + git add terraform/*/kconfigs/instance-types/*.static >>> + git commit -m "cloud: update static configurations for AWS/Azure/GCE >>> + >>> + Update instance types, regions, and AMI options to current offerings. >>> + >>> + Generated with AWS CLI version X.Y.Z on YYYY-MM-DD." >>> + git push >>> + ``` >> >> Thanks, this is very helpful. > > Great, glad it was. BTW just one request, any chance you can trim > context over your replies, like I did here? Otherwise it becomes > a bit hard to scroll down on longer patches for your reviews. That's generally a community preference - some communities I'm involved with prefer that the context be preserved. That certainly does become cumbersome with large patches. I will trim more aggressively on kdevops@. > The other reason this is useful is it can be useful to > reduce context window for AIs to process. Although I'm not an AI, > I sometimes test AIs to try to evaluate how well they can process > replies to adjust patches. In the future I hope this to be a standard > test. I haven't tried to feed an email thread back into an LLM, so I might miss the mark. But, this makes sense. -- Chuck Lever