From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751854AbdBXIop (ORCPT ); Fri, 24 Feb 2017 03:44:45 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35177 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751631AbdBXIlE (ORCPT ); Fri, 24 Feb 2017 03:41:04 -0500 Date: Fri, 24 Feb 2017 09:31:52 +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: <20170224083152.GA24307@gmail.com> References: <20170217144437.2267633-1-arnd@arndb.de> 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 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! Thanks, Ingo