commit: 27ddd65ea4863e7523fea2eb73570a4698d2d415 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Mon May 30 21:42:06 2022 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> 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 <mpagano <AT> 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 <linux/kprobes.h> +#include <linux/profile.h> +#include <linux/nmi.h> ++#include <linux/scs.h> + +#include <uapi/linux/sched/types.h> + @@ -678,6 +679,8 @@ index 000000000000..a466a05301b8 + +#include "sched.h" + ++#include "pelt.h" ++ +#include "../../fs/io-wq.h" +#include "../smpboot.h" +
