Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp1236597imm; Tue, 5 Jun 2018 11:08:38 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIsEAWOC5TA9I6cHet/0zJdvYfekKNjUxpS27l6VrhL437oq6hM4W7QDCfGeT+egCOtUT0Y X-Received: by 2002:aa7:820e:: with SMTP id k14-v6mr212810pfi.97.1528222118178; Tue, 05 Jun 2018 11:08:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528222118; cv=none; d=google.com; s=arc-20160816; b=Yc5H6CFia6Xg9j0TIeHcOCGqWKly+ZgETUFabRxTGSYfWho+oxbeppjGZJROXXa3Be /eXmK00Dp7UDDAhaSsslFeDvrHahQocAMAlnE2AScrNtSseoUf/eSdvQdoq+/svWCUpE VU6RibqW48sS2ezVqvH4vaXTxb9CHneSkM0kyDhgE54X9FlDQ3erSph24ElQuBpXcesI bLYYR/4YrihfKdnunDKq2Z5ZdTMYLPh8wr1i1z0djpVfl1JCrzEeDZ7VrXKbquKPwbBC iDLp7ouWwtEV3SNDb6F5vwRqwpmSH4xI8g5OF4ayKKacA7RHB8hBgdvIzYjAlY0QN9X+ 1U+A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:date:message-id:from:cc :references:to:subject:arc-authentication-results; bh=DnVz9yaz/HJIXVWR6RZCFydCQ57uUtTGnPKuIGzwIqg=; b=o5y2x8dIeMdv0VaNoiSfKHvkACFz0qotgaEYv76C/KI9UW7Lc3IVW9jtsOqu7WcNFW kNWKlz5hd1lUmU0PULTW5rlKzfXROzc6QolxpPfkO2oyNsHi8dhWMatHLphR2Uet2guS LuV/vNeBQz3chK9OigEvN0S8QHwFi8M/aCAjuSepop5+9gDx9HC2OMsqiwgx+3rJrcti Fcjj8u9Ow2TjTpmWcDC7jjNsdhfJKtpBHzSxm7AXsJT3utFZtuVxL1XntEVCaGPaj4t4 Srf3Mnx3fvtcAKU2yr5+kQoZt92adB5Ux5MTJ9k26WvtIQ64ipFwvEse3C3L1Cvgkhfl C/Zg== 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 a22-v6si9986864plm.121.2018.06.05.11.08.23; Tue, 05 Jun 2018 11:08:38 -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 S1752359AbeFESG4 (ORCPT + 99 others); Tue, 5 Jun 2018 14:06:56 -0400 Received: from mx2.yrkesakademin.fi ([85.134.45.195]:28416 "EHLO mx2.yrkesakademin.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752276AbeFESGz (ORCPT ); Tue, 5 Jun 2018 14:06:55 -0400 X-Greylist: delayed 905 seconds by postgrey-1.27 at vger.kernel.org; Tue, 05 Jun 2018 14:06:55 EDT Subject: building in 32bit chroot on x86_64 host broken (was: Linux 4.17) To: Linux Kernel Mailing List References: CC: Linus Torvalds From: Thomas Backlund Message-ID: <8f46ed9a-85c0-8df4-2d1e-d268cbc9d0e9@mageia.org> Date: Tue, 5 Jun 2018 20:52:01 +0259 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-WatchGuard-Spam-ID: str=0001.0A0C0201.5B16D13F.00BB,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-WatchGuard-Spam-Score: 0, clean; 0, virus threat unknown X-WatchGuard-Mail-Client-IP: 85.134.45.195 X-WatchGuard-Mail-From: tmb@mageia.org Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I have a 32bit x86 and a 64bit x86_64 install on the system. With linux source up to 4.16.x I could do: setarch i686 (or use command linux32) chroot /path/to/32bit/ (/dev, /proc, /sys, /run is bind mounted in the chroot) Then I could build a 32bit kernel in the chroot without booting the 32bit system... (host is running a 4.14 longterm kernel) but building from 4.17 source in the chroot I get: $ uname -m i686 $ make oldconfig scripts/kconfig/conf --oldconfig Kconfig * * Restart config... * * * Linux/x86 4.17.0 Kernel Configuration * 64-bit kernel (64BIT) [Y/n/?] (NEW) So it does not pick up 32bit anymore ... Is this intentional ? If so, why ? If not, how can I fix it ? -- Thomas