Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp7010imm; Thu, 7 Jun 2018 12:49:41 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKJl98ZghF9ODy6AkzmhUwwMUS5PVhx0zf4zJq4Lez01MgQrY3t1LUTzkl/yha0Tlj7MeCN X-Received: by 2002:a62:b2c4:: with SMTP id z65-v6mr2985738pfl.21.1528400981250; Thu, 07 Jun 2018 12:49:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528400981; cv=none; d=google.com; s=arc-20160816; b=MRfVLToYWe4NXUokUodqV3CA2Gi1L4vW1LgEhc+xZteg/LyjdOAzP6+9wDiE/nOmVT VTUk7W+V3HmcXv+1+hyILUVOQWKIjqGAOzfx9A5gFo2nyZUEvToiIfHbTFPhW1GQC/Wj R5vMvfaCPVnYuxkpQMNgpkMgK4T3xSvF2kXpfjNmG7Jm4+L8Q5v+4bwWUgyZt6PUiXHl 9MCVMLvBf1xX4F/sWPlSwJ0YYsV4Rn0BR5XvjxQgehE76fFdbLj/rDjfBkGVdHmG2lH2 CTyvbpc0W9KEFi419rzgXaGZ8IJxy5WmvSh3sbWsi6agQoZyA2IjGwn+mxRtbBRLjrhA 4oOQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:date:message-id :from:references:cc:to:subject:arc-authentication-results; bh=4m71zF58i6aAo4Sr8BQeN0iRgS4VVz8v0R+drphqlVU=; b=En5eXMHuqkkfeMFTk5Du2/boIblnFAs0dT6mLVfzUMbvwOKZUxtDFZE2SvP7EGsTSI SgXNgAykDml+tbcwIMredBvV6uoAOQ/iZwgm62DDmS0oAA5d+vVBQ+pp7WdvT/0kzun5 qg4pcSWePWWWQZuVlpLt7DKT99sBLSlpa+oSIBpiwb43zodUZsekTxIOpvKqkeM9HjTg NSeF9ENTMPbMDcIRSqPhnfTRvyMLG1OZGgSoOYFJl5pZ3opzcrNq0olYMVwCeErXUsWH wTQXfarxBzZfCI10FfIViZ3w/JUcmblwFt6hoBMPmOR8XtIe9KR/DsEYzeCXqyG6E67y xOOQ== 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 n20-v6si54333216pff.370.2018.06.07.12.49.26; Thu, 07 Jun 2018 12:49:41 -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 S932544AbeFGTry (ORCPT + 99 others); Thu, 7 Jun 2018 15:47:54 -0400 Received: from mx1.yrkesakademin.fi ([85.134.45.194]:39930 "EHLO mx1.yrkesakademin.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753588AbeFGTrx (ORCPT ); Thu, 7 Jun 2018 15:47:53 -0400 Subject: Re: building in 32bit chroot on x86_64 host broken To: Linus Torvalds CC: Masahiro Yamada , Ulf Magnusson , Linux Kernel Mailing List References: <8f46ed9a-85c0-8df4-2d1e-d268cbc9d0e9@mageia.org> <7a5458da-4222-7480-00ed-a51bed2c1e39@mageia.org> From: Thomas Backlund Message-ID: <67595efc-410d-7517-d788-eb3c4d2d7129@mageia.org> Date: Thu, 7 Jun 2018 22:48:11 +0259 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-WatchGuard-Spam-ID: str=0001.0A0C0202.5B198BE9.011D,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.194 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 Den 2018-06-07 kl. 22:40, skrev Linus Torvalds: > On Thu, Jun 7, 2018 at 12:35 PM Thomas Backlund wrote: >> I can work around it for now (or keep the revert in our kernel builds >> for now) until it gets properly fixed... > So rather than doing the revert, it's probably better if your > workaround just does > > make ARCH=i386 oldconfig > > (or maybe even just a "export ARCH=i386" in the environment) > > That should get you to continue to otherwise do the same thing. > > And if it turns out that your flow is the *only* one affected by this, > and nobody else complains, maybe we can just say "yeah, slight change > in build rules, easy to work around" and leave it at that. > > Linus Yeah, I can live with that too :) I just wanted to point out the regression in case it was not (sort of) intentional... -- Thomas