Received: by 10.213.65.68 with SMTP id h4csp1394479imn; Wed, 21 Mar 2018 09:36:39 -0700 (PDT) X-Google-Smtp-Source: AG47ELsKgLXw/QiNtnTaQ60I32PkURCvleB0NNhsx3F9a0wMai8eI7cYcFLY73SsJ1fmlAUDVmJ8 X-Received: by 10.98.152.22 with SMTP id q22mr17505494pfd.178.1521650199685; Wed, 21 Mar 2018 09:36:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521650199; cv=none; d=google.com; s=arc-20160816; b=lbLBpX488Ij00zU/DDwPh95Fu1oH1h1BfeCag2vwT8eyu5n72EvylfiviQ7nzKYdlR ybVkZNO5N7k4tDAYPus5ExMDBfr/898QNbI0ojZOFxj8YuM8Oq5R4nVTCwQt8vZ+Cnio W8ITl4Rb6FsEDxDoap5bGZB70IOccznBOdEeHYEXLnU55jINPW02gcgA3ehiSlXU0UaM 3n8QKnGojU6MvMzdPAjUq+fwRH01rm78a4RPxIMe25GMbS7ljnfosg94eLhQrfIYmCBL 6pDcRHW+60eye//JmDO0HGxftpZ/KJOywzsmm+R7P55tdQ90O998jWbtKUSyBvKkhppm OLzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:from:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:date:arc-authentication-results; bh=rWfWRKfMqq2ya0lyF2r3sO9syTxzaewUJRObHdpnIpY=; b=LW/8nVaQo3jmwEQL/twteN6P1v6XfMth74FQJvubkWFY09lTCWU7dxM9xPRxFXsg9r Rq4/mSHUKcpNvogdH0oVKOiN3Ajblk8jSiJGLWyk7gEqnYmSaiXhLwZa49oguwp1H9ve W8FQB7i2c5AQBUt5yJ6ODHNazWo+CdUCHbi7M4JD7JHGt/Lpm8xKSBxyzaePwaI5AMhf O5BTrJkDmXtBnSz49a1EkrdgF2OtLdKV6Gta8QK+7KSOga+Cilzmn2/84dgJl8+XrW+1 7BKdWCEPL+aWFUuOvmrfNTlMgNbAppG1T9GODOhhqPlAkR3djd5E3rrj4un3vw/utpvM xnSw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=csclub.uwaterloo.ca Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q24-v6si4108760pls.600.2018.03.21.09.36.25; Wed, 21 Mar 2018 09:36: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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=csclub.uwaterloo.ca Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753139AbeCUQen (ORCPT + 99 others); Wed, 21 Mar 2018 12:34:43 -0400 Received: from caffeine.csclub.uwaterloo.ca ([129.97.134.17]:57603 "EHLO caffeine.csclub.uwaterloo.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752911AbeCUQek (ORCPT ); Wed, 21 Mar 2018 12:34:40 -0400 Received: by caffeine.csclub.uwaterloo.ca (Postfix, from userid 20367) id D8C42C00A3; Wed, 21 Mar 2018 12:34:38 -0400 (EDT) Date: Wed, 21 Mar 2018 12:34:38 -0400 To: Ben Hutchings Cc: Greg Kroah-Hartman , LKML Subject: Re: 4.9.80 compile failure with X86_VSYSCALL_EMULATION=n due to 9a0be5af Message-ID: <20180321163438.7q37vh7pncljib2a@csclub.uwaterloo.ca> References: <20180212154325.ge4walt2m6u3ef7g@csclub.uwaterloo.ca> <20180321160424.GF18454@kroah.com> <1521649863.23626.130.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1521649863.23626.130.camel@codethink.co.uk> User-Agent: NeoMutt/20170113 (1.7.2) From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 21, 2018 at 04:31:03PM +0000, Ben Hutchings wrote: > On Wed, 2018-03-21 at 17:04 +0100, Greg Kroah-Hartman wrote: > > On Mon, Feb 12, 2018 at 10:43:25AM -0500, Lennart Sorensen wrote: > > > Commit 9a0be5af added a reference to vsyscall_pgprot in > > > arch/x86/mm/kaiser.c but that is undefined if X86_VSYSCALL_EMULATION=n > > > which on an embedded system where you know how all your software is > > > compiled is quite likely. > > > > > > Of course the condition is always false with that config so the code > > > will never be run, but the compiler is unhappy. > > > > What is the compiler error?  I have not had any reports of this with all > > of the varied builds that we currently run on the stable trees. > > You already applied a fix for this ("kaiser: fix compile error without > vsyscall"). Yeah the fix certainly works fine. I was not the only one reporting it. -- Len Sorensen