We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31f2ee commit f7d1b58Copy full SHA for f7d1b58
kernel/sched/ext.c
@@ -4974,7 +4974,7 @@ static int scx_ops_enable(struct sched_ext_ops *ops, struct bpf_link *link)
4974
4975
if (!cpumask_equal(housekeeping_cpumask(HK_TYPE_DOMAIN),
4976
cpu_possible_mask)) {
4977
- pr_err("sched_ext: Not compatible with \"isolcpus=\" domain isolation");
+ pr_err("sched_ext: Not compatible with \"isolcpus=\" domain isolation\n");
4978
return -EINVAL;
4979
}
4980
0 commit comments