[0/2] fix dying cpu compare race

Message ID 20230404014206.3752945-1-yebin@huaweicloud.com
Headers
Series fix dying cpu compare race |

Message

Ye Bin April 4, 2023, 1:42 a.m. UTC
  From: Ye Bin <yebin10@huawei.com>

Ye Bin (2):
  cpu/hotplug: introduce 'num_dying_cpus' to get dying CPUs count
  lib/percpu_counter: fix dying cpu compare race

 include/linux/cpumask.h | 20 ++++++++++++++++----
 kernel/cpu.c            |  2 ++
 lib/percpu_counter.c    | 11 ++++++++++-
 3 files changed, 28 insertions(+), 5 deletions(-)
  

Comments

Yury Norov April 4, 2023, 2:11 a.m. UTC | #1
On Tue, Apr 04, 2023 at 09:42:04AM +0800, Ye Bin wrote:
> From: Ye Bin <yebin10@huawei.com>

Here should be a description of your series.
 
> Ye Bin (2):
>   cpu/hotplug: introduce 'num_dying_cpus' to get dying CPUs count
>   lib/percpu_counter: fix dying cpu compare race
> 
>  include/linux/cpumask.h | 20 ++++++++++++++++----
>  kernel/cpu.c            |  2 ++
>  lib/percpu_counter.c    | 11 ++++++++++-
>  3 files changed, 28 insertions(+), 5 deletions(-)
> 
> -- 
> 2.31.1