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 D04831FF179 for ; Wed, 12 Nov 2025 08:15:00 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id C39B819D51; Wed, 12 Nov 2025 08:15:45 +0100 (CET) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Christoph Heiss Date: Wed, 12 Nov 2025 08:13:30 +0100 Message-ID: <176293160701.702025.15190664034961227934.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251111140014.1443471-1-c.heiss@proxmox.com> References: <20251111140014.1443471-1-c.heiss@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1762931717890 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.151 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 KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] applied: [PATCH installer v3 00/15] support network interface name pinning X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" On Tue, 11 Nov 2025 14:59:50 +0100, Christoph Heiss wrote: > This series adds support for pinning the names of network interfaces > directly during the installation, for all of GUI, TUI and auto-installer. > > There are also some smaller clean-ups and quality-of-life improvements > interspersed - to keep the patches for each part of the installer > together - in the series, which can also be applied > separately/beforehand if wanted. > > [...] Applied, with the commit message of the first patch reworked to clarify that the problem was that the method wasn't exported and adapting patch 14/15 with s/parentwindow/parent_window/ for legibility (I see no advantage in "gluing" words together), thanks! [01/15] test: parse-kernel-cmdline: fix module import statement commit: af803841c1fc574f5bf941810dfb479addcc9359 [02/15] install: add support for network interface name pinning commit: dbf15f2efc17ee2b6064c8c374b0bfc75a53f92a [03/15] run env: network: add kernel driver name to network interface info commit: 729d3fbb907c50d12bcc880599fef82009a6af10 [04/15] common: utils: fix clippy warnings commit: 4f0eb2cb7fdaeb7c9956358ba6ddb08c727bb307 [05/15] common: setup: simplify network address list serialization commit: c4f06bbc5ee8a1c0b90c332fc415a1736d5452db [06/15] common: implement support for `network_interface_pin_map` config commit: abe9c548a31b9e2d4c2a33ae7b7d1644815bb5ff [07/15] auto: add support for pinning network interface names commit: bb621a816ee7c54d87d539839bc0a6471ab16ac9 [08/15] assistant: verify network settings in `validate-answer` subcommand commit: b3b59ee6e15c1986f286aeee2bbbe342bd16ef0d [09/15] post-hook: avoid redundant Option for (de-)serialization commit: 0ed4c015592258abeb63c9babbd4bb2488266e08 [10/15] post-hook: add network interface name and pinning status commit: 9527a9a091a9a2f1606541bc1a325548a3895551 [11/15] tui: views: move network options view to own module commit: f018da27c1de6bd45ced598a76c5a158d1b0cab7 [12/15] tui: views: form: allow attaching user-defined data to children commit: 350f13ec8ef6537d836398db3c7cd487c0449293 [13/15] tui: add support for pinning network interface names commit: 437abf01c8aed0c9a761b1fa6c534ed71d86064f [14/15] ui: gtk3: allow passing of dialog parent window commit: f1fde3de46a9a86f2ae63670183cd84f47b46e55 [15/15] gui: add support for pinning network interface names commit: adb85e8e2a0ff44095cbb7316adadecf9df995e7 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel