From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30AE9159C96 for ; Sat, 27 Jul 2024 09:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D52B2BC05E; Sat, 27 Jul 2024 09:22:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 616F82BC05E for ; Sat, 27 Jul 2024 09:22:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80B893408DD for ; Sat, 27 Jul 2024 09:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 244F51D88 for ; Sat, 27 Jul 2024 09:22:12 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1722072116.9f112a5da51ef02d02db42b6b0f77a6556870e38.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.15 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 9f112a5da51ef02d02db42b6b0f77a6556870e38 X-VCS-Branch: 5.15 Date: Sat, 27 Jul 2024 09:22:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ecfb0eb-ebad-4609-aebb-35108a75eb5e X-Archives-Hash: 1452e773a2c042a538209b5c0c5de1dd commit: 9f112a5da51ef02d02db42b6b0f77a6556870e38 Author: Mike Pagano gentoo org> AuthorDate: Sat Jul 27 09:21:56 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Jul 27 09:21:56 2024 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=9f112a5d Remove redundant patch Removed: 2945_handle-gcc-14-last-stmt-rename.patch Signed-off-by: Mike Pagano gentoo.org> 0000_README | 4 ---- 1 file changed, 4 deletions(-) diff --git a/0000_README b/0000_README index c13e1156..afb15eaa 100644 --- a/0000_README +++ b/0000_README @@ -731,10 +731,6 @@ Patch: 2950_kbuild-CRC32-1MB-dict-xz-modules.patch From: https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/commit/?h=kbuild&id=fbf5892df21a8ccfcb2fda0fd65bc3169c89ed28 Desc: kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules -Patch: 2945_handle-gcc-14-last-stmt-rename.patch -From: https://lore.kernel.org/all/20230811060545.never.564-kees@kernel.org/#Z31scripts:gcc-plugins:gcc-common.h -Desc: gcc-plugins: Rename last_stmt() for GCC 14+ - Patch: 3000_Support-printing-firmware-info.patch From: https://bugs.gentoo.org/732852 Desc: Print firmware info (Reqs CONFIG_GENTOO_PRINT_FIRMWARE_INFO). Thanks to Georgy Yakovlev