Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp293322imm; Wed, 3 Oct 2018 16:27:50 -0700 (PDT) X-Google-Smtp-Source: ACcGV62L/YeTWRoBKQnIjXlaINU1gNIw1XLhyL2xBRCpWrPza+PIvr7LvwmlsEkzoQNst7hdlMpU X-Received: by 2002:a17:902:b28:: with SMTP id 37-v6mr3857381plq.337.1538609270714; Wed, 03 Oct 2018 16:27:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538609270; cv=none; d=google.com; s=arc-20160816; b=XmQXUQC8Gh7M/v/XNIMuVVxGIjxVhCb/NPiIvKQ1BBqxcEpZojWJnpk8g72rPT5C4p MnV2Rlx+7C/hhYMhLDyUhFr3gSRGGYzzXTWk2vGqYSR0+/WSQ6UZhf0I9KKdLqiS0fvm /IuLO8DSqjfZRM23WtqD9DsHPjkJwJrgSIemghMejXTB7ak7EWONmgh8SM1I6FXVCJmS dXzVNb7Zn47FZfpcP8yWrV8DVrHFsho4yS5qjxoinPXRVEzhcBFGCdPkqlsskI9tut8f LZ7ibjD+lXDJIqL27H0fDCKS8yS4q9InpcZr6vE71IhEXmM3tQ320PRVJeWsu4N51zlU UuAg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:message-id :in-reply-to:subject:cc:to:from:date; bh=GX98Z9MYYvlmCdWV1D2IN7bXOn5N4DhBa0HHMmStNbQ=; b=vvc8khBrabGJJGK3BvpuCllv9IiEMnwmMnhUKqDrgFXlFduLiX6oIf4pRsTf6RoaSD gy2Ck9B6uTMogU2kFbCAfIt9p27OFr6Q41+P9Nq1q9cO2EJzha8JEVFu3fb/Sfzn/PZH CJnlsU8fx1IrPEAUYS5GkSFHaJEBhDo5Ry1EgsBJWp5JdJebKk8wqzvdaSe6GhZxj1gj ignhAC98+TYM1JheX3zBayYAN/P/Lnojgon0ZvUjowsiX5GX9tRxd9tUm4DDjwK1MziE Iqnq0xUZof4kFJviUaNBDym3qgWUZ667CaH6fOSUIgQT1MYpsQyZkd+hYuk92E9BIiSB e7Zw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w9-v6si2967037pll.138.2018.10.03.16.27.35; Wed, 03 Oct 2018 16:27:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727269AbeJDGRy (ORCPT + 99 others); Thu, 4 Oct 2018 02:17:54 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:57344 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727221AbeJDGRy (ORCPT ); Thu, 4 Oct 2018 02:17:54 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id C0B9022A90; Wed, 3 Oct 2018 19:27:18 -0400 (EDT) Date: Thu, 4 Oct 2018 09:27:16 +1000 (AEST) From: Finn Thain To: Leonardo Bras cc: Robert Richter , lkcamp@lists.libreplanetbr.org, Alexander Shishkin , "James E.J. Bottomley" , Helge Deller , Martin Schwidefsky , Heiko Carstens , Geert Uytterhoeven , linux-kernel , linux-m68k@lists.linux-m68k.org, oprofile-list@lists.sf.net, linux-parisc@vger.kernel.org, linux-s390@vger.kernel.org, James Bottomley Subject: Re: [PATCH v3 0/7] Remove errors building drivers/DRIVERNAME In-Reply-To: Message-ID: References: <20180928020816.11251-1-leobras.c@gmail.com> <20181001075607.GA3776@rric.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 3 Oct 2018, Leonardo Bras wrote: > > Sorry, I was not very clear at my reasons why this change is important, > I will try to briefly explain the whole story. > > Some weeks ago I was trying to solve a task that needed to change some > compiling options, build the whole kernel (allyesconfig) and look for > errors. The problem was: It would take a long time to build everything > in my computer. And many friends with slimmer laptops would take much > longer. > It seems to me that you shouldn't need expensive optimization for continuous integration. In theory that could make a big difference though I admit to no experience of build farms. Have you looked at ccache? It will save you from having to recompile any files not changed. You could also leverage all of your laptops together using distcc. HTH. --