Received: by 2002:a4a:311b:0:0:0:0:0 with SMTP id k27-v6csp4807417ooa; Tue, 14 Aug 2018 10:49:39 -0700 (PDT) X-Google-Smtp-Source: AA+uWPyQprdVN82+ymOG9MFtysJtBTxwXtIQmTBcGqbBo1D3tzzzL9BnQxTnhUg1jRZa+TIorTfL X-Received: by 2002:a63:5815:: with SMTP id m21-v6mr21509069pgb.78.1534268979482; Tue, 14 Aug 2018 10:49:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534268979; cv=none; d=google.com; s=arc-20160816; b=D7qf0diMVbIEiF+UMY2vYfqKQIKw55+E93GDXtiwztrSc/ZnI4wJ2OEuMjROzPecsc R9kg52VXGFreVVAJ+75jHxBx+naE6JlS59KtL6V61dZY7O+HWPayzzNw149jq8QLKzhQ 3sSWFMJUDB0KrKTeta5PGcvLL2Y2kkIJa2LXc69zgsskQ/ibjy6VfLA0QCiVLOXAz7Kt nYvg8VdFtZgF+3TUK/BU9UZs7XFJqUTaWqf8UYx7Buz0j/DlyZDSpLPQuI5vCbECSjIi Cqvq2tOQjf3+15gsBULwoEG0YvZRluw6S+wNJXj20nzPYotC51Hz62CK4wr9jK1rmw8F oPSA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=GiQg40bPsrl/KJjEWIz49TNLVuP3ygBt+qnGVaKxnI4=; b=hkLfe0eRBF0iMym+qwTCoqBDxOLxGBofY0jz+rJb2MNMmWEOBCQj99xujX9JrUnirb wUDptZ7SLoSr+h7rzSugtJpnTGzOmoKXFHSKl7Yc3e6XyS2nXCqnXf3gABm4jDqzWx5M 2lKdH0XEswCY52MamxIxUePrwC4U1PeDGVeVDlL85CyrN403TlwhM8FyXOgfu8ez0pJk TUfPAIO7aNLRF99Sc/8PMxIqOUGaSafVyuedlMr7uwn7fuLsgOEt7ZibmvDjKPgkacfd CYw5hv5MBo0WAbpDaBYFYOwoXL33ZJ1BlxQ+dmPwh4MF9kdJxSNNowrq1AYPzI8MANxk ZiLQ== 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 q23-v6si23362943pgq.483.2018.08.14.10.49.24; Tue, 14 Aug 2018 10:49: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 S2391202AbeHNUft (ORCPT + 99 others); Tue, 14 Aug 2018 16:35:49 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:32816 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390379AbeHNUfs (ORCPT ); Tue, 14 Aug 2018 16:35:48 -0400 Received: from localhost (unknown [194.244.16.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 16A79C74; Tue, 14 Aug 2018 17:47:35 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Helge Deller Subject: [PATCH 4.4 05/43] parisc: Enable CONFIG_MLONGCALLS by default Date: Tue, 14 Aug 2018 19:17:41 +0200 Message-Id: <20180814171517.431411225@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180814171517.014285600@linuxfoundation.org> References: <20180814171517.014285600@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Helge Deller commit 66509a276c8c1d19ee3f661a41b418d101c57d29 upstream. Enable the -mlong-calls compiler option by default, because otherwise in most cases linking the vmlinux binary fails due to truncations of R_PARISC_PCREL22F relocations. This fixes building the 64-bit defconfig. Cc: stable@vger.kernel.org # 4.0+ Signed-off-by: Helge Deller Signed-off-by: Greg Kroah-Hartman --- arch/parisc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -177,7 +177,7 @@ config PREFETCH config MLONGCALLS bool "Enable the -mlong-calls compiler option for big kernels" - def_bool y if (!MODULES) + default y depends on PA8X00 help If you configure the kernel to include many drivers built-in instead