From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id OG38F0/cfWafvAAA62LTzQ:P1 (envelope-from ) for ; Thu, 27 Jun 2024 21:40:31 +0000 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id OG38F0/cfWafvAAA62LTzQ (envelope-from ) for ; Thu, 27 Jun 2024 23:40:31 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=JCpUXobQ; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=wmeyer.eu (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1719524431; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=QgFZ0+24sryHQEK+Om7pDBkNqxY744gq/YUU4FLfAe4=; b=T+1/HYznLX+P6T56Z7sG3ADGIWL1vYMf3Ydb6NX8eokFv8/wJakg40P+1r0KkUs3I5O12N IaAiPDpY/E3hbAhIFzMe1r1u+BDMhybqnI5rmAsP3DdBCFYPzXioh7Pb2lTRz65aVhS9WQ CA52/VmDhE33wsprd4PJQiIf/vUQuTeFYsQ7jXzXAv1BZzpCVhdilArGnTPQFrGkSXajuQ QJ+XIuFxvLbEXUYBQSe7IMao3jGKGWHtQQDFFxYoyO+0kgI3GH+Ci2JSpNDmG5Z4p8CpZ8 0abdHbJrVuRKHZQ3rwANC7rR4CFxozooLWS1drjMi7b65WdkzVFR7q5h4aRiow== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=JCpUXobQ; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=wmeyer.eu (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1719524431; a=rsa-sha256; cv=none; b=aU3nsTqZyyHGsdTjObQwJddJ956XTO8qr/CdSILPEvf7s4Q/62Ybu6/Ldv0CJFP5Ai3Tne wRyrexYJUV0REcctfnE2HvS12ZKoo6tFFnLKS2C5NUeuEpWFJc/SYHG/9zi3qd7mr2tCsO /7Iot/dwABBTZPgcAbJsqCVBAx/q+gLngvNMlR5AJgc/aM5XE18rfxbmJpbl+UH9/mjSFX Von5qWkgSzpEPttGm2gL1pZyQhC9N1AJ3OO101KFV4sKcsShXe/fsmz6tFIQvSx3YBldxs WXlI15qcWbqBam/ruxMKp8FB9jW0ShMFgw3ll3ybzGMv8Q5xMGUtPnYDy5hUZA== 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 351BEAEA8 for ; Thu, 27 Jun 2024 23:40:30 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sMwqa-0005pn-GB; Thu, 27 Jun 2024 17:40:04 -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 1sMwqY-0005pc-LF for guix-patches@gnu.org; Thu, 27 Jun 2024 17:40:02 -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 1sMwqY-0003ZK-8p for guix-patches@gnu.org; Thu, 27 Jun 2024 17:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sMwqY-0005SU-G7; Thu, 27 Jun 2024 17:40:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71809] [PATCH 0/3] linux-libre kernel updates (2024-06-27) Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: leo@famulari.name, w@wmeyer.eu, guix-patches@gnu.org Resent-Date: Thu, 27 Jun 2024 21:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71809 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71809@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.171952435520917 (code B ref -1); Thu, 27 Jun 2024 21:40:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jun 2024 21:39:15 +0000 Received: from localhost ([127.0.0.1]:43523 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sMwpn-0005RI-8q for submit@debbugs.gnu.org; Thu, 27 Jun 2024 17:39:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:45756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sMwpm-0005RB-1d for submit@debbugs.gnu.org; Thu, 27 Jun 2024 17:39:14 -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 1sMwpi-0005la-Ie for guix-patches@gnu.org; Thu, 27 Jun 2024 17:39:10 -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 1sMwpg-0003UJ-Da for guix-patches@gnu.org; Thu, 27 Jun 2024 17:39:10 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1719524343; bh=QgFZ0+24sryHQEK+Om7pDBkNqxY744gq/YUU4FLfAe4=; h=From:To:Cc:Subject:Date; b=JCpUXobQThSFbdJVDrD3ZjmmhmghfB3G/QbVkfgVAQZ8/o3MdSTb6bmekPev+y8NM da46l88K4VL/QtxCOx60W9H8Yf7ghqB2RVM54GPFvBkEgV2gMM/dHiik2jMseormuF n/vN3JC0Z5rJS+nOAV9OduLSj4vOFCsUJhbwkmQE= Date: Thu, 27 Jun 2024 23:38:11 +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-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-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: 3.93 X-Migadu-Queue-Id: 351BEAEA8 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: 3.93 X-TUID: ejs0qgOjELWW Hi Leo, There's been three kernel updates today for all currently supported 6.x kernels. Haven't been able to check wether the deblob scripts have changed yet, so there's a possibility this patch series needs a v2. Wilko Meyer (3): gnu: linux-libre 6.9: Update to 6.9.7. gnu: linux-libre 6.6: Update to 6.6.36. gnu: linux-libre 6.1: Update to 6.1.96. gnu/packages/linux.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) base-commit: a0eccc02ed1b86f12513df6dd66aea60c29ad95f -- 2.41.0