Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp471197pxj; Thu, 20 May 2021 13:46:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyCCLQhx7MZazm/nz02scsTwkGF0iNq+ip1XGVQv8Qz+9HrNvJStxh21nSLuEMV5fDoLjDs X-Received: by 2002:a05:6638:635:: with SMTP id h21mr8498309jar.135.1621543585281; Thu, 20 May 2021 13:46:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621543585; cv=none; d=google.com; s=arc-20160816; b=rHki7Ff042GmbVG7hpFxwdJvX24aNfdBkSjuORP+f3tSUG8hOFDQQRCIFIyJyRdQRC COwdt9aEheBivGY3i9Jw0gkgPo4xXjwmCgcqx9OBuEnUTK0SPmuEfLUG1TnmI/wp9crg WU79KoFjKcr+4h88X3RbPKk0GiCU0ZPT9Ueq7I0iw9oyWjBgPsPyKGBV/m60tNytgSTl 5BlmHq/W6N6bBz0FlIF61XVst81zuW9edGI53+okP0vpLvg4WvECd/QdHdYIVJg78EDk 8bXFlLTyJ2e73EIyn8Tb6hA0C7p4wdTMrv9KFVeYyxk9+5N7992kSuiXQ8i/GB3vNAc4 lQXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=+gCOGbBFb/YeVHRiqp/85VzbhhAppHwnbXIfDeIMxmA=; b=RZBcDDydFimlANGnSqgno1gh4S+Swtf0PIuedHi3XOUKyRH8xU3HG0nKBVY/yi/2vM 9c6ZfXrc+jUjjBm4l099vxJ/EbBkQVDG7W9IecnXXXa4KW02/xi/DS7fhQt/yjkkMr5C SAdm592wJjNirYiAj6MU0kZVEq/rEZNy/9oQvSsmi6xlR6Pl6GBctOW1JW9JKFGOw1mG BLYbGpeaC8INVASpSeITm9f8KqGIOylyntZZ6N9b5Mf4seXn07U0jSzfuDQ5QUMXPciQ /rKt0a2IhriXSXAibFZ4yTXJHBT5lwZbwiQodlcJV6SG4/Fq7p0EdoNtSI+aSyODxUcD nF3w== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="Tsm4g6/d"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g19si3427845iow.22.2021.05.20.13.46.12; Thu, 20 May 2021 13:46:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="Tsm4g6/d"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238906AbhETK5W (ORCPT + 99 others); Thu, 20 May 2021 06:57:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:44544 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235872AbhETKlc (ORCPT ); Thu, 20 May 2021 06:41:32 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A6F57613DD; Thu, 20 May 2021 09:56:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621504563; bh=dmII0+BxKvSBZlr/F7aSI3o7YaafqRk3nKRuiKUXudo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Tsm4g6/ddUvB6vfj12THzUgootCXErD4K9CdX9Zl58smjK0yX7pKE8z1kjmC9ISD9 Y8Vf1FGg5NxMpOM+Ad4XbuTMssJgpEw6hi4t4d29Q8ztHt8pyhnIMV9a/YIJwulppW 2C93Vxzute51Hi4dyJfB6DoODNZbDoU3nUWpUL+I= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Arnd Bergmann , Ingo Molnar Subject: [PATCH 4.14 302/323] x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes Date: Thu, 20 May 2021 11:23:14 +0200 Message-Id: <20210520092130.587062558@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210520092120.115153432@linuxfoundation.org> References: <20210520092120.115153432@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Arnd Bergmann commit 396a66aa1172ef2b78c21651f59b40b87b2e5e1e upstream. gcc-11 warns about mismatched prototypes here: arch/x86/lib/msr-smp.c:255:51: error: argument 2 of type ‘u32 *’ {aka ‘unsigned int *’} declared as a pointer [-Werror=array-parameter=] 255 | int rdmsr_safe_regs_on_cpu(unsigned int cpu, u32 *regs) | ~~~~~^~~~ arch/x86/include/asm/msr.h:347:50: note: previously declared as an array ‘u32[8]’ {aka ‘unsigned int[8]’} GCC is right here - fix up the types. [ mingo: Twiddled the changelog. ] Signed-off-by: Arnd Bergmann Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20210322164541.912261-1-arnd@kernel.org Signed-off-by: Greg Kroah-Hartman --- arch/x86/lib/msr-smp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/x86/lib/msr-smp.c +++ b/arch/x86/lib/msr-smp.c @@ -240,7 +240,7 @@ static void __wrmsr_safe_regs_on_cpu(voi rv->err = wrmsr_safe_regs(rv->regs); } -int rdmsr_safe_regs_on_cpu(unsigned int cpu, u32 *regs) +int rdmsr_safe_regs_on_cpu(unsigned int cpu, u32 regs[8]) { int err; struct msr_regs_info rv; @@ -253,7 +253,7 @@ int rdmsr_safe_regs_on_cpu(unsigned int } EXPORT_SYMBOL(rdmsr_safe_regs_on_cpu); -int wrmsr_safe_regs_on_cpu(unsigned int cpu, u32 *regs) +int wrmsr_safe_regs_on_cpu(unsigned int cpu, u32 regs[8]) { int err; struct msr_regs_info rv;