Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp690731ima; Wed, 24 Oct 2018 07:47:13 -0700 (PDT) X-Google-Smtp-Source: AJdET5cDUIj7ysMpA5sC6LnJ9RJAJDrPyuFUXA4Mi5PY7NIyrH3QBf8/xpcq59usYJ7G8jhwQyum X-Received: by 2002:a63:2c4:: with SMTP id 187-v6mr2770083pgc.304.1540392433193; Wed, 24 Oct 2018 07:47:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540392433; cv=none; d=google.com; s=arc-20160816; b=AqvBIuxD0dDvXkRQL9j0wmD2wyvHuRNhAqDWRB2oI7k2ntGcl+HjeW1WCq4ei0L82x 50YFed0P7/WObj4M8ovwvR3GY/U+yDtrVf1Zjfm2CUKEOV1Nj5KDMZlRcG1khAVfs/Eg a40Tuj2ud7ns91WkRrXSHyDAtZS1UYlePek5Veaa7qVTYliDzjNHC90u/LrelAwGPGRN UP2FZjtk1gEESxq4uwgVVK50lBCnoqsUfYVMgLjD3knna20g+jpA5S9wiFyNQg6u/WZJ fa6+aQ4ws4q8MRCDVn/RkbEjssCp9dAIrLQZDkpK+NF/SiRDTjT0Byk6Al5WhFgIGLpv Pw3Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=0QxjDpHSASR0qeGVGCRFvw4N6ng4g5IL4IylEZDUmdc=; b=r6KJONjtN0zgN8OZ0IFJIQBAfloo4vdFLJvVr3420hPShZffJYGI6BA7n/KaBss9Is ziGrDM6yFwlod3U4dO/71xEZ3PMX5+cGahGtPJLyYXAJZIedcNEnO/jIxnqq1WZINPKa XoPKzIgJLDu5Ne4l6j3himm//0x3ELuKig5Qt4j8jIjvNw1RvscI1xbIhU20G5ZnCgqy WTbCk1veKyop5jfdOtbJ7M1FK2iK3UJlcrGwrGic4y+0BdvMoNX0ME4ytnMDWI7zh5dR 1cLrfpXSXDG3li1iYKO/RTM3R7cmJMHHWjDo3cu64d2OxBCh162n6NpvoTFnT9vyFC9z hBeg== 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 f185-v6si4601917pgc.339.2018.10.24.07.46.56; Wed, 24 Oct 2018 07:47:13 -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 S1726800AbeJXXOy (ORCPT + 99 others); Wed, 24 Oct 2018 19:14:54 -0400 Received: from gherkin.frus.com ([192.158.254.49]:57938 "EHLO gherkin.frus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726457AbeJXXOy (ORCPT ); Wed, 24 Oct 2018 19:14:54 -0400 Received: by gherkin.frus.com (Postfix, from userid 500) id 11B5D3D005; Wed, 24 Oct 2018 09:46:29 -0500 (CDT) Date: Wed, 24 Oct 2018 09:46:29 -0500 From: Bob Tracy To: linux-alpha@vger.kernel.org Cc: debian-alpha@lists.debian.org, linux-kernel@vger.kernel.org Subject: vmlinux ld relocation errors on Alpha Message-ID: <20181024144629.GA6338@gherkin.frus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 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. The patch implemented a workaround: defining a new "alphalib" section for all the Alpha-specific library functions to be linked into the final vmlinux. The patch was definitely not implemented in a vacuum: Helge Deller and Michael Cree suggested the fix approach, and both Maciej W. Rozycki and Matt Turner provided significant input along the way. At this late date, I was forced to resync my Alpha build tree with the one from "kernel.org", and noticed the patch set never made it into mainline. There's a definite possibility it was never submitted upstream, and a further possibility it was NACK'd for some reason. 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. --Bob