From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 02 08:12:52 2024 Received: (at submit) by debbugs.gnu.org; 2 Sep 2024 12:12:52 +0000 Received: from localhost ([127.0.0.1]:46981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sl5vQ-0000Ww-5T for submit@debbugs.gnu.org; Mon, 02 Sep 2024 08:12:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:42602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sl5vN-0000Wn-Hg for submit@debbugs.gnu.org; Mon, 02 Sep 2024 08:12:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sl5uM-0008M9-Sg for guix-patches@gnu.org; Mon, 02 Sep 2024 08:11:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sl5uL-0005l3-Q6; Mon, 02 Sep 2024 08:11:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=ksQ38U/8aVHTYcJx9EfF9fEo50Dhy5aIbyHslWYos6s=; b=N2K8al6yKhzx7T JqtGdG7SzOYpBIp9OYuc6Mc14HSDz9TXrPq6ozKqTfXfpdOzXcAwVwn6VZmvKNdJGIvHO2XRIMKrP VJSIxPup81EZR0xoDri4BT5HCbPCSq9g+83mFiA2d5CUkDkMmee1sqpW0KIzGvWRj/pxf6qMLlFbF mne42X/CjpNGNHAPZVR/G7tEZwEJMKvPhcHoSVdZOMiP1IOik9KcA9vOOW9SMWwHHVhjzved5LpaR Ub6xcH7KUtL8az387OaRmICR4be8N0e1X5OFh6fQVJ3OhPTYSNBRjvhz8Hcupkxldh3n2Zt/Uat1C dQ5QMVHu1O24Gv+SpVwQ==; From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= To: guix-patches@gnu.org Subject: [PATCH] =?UTF-8?q?gnu:=20linux-libre:=20Add=20=E2=80=98linux-libr?= =?UTF-8?q?e-arm64-honeycomb=E2=80=99.?= Date: Mon, 2 Sep 2024 14:11:37 +0200 Message-ID: X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-Cc: Leo Famulari , Wilko Meyer Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Ludovic=20Court=C3=A8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Package definition taken from guix/maintenance.git commit 0dc194cc85f8f0ef8cfcde29b9610ade7138beff, written by Ricardo Wurmus . * gnu/packages/linux.scm (linux-libre-arm64-honeycomb): New variable. Change-Id: Ieb8503424a19c1c32a3ecac829c3d5d2a47b458e --- gnu/packages/linux.scm | 60 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) Hello, This definition comes from the (sysadmin honeycomb) module in maintenance.git. I’m moving it here for convenience so that it gets built by CI and we don’t have to build it on demand when deploying Guix System on the Honeycombs. Ludo’. diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 318c6ccf13..f583ae0b7a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1371,6 +1371,66 @@ (define-public linux-libre-arm64-generic-5.4 ("CONFIG_RTC_DRV_RK808" . #t)) (default-extra-linux-options linux-libre-5.4-version)))) +(define-public linux-libre-arm64-honeycomb + ;; Kernel for use on the HoneyComb LX2 boards: + ;; . + (make-linux-libre* linux-libre-5.15-version + linux-libre-5.15-gnu-revision + linux-libre-5.15-source + '("aarch64-linux") + #:extra-version "arm64-honeycomb" + #:extra-options + ;; See + ;; https://github.com/SolidRun/lx2160a_build/blob/master/configs/linux/lx2k_additions.config + (append + `(("CONFIG_GPIO_SYSFS" . #true) + ("CONFIG_GPIO_MPC8XXX" . #true) + ("CONFIG_NET_PKTGEN" . #true) + ("CONFIG_USB_SERIAL" . #true) + ("CONFIG_USB_SERIAL_CONSOLE" . #true) + ("CONFIG_USB_SERIAL_GENERIC" . #true) + ("CONFIG_USB_SERIAL_SIMPLE" . #true) + ("CONFIG_USB_SERIAL_FTDI_SIO" . #true) + ("CONFIG_USB_ACM" . #true) + ("CONFIG_USB_NET_DRIVERS" . #true) + ("CONFIG_USB_USBNET" . #true) + ("CONFIG_USB_NET_CDCETHER" . #true) + ("CONFIG_USB_NET_CDC_NCM" . #true) + ("CONFIG_USB_NET_NET1080" . #true) + ("CONFIG_USB_NET_CDC_SUBSET_ENABLE" . #true) + ("CONFIG_USB_NET_CDC_SUBSET" . #true) + ("CONFIG_USB_ARMLINUX" . #true) + ("CONFIG_BLK_DEV_NVME" . #true) + ("CONFIG_NVMEM_BCM_OCOTP" . #true) + ("CONFIG_DRM_AMDGPU" . #true) + ("CONFIG_DRM_AMDGPU_SI" . #true) + ("CONFIG_DRM_AMDGPU_CIK" . #true) + ("CONFIG_DRM_AMDGPU_USERPTR" . #true) + ("CONFIG_DRM_AMD_DC" . #true) + ("CONFIG_CHASH" . #true) + ("CONFIG_PMBUS" . #true) + ("CONFIG_SENSORS_PMBUS" . #true) + ("CONFIG_REGULATOR" . #true) + ("CONFIG_REGULATOR_FIXED_VOLTAGE" . #true) + ("CONFIG_REGULATOR_PWM" . #true) + ("CONFIG_SENSORS_AMC6821" . #true) + ("CONFIG_SENSORS_LM90" . #true) + ("CONFIG_SENSORS_LTC2978" . #true) + ("CONFIG_SENSORS_LTC2978_REGULATOR" . #true) + ("CONFIG_TMPFS" . #true) + ("CONFIG_TMPFS_POSIX_ACL" . #true) + ("CONFIG_TMPFS_XATTR" . #true) + ;;("CONFIG_BLK_DEV_RAM_SIZE" . 524288) + ("CONFIG_POWER_RESET_GPIO" . #true) + ("CONFIG_CRYPTO_USER_API_HASH" . #true) + ("CONFIG_CRYPTO_USER_API_SKCIPHER" . #true) + ("CONFIG_CRYPTO_USER_API_RNG" . #true) + ("CONFIG_CRYPTO_USER_API_AEAD" . #true) + + ;; For connecting to ci.guix.gnu.org over VPN. + ("CONFIG_WIREGUARD" . m)) + (default-extra-linux-options linux-libre-5.15-version)))) + (define-public linux-libre-riscv64-generic (make-linux-libre* linux-libre-version linux-libre-gnu-revision base-commit: 3c21d0da62b3d6832dd1ab450d8ab50ab8d38f27 -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 21 05:42:04 2024 Received: (at 72964) by debbugs.gnu.org; 21 Sep 2024 09:42:04 +0000 Received: from localhost ([127.0.0.1]:37188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1srwcu-0003Uf-1H for submit@debbugs.gnu.org; Sat, 21 Sep 2024 05:42:04 -0400 Received: from mira.cbaines.net ([212.71.252.8]:44092) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1srwcs-0003UM-MS for 72964@debbugs.gnu.org; Sat, 21 Sep 2024 05:42:03 -0400 Received: from localhost (unknown [212.132.255.81]) by mira.cbaines.net (Postfix) with ESMTPSA id DAEA227BBE2; Sat, 21 Sep 2024 10:41:40 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id ce9fb03e; Sat, 21 Sep 2024 09:41:40 +0000 (UTC) From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#72964] [PATCH] gnu: linux-libre: Add =?utf-8?Q?=E2=80=98linux-libre-arm64-honeycomb=E2=80=99=2E?= In-Reply-To: ("Ludovic =?utf-8?Q?Court=C3=A8s=22's?= message of "Mon, 2 Sep 2024 14:11:37 +0200") References: Date: Sat, 21 Sep 2024 10:41:38 +0100 Message-ID: <87ikup8ht9.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 72964 Cc: Wilko Meyer , 72964@debbugs.gnu.org, Leo Famulari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Package definition taken from guix/maintenance.git commit > 0dc194cc85f8f0ef8cfcde29b9610ade7138beff, written by > Ricardo Wurmus . I don't think that's the right commit? I think originally I hacked this together for hatysa and it was posted to guix-sysadmin on 02/07/21 in the "Re: what to buy for Honeycomb LX2 boards?" thread. Is it possible to enable some of these modules in the regular kernel packages? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmbulNJfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xfuwg//cSiX8Zvu4Z2wGRwYMby+kOBPEFu9BGAJ eI9QZ4ImgdK0prwIKc4TaGZSf9J6aktTSxOqzWo+YQvYQ3iC+mYE5zb0NDbt6tTN Hh2K5uX5XQHajzgQxGkH51KpiDiC/rD/IV2ieyjqUhI39maY+e2OCSemqHkRMVN0 NCedA4j4htVCRGva1ccThhMB1rNdTjH3m/CHvO462bGjmCC4JB9KER8epbyQPknR vBbh4EOGdVWLtxhb9FEiPlt8vyAQUt80bNgGcDAFwNkDE6hXwbxtnUI8WJOrtInZ tnJK+EgeWee8kgnZn5OcR+0ag9N5LeUQI08/wzHz7gqFuuIg8ZmyxBlusVVwHgkC gv3DX+o0HUeCERU+NTdv8JBxoUY0MTjEBmqoyO3AyDXD/E7ohU+hvVaBsx1baQ59 VdK/rl1iyj30j9FabqOX+7CI38GQJqUfNTNuaTOUq+2HBg9uwsFD09yuoXbxe4Ua xP5agc9xkImT3A8I7SQ/x7szC9WgTjt5i7693ZHVEY8x7lVhP+YSzUAgI6F+LnOz d9BZBK4Xz1SCN8nf7RkE6V24VjhcYbWmcDUi41tDg/YzGYYwlJicX8RUawmfglsb hVvINYWJzSMqsiN8FHGhIYmVIu0VNVlmhz46b2zSyiY0jMaVfs3UfSv1LH+1HeMw Y1VHfJEq4Hk= =115W -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 27 10:25:28 2024 Received: (at 72964) by debbugs.gnu.org; 27 Sep 2024 14:25:28 +0000 Received: from localhost ([127.0.0.1]:37942 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1suBuR-0007pt-Fc for submit@debbugs.gnu.org; Fri, 27 Sep 2024 10:25:28 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:55926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1suBjH-00071v-Sz for 72964@debbugs.gnu.org; Fri, 27 Sep 2024 10:13:56 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1727446401; bh=m1OFh/L9gtxLyPxdn9eRj2xNC8LbWlKOYD9gGzFPw0c=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=Kw2Hi3QmWigT2yp6ycWYqGFce/Bir1U9NBKjKWS5pCfF6a0ZXhptzt79lbpxF/s4I Q57yRZDluji8LNuhDawNVadKRHZCd2+8n6nXC4fMpMybIkr+06GFlrdpqh2v5v6O3X FpKDiWhebIDtZRPhThH+h0/KLAdPre58+uwcwpKU= To: Christopher Baines Subject: Re: [bug#72964] [PATCH] gnu: linux-libre: Add =?utf-8?Q?=E2=80=98linux-libre-arm64-honeycomb=E2=80=99=2E?= In-Reply-To: <87ikup8ht9.fsf@cbaines.net> (Christopher Baines's message of "Sat, 21 Sep 2024 10:41:38 +0100") References: <87ikup8ht9.fsf@cbaines.net> Date: Fri, 27 Sep 2024 16:13:18 +0200 Message-ID: <875xqhkww1.fsf@wmeyer.eu> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 72964 Cc: Wilko Meyer , Ludovic =?utf-8?Q?Court=C3=A8s?= , 72964@debbugs.gnu.org, Leo Famulari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Christopher Baines writes: > Is it possible to enable some of these modules in the regular kernel > packages? Definitely, I'll have a look into that and see that we enable as much as possible in the default config we ship; I think enabling as much hardware support as we can out of the box seems pretty feasible here. I'll follow up on this thread as soon as I found the time to look into it. -- Kind regards, Wilko Meyer From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 01 11:30:43 2024 Received: (at 72964) by debbugs.gnu.org; 1 Oct 2024 15:30:43 +0000 Received: from localhost ([127.0.0.1]:52095 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1svepn-0005Qy-1W for submit@debbugs.gnu.org; Tue, 01 Oct 2024 11:30:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1svepk-0005Qs-R4 for 72964@debbugs.gnu.org; Tue, 01 Oct 2024 11:30:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1svepe-0005a0-L7; Tue, 01 Oct 2024 11:30:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=yRVg24KCiczD/3I8j9+jkcWae5Hcd73u1471RfYRsVQ=; b=Gfw2E9CvWt/ISpz/v0Gy oKrJNucFZ6SjWWle+tKXel397nexpkogGPzsjPMLcFfxFlnMvn0Qa7Ju6lEyTrASvj72gyyRarHsp WG6tiFa3iM8AYK9G6XMHAD973WZFEXLNk9tb/c0176RWFm5khIO1yYoQy+uRssN5FnQ1uh8mjlhj5 QeNGtfV2qfFLe5IIsj96BspG0yhfVTvZuAErxq0auQ1abD+1Ug8AgqYqo1ctUl+rwkXQHGA7vz0GD rtVEdaW0lDbqEmo2SypOuQdMnTCpzeTQ6rg5FSHMsYCu/m3aCWrx0+i1ZTwptvEo5toyvvYhDleha qOABEVPBm38XkA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Wilko Meyer Subject: Re: [bug#72964] [PATCH] gnu: linux-libre: Add =?utf-8?Q?=E2=80=98linux-libre-arm64-honeycomb=E2=80=99=2E?= In-Reply-To: <875xqhkww1.fsf@wmeyer.eu> (Wilko Meyer's message of "Fri, 27 Sep 2024 16:13:18 +0200") References: <87ikup8ht9.fsf@cbaines.net> <875xqhkww1.fsf@wmeyer.eu> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: =?utf-8?Q?D=C3=A9cadi?= 10 =?utf-8?Q?Vend=C3=A9miair?= =?utf-8?Q?e?= an 233 de la =?utf-8?Q?R=C3=A9volution=2C?= jour de la Cuve X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 01 Oct 2024 17:30:30 +0200 Message-ID: <87ldz7zvqh.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72964 Cc: Christopher Baines , 72964@debbugs.gnu.org, Leo Famulari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Wilko Meyer skribis: > Christopher Baines writes: >> Is it possible to enable some of these modules in the regular kernel >> packages? > > Definitely, I'll have a look into that and see that we enable as much as > possible in the default config we ship; I think enabling as much > hardware support as we can out of the box seems pretty feasible > here. I'll follow up on this thread as soon as I found the time to look > into it. Oh that would be even better, indeed (sorry for not noticing your reply earlier). I think creating a new issue would be clearer. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 04 13:46:45 2024 Received: (at control) by debbugs.gnu.org; 4 Dec 2024 18:46:45 +0000 Received: from localhost ([127.0.0.1]:36819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tIuOb-0000p6-1c for submit@debbugs.gnu.org; Wed, 04 Dec 2024 13:46:45 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tIuOY-0000or-L7 for control@debbugs.gnu.org; Wed, 04 Dec 2024 13:46:43 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tIuMM-00085j-Cf for control@debbugs.gnu.org; Wed, 04 Dec 2024 13:44:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=ZHNozDf/vaI5lxLlkRb5Mvovz/qeRT7x0BDpBdthw70=; b=pawB/S83HRWZqk LApingvhlrUg4ddMH85ZGXG4kXTLeObv625riMc0TT+P+9Qvn4OtYv+OZMZT/jf944Rx6uIuJeRwj I/pJqAl8db3HYV58qQfpl/7g+Ta3vb9ZhWkOcvd/8VZXPZumNLIXNIa80iir5A+9w2YIIgs2V5i2F DQSFuUUVfQmRZoXD0wwWQBWGiEbEQVn3UbxtiUvtk04tRog37CSRxe1Q+wnJ12aASCQFSTMntYMUM vGk5KHILlWV9jKDYcwStqASt5g7wIpy4GFvw8SrSesr74QTp7EAkUb3bjNW7EqUkDjf6qL13+49hJ VNs3wS3CpOyAmKO8JlqQ==; Date: Wed, 04 Dec 2024 19:44:22 +0100 Message-Id: <87ttbjwant.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #72964 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 72964 quit From unknown Fri Jun 20 07:12:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 02 Jan 2025 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator