From unknown Sat Aug 09 13:26:05 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72020] [PATCH] gnu: linux-libre 6.6: Update to 6.6.38. Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: leo@famulari.name, w@wmeyer.eu, guix-patches@gnu.org Resent-Date: Tue, 09 Jul 2024 19:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72020 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72020@debbugs.gnu.org Cc: Wilko Meyer , leo@famulari.name, Leo Famulari , Wilko Meyer X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Leo Famulari , Wilko Meyer Received: via spool by submit@debbugs.gnu.org id=B.172055305915562 (code B ref -1); Tue, 09 Jul 2024 19:25:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 Jul 2024 19:24:19 +0000 Received: from localhost ([127.0.0.1]:54123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRGRn-00042w-EQ for submit@debbugs.gnu.org; Tue, 09 Jul 2024 15:24:19 -0400 Received: from lists.gnu.org ([209.51.188.17]:57618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRGRl-00042o-L7 for submit@debbugs.gnu.org; Tue, 09 Jul 2024 15:24:18 -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 1sRGRe-000344-Sc for guix-patches@gnu.org; Tue, 09 Jul 2024 15:24:11 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sRGRd-0006yA-3S for guix-patches@gnu.org; Tue, 09 Jul 2024 15:24:10 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1720553036; bh=ctdkYsIyxC2JfHMBpKHORMUlVCdLyjRnrZJBSjl4Wxo=; h=From:To:Cc:Subject:Date; b=iKMV7SlOoauv1VUjWN0MW8ivXOJaT+auJu2xKOlRgQJfeyrGAakDqurdmkwbNQ24d MUeRijhJ9xAeHOCkWSNaGdH1zmlEdoJXi5GptKKVf/87PEz6NAoX2QjOiR7JE8201G qMXnGFQst5Y3t0yu1dtlf7ektMJCPg0jWFVfbmOI= Date: Tue, 9 Jul 2024 21:22:40 +0200 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=95.216.196.112; envelope-from=w@wmeyer.eu; helo=mail.wmeyer.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.38. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I3b0135a3eb7e483ed6eb8b3773522a5fa7ae02c7 --- Hi Leo, There's been another update just affecting 6.6. Deblob scripts didn't change this time. gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 5cf0300339..142ae88dcd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -532,7 +532,7 @@ (define-public linux-libre-6.9-pristine-source ;; Here are the support timelines: ;; -(define-public linux-libre-6.6-version "6.6.37") +(define-public linux-libre-6.6-version "6.6.38") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -542,7 +542,7 @@ (define deblob-scripts-6.6 (base32 "05ypqx1sz54yhb8jyxphvg5pwgb2cnzb4zqqaiyyywpqsrnya9kq"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "051j3ydf54bb027a6f7hb2y6r8y82p1hf4wd3x5gx546f1vnx5zk"))) + (hash (base32 "0hz79x9919g3kqd3ldsa7zjdv30j5jjskv2s901msmjhnpzh7m2f"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) base-commit: 237efb17623b343500713e49768c3bceb8098ec2 -- 2.41.0 From unknown Sat Aug 09 13:26:05 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Wilko Meyer Subject: bug#72020: closed (Re: [bug#72020] [PATCH] gnu: linux-libre 6.6: Update to 6.6.38.) Message-ID: References: X-Gnu-PR-Message: they-closed 72020 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 72020@debbugs.gnu.org Date: Wed, 10 Jul 2024 21:15:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1720646102-8015-1" This is a multi-part message in MIME format... ------------=_1720646102-8015-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72020: [PATCH] gnu: linux-libre 6.6: Update to 6.6.38. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 72020@debbugs.gnu.org. --=20 72020: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72020 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1720646102-8015-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72020-done) by debbugs.gnu.org; 10 Jul 2024 21:14:02 +0000 Received: from localhost ([127.0.0.1]:50488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRedW-00023s-DF for submit@debbugs.gnu.org; Wed, 10 Jul 2024 17:14:02 -0400 Received: from fhigh8-smtp.messagingengine.com ([103.168.172.159]:50273) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRedS-00023F-Jz for 72020-done@debbugs.gnu.org; Wed, 10 Jul 2024 17:14:01 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.48]) by mailfhigh.nyi.internal (Postfix) with ESMTP id 6E6E7114081D; Wed, 10 Jul 2024 17:13:53 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Wed, 10 Jul 2024 17:13:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=mesmtp; t=1720646033; x= 1720732433; bh=BdNq/f3iJhXyfinrzuQxtnkA2rO3K7/8flOR7pTg9AY=; b=1 rlP8BcN7VkoWJqapGtPIF9hSkNixayf8r0p74TikrTh1FB/p/HuvmDQ/ntcp4YL5 VVYj+7nMLhtHEIOStGE7vDwgBC0pyXI/TmfzibTJeAuGTh8Hc1dKbj8cGvaBcdez KBkvgyaSCEumaJA/jqjxHM3IxnT76Lzyks942MjK/o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; t=1720646033; x=1720732433; bh=BdNq/f3iJhXyfinrzuQxtnkA2rO3 K7/8flOR7pTg9AY=; b=fgFTcUvdbicufcf8xqrNOrto+boW676nYEsMtCpKQOVK jt4NFf78wYWRmqgJY+Jyp8DUdDPQ1KjzQemVZ93CZA4qHJDQ1XoM0r3M9Bfi5Xx3 oXtckBVVd9w5cVkuFpdxNzXpphz4fGCXnGjuNbChgn0aDmVGlaw2bEaWNpdyD54r XDAxCYlQO5y1ms2gK9tui5IRHpk7QcseYlWCZXOpsvLoWV479j2sCpCvfYxmGJEg 9wK11itneoTlkLqrWQiJj/3izghxSugjt4i+5OWZO3a+PAHo+hUfAUWNb9XOpmIY LArDkk3ZPWcKkLv4lPLf6x2FWK6JokwDbj8EP4HzWg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeftddrfedvgdelkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepfffhvfevuffkfhggtggujgesthdtre dttddtvdenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgr rhhirdhnrghmvgeqnecuggftrfgrthhtvghrnhepieetudehfeekueefleegudfhjefgle ehfeeluefhfeffgfeuudelhedvjeelieetnecuvehluhhsthgvrhfuihiivgeptdenucfr rghrrghmpehmrghilhhfrhhomheplhgvohesfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 10 Jul 2024 17:13:52 -0400 (EDT) Date: Wed, 10 Jul 2024 17:13:50 -0400 From: Leo Famulari To: Wilko Meyer Subject: Re: [bug#72020] [PATCH] gnu: linux-libre 6.6: Update to 6.6.38. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 72020-done Cc: 72020-done@debbugs.gnu.org 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.7 (-) On Tue, Jul 09, 2024 at 09:22:40PM +0200, Wilko Meyer wrote: > Hi Leo, > > There's been another update just affecting 6.6. Deblob scripts > didn't change this time. > -(define-public linux-libre-6.6-version "6.6.37") > +(define-public linux-libre-6.6-version "6.6.38") Thanks! Pushed as a1f89695560dca1ecedab131a33bb6c5f4584226 ------------=_1720646102-8015-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Jul 2024 19:24:19 +0000 Received: from localhost ([127.0.0.1]:54123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRGRn-00042w-EQ for submit@debbugs.gnu.org; Tue, 09 Jul 2024 15:24:19 -0400 Received: from lists.gnu.org ([209.51.188.17]:57618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRGRl-00042o-L7 for submit@debbugs.gnu.org; Tue, 09 Jul 2024 15:24:18 -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 1sRGRe-000344-Sc for guix-patches@gnu.org; Tue, 09 Jul 2024 15:24:11 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sRGRd-0006yA-3S for guix-patches@gnu.org; Tue, 09 Jul 2024 15:24:10 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1720553036; bh=ctdkYsIyxC2JfHMBpKHORMUlVCdLyjRnrZJBSjl4Wxo=; h=From:To:Cc:Subject:Date; b=iKMV7SlOoauv1VUjWN0MW8ivXOJaT+auJu2xKOlRgQJfeyrGAakDqurdmkwbNQ24d MUeRijhJ9xAeHOCkWSNaGdH1zmlEdoJXi5GptKKVf/87PEz6NAoX2QjOiR7JE8201G qMXnGFQst5Y3t0yu1dtlf7ektMJCPg0jWFVfbmOI= To: guix-patches@gnu.org Subject: [PATCH] gnu: linux-libre 6.6: Update to 6.6.38. Date: Tue, 9 Jul 2024 21:22:40 +0200 Message-ID: MIME-Version: 1.0 X-Debbugs-Cc: Leo Famulari , Wilko Meyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=95.216.196.112; envelope-from=w@wmeyer.eu; helo=mail.wmeyer.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Wilko Meyer , leo@famulari.name 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: -2.4 (--) * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.38. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I3b0135a3eb7e483ed6eb8b3773522a5fa7ae02c7 --- Hi Leo, There's been another update just affecting 6.6. Deblob scripts didn't change this time. gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 5cf0300339..142ae88dcd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -532,7 +532,7 @@ (define-public linux-libre-6.9-pristine-source ;; Here are the support timelines: ;; -(define-public linux-libre-6.6-version "6.6.37") +(define-public linux-libre-6.6-version "6.6.38") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -542,7 +542,7 @@ (define deblob-scripts-6.6 (base32 "05ypqx1sz54yhb8jyxphvg5pwgb2cnzb4zqqaiyyywpqsrnya9kq"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "051j3ydf54bb027a6f7hb2y6r8y82p1hf4wd3x5gx546f1vnx5zk"))) + (hash (base32 "0hz79x9919g3kqd3ldsa7zjdv30j5jjskv2s901msmjhnpzh7m2f"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) base-commit: 237efb17623b343500713e49768c3bceb8098ec2 -- 2.41.0 ------------=_1720646102-8015-1--