From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:36998 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726394AbeJCLOO (ORCPT ); Wed, 3 Oct 2018 07:14:14 -0400 Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9B48221473 for ; Wed, 3 Oct 2018 04:27:34 +0000 (UTC) Received: by mail-wr1-f54.google.com with SMTP id g15-v6so1851100wru.9 for ; Tue, 02 Oct 2018 21:27:34 -0700 (PDT) MIME-Version: 1.0 References: <20180903165655.003605184@linuxfoundation.org> <20180903165701.245301231@linuxfoundation.org> <20181002080655.GV31855@pcnci.linuxbox.cz> In-Reply-To: <20181002080655.GV31855@pcnci.linuxbox.cz> From: Andy Lutomirski Date: Tue, 2 Oct 2018 21:27:21 -0700 Message-ID: Subject: Re: [PATCH 4.14 114/165] x86/vdso: Fix vDSO build if a retpoline is emitted To: nikola.ciprich@linuxbox.cz Cc: Greg KH , LKML , stable , Andrew Lutomirski , Thomas Gleixner , Matt Rickard , Borislav Petkov , jason.vas.dias@gmail.com, David Woodhouse , Peter Zijlstra , Andi Kleen Content-Type: text/plain; charset="UTF-8" Sender: stable-owner@vger.kernel.org List-ID: On Tue, Oct 2, 2018 at 1:21 AM Nikola Ciprich wrote: > > Hi Greg and others, > > sorry for reporting this so late, but still... > > this breaks build on older compilers, since it requires > -mindirect-branch=thunk-inline -mindirect-branch-register even though > retpoline support is disabled in kernel config.. is this expected? > Nope, my patch was buggy. Can you test the fix I just sent?