From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id YDBrHUQIJWVERAEAG6o9tA:P1 (envelope-from ) for ; Tue, 10 Oct 2023 10:16:04 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id YDBrHUQIJWVERAEAG6o9tA (envelope-from ) for ; Tue, 10 Oct 2023 10:16:04 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1E5F76B84C for ; Tue, 10 Oct 2023 10:16:04 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=kOu64LEl; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1696925764; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=1S/Zal+cml/73dE2GJFtGzHlKtjO0UZae+Csr1RpnhQ=; b=VOzsOkDqvZQ64OaI6AgT/rKk7qwtS1n1SawiMfuDlyuf0jBlKST4o2nSYIteHmAkVy4OKR Zk4Y0nngBbrywHY/Z4RyXaftDcxmh+np/yuWPxKJg3hNOoBnc+LhJSLOuxRMxoNvS7Pmjn kekSM9qKBb6Fnu3W0ga1UVf4jm+xUy9P9w/42tRXobPE9WKmEeN8KObN/gZpnOd1IKrH9b pBJgmStZS4IiWDwhPZRAKAy/+bPck/pQs+K+TRA5uLLjDtbL82QOsRAYHhtNKYPHsNaqZ7 AUPnSv87JtZe6iQqZxkYwXwuWZ/5bfUtpeJe3YhmGDf7UiZ6ejACFSGbZiEUYA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1696925764; a=rsa-sha256; cv=none; b=OMX+lk6UMaXBXqI6iLL2EoWkY0KUYyJ+4fFzgmaldyiuNI0c12t2v7JDdiw3Aknjn0Ig2R wD4RPXKMenmfb/eYENzBZAM4MseCpAB6fuk0K51gTLx3dKhUYjPvm418p/X9UZ0xjFdy/c wcdLQ3A+iJUuwK5OTRxMO6zh5aGUfm/T2QwUYjl6Bka3+PzGm1sN3sE91hsT2XZlRrrOAr YpDXZuLHvckCxS25AtUs0qcDyCgviy7zFuivMsfYPHTmfSf880UZjBo2li+pHYILAZ7N4D RgWo7MvqDogOUbU0NoB9YvOiiEYm8qsVCONI/ApoZG9d7gJO3aE0Ua9fD0wPKw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=kOu64LEl; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qq7u2-0004Gv-Sa; Tue, 10 Oct 2023 04:15:42 -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 1qq7u1-0004Fc-Ms for guix-patches@gnu.org; Tue, 10 Oct 2023 04:15:41 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qq7u1-00023B-Ep for guix-patches@gnu.org; Tue, 10 Oct 2023 04:15:41 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qq7uM-0001t8-5k for guix-patches@gnu.org; Tue, 10 Oct 2023 04:16:02 -0400 Subject: bug#66318: [PATCH 0/3] Add HELambdaP Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 10 Oct 2023 08:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 66318 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Gabriel Hondet Cc: 66318-done@debbugs.gnu.org Mail-Followup-To: 66318@debbugs.gnu.org, glv@posteo.net, gabriel.hondet@cominety.net Received: via spool by 66318-done@debbugs.gnu.org id=D66318.16969257087158 (code D ref 66318); Tue, 10 Oct 2023 08:16:01 +0000 Received: (at 66318-done) by debbugs.gnu.org; 10 Oct 2023 08:15:08 +0000 Received: from localhost ([127.0.0.1]:33926 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qq7tU-0001rO-9t for submit@debbugs.gnu.org; Tue, 10 Oct 2023 04:15:08 -0400 Received: from mout02.posteo.de ([185.67.36.66]:52743) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qq7tR-0001qU-0s for 66318-done@debbugs.gnu.org; Tue, 10 Oct 2023 04:15:06 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 7CEFD240101 for <66318-done@debbugs.gnu.org>; Tue, 10 Oct 2023 10:14:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1696925677; bh=1S/Zal+cml/73dE2GJFtGzHlKtjO0UZae+Csr1RpnhQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=kOu64LEltnJPPKevcbnXm1i+3lObFM1oHn/LCvHm0iPzyuns8E6jwUn2Flp1GmeZX LdTLgYcISCx0/IIzNCVEt3bFXtMZOIiPr7s21n+qw9qo79G/QxkOnoAuARCyxtR+vV KRNsOkRMU6UpyYRl/XC5/SVj7z3rZN/E7K9huH8kDryZw3eRtHCYNxJRB4cISI+dKr BmyDyjsx5pnk1JcufsLeX7BegViF4ThYCUjcy3hxLeLm8hfrZ+2hIaHu7pa6BFhXZ0 hET4RdxtAoQNr/7ad7hxiMrCijPbGn2bGP7eNtZNnsJOqKdp1TsVDxg7JFycyR1415 8VrTmQpdY3CFQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4S4TG45fcJz6vBl; Tue, 10 Oct 2023 10:14:36 +0200 (CEST) References: From: Guillaume Le Vaillant Date: Tue, 10 Oct 2023 08:12:53 +0000 In-reply-to: Message-ID: <877cnuopw4.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -6.90 X-Spam-Score: -6.90 X-Migadu-Queue-Id: 1E5F76B84C X-TUID: prtDfYh8TNrB --=-=-= Content-Type: text/plain Patches applied as 1dbc630a3390d7232e26b4cfa3499b579b82e553 and following (with some modifications and complete commit messages). Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZSUH6w8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j8QOwD9E0IJ8FQ/g7UbeDp4hnS2RPaiKpvfePjFoYiS S5pwq04BAIPUJgJmvQ3UAylFyxyrIyqYKs2eHRzOxzksh36ljy1H =8fh4 -----END PGP SIGNATURE----- --=-=-=--