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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B3CB158091 for ; Mon, 30 May 2022 21:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E6B1E089C; Mon, 30 May 2022 21:42:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79F57E089C for ; Mon, 30 May 2022 21:42:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E098341971 for ; Mon, 30 May 2022 21:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14B1D7F for ; Mon, 30 May 2022 21:42:32 +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: <1653946926.27ddd65ea4863e7523fea2eb73570a4698d2d415.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.18 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 5020_BMQ-and-PDS-io-scheduler-v5.18-r1.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 27ddd65ea4863e7523fea2eb73570a4698d2d415 X-VCS-Branch: 5.18 Date: Mon, 30 May 2022 21:42:32 +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: 4e9b478e-cc98-448c-a11a-bdcdc1a049a7 X-Archives-Hash: 3a0b6db30a667476b2af840e96d4da80 commit: 27ddd65ea4863e7523fea2eb73570a4698d2d415 Author: Mike Pagano gentoo org> AuthorDate: Mon May 30 21:42:06 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon May 30 21:42:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=27ddd65e Update BMQ 5.18-r1 patch Signed-off-by: Mike Pagano gentoo.org> 5020_BMQ-and-PDS-io-scheduler-v5.18-r1.patch | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/5020_BMQ-and-PDS-io-scheduler-v5.18-r1.patch b/5020_BMQ-and-PDS-io-scheduler-v5.18-r1.patch index 9b1a8ba1..a130157e 100644 --- a/5020_BMQ-and-PDS-io-scheduler-v5.18-r1.patch +++ b/5020_BMQ-and-PDS-io-scheduler-v5.18-r1.patch @@ -632,10 +632,10 @@ index 976092b7bd45..31d587c16ec1 100644 obj-y += build_utility.o diff --git a/kernel/sched/alt_core.c b/kernel/sched/alt_core.c new file mode 100644 -index 000000000000..a466a05301b8 +index 000000000000..189332cd6f99 --- /dev/null +++ b/kernel/sched/alt_core.c -@@ -0,0 +1,7765 @@ +@@ -0,0 +1,7768 @@ +/* + * kernel/sched/alt_core.c + * @@ -667,6 +667,7 @@ index 000000000000..a466a05301b8 +#include +#include +#include ++#include + +#include + @@ -678,6 +679,8 @@ index 000000000000..a466a05301b8 + +#include "sched.h" + ++#include "pelt.h" ++ +#include "../../fs/io-wq.h" +#include "../smpboot.h" +