[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230525025555.24104-1-songshuaishuai@tinylab.org>
Date: Thu, 25 May 2023 10:55:51 +0800
From: Song Shuai <songshuaishuai@...ylab.org>
To: catalin.marinas@....com, will@...nel.org, paul.walmsley@...ive.com,
palmer@...belt.com, aou@...s.berkeley.edu, chris@...kel.net,
jcmvbkbc@...il.com, songshuaishuai@...ylab.org,
steven.price@....com, vincenzo.frascino@....com, pcc@...gle.com,
wangxiang@...rlc.com, ajones@...tanamicro.com,
conor.dooley@...rochip.com, jeeheng.sia@...rfivetech.com,
leyfoon.tan@...rfivetech.com
Cc: linux@...linux.org.uk, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org
Subject: [PATCH 0/4] Remove WARN_ON in save_processor_state
During hibernation or restoration, freeze_secondary_cpus
checks num_online_cpus via BUG_ON, and the subsequent
save_processor_state also does the checking with WARN_ON.
So remove the unnecessary checking in save_processor_state
for ARM,arm64,riscv,xtensa architechtures.
Song Shuai (4):
ARM: hibernate: remove WARN_ON in save_processor_state
arm64: hibernate: remove WARN_ON in save_processor_state
riscv: hibernate: remove WARN_ON in save_processor_state
xtensa: hibernate: remove WARN_ON in save_processor_state
arch/arm/kernel/hibernate.c | 1 -
arch/arm64/kernel/hibernate.c | 1 -
arch/riscv/kernel/hibernate.c | 1 -
arch/xtensa/kernel/hibernate.c | 1 -
4 files changed, 4 deletions(-)
--
2.20.1
Powered by blists - more mailing lists