Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1556314

Re: CPU Hotplugging disabled, still cpuhp/%d threads running in my 32-bit system

From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject Re: CPU Hotplugging disabled, still cpuhp/%d threads running in my 32-bit system
Date 2017-01-11 10:20 +0100
Message-ID <sYney-565-25@gated-at.bofh.it> (permalink)
References <sYdfb-78l-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, 10 Jan 2017, Enrico Mioso wrote:

> Hello guys.
> I disabled CPU hotplugging in my .config: still I can see what follows in the
> process list.
> 
>    11 ?        S      0:00 [cpuhp/0]
>    12 ?        S      0:00 [cpuhp/1]
> 
> And from what I can see in kernel/cpu.c:574, this is related to CPU
> hotplugging.
> Is this normal? And, out of curiosity, why?

Yes. We need the threads for bringing up the CPUs and for modules and other
functionality to set up per cpu related things. The thread makes sure that
the code runs on the CPUs and handles the functionality related to
install/remove of hotplug callbacks.

Thanks,

	tglx

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: CPU Hotplugging disabled, still cpuhp/%d threads running in my  32-bit system Thomas Gleixner <tglx@linutronix.de> - 2017-01-11 10:20 +0100
  Re: CPU Hotplugging disabled, still cpuhp/%d threads running in my  32-bit system Enrico Mioso <mrkiko.rs@gmail.com> - 2017-01-11 14:20 +0100

csiph-web