From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:54407 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750979AbaGGWFY (ORCPT ); Mon, 7 Jul 2014 18:05:24 -0400 Date: Mon, 7 Jul 2014 15:05:23 -0700 From: Andrew Morton Subject: Re: [PATCH] checkstack: use $UTS_MACHINE as target architecture Message-Id: <20140707150523.cc671116bf366e8db73209c5@linux-foundation.org> In-Reply-To: <20140705112238.16142.42735.stgit@zurg> References: <20140705112238.16142.42735.stgit@zurg> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Konstantin Khlebnikov Cc: linux-kernel@vger.kernel.org, x86@kernel.org, user-mode-linux-devel@lists.sourceforge.net, linux-kbuild@vger.kernel.org On Sat, 05 Jul 2014 15:22:38 +0400 Konstantin Khlebnikov wrote: > This fixes command # make checkstack for i386/x86_64. > Looks like $UTS_MACHINE is exactly what scripts/checkstack.pl needs. > > By default $UTS_MACHINE is equal to $ARCH, but some arch/${ARCH}/Makefile > overrides it. This patch updates it also in arch/x86/Makefile.um > > broken in ffee0de ("x86: Default to ARCH=x86 to avoid overriding CONFIG_64BIT") The changelog doesn't describe the bug which is being fixed. It should do so please. If there are any compiler/make error messages then those should be included.