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 9996D1382C5 for ; Fri, 30 Apr 2021 18:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3C3BE0830; Fri, 30 Apr 2021 18:53:56 +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 C5AC4E0830 for ; Fri, 30 Apr 2021 18:53:56 +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 CD772335C92 for ; Fri, 30 Apr 2021 18:53:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51F2D673 for ; Fri, 30 Apr 2021 18:53:54 +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: <1619808781.41c96f4a008ca0c9fcf5c12c877a77b7108ee903.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.12 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 5010_enable-cpu-optimizations-universal.patch 5013_enable-cpu-optimizations-for-gcc10.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 41c96f4a008ca0c9fcf5c12c877a77b7108ee903 X-VCS-Branch: 5.12 Date: Fri, 30 Apr 2021 18:53:54 +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: 0bc95875-466d-4e16-8ccf-adb815bfe1c7 X-Archives-Hash: ba42cd5e41e30b864105a0a7802c6b15 commit: 41c96f4a008ca0c9fcf5c12c877a77b7108ee903 Author: Mike Pagano gentoo org> AuthorDate: Fri Apr 30 18:53:01 2021 +0000 Commit: Mike Pagano gentoo org> CommitDate: Fri Apr 30 18:53:01 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=41c96f4a Rename cpu opt patch to standardize on naming format Signed-off-by: Mike Pagano gentoo.org> 0000_README | 4 ++-- ...s-for-gcc10.patch => 5010_enable-cpu-optimizations-universal.patch | 0 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/0000_README b/0000_README index bbb058a..b249357 100644 --- a/0000_README +++ b/0000_README @@ -63,9 +63,9 @@ Patch: 4567_distro-Gentoo-Kconfig.patch From: Tom Wijsman Desc: Add Gentoo Linux support config settings and defaults. -Patch: 5013_enable-cpu-optimizations-for-gcc10.patch +Patch: 5010_enable-cpu-optimizations-universal.patch From: https://github.com/graysky2/kernel_gcc_patch/ -Desc: Kernel patch enables gcc = v10.1+ optimizations for additional CPUs. +Desc: Kernel >= 5.8 patch enables gcc = v9+ optimizations for additional CPUs. Patch: 5020_BMQ-and-PDS-io-scheduler-v5.12-r0.patch From: https://gitlab.com/alfredchen/linux-prjc diff --git a/5013_enable-cpu-optimizations-for-gcc10.patch b/5010_enable-cpu-optimizations-universal.patch similarity index 100% rename from 5013_enable-cpu-optimizations-for-gcc10.patch rename to 5010_enable-cpu-optimizations-universal.patch