Received: by 2002:a4a:311b:0:0:0:0:0 with SMTP id k27-v6csp4797506ooa; Tue, 14 Aug 2018 10:41:16 -0700 (PDT) X-Google-Smtp-Source: AA+uWPxC9apJ1cq4IjaAEYZyBp+CFmH+3YCRBR6+nRJcZ40RVrEIoMicGduwKW2H7gUaJ8n0zNsn X-Received: by 2002:a63:555:: with SMTP id 82-v6mr22550367pgf.25.1534268476198; Tue, 14 Aug 2018 10:41:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534268476; cv=none; d=google.com; s=arc-20160816; b=C0PhYn3v/80q3QxiaDtNnEF1GXBmcg+bUBmzmMMYSOhMr4Z74gcXt7Pm5ZDCW65M1Y YtDpPefgjwTg0a7Yqp0PgRShAae4Fsu/8KeQA9nwXs3+cI8PzjHcqqWLoEWlu9+SFcwj OP5iuk0IfhfxzPin+/hNtw4xz3BGG+KFW9kxIauhAsEVlIbg+Xf7kVI+UY+/IhbsSDUB L6n8bLjuwLD/wtdP54xfS/cqU803Mr0ZJGrHSnnQH+zXB9i63dO7sOKce13XIxIM2p0K NsLfVSaHdP6bqsurWI9nojFuxP9SjRHXtoeiOCr0Fj1Igorlh5q5dhTf0gaHO/k+deIh lzyQ== 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=SbIKbB0r47/1nogFHn/6SuAKVb74nZeJDEMZpLApOQw=; b=F7xSorGtqZBiHJBUtsZ2g58PhXOD91dNmL572h83XsBKsasRYhSBapyXep0BEALGYx YKiMivYNU6LoiPGocylfS2ljOHMDtXbf2LzSUqBXXE+yIueL/mIKQ3YC+lywZXR0mf3n rRUtLCpKs5U+XKcZZhhK7JCvvVnD8ajK5fkPd683TlHQsRf/RcW/l+2uNyhF70/d/vUn /82TfTALumO7c8u8spklSgki2FaEsEim38p975JQJOLbPD3ruFHEpBD9dvpMVUSC0juk La5z2YLMF/Q9L+ETen9nN5g+o9PG2wGgk4etsHHpLhTOtpa+vb0GdOVKwAd19eFHmabX P3MA== 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 g6-v6si11510397plm.181.2018.08.14.10.41.01; Tue, 14 Aug 2018 10:41:16 -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 S2389545AbeHNU2Y (ORCPT + 99 others); Tue, 14 Aug 2018 16:28:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58684 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731945AbeHNU2Y (ORCPT ); Tue, 14 Aug 2018 16:28:24 -0400 Received: from localhost (unknown [194.244.16.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 2A9FDDDE; Tue, 14 Aug 2018 17:40:14 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, David Laight , Jean Delvare , Nick Desaulniers , Thomas Gleixner , hpa@zytor.com, jgross@suse.com, kstewart@linuxfoundation.org, boris.ostrovsky@oracle.com, astrachan@google.com, mka@chromium.org, arnd@arndb.de, tstellar@redhat.com, sedat.dilek@gmail.com, David.Laight@aculab.com Subject: [PATCH 4.9 026/107] x86/irqflags: Provide a declaration for native_save_fl Date: Tue, 14 Aug 2018 19:16:49 +0200 Message-Id: <20180814171522.332912253@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180814171520.883143803@linuxfoundation.org> References: <20180814171520.883143803@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.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Nick Desaulniers commit 208cbb32558907f68b3b2a081ca2337ac3744794 upstream. It was reported that the commit d0a8d9378d16 is causing users of gcc < 4.9 to observe -Werror=missing-prototypes errors. Indeed, it seems that: extern inline unsigned long native_save_fl(void) { return 0; } compiled with -Werror=missing-prototypes produces this warning in gcc < 4.9, but not gcc >= 4.9. Fixes: d0a8d9378d16 ("x86/paravirt: Make native_save_fl() extern inline"). Reported-by: David Laight Reported-by: Jean Delvare Signed-off-by: Nick Desaulniers Signed-off-by: Thomas Gleixner Cc: hpa@zytor.com Cc: jgross@suse.com Cc: kstewart@linuxfoundation.org Cc: gregkh@linuxfoundation.org Cc: boris.ostrovsky@oracle.com Cc: astrachan@google.com Cc: mka@chromium.org Cc: arnd@arndb.de Cc: tstellar@redhat.com Cc: sedat.dilek@gmail.com Cc: David.Laight@aculab.com Cc: stable@vger.kernel.org Link: https://lkml.kernel.org/r/20180803170550.164688-1-ndesaulniers@google.com Signed-off-by: Greg Kroah-Hartman --- arch/x86/include/asm/irqflags.h | 2 ++ 1 file changed, 2 insertions(+) --- a/arch/x86/include/asm/irqflags.h +++ b/arch/x86/include/asm/irqflags.h @@ -12,6 +12,8 @@ * Interrupt control: */ +/* Declaration required for gcc < 4.9 to prevent -Werror=missing-prototypes */ +extern inline unsigned long native_save_fl(void); extern inline unsigned long native_save_fl(void) { unsigned long flags;