Received: by 10.223.185.116 with SMTP id b49csp577121wrg; Fri, 16 Feb 2018 03:53:52 -0800 (PST) X-Google-Smtp-Source: AH8x2277VWBHinw5bZ0SmH693d1d2FimzVVtf0qid2XZl+rxHUxudFsst1Swnfk0aX6ng/G1KzG6 X-Received: by 2002:a17:902:76c4:: with SMTP id j4-v6mr5796015plt.410.1518782032163; Fri, 16 Feb 2018 03:53:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518782032; cv=none; d=google.com; s=arc-20160816; b=0GhxjW2tnLFuwQC2Ayi9fvG4ak6XMKH9tAYfbBnpED/X8zErPh/g7Y2J0pwdPQmIK3 Dkrm1XXyJAwRFmCQdexmrStsjPsc4RNAkwg5q6xVFq0AYDAa5i169+/57/9MdL4eXBRz wT7rdchbq39JvM9APSl+QWR5I6sBgoyp2RZ0QXD4Dcf/GTDzFvv7+OWndRbapNimbG+P Ic0UnoQjmXmHBXKxWDQquRkLujWz56y2S6Gw5vn6XnZu7EJ0swSKBucpg834g+9bJu5O O1ZHqDg7PdilDjTBxtfLgdHvO+LCyFRjNXC1nhh9yIuIsjYHt+JKX8C0DdZy70xtQc5y P0+g== 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=u402gGmaPaAfni0gPyvzMqQSf+oDXFd0Fzs8JCDMniw=; b=uzTNPnTzo8e7Cd71qURnYjxkx6P45Y7Hv88aD+brfcHkqgWKQHuy0f4BHxoc7KF7YG 9jIk5TLCPA/R/ZF1dnanXkIsugN0zU+EPSPfZcYRclRbbdMXgN9DmLEeN8uwkURvGBVQ pW9ggWObz4h7xkPR/FBQU+puu9Dx1h0uhpDawiltAmUTxOkI+PkhbZpGDz2FuEyrDwVA Ck4ZyO6yXdlLM1DUyMwvaZqu626wbTeLZxz9I0469FLPFKVAb/a2qwsd3PjjJX+lCyg/ 9ZkCBlYAqTNi7q0j3zFc3iWm3lHbbzbpVRpn8N60eVBmKJDJ0gieVOeyYX59R27jo4tL yjig== 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 b1si1476814pgs.815.2018.02.16.03.53.37; Fri, 16 Feb 2018 03:53:52 -0800 (PST) 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 S1166039AbeBOSD0 (ORCPT + 99 others); Thu, 15 Feb 2018 13:03:26 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54860 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163658AbeBOP35 (ORCPT ); Thu, 15 Feb 2018 10:29:57 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 954BF10B8; Thu, 15 Feb 2018 15:29:52 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Michal Suchanek , Michael Ellerman Subject: [PATCH 4.14 002/195] powerpc/pseries: include linux/types.h in asm/hvcall.h Date: Thu, 15 Feb 2018 16:14:53 +0100 Message-Id: <20180215151705.864138492@linuxfoundation.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180215151705.738773577@linuxfoundation.org> References: <20180215151705.738773577@linuxfoundation.org> User-Agent: quilt/0.65 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.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Michal Suchanek commit 1b689a95ce7427075f9ac9fb4aea1af530742b7f upstream. Commit 6e032b350cd1 ("powerpc/powernv: Check device-tree for RFI flush settings") uses u64 in asm/hvcall.h without including linux/types.h This breaks hvcall.h users that do not include the header themselves. Fixes: 6e032b350cd1 ("powerpc/powernv: Check device-tree for RFI flush settings") Signed-off-by: Michal Suchanek Signed-off-by: Michael Ellerman Signed-off-by: Greg Kroah-Hartman --- arch/powerpc/include/asm/hvcall.h | 1 + 1 file changed, 1 insertion(+) --- a/arch/powerpc/include/asm/hvcall.h +++ b/arch/powerpc/include/asm/hvcall.h @@ -353,6 +353,7 @@ #define PROC_TABLE_GTSE 0x01 #ifndef __ASSEMBLY__ +#include /** * plpar_hcall_norets: - Make a pseries hypervisor call with no return arguments