Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752666AbbDAIId (ORCPT ); Wed, 1 Apr 2015 04:08:33 -0400 Received: from pandora.arm.linux.org.uk ([78.32.30.218]:56289 "EHLO pandora.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750848AbbDAIIZ (ORCPT ); Wed, 1 Apr 2015 04:08:25 -0400 Date: Wed, 1 Apr 2015 09:08:06 +0100 From: Russell King - ARM Linux To: Guenter Roeck Cc: Greg Kroah-Hartman , Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Tony Lindgren , Felipe Balbi , Ard Biesheuvel , Arnd Bergmann , Lad@roeck-us.net, Prabhakar , Thomas Gleixner , Daniel Mack , Mikko Perttunen , Thierry Reding Subject: Re: linux-next: Tree for Mar 31 (build failures and culprits) Message-ID: <20150401080806.GY24899@n2100.arm.linux.org.uk> References: <20150401000221.21961ecd@canb.auug.org.au> <20150331161640.GA16540@roeck-us.net> <20150331230749.GA6564@kroah.com> <551B5540.60606@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <551B5540.60606@roeck-us.net> 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 Content-Length: 1635 Lines: 38 On Tue, Mar 31, 2015 at 07:17:36PM -0700, Guenter Roeck wrote: > On 03/31/2015 04:07 PM, Greg Kroah-Hartman wrote: > >You need 3.17 kernel headers to have memfd_create, not much the kdbus > >test code can do about that. You might want to update the kernel > >headers for these build boxes. > > > > Seems there are brand-new requirements for kernel builds. The toolchain determines > the headers used, not the native kernel (which, FWIW, is 3.19). You might want > to document somewhere that "allmodconfig" and possibly "allyesconfig" now only > builds if the toolchain is based on 3.17+ kernel headers. > > I think I'll just drop those allmodconfig builds instead, or find a means to drop > the samples/kdbus builds. Sorry, my time is limited. Building toolchains costs a > lot of time, which I simply don't have. Keep in mind that I am doing all this on > my own spare time. You are putting a lot of burden on people doing test builds. You _can_ avoid it by seeding those configurations. You place the options you want to force to a specific value in a file, and then do: make allmodconfig KCONFIG_ALLCONFIG=seed-config-file So, to turn off samples: CONFIG_SAMPLES=n in seed-config-file. Hence, you can still do an allmodconfig build but without building the samples subdir. -- FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up according to speedtest.net. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/