From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0311BC10F11 for ; Sat, 13 Apr 2019 07:28:22 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2CCB42084D for ; Sat, 13 Apr 2019 07:28:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=aoeu2code.com header.i=jefferson@aoeu2code.com header.b="ZZNh3Q8V" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2CCB42084D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aoeu2code.com Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=kernelnewbies-bounces@kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.91) (envelope-from ) id 1hFD3a-0004DA-3e; Sat, 13 Apr 2019 03:26:34 -0400 Received: from sender4-of-o55.zoho.com ([136.143.188.55]) by shelob.surriel.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) (Exim 4.91) (envelope-from ) id 1hFD3N-0004D3-0q for kernelnewbies@kernelnewbies.org; Sat, 13 Apr 2019 03:26:21 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1555134037; cv=none; d=zoho.com; s=zohoarc; b=jF+6ZCMDVH82o6vwy/lkyFlWd7/7eLhIVjFq4EWJjSD70euKcHtfXQ/oRqiqd0xKNrTCynaa9Hxf87TRatyQwuhAzqgtCBwxbBvNaJBEY2IZth6XQW2jsGiDxslVvd+z9B9DG7C4SchRk8DETAG+hED4FmCVhgHozPOo7b/9IUE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1555134037; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To:ARC-Authentication-Results; bh=sIUJYwdhOzyqKyPpmU2VTC0Cc8x495e5WoZdI894wuk=; b=MNWMHLNfSB15tn65eX6bQSwQ3fDjT2VKR4XbVxhagYNMLG5FwKzMTcNvmGxSXtdhUe5LrCkKAqm2d5lLgEQcrF5xnMA5qTaSRmy9x8nXcmaS5A+gS9PawvjP1s8nId3Ia+j4AZ57C87XbGsZ1835vtJAch8fWob5db9zP/TfuVc= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=aoeu2code.com; spf=pass smtp.mailfrom=jefferson@aoeu2code.com; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1555134037; s=zoho; d=aoeu2code.com; i=jefferson@aoeu2code.com; h=Date:From:To:Message-Id:In-Reply-To:Subject:MIME-Version:Content-Type; l=1288; bh=sIUJYwdhOzyqKyPpmU2VTC0Cc8x495e5WoZdI894wuk=; b=ZZNh3Q8VoH27dl3Z2PA5ZZVgznhsXJs+zBbL1s9VOz9qZKbuOYcby644Szv07PUK FWnymTqFrtuJ4voobe6yoDCZGrqsQ2huF9CNMZmImMmfcP4FTxWLJLgd0ep7h6/2x9R mWQWRL8WIKGiybI8tpXNMR5yCqIHD+RHTM2bs9+s= Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1555134035918130.08642357571432; Fri, 12 Apr 2019 22:40:35 -0700 (PDT) Date: Fri, 12 Apr 2019 22:40:35 -0700 From: Jefferson Carpenter To: "kernelnewbies" Message-Id: <16a153637cc.117ac4db3472558.4421794693225896449@aoeu2code.com> In-Reply-To: Subject: Is there a "build everything" kernel configuration? MIME-Version: 1.0 X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============6297133809749574848==" Errors-To: kernelnewbies-bounces@kernelnewbies.org --===============6297133809749574848== Content-Type: multipart/alternative; boundary="----=_Part_1534005_2000162253.1555134035916" ------=_Part_1534005_2000162253.1555134035916 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Supposing I want to make a change to the Kernel code and make sure that it = all builds (i.e. that I did not cause any compile errors under any configur= ation), what's best way to do that?=C2=A0 Can I just take the default setti= ng for all config options or does there exist a "build everything" mode? - Jefferson Carpenter ------=_Part_1534005_2000162253.1555134035916 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: 7bit
Supposing I want to make a change to the Kernel code and make sure that it all builds (i.e. that I did not cause any compile errors under any configuration), what's best way to do that?  Can I just take the default setting for all config options or does there exist a "build everything" mode?

- Jefferson Carpenter


------=_Part_1534005_2000162253.1555134035916-- --===============6297133809749574848== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies --===============6297133809749574848==--