From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753426AbaBERcH (ORCPT ); Wed, 5 Feb 2014 12:32:07 -0500 Received: from one.firstfloor.org ([193.170.194.197]:35065 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752969AbaBERcF (ORCPT ); Wed, 5 Feb 2014 12:32:05 -0500 Date: Wed, 5 Feb 2014 18:32:02 +0100 From: Andi Kleen To: Paul Gortmaker Cc: Ingo Molnar , Linus Torvalds , Andi Kleen , David Rientjes , Andrew Morton , Borislav Petkov , LKML , X86 ML , Richard Weinberger , Borislav Petkov Subject: Re: [PATCH] x86: Disable CONFIG_X86_DECODER_SELFTEST in allmod/allyesconfigs Message-ID: <20140205173202.GL11821@two.firstfloor.org> References: <20140203145718.5bc9ba1619aff8ea0754b0ab@linux-foundation.org> <20140204090809.GA19156@gmail.com> <87fvny238i.fsf@tassilo.jf.intel.com> <20140205055137.GB30094@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > For the record, even with a (currently) modern CPU such as a > Xeon E5-2630 @ 2.30GHz, the script takes 4m30s on 3.14-rc1 > i386 allyesconfig. And since it runs single threaded at the end > of the build, it really adds that amount to the wall time spent > on the build. So enthusiastically Acked, FWIW. I suppose we could just multi thread it. It should "embarassingly" scale without problems. But turning it off by default is a first step. -Andi