Received: by 10.213.65.68 with SMTP id h4csp1373381imn; Wed, 21 Mar 2018 09:06:25 -0700 (PDT) X-Google-Smtp-Source: AG47ELtJ5frXKB0qHNiaDik2AriUPCZPFWuxnK2BQnCjvWbzEGLzKcTTubKgbI8WcHVKP2HxQkgC X-Received: by 10.99.115.68 with SMTP id d4mr15562822pgn.145.1521648385168; Wed, 21 Mar 2018 09:06:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521648385; cv=none; d=google.com; s=arc-20160816; b=dxf41JNwB8fpQuw/6t1nw+ldWXK2cH09qHijUs4UCvXYVBf1FpLHUogEue7XEqXjXi h7mThXlCti+RRgIT2e4I80jpr7idTa6a6A9ecWOuoyy9+vLJhgjSx//dDu6JIWJ/VlYD dAv4L8DzA/9wB2GENFkQN60t/Zct0O1PsZxBB9tWoI6XoHP249r7JwVYGXjjuxZiN6xB bqbGo1j3ST+jIFAgxgaSEpICOW58Nm1yHQ4XgALuNr43X0qK/qtrXeV8jIAE0PEP6P5N FXgBt26y1h8dIDjM00gE5U4DDFWqOUfoaqXywd35DAsDof0I+PGYQY0KcXVgAL5UpZEK Ftuw== 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:arc-authentication-results; bh=+sSnmd0F5SA9/8JzwpNoGom+Za1Ob+E0jSGPk9O60S0=; b=v/bPFSTaJHUVlNOAOSi0gbpBepT8V5Uf05rjqcWWohIBan1vnnAwMH351WfjXmUGlE QaO+3eLDnLYI7O8P+Bd6AGJ8wFwlVsKkhgSTg+PFynszKeS8JhfMit8z2b2QFhYLc9iP ROZg9kGntXWywVzXTLjOqrXNLjCLmP4QwXbQMKT17+Kvt6vGdKcyTSuQFBzkIVQDsDqQ 068/6NZ9AKTU0gwoSRlZn1xOhD9KNaSSlrViJykKMSZ29FwppeV/EAKRBRL8B/6JhiLJ pFMXZjq9wHnB6jJT8W+V1CMJWn5p7x7dR2r5qiVwHoS0rVa2mA5e3pEwVGghWP/komWE lq6g== 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 z3si2899537pgc.816.2018.03.21.09.06.09; Wed, 21 Mar 2018 09:06:25 -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 S1752552AbeCUQEb (ORCPT + 99 others); Wed, 21 Mar 2018 12:04:31 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45342 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751744AbeCUQE0 (ORCPT ); Wed, 21 Mar 2018 12:04:26 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 4DD27DC0; Wed, 21 Mar 2018 16:04:25 +0000 (UTC) Date: Wed, 21 Mar 2018 17:04:24 +0100 From: Greg Kroah-Hartman To: Lennart Sorensen Cc: LKML , Ben Hutchings Subject: Re: 4.9.80 compile failure with X86_VSYSCALL_EMULATION=n due to 9a0be5af Message-ID: <20180321160424.GF18454@kroah.com> References: <20180212154325.ge4walt2m6u3ef7g@csclub.uwaterloo.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180212154325.ge4walt2m6u3ef7g@csclub.uwaterloo.ca> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. thanks, greg k-h