From unknown Fri Aug 22 01:04:05 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#71003 <71003@debbugs.gnu.org> To: bug#71003 <71003@debbugs.gnu.org> Subject: Status: [PATCH 2/8] gnu: linux-libre-6.8: Update to 6.8.10. Reply-To: bug#71003 <71003@debbugs.gnu.org> Date: Fri, 22 Aug 2025 08:04:05 +0000 retitle 71003 [PATCH 2/8] gnu: linux-libre-6.8: Update to 6.8.10. reassign 71003 guix-patches submitter 71003 Wilko Meyer severity 71003 normal tag 71003 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri May 17 08:39:03 2024 Received: (at submit) by debbugs.gnu.org; 17 May 2024 12:39:03 +0000 Received: from localhost ([127.0.0.1]:54985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s7wrW-0000k5-2k for submit@debbugs.gnu.org; Fri, 17 May 2024 08:39:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:35698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s7wrT-0000jV-J6 for submit@debbugs.gnu.org; Fri, 17 May 2024 08:39:00 -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 1s7wrQ-0004gZ-5R for guix-patches@gnu.org; Fri, 17 May 2024 08:38:56 -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 1s7wrO-0000oi-LF for guix-patches@gnu.org; Fri, 17 May 2024 08:38:55 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1715949533; bh=/vZdh/c1mHo+W8t7AlXjX45/4FMNdXLdDONuWeWz3vw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Q1S/XPwCwFnuyKuvhnyJyBJ+4maItFuTNqKgbHbPSCDRvIIXzyG924r6556XfkTyq 0cVBF1yeHpbXAH6r++Fq1MJl6wzbp0oMymqzA+navzPvtWEMHCfZXmsAdCPvH2yrRZ 1oziBF/HVmbXoXbE90zJqcgjc+TdEW4ulm3T0jTA= To: 71002@debbugs.gnu.org, guix-patches@gnu.org Subject: [PATCH 2/8] gnu: linux-libre-6.8: Update to 6.8.10. Date: Fri, 17 May 2024 14:38:23 +0200 Message-ID: <20240517123829.6708-2-w@wmeyer.eu> In-Reply-To: <20240517123829.6708-1-w@wmeyer.eu> References: <20240517123829.6708-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 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.8-version): Update to 6.8.10. (linux-libre-6.8-pristine-source): Update hash. Change-Id: I9f29850d6fcc2863daf3e901885383d484c5e1bb --- 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 ecbb6e5be2..d97e965593 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -521,7 +521,7 @@ (define-public linux-libre-6.9-pristine-source ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-6.8-version "6.8.9") +(define-public linux-libre-6.8-version "6.8.10") (define-public linux-libre-6.8-gnu-revision "gnu") (define deblob-scripts-6.8 (linux-libre-deblob-scripts @@ -531,7 +531,7 @@ (define deblob-scripts-6.8 (base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6"))) (define-public linux-libre-6.8-pristine-source (let ((version linux-libre-6.8-version) - (hash (base32 "1dn9bgmf03bdfbmgq98d043702g808rjikxs2i9yia57iqiz21gr"))) + (hash (base32 "0xjirg2w5fc2w2q6wr702akszq32m31lk4q5nbjq10zqhbcr5fxh"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.8))) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri May 17 08:55:57 2024 Received: (at control) by debbugs.gnu.org; 17 May 2024 12:55:57 +0000 Received: from localhost ([127.0.0.1]:55127 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s7x7s-000114-R0 for submit@debbugs.gnu.org; Fri, 17 May 2024 08:55:57 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:35628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s7x7q-00010u-6z for control@debbugs.gnu.org; Fri, 17 May 2024 08:55:55 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1715950545; bh=HK77i/3Y62YVukaf3O44EGWRQKLLVNwZdaIXNNIjvBY=; h=From:To:Subject:Date; b=q40K0fHwodUqaWWhv2LMC5ZEPKAz6CVjVEuBOn2z+AIfTqnUAaKYeQ1B4v6ciMpVq 0G/VvuV3HQ45bgDLdKl5kxkHpZofVJmErnTEuYwYDcuwTfgtHTrDnBMVaOhwL+yf5V MrFf36peTekXiVJzZRUFl+XcKPn2R+SUokMF4BVY= To: GNU Debbugs Subject: Closing my erroneously created issues Date: Fri, 17 May 2024 14:55:39 +0200 Message-ID: <87seyg4myc.fsf@wmeyer.eu> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) 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: -1.0 (-) # Messed up my git format-patch command # closing erroneously created kernel update patches close 71003 close 71004 close 71005 close 71006 close 71007 close 71008 close 71009 close 71010 thankyou From unknown Fri Aug 22 01:04:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 15 Jun 2024 11:24:05 +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