Re: [PATCH] sched/core: include asm/paravirt.h

From: Ingo Molnar
Date: Fri Feb 24 2017 - 03:44:53 EST



* Arnd Bergmann <arnd@xxxxxxxx> wrote:

> On Fri, Feb 17, 2017 at 3:43 PM, Arnd Bergmann <arnd@xxxxxxxx> wrote:
> > One of the headers that got removed was needed after all, depending
> > on the configuration:
> >
> > kernel/sched/core.c: In function 'update_rq_clock_task':
> > kernel/sched/core.c:198:50: error: 'paravirt_steal_rq_enabled' undeclared (first use in this function); did you mean 'arch_local_irq_enable'?
> >
> > This restores the include.
> >
> > Fixes: 004172bdad64 ("sched/core: Remove unnecessary #include headers")
> > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> > ---
>
> The broken patch has now made it into mainline, according to the output of the
> build bots.

Oops, I totally mis-read the bug reports and assumed it was related to the sched.h
splitup, which is in a separate branch. But this was a sched/core commit ...

I'll push the fix to Linus later today and sorry about that!

Thanks,

Ingo