From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751688AbbBUF2S (ORCPT ); Sat, 21 Feb 2015 00:28:18 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:39877 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750746AbbBUF2R (ORCPT ); Sat, 21 Feb 2015 00:28:17 -0500 Date: Sat, 21 Feb 2015 06:28:12 +0100 From: Ingo Molnar To: Linus Torvalds Cc: Linux Kernel Mailing List , Peter Zijlstra , Thomas Gleixner , Andrew Morton Subject: Re: [GIT PULL] locking fixes Message-ID: <20150221052812.GA20586@gmail.com> References: <20150220133756.GA30528@gmail.com> <20150221050724.GA8880@gmail.com> <20150221051653.GA9524@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150221051653.GA9524@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > Oh, crap, I just triggered the warnings with: > > x86 defconfig + 'make kvmconfig' + CONFIG_PARAVIRT_SPINLOCKS=y. > > My bad, mea culpa ... > > [...] > But you do allmodconfig tests and look at warnings so > there it probably showed up straight away? Yeah, so an allmodconfig 'make bzImage' build shows these - and only these warnings so they absolutely stand out. 'make modules' is noisier but still reviewable. I'll try to code up some robust automation to fix this problem on my side. Sorry about this! Thanks, Ingo