From unknown Mon Jun 23 13:14:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#68737] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.14. Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 26 Jan 2024 15:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 68737 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68737@debbugs.gnu.org Cc: Wilko Meyer , leo@famulari.name X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170628197024301 (code B ref -1); Fri, 26 Jan 2024 15:13:01 +0000 Received: (at submit) by debbugs.gnu.org; 26 Jan 2024 15:12:50 +0000 Received: from localhost ([127.0.0.1]:52322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTNsv-0006Jp-M9 for submit@debbugs.gnu.org; Fri, 26 Jan 2024 10:12:50 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTNst-0006JV-R8 for submit@debbugs.gnu.org; Fri, 26 Jan 2024 10:12:48 -0500 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 1rTNsh-0004z9-Rg for guix-patches@gnu.org; Fri, 26 Jan 2024 10:12:35 -0500 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 1rTNsg-00028e-3S for guix-patches@gnu.org; Fri, 26 Jan 2024 10:12:35 -0500 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1706281952; bh=uTsemeD9fCsRhEop16IFNxP2A9dX4CIVZ0QcN9SPwVU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=kE9OpW3QJASkKC/OMbfdJtjLoSGE4Pq8EVLmCuQUlFS6IVtyfGlBzvSDJPBTaNtuZ dPVDl++a58s+JPXb1afSutkby7lIk7gfc19gFFSJ8MPDvz50Dp6TvC/nSAfrx98NGs DikRuZYjTdggldQMsATFpnd0Ts2Rbo4iLwzM2Zj0= Date: Fri, 26 Jan 2024 16:12:02 +0100 Message-ID: <20240126151222.11209-2-w@wmeyer.eu> In-Reply-To: <20240126151222.11209-1-w@wmeyer.eu> References: <20240126151222.11209-1-w@wmeyer.eu> 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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.14. (linux-libre-6.6-pristine-source): Update hash. --- 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 e5a40982a9..4fcc106c2b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -513,7 +513,7 @@ (define-public linux-libre-6.7-pristine-source ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-6.6-version "6.6.13") +(define-public linux-libre-6.6-version "6.6.14") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -523,7 +523,7 @@ (define deblob-scripts-6.6 (base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "1g60hblf4mywq3rivkqmz2n7a9arinxwh4g4n4x4xb8ysiyrxf48"))) + (hash (base32 "110mz8fjlg1j9wnhhq2ik5alayhf61adajd8jqmcsqprncnnpsgv"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) -- 2.41.0 From unknown Mon Jun 23 13:14:31 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#68737: closed () Message-ID: References: <87o7d8jeqy.fsf@wmeyer.eu> <20240126151222.11209-2-w@wmeyer.eu> X-Gnu-PR-Message: they-closed 68737 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 68737@debbugs.gnu.org Date: Fri, 26 Jan 2024 15:29:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1706282942-26049-1" This is a multi-part message in MIME format... ------------=_1706282942-26049-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #68737: [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.14. 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 68737@debbugs.gnu.org. --=20 68737: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D68737 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1706282942-26049-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 68737-done) by debbugs.gnu.org; 26 Jan 2024 15:28:41 +0000 Received: from localhost ([127.0.0.1]:52381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTO8H-0006la-5j for submit@debbugs.gnu.org; Fri, 26 Jan 2024 10:28:41 -0500 Received: from mail.wmeyer.eu ([95.216.196.112]:37862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTO8E-0006lN-R3 for 68737-done@debbugs.gnu.org; Fri, 26 Jan 2024 10:28:39 -0500 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1706282906; bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; h=From:To:Date; b=AZ+08PHcX1n5agg7kcKZxZbQbXpaCAvVqIEviyjCiiVZbK0NKjIw6xUJXiHbkqXF5 7/SyarE7FLbKb89lk+RxAiEpLLOLihrRuDAIX8NpxAmlv5Cs8Eql//chhLldXlMs1e AwkNN+Fk/E4Q+3W/KYN6EeBvPAiq+jWOnHGghTzk= To: 68737-done@debbugs.gnu.org Date: Fri, 26 Jan 2024 16:27:25 +0100 Message-ID: <87o7d8jeqy.fsf@wmeyer.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: 4.3 (++++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Content analysis details: (4.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.3 EMPTY_MESSAGE Message appears to have no textual parts 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: 68737-done 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 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Content analysis details: (3.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.3 EMPTY_MESSAGE Message appears to have no textual parts 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager ------------=_1706282942-26049-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Jan 2024 15:12:50 +0000 Received: from localhost ([127.0.0.1]:52322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTNsv-0006Jp-M9 for submit@debbugs.gnu.org; Fri, 26 Jan 2024 10:12:50 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTNst-0006JV-R8 for submit@debbugs.gnu.org; Fri, 26 Jan 2024 10:12:48 -0500 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 1rTNsh-0004z9-Rg for guix-patches@gnu.org; Fri, 26 Jan 2024 10:12:35 -0500 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 1rTNsg-00028e-3S for guix-patches@gnu.org; Fri, 26 Jan 2024 10:12:35 -0500 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1706281952; bh=uTsemeD9fCsRhEop16IFNxP2A9dX4CIVZ0QcN9SPwVU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=kE9OpW3QJASkKC/OMbfdJtjLoSGE4Pq8EVLmCuQUlFS6IVtyfGlBzvSDJPBTaNtuZ dPVDl++a58s+JPXb1afSutkby7lIk7gfc19gFFSJ8MPDvz50Dp6TvC/nSAfrx98NGs DikRuZYjTdggldQMsATFpnd0Ts2Rbo4iLwzM2Zj0= To: guix-patches@gnu.org Subject: [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.14. Date: Fri, 26 Jan 2024 16:12:02 +0100 Message-ID: <20240126151222.11209-2-w@wmeyer.eu> In-Reply-To: <20240126151222.11209-1-w@wmeyer.eu> References: <20240126151222.11209-1-w@wmeyer.eu> 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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.14. (linux-libre-6.6-pristine-source): Update hash. --- 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 e5a40982a9..4fcc106c2b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -513,7 +513,7 @@ (define-public linux-libre-6.7-pristine-source ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-6.6-version "6.6.13") +(define-public linux-libre-6.6-version "6.6.14") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -523,7 +523,7 @@ (define deblob-scripts-6.6 (base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "1g60hblf4mywq3rivkqmz2n7a9arinxwh4g4n4x4xb8ysiyrxf48"))) + (hash (base32 "110mz8fjlg1j9wnhhq2ik5alayhf61adajd8jqmcsqprncnnpsgv"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) -- 2.41.0 ------------=_1706282942-26049-1-- From unknown Mon Jun 23 13:14:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#68737] (no subject) References: <20240126151222.11209-2-w@wmeyer.eu> In-Reply-To: <20240126151222.11209-2-w@wmeyer.eu> Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 26 Jan 2024 15:32:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68737 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68737-done@debbugs.gnu.org Received: via spool by 68737-done@debbugs.gnu.org id=D68737.170628307426565 (code D ref 68737); Fri, 26 Jan 2024 15:32:03 +0000 Received: (at 68737-done) by debbugs.gnu.org; 26 Jan 2024 15:31:14 +0000 Received: from localhost ([127.0.0.1]:52422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTOAj-0006uP-SM for submit@debbugs.gnu.org; Fri, 26 Jan 2024 10:31:14 -0500 Received: from mail.wmeyer.eu ([95.216.196.112]:36884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTOAi-0006uB-NA for 68737-done@debbugs.gnu.org; Fri, 26 Jan 2024 10:31:13 -0500 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1706283060; bh=6tg2jQRsIX94e59ALUy3fq3haaJBjjw1DcRmuwxH6Y0=; h=From:To:Date; b=eH4HM9yFqvBN0Zjai82ErDBgoWLURLSixEJva1x7Arx7ZT5rhxqdb3u5IPs69jru8 kN8fESnWh/jUb9zq/dQYKELInb7tDBq6qjEFntw9Ut3tKI9XoROLq1arTQWX3Wjh0T /yEogiTqIIHFI7EL7TClA2fdMswZ2ahz1OTZnWGc= Date: Fri, 26 Jan 2024 16:30:37 +0100 Message-ID: <87frykjemk.fsf@wmeyer.eu> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: -- Kind regards, Wilko Meyer w@wmeyer.eu Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 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 (+) -- Kind regards, Wilko Meyer w@wmeyer.eu