Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760071Ab2HJACg (ORCPT ); Thu, 9 Aug 2012 20:02:36 -0400 Received: from seven.medozas.de ([5.9.24.206]:37123 "EHLO seven.medozas.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756041Ab2HJACf (ORCPT ); Thu, 9 Aug 2012 20:02:35 -0400 Date: Fri, 10 Aug 2012 02:02:33 +0200 (CEST) From: Jan Engelhardt To: Michal Marek cc: Linus Torvalds , Sam Ravnborg , Arnaud Lacombe , Nick Bowler , Jan Beulich , Linux Kernel Mailing List Subject: Re: "Inconsistent kallsyms data" error In-Reply-To: <20120707214033.GA5303@pobox.suse.cz> Message-ID: References: <20120707214033.GA5303@pobox.suse.cz> User-Agent: Alpine 2.01 (LNX 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 824 Lines: 20 On Saturday 2012-07-07 23:40, Michal Marek wrote: >index cd9c6c6..4629038 100644 >--- a/scripts/link-vmlinux.sh >+++ b/scripts/link-vmlinux.sh >@@ -210,8 +210,8 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then > mksysmap ${kallsyms_vmlinux} .tmp_System.map > > if ! cmp -s System.map .tmp_System.map; then >- echo Inconsistent kallsyms data >- echo echo Try "make KALLSYMS_EXTRA_PASS=1" as a workaround >+ echo >&2 Inconsistent kallsyms data >+ echo >&2 echo Try "make KALLSYMS_EXTRA_PASS=1" as a workaround Hm why is there echo twice in that one line? Seems like an oversight.. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/