Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp1334507ima; Wed, 24 Oct 2018 19:40:39 -0700 (PDT) X-Google-Smtp-Source: AJdET5e2ObfMFpu+bFNeTWcuxSjrzR6ZbZ9BuI68nyZtDe+vSPVkzH/6VZSlRA30uUE6swzmshJh X-Received: by 2002:a63:cb51:: with SMTP id m17-v6mr4758544pgi.105.1540435239570; Wed, 24 Oct 2018 19:40:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540435239; cv=none; d=google.com; s=arc-20160816; b=WaeMbCv3J/PfSKDRbDHWigsjVo72LBE6kUYFCyGGdhY70ypaPNM3j6VNoOTHUYkjxd DaUen7flUZWsZmsPUoz2Vdr1JO6iUc7XXM100uqZYM7AfLEut98g9h3PD/SQClUrfbUH g3PDCs8TewCOPctgB0nuqum0zUA3aMVmwVzqG6C1b/a6TTPApsGr3uVl0PqTLfotHaDg xoIxuoHTlEU/lr5EpQWhGFmjr4DqVbVk266Vbs9QRorAS1YHvEzZrJ87K1l/56lHXb0l Ea/zg2Ugiva9UhHsAUHlOq1TTh1RXUk2QIppNmuE/DcS/R0Yb5883KWD7lZmyv/5fw/g v47w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=jmeQsLx2/WAyDQrHVPdW1ccVJnZOrhu8nKf2sa7ZUWc=; b=LGj/voQlIm7jZSSmbdYiTdZA2qAtGaPZ6rTNwC3Qe7gPLVZSfWbVlT6JogmF14vNuJ OZskbtIkxQwdEnHhRlY2+KAzReukYB0RDoo+M8X6GeWJKEvv7edWvenyrZVWYlKo/e/M twflNb/W7VOFg1xYR/y0PrXEa1J2Y0jGMqaH5if8D9LbUWz61011Vf9145Hgf3Gx+2VX pVT0g7giubgrnDaG2fo+0t8VlM7GZilmuMNIVaUsJHHIfTIAlfBPzD+guqA3GxUE9QFN TUDiGedy5U6A/hrupT9NF2T9rk2EOh0K63df68prRSuZqEcns2DnWSkcFM2k+jeN+e1/ mEyw== 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 s12-v6si6599912pfk.213.2018.10.24.19.40.06; Wed, 24 Oct 2018 19:40:39 -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 S1726909AbeJYLKP (ORCPT + 99 others); Thu, 25 Oct 2018 07:10:15 -0400 Received: from gherkin.frus.com ([192.158.254.49]:32928 "EHLO gherkin.frus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726236AbeJYLKP (ORCPT ); Thu, 25 Oct 2018 07:10:15 -0400 Received: by gherkin.frus.com (Postfix, from userid 500) id 9C4543D006; Wed, 24 Oct 2018 21:39:32 -0500 (CDT) Date: Wed, 24 Oct 2018 21:39:32 -0500 From: Bob Tracy To: linux-alpha@vger.kernel.org Cc: debian-alpha@lists.debian.org, linux-kernel@vger.kernel.org, mcree@orcon.net.nz Subject: Re: vmlinux ld relocation errors on Alpha Message-ID: <20181025023932.GA12242@gherkin.frus.com> References: <20181024144629.GA6338@gherkin.frus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181024144629.GA6338@gherkin.frus.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 24, 2018 at 09:46:29AM -0500, Bob Tracy wrote: > Back in January of 2017, a patch set was created for the 4.9.0 kernel and > *hopefully* sent upstream to address the subject issue. > (...). > Am currently attempting a native 4.19.0 build with an up-to-date debian > "sid" toolchain. If the build succeeds, than the issue became OBE for > whatever reason. Otherwise, it would be nice to know what happened to > the patch set. Should know either way as far as the build in a few more > hours. Successful build, so I guess "OBE" applies. If someone reading this knows, how was this fixed? My guess would be improvements in the compiler tool chain, most particularly "bintools". Sorry for the noise. --Bob