From: Thomas Gleixner <tglx@linutronix.de>
To: wangxiaoming321 <xiaoming.wang@intel.com>,
peterz@infradead.org, linux-kernel@vger.kernel.org
Cc: wangxiaoming321 <xiaoming.wang@intel.com>
Subject: Re: [PATCH] kernel/cpu: The number of CPUHP_AP_ONLINE_DYN (30) is too small that stops the new dynamic states hotplug.
Date: Fri, 15 Dec 2023 20:39:47 +0100 [thread overview]
Message-ID: <87o7ermf0c.ffs@tglx> (raw)
In-Reply-To: <20231212025235.775986-1-xiaoming.wang@intel.com>
On Tue, Dec 12 2023 at 10:52, wangxiaoming321 wrote:
The subject line has a two issues:
1) the prefix is wrong. See
https://www.kernel.org/doc/html/latest/process/maintainer-tip.html#patch-subject
You find further information about changelogs there and in other
parts of the documentation
2) The sentence is too long and incomprehensible.
> 144: perf/x86/cstate:online
...
> 195: online
I have no idea what this number salad is trying to tell me. Changelogs
need to explain the problem they are trying to solve. This listing of
hotplug states is not an explanation and completely useless as it even
contains an entry which do not exist:
> 191: ia64/sep5:online
Even if it would exist a ia64 hotplug callback is hardly relevant on x86,
right?
Also the fixed entries e.g. workqueue and RCU/tree are irrelevant for
what you are trying to describe.
So what you really want to say is something like this:
cpu/hotplug: Increase the number of dynamic states
The dynamically allocatable hotplug state space can be exhausted by
the existing drivers and infrastructure which install CPU hotplug
states dynamically. That prevents new drivers and infrastructure from
installing dynamically allocated states.
Increase the size of the CPUHP_AP_ONLINE_DYN state by 10 to make
room.
At least that's what I oracled out of your "changelog". Hmm?
Thanks,
tglx
next prev parent reply other threads:[~2023-12-15 19:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-12 2:52 [PATCH] kernel/cpu: The number of CPUHP_AP_ONLINE_DYN (30) is too small that stops the new dynamic states hotplug wangxiaoming321
2023-12-15 19:39 ` Thomas Gleixner [this message]
2023-12-19 3:30 ` Wang, Xiaoming
2023-12-19 3:34 ` [PATCH] cpu/hotplug: Increase the number of dynamic states wangxiaoming321
2023-12-20 15:35 ` [tip: smp/core] " tip-bot2 for xiaoming Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o7ermf0c.ffs@tglx \
--to=tglx@linutronix.de \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.org \
--cc=xiaoming.wang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.