Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp452695ybl; Tue, 28 Jan 2020 06:13:08 -0800 (PST) X-Google-Smtp-Source: APXvYqz7CLwNYg7zwl7sic95PPLRhBAY7k/LUkB4KJpe/T2XjLJfbKudLIgey74q4ftg+bwxOQIY X-Received: by 2002:a05:6808:251:: with SMTP id m17mr2951040oie.15.1580220788109; Tue, 28 Jan 2020 06:13:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580220788; cv=none; d=google.com; s=arc-20160816; b=kQaz39KPTs6P6dNWBJqmm0LU8IhBy/p69ZmhSfg67kt+i/N0eabik5ICZSxn5wAoMh dMikxuD0t80DmcmkJijKO067mK7UaCnLePvN8WK7sOk1cOXh+jYGo7TtdbfkNz9wb/Xr dF6CBFNmmDw5B4p3JzsTMKpwSNB07hBlsYUpFyquD3CYltMhAyOUIYaIuhwiQeeXTCcI cmCEJodVRJ34GHDQ9MSd4fexYFvDaySQT6BXRP3FuqpkU5ick+gxJMiCQpwxINOxZ3Wa XERhBhLS68xQkRecu1/IXb4SPawGusoU06i5Zecc989Aei3tfyH2nFCdOjijgr3jPGeW /dLA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=LCgmb3vNjW6Xx/yxNXuiTOTAhrFmmF5IwnHVFaoqA8Y=; b=ihq8lLrqnRf+ca570op9VXINzDVWu025oZQDmD8qXgn/R2hajFuYyV7F3Czg4kXsNN IYzkTfvEmg4Ysu7V3uF2cjxsUMcPhnZOV5agM0wWQMpI0YqDnoI4hp/7DK0fouFkoUTJ YwyX/wtEoyqRnIdlPhkVmVz7IpCUNB2F+KxY47CNZzJo60Svq0zVEUig2eef/77aSVuN yioV00yfgHaCVeWmak9hi6FBn0ZJkvx5omCAOWGS7a5E4wJEXgx9r0lelQsMEsEqHu/S o86HHbG+6ef89YF4h69imPXDu5kbB4oCJp+/5F8Uij039i5V79+ZoyQSSM8O9VJsJYsf 4gcg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=YTYPRN2L; 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 r10si3805367otk.83.2020.01.28.06.12.53; Tue, 28 Jan 2020 06:13:08 -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; dkim=pass header.i=@kernel.org header.s=default header.b=YTYPRN2L; 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 S1728431AbgA1OLV (ORCPT + 99 others); Tue, 28 Jan 2020 09:11:21 -0500 Received: from mail.kernel.org ([198.145.29.99]:60406 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727659AbgA1OLR (ORCPT ); Tue, 28 Jan 2020 09:11:17 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 887012468E; Tue, 28 Jan 2020 14:11:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580220677; bh=a3b8GTGMrmfY7nhd+ivfJZYIfMPdm75bJRxBWlYuFWQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YTYPRN2LMi7IiWYHnfjpbNo+CgR/kMl//NKShmX5g9pKzrVRlBn0o/5wuvyGw3BP7 PX+qQ/jAm8ruUNal9lfEC/y+4nx4v4wDMwQf2r6Bw8BgxFFoIlR6aNW+843Yjj1KWG TsKtSo2WgFHYztGplg8vFjca8rAj0CLEatSW0baA= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Nathan Lynch , "Gautham R. Shenoy" , Michael Ellerman , Sasha Levin Subject: [PATCH 4.4 101/183] powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuild Date: Tue, 28 Jan 2020 15:05:20 +0100 Message-Id: <20200128135840.116104290@linuxfoundation.org> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200128135829.486060649@linuxfoundation.org> References: <20200128135829.486060649@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Nathan Lynch [ Upstream commit d4aa219a074a5abaf95a756b9f0d190b5c03a945 ] Allow external callers to force the cacheinfo code to release all its references to cache nodes, e.g. before processing device tree updates post-migration, and to rebuild the hierarchy afterward. CPU online/offline must be blocked by callers; enforce this. Fixes: 410bccf97881 ("powerpc/pseries: Partition migration in the kernel") Signed-off-by: Nathan Lynch Reviewed-by: Gautham R. Shenoy Signed-off-by: Michael Ellerman Signed-off-by: Sasha Levin --- arch/powerpc/kernel/cacheinfo.c | 21 +++++++++++++++++++++ arch/powerpc/kernel/cacheinfo.h | 4 ++++ 2 files changed, 25 insertions(+) diff --git a/arch/powerpc/kernel/cacheinfo.c b/arch/powerpc/kernel/cacheinfo.c index c641983bbdd68..0122d5ce0637d 100644 --- a/arch/powerpc/kernel/cacheinfo.c +++ b/arch/powerpc/kernel/cacheinfo.c @@ -867,4 +867,25 @@ void cacheinfo_cpu_offline(unsigned int cpu_id) if (cache) cache_cpu_clear(cache, cpu_id); } + +void cacheinfo_teardown(void) +{ + unsigned int cpu; + + lockdep_assert_cpus_held(); + + for_each_online_cpu(cpu) + cacheinfo_cpu_offline(cpu); +} + +void cacheinfo_rebuild(void) +{ + unsigned int cpu; + + lockdep_assert_cpus_held(); + + for_each_online_cpu(cpu) + cacheinfo_cpu_online(cpu); +} + #endif /* (CONFIG_PPC_PSERIES && CONFIG_SUSPEND) || CONFIG_HOTPLUG_CPU */ diff --git a/arch/powerpc/kernel/cacheinfo.h b/arch/powerpc/kernel/cacheinfo.h index a7b74d36acd71..2cdee87a482c5 100644 --- a/arch/powerpc/kernel/cacheinfo.h +++ b/arch/powerpc/kernel/cacheinfo.h @@ -5,4 +5,8 @@ extern void cacheinfo_cpu_online(unsigned int cpu_id); extern void cacheinfo_cpu_offline(unsigned int cpu_id); +/* Allow migration/suspend to tear down and rebuild the hierarchy. */ +extern void cacheinfo_teardown(void); +extern void cacheinfo_rebuild(void); + #endif /* _PPC_CACHEINFO_H */ -- 2.20.1