Received: by 10.223.185.116 with SMTP id b49csp2386273wrg; Thu, 15 Feb 2018 10:49:18 -0800 (PST) X-Google-Smtp-Source: AH8x2273/IBXqJ5DMR5avOccm0hvlwwao+cYM7WqpzL4dR8cpMBEObWn7QckUl6Ve6SZ2F99rNQ5 X-Received: by 10.101.102.73 with SMTP id z9mr2945210pgv.448.1518720558808; Thu, 15 Feb 2018 10:49:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518720558; cv=none; d=google.com; s=arc-20160816; b=xDOfBMpierHiYGIvRrFNqcpxp44//Kjwm2lKpI/5EryPZJYwA5dg9MHBcuAubmJUN9 jg9fsiIyUU2TL+AifV0/8+TE4yw9ddbAo/ER7OIieqiTA7QvBjUHQxb0B+8AvpZfbRNO TlEdXKdU8JAEQ1MEsyWZPAv4IPhgCZv0ZbUzvrb/3DDQlNjARRVxtci1vpFWE1tasnsm tV1SpnR+M/3chM/ZcPtk1pBusQ0yWs9u4PCMQ6G2pM71QAV1gYKsZ2s86SA7gYPHfg2i /ba2tXzu0o/AOcLoZ/0doKXqLmvadGBhD20fS2IMsL0qUSxr1vDPHpj6y9d9qO+pcmvj jWmQ== 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=0ZuzqmVGs0vUeezeQrb4cw1QHhQb3uLVhl7/hG4Cxh4=; b=NNDziP+nAPHLxHBniWMRHiYr+Z5mOBi3Gv3lf4psnTaZzif7MHB9wsHgHq+awJtQgE DsGZjuWq3BGyGRP3owtQF9d2w069hg5WS8A9NJaYVJsH95pkBtNfAXpdbVe3zD8h8Cpu /x9t2+zTS+LtLZCyBN59xSSbi/OTdcFtsRGuqbZakgJSitnWsXBiHWOAYObvyiVeVC4s oMTnyAByxHWE+p9L0+jcMttQRJr4iVXkNE1OhQZHtQbVa5hcI5d860Xr0QI/Py2QlTyM XF5kReTSY8vUcPsPhAGrdnPMtPCnH2opI+Fwvz0YJEp2fdtqa9rDIvfZx4rfb9hApvM8 TfKw== 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 s15si129807pgf.99.2018.02.15.10.49.03; Thu, 15 Feb 2018 10:49:18 -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 S1166924AbeBOSry (ORCPT + 99 others); Thu, 15 Feb 2018 13:47:54 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:49426 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162248AbeBOPWM (ORCPT ); Thu, 15 Feb 2018 10:22:12 -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 EE8A8E12; Thu, 15 Feb 2018 15:22:11 +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.4 039/108] powerpc/pseries: include linux/types.h in asm/hvcall.h Date: Thu, 15 Feb 2018 16:16:36 +0100 Message-Id: <20180215151227.896813714@linuxfoundation.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180215151222.267507937@linuxfoundation.org> References: <20180215151222.267507937@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.4-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 @@ -298,6 +298,7 @@ #define H_CPU_BEHAV_BNDS_CHK_SPEC_BAR (1ull << 61) // IBM bit 2 #ifndef __ASSEMBLY__ +#include /** * plpar_hcall_norets: - Make a pseries hypervisor call with no return arguments