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 A5558139345 for ; Thu, 8 Jul 2021 02:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57DF3E0D48; Thu, 8 Jul 2021 02:32:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C9C29E0D43 for ; Thu, 8 Jul 2021 02:32:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0A89E34090F for ; Thu, 8 Jul 2021 02:32:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 398C47C9 for ; Thu, 8 Jul 2021 02:32:06 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1625710853.04014b70152930a501f790d5af4e93ad1a880b4e.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/gentoo-kernel/gentoo-kernel-5.10.48.ebuild X-VCS-Directories: sys-kernel/gentoo-kernel/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 04014b70152930a501f790d5af4e93ad1a880b4e X-VCS-Branch: master Date: Thu, 8 Jul 2021 02:32:06 +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: b1b4f619-bfe3-41d0-b4ae-987ec1538549 X-Archives-Hash: f46cdb2714400523f34fb2c71c8495f3 commit: 04014b70152930a501f790d5af4e93ad1a880b4e Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jul 8 02:11:45 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jul 8 02:20:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04014b70 sys-kernel/gentoo-kernel: add power9 kvm patch to 5.10.48 https://bugzilla.redhat.com/show_bug.cgi?id=1941652#c4 25edcc50d76c ("KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path") Signed-off-by: Georgy Yakovlev gentoo.org> sys-kernel/gentoo-kernel/gentoo-kernel-5.10.48.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.48.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.48.ebuild index 5151cab9b14..50cb582f5f9 100644 --- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.48.ebuild +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.48.ebuild @@ -55,6 +55,9 @@ src_prepare() { local PATCHES=( # meh, genpatches have no directory "${WORKDIR}"/*.patch + # NOTE: please ppc64 kvm patch while it applies + # should land to genpatches or upstream at .49 or .50 + "${FILESDIR}"/5.10.47-ppc64-kvm.patch ) default