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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B783B13933E for ; Tue, 13 Jul 2021 12:38:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 020FEE0AB4; Tue, 13 Jul 2021 12:38:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFCE2E0AB4 for ; Tue, 13 Jul 2021 12:38:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93E73342B5D for ; Tue, 13 Jul 2021 12:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46726798 for ; Tue, 13 Jul 2021 12:38:42 +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: <1626179899.be59a203f0f686577aab1cc84b3ed543e7bfd720.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.19 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: be59a203f0f686577aab1cc84b3ed543e7bfd720 X-VCS-Branch: 4.19 Date: Tue, 13 Jul 2021 12:38:42 +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: e2c61c6c-883e-41df-a1d8-b86239389b39 X-Archives-Hash: 8ce58394abca9043a280c4cf0297782f commit: be59a203f0f686577aab1cc84b3ed543e7bfd720 Author: Mike Pagano gentoo org> AuthorDate: Tue Jul 13 12:38:19 2021 +0000 Commit: Mike Pagano gentoo org> CommitDate: Tue Jul 13 12:38:19 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=be59a203 Update Homepage for CPU Optimization patch Signed-off-by: Mike Pagano gentoo.org> 0000_README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0000_README b/0000_README index dd8ede9..3dc1cd2 100644 --- a/0000_README +++ b/0000_README @@ -852,5 +852,5 @@ From: Tom Wijsman Desc: Add Gentoo Linux support config settings and defaults. Patch: 5010_enable-cpu-optimizations-universal.patch -From: https://github.com/graysky2/kernel_gcc_patch/ +From: https://github.com/graysky2/kernel_compiler_patch Desc: Kernel 4.19-5.4 patch enables gcc = v9+ optimizations for additional CPUs.