From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751391AbdBXLNv (ORCPT ); Fri, 24 Feb 2017 06:13:51 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33505 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751084AbdBXLNo (ORCPT ); Fri, 24 Feb 2017 06:13:44 -0500 Date: Fri, 24 Feb 2017 12:13:39 +0100 From: Ingo Molnar To: Arnd Bergmann Cc: Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Linux Kernel Mailing List Subject: Re: [PATCH] sched/core: include asm/paravirt.h Message-ID: <20170224111339.GA22140@gmail.com> References: <20170217144437.2267633-1-arnd@arndb.de> <20170224083152.GA24307@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnd Bergmann wrote: > On Fri, Feb 24, 2017 at 9:31 AM, Ingo Molnar wrote: > > > > * Arnd Bergmann wrote: > > > >> On Fri, Feb 17, 2017 at 3:43 PM, Arnd Bergmann 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 > >> > --- > >> > >> 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! > > It seems Mark Brown has sent the same fix, and Linus already merged > it on Tuesday. Ok, cool - I dropped the sched/urgent version. Thanks, Ingo