From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 59AAD1FF13A for ; Wed, 29 Apr 2026 14:24:25 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 39F58506B; Wed, 29 Apr 2026 14:24:25 +0200 (CEST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 29 Apr 2026 14:24:21 +0200 Message-Id: From: =?utf-8?q?Michael_K=C3=B6ppl?= To: "Thomas Lamprecht" , , "Lukas Sichert" Subject: Re: applied: [PATCH manager] GUI: Create VM: update dropdown menu to include Linux Kernel 7.x X-Mailer: aerc 0.21.0 References: <20260429090113.25306-1-l.sichert@proxmox.com> <177746148431.3196149.16579244549454339565.b4-ty@b4> In-Reply-To: <177746148431.3196149.16579244549454339565.b4-ty@b4> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1777465363854 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.094 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: 2QEPELNON32C4EZO5DFBEBKME6EXD6XB X-Message-ID-Hash: 2QEPELNON32C4EZO5DFBEBKME6EXD6XB X-MailFrom: m.koeppl@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Wed Apr 29, 2026 at 1:18 PM CEST, Thomas Lamprecht wrote: > On Wed, 29 Apr 2026 10:59:43 +0200, Lukas Sichert wrote: >> Currently the dropdown menu only indicates support for Kernel versions >> '6.x-2.6' and therefore newer PVE and PBS would be excluded from this. >>=20 >> To include newer kernels exchange '6.x' with '7.x'. > > Applied, thanks! > > I reworded the commit subject message to better match our style guide and > existing conventions and also to reflect that this doesn't only affect th= e VM > create wizard, as the input field is also available as option for existin= g VMs. > > btw. the qemu-server API schema would need also an update here so that th= e CLI > and API viewer are not showing outdated 6.x. Sent a patch for that: https://lore.proxmox.com/pve-devel/20260429121655.153880-1-m.koeppl@proxmox= .com > > [1/1] GUI: Create VM: update dropdown menu to include Linux Kernel 7.x > commit: 850e89c02b0e2994982233306b8f22e34d70c0a4