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 A57681F9F7A for ; Fri, 10 Oct 2025 12:32:39 +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=1760099559; cv=none; b=F70Q24IqyOEhWuuDoQwUwrXDiqtJJSRSqq+bf8LGTWDx2ZkJXwyeCtUziqBg6GP13BXTSK2VK6nzUvD1EnL+Eh9K6Jw1NiuF0SMBdM5xWCViOHA0c8eAT0PrOZru6+LfPCSK9Ji54E6d8vchliJ/2Xm7lAh8nkam8KeKL1ayMnM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760099559; c=relaxed/simple; bh=UBB9vxTbpyy8l5rddDUnojc4Bu76S+xepek7UcaQ0Is=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=BNTb1vFRqdvwrpFm4SAKvCbJ8ZGyF0bskEXrNEtHd9lzN5SmMCFEIf9rMRZtdFqSoDFu7REY+lW41yPc7Amep2nrlUyXUsmHNMaMlbatO9hnIAowUVX+4DUs5ez+iHz+74I233QPObM728aFdHXDDHGkcaL00KnwgfL+PaYmkNQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kwa0FALk; 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="kwa0FALk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6ACEC4CEF9; Fri, 10 Oct 2025 12:32:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1760099559; bh=UBB9vxTbpyy8l5rddDUnojc4Bu76S+xepek7UcaQ0Is=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=kwa0FALkBBKKXEZrd82Z5uow7OVmU46ZiRjlgyQ6vNtyeyDrJSpKLoA/wsMMsGypK sADaOpCFBTnotqirruAVnNK1j34gQpI7s7qtJN0vYtUDn9JuIclBC2Ct5RDPe+YjOc 7j9fnUtBhUJFm6Qzk6T/uvGsS/UxIBeE56BVObWg+IAZlcqDpY8qRB1FWdBdzP7sUP Qm+cDDx7SdqBZLelpndTHgTwzJlZzOzT9OLsr5Shdp343FhUFYudPhjoE6y0lIxH8m 1i4wOEjQljDYF9LXnUj7zD0YRxFVH9hlvtTdarYaI56Q8YIK2DFQ1IoDhMCX0BHuTr e2Zn/wpiM/6Dw== Message-ID: <30a479ab-0d77-406b-bca4-87d7c893dec1@kernel.org> Date: Fri, 10 Oct 2025 08:32:37 -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: [RFC PATCH] terraform/aws: Add an AMI menu entry for Deep Learning AMIs To: Luis Chamberlain Cc: kdevops@lists.linux.dev, Chuck Lever References: <20251008193840.5363-1-cel@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 10/9/25 8:51 PM, Luis Chamberlain wrote: > On Wed, Oct 08, 2025 at 03:38:40PM -0400, Chuck Lever wrote: >> From: Chuck Lever >> >> The entry uses Amazon's owner ID (137112412989) and includes search >> patterns for "Deep Learning AMI" and "Deep Learning Base" AMIs, >> which are AWS's pre-configured GPU-enabled images for machine >> learning workloads. >> >> Generated-by: Claude AI >> Signed-off-by: Chuck Lever >> --- >> terraform/aws/scripts/gen_kconfig_ami | 9 +++++++++ >> 1 file changed, 9 insertions(+) >> >> Luis, this is untested. Can you apply this patch, rebuild the compute >> menu, and see if it provides the desired results? > > Sure, but I'm at a loss, is there a dynamic kconfig thing? I haven't adapted your patches that add make targets for regenerating the menus yet. Again, I wanted an MVP for us to kick around for a bit first. Driving this stuff from make is definitely a to-do. But this should work for now: $ cd terraform/aws $ scripts/gen_kconfig_ami > kconfigs/Kconfig.ami > I also can't > get any instance up on my account as I have the VPC issue so I can't > test unless that's fixed. I will be able to do simple testing when I get back to my lab in a couple days. -- Chuck Lever