From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6CA3CC43381 for ; Thu, 14 Feb 2019 14:49:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1FD002229F for ; Thu, 14 Feb 2019 14:49:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="sCjhpD7i" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2439353AbfBNOtw (ORCPT ); Thu, 14 Feb 2019 09:49:52 -0500 Received: from mail-qt1-f196.google.com ([209.85.160.196]:44873 "EHLO mail-qt1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2439349AbfBNOtw (ORCPT ); Thu, 14 Feb 2019 09:49:52 -0500 Received: by mail-qt1-f196.google.com with SMTP id n32so7046298qte.11 for ; Thu, 14 Feb 2019 06:49:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=xJy7kJT4fBiBIJxxTbPYvInu/DuxzxwAzrjcMycc8Po=; b=sCjhpD7ifrZCFfat2bEgCm0Dk7L04XJM88o1B6DttO4sqPHuKeb9tv5I+fClnAlngZ 2O7LPYRayzEvvnutfmoCuJ902oO2zjBTLplVlvpPbVwDSLJLqvtchrC8L2TD18B/6kVW +klmS2egDFmhHjRCjTkoWN9pxVKyGg0k9850JPJk9sULAZOtZDjARK4XetRKyZeroZ3Z SBi2PSVBEORPCR7U0pgvgqlhOrAgt2gihl+8w3BOnpyfXlsRgz7K+97iutkicJrdwPcH BQdO0WEAcdxd72x9vCQl52G2EHMQHpalgM1pdzEEMzZGExjWo8CJnA+b70xYsCfNiZj6 MXJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=xJy7kJT4fBiBIJxxTbPYvInu/DuxzxwAzrjcMycc8Po=; b=YkuX5XsXpqoHw6Q8MW2h+GBUN16Dxc8MZXvN4j4kDUKIwh69bBrwY5AGEKNiJraas3 0rfZsQNauG6cKom7afCxkIzlN6K7/41kRGpRySpDfQ97Tur/DpXP6zb2pkPHCilvtW6a 6Q4jrmKEPRq+oTrPaER+psjMNNz6A88ih4mWIv0rWyzrYEEuLaX0EMy+AwapSb4XSzRR pl9xcrKM7y4l6awHF4AVnhAdD4PQxwB7iQERoDUT7wbWsAZkevJxkOrLWlrvK0SRjNbN mBcPXXtlTQFLppeU9GR9PjcgllkScz4FIZeAwdt31cSK2lvob8aogcAynENT8s157R8P zDLw== X-Gm-Message-State: AHQUAub19EBnRWqy+ecEc8OGMXH1PSF8er4MxziOb1O/AGHOeF/QM5gc X6VmwMBRZ6DuwdnkptF22bQQDsQv774= X-Google-Smtp-Source: AHgI3IaB/f2G9aoi9DM9btyfXiwdaUDoZTJfiaLyi5RXcGZh0CKVzVl+oS39dYFfdPGnc8DWA06sEw== X-Received: by 2002:a0c:ab8b:: with SMTP id j11mr701397qvb.28.1550155790606; Thu, 14 Feb 2019 06:49:50 -0800 (PST) Received: from localhost.localdomain (pool-72-71-243-63.cncdnh.fast00.myfairpoint.net. [72.71.243.63]) by smtp.googlemail.com with ESMTPSA id k66sm1498919qkc.25.2019.02.14.06.49.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Feb 2019 06:49:50 -0800 (PST) From: David Long To: stable@vger.kernel.org, Russell King - ARM Linux , Florian Fainelli , Julien Thierry , Tony Lindgren , Marc Zyngier , Greg KH , Mark Rutland Cc: Will Deacon , Mark Brown , linux-kernel@vger.kernel.org Subject: [PATCH 4.9 13/16] ARM: add PROC_VTABLE and PROC_TABLE macros Date: Thu, 14 Feb 2019 09:49:27 -0500 Message-Id: <20190214144930.27539-14-dave.long@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190214144930.27539-1-dave.long@linaro.org> References: <20190214144930.27539-1-dave.long@linaro.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Russell King Commit e209950fdd065d2cc46e6338e47e52841b830cba upstream. Allow the way we access members of the processor vtable to be changed at compile time. We will need to move to per-CPU vtables to fix the Spectre variant 2 issues on big.Little systems. However, we have a couple of calls that do not need the vtable treatment, and indeed cause a kernel warning due to the (later) use of smp_processor_id(), so also introduce the PROC_TABLE macro for these which always use CPU 0's function pointers. Reviewed-by: Julien Thierry Signed-off-by: Russell King Signed-off-by: David A. Long --- arch/arm/include/asm/proc-fns.h | 39 ++++++++++++++++++++++----------- arch/arm/kernel/setup.c | 4 +--- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/arch/arm/include/asm/proc-fns.h b/arch/arm/include/asm/proc-fns.h index 19939e88efca..a1a71b068edc 100644 --- a/arch/arm/include/asm/proc-fns.h +++ b/arch/arm/include/asm/proc-fns.h @@ -23,7 +23,7 @@ struct mm_struct; /* * Don't change this structure - ASM code relies on it. */ -extern struct processor { +struct processor { /* MISC * get data abort address/flags */ @@ -79,9 +79,13 @@ extern struct processor { unsigned int suspend_size; void (*do_suspend)(void *); void (*do_resume)(void *); -} processor; +}; #ifndef MULTI_CPU +static inline void init_proc_vtable(const struct processor *p) +{ +} + extern void cpu_proc_init(void); extern void cpu_proc_fin(void); extern int cpu_do_idle(void); @@ -98,18 +102,27 @@ extern void cpu_reset(unsigned long addr) __attribute__((noreturn)); extern void cpu_do_suspend(void *); extern void cpu_do_resume(void *); #else -#define cpu_proc_init processor._proc_init -#define cpu_check_bugs processor.check_bugs -#define cpu_proc_fin processor._proc_fin -#define cpu_reset processor.reset -#define cpu_do_idle processor._do_idle -#define cpu_dcache_clean_area processor.dcache_clean_area -#define cpu_set_pte_ext processor.set_pte_ext -#define cpu_do_switch_mm processor.switch_mm -/* These three are private to arch/arm/kernel/suspend.c */ -#define cpu_do_suspend processor.do_suspend -#define cpu_do_resume processor.do_resume +extern struct processor processor; +#define PROC_VTABLE(f) processor.f +#define PROC_TABLE(f) processor.f +static inline void init_proc_vtable(const struct processor *p) +{ + processor = *p; +} + +#define cpu_proc_init PROC_VTABLE(_proc_init) +#define cpu_check_bugs PROC_VTABLE(check_bugs) +#define cpu_proc_fin PROC_VTABLE(_proc_fin) +#define cpu_reset PROC_VTABLE(reset) +#define cpu_do_idle PROC_VTABLE(_do_idle) +#define cpu_dcache_clean_area PROC_TABLE(dcache_clean_area) +#define cpu_set_pte_ext PROC_TABLE(set_pte_ext) +#define cpu_do_switch_mm PROC_VTABLE(switch_mm) + +/* These two are private to arch/arm/kernel/suspend.c */ +#define cpu_do_suspend PROC_VTABLE(do_suspend) +#define cpu_do_resume PROC_VTABLE(do_resume) #endif extern void cpu_resume(void); diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index 8d5c3a118abe..2eebb67fa08b 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c @@ -693,9 +693,7 @@ static void __init setup_processor(void) cpu_name = list->cpu_name; __cpu_architecture = __get_cpu_architecture(); -#ifdef MULTI_CPU - processor = *list->proc; -#endif + init_proc_vtable(list->proc); #ifdef MULTI_TLB cpu_tlb = *list->tlb; #endif -- 2.17.1