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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2587BC433EF for ; Fri, 25 Mar 2022 11:53:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357425AbiCYLyc (ORCPT ); Fri, 25 Mar 2022 07:54:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233824AbiCYLya (ORCPT ); Fri, 25 Mar 2022 07:54:30 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 439CED444D for ; Fri, 25 Mar 2022 04:52:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648209177; x=1679745177; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=I9fdKjDe7c5xOBuEv/szPzFWHRVEWEDrHDMgVrhEe+M=; b=IJ8LXtcVmaYjwRPaa9ljoQAWzSYQ7GBuURHaVJ38521TkxYRQPqOlYnA zwpWaTR4ejFPX/XeGpbaLCmiPRnCLcr6SnlEHbdmNET2h3a3cQZ5sa+nI 98VkXKqLxQPRhubAIxoiJMnH3st/85RKZosEuNmoKgKNwkehazsNPLeBO fGjGBZnJqIZBQExIPs2ksf51wv5xTMom4dUoediBlC7u+ayeLESp0tzr2 HfivHIz7qAlYFTMsPdMJjLuPWeovs2x+Eb6roam+5inE1dM5/se+Xf1uT bIOuS5WGKxRQL9yrUq/c0Z3h6+8KBrdxTWfQ5JKyUV8uNPziwlCnD0EWk g==; X-IronPort-AV: E=McAfee;i="6200,9189,10296"; a="258584529" X-IronPort-AV: E=Sophos;i="5.90,209,1643702400"; d="scan'208";a="258584529" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2022 04:52:56 -0700 X-IronPort-AV: E=Sophos;i="5.90,209,1643702400"; d="scan'208";a="718185018" Received: from smile.fi.intel.com ([10.237.72.59]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2022 04:52:53 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nXiUL-006MZ1-Ri; Fri, 25 Mar 2022 13:52:17 +0200 Date: Fri, 25 Mar 2022 13:52:17 +0200 From: Andy Shevchenko To: Nathan Chancellor Cc: Ingo Molnar , Linus Torvalds , Borislav Petkov , Linux Kernel Mailing List , Peter Zijlstra , Will Deacon , Waiman Long , Boqun Feng , Thomas Gleixner , Andrew Morton , Sebastian Andrzej Siewior Subject: Re: [PATCH] x86/config: Make the x86 defconfigs a bit more usable Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 24, 2022 at 08:47:27AM -0700, Nathan Chancellor wrote: > On Thu, Mar 24, 2022 at 09:31:13AM +0100, Ingo Molnar wrote: > > --- a/arch/x86/configs/i386_defconfig > > +++ b/arch/x86/configs/i386_defconfig > > -# CONFIG_64BIT is not set > > I don't think this is right, this is repeating the problem that was > fixed by commit 76366050eb1b ("x86/defconfigs: Explicitly unset > CONFIG_64BIT in i386_defconfig"). > > $ make ARCH=i386 savedefconfig > > ? +1 here, there are still branches in use that have i386 defconfig as as base and making this problem again is not okay. -- With Best Regards, Andy Shevchenko