Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1590269
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 4/4] acpi: Move the verification of duplicate proc_id from booting time to hot-plug time |
| Date | 2017-03-01 12:30 +0100 |
| Message-ID | <tgaCe-2kf-25@gated-at.bofh.it> (permalink) |
| References | <tcRPr-2l8-7@gated-at.bofh.it> <tcRPr-2l8-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 20 Feb 2017, Dou Liyang wrote: Please make your subject line short and a precise summary phrase, not an overlong sentence. > After we revert the the mapping of "cpuid <-> nodeid" fixed at the > booting time. and do it at the hot-plug time. we should also do the > verification of duplicate proc_id at the time. The revert is completely irrelevant to this change, really. The reference is just confusing. > The patch rename the verfication function and move it to > drivers/acpi::acpi_processor_get_info. See previous mails .... Let me give you another changelog example: Subject: acpi/processor: Check for duplicate processor ids at hotplug time The check for duplicate processor ids happens at boot time based on the ACPI table contents, but the final sanity checks for a processor happen at hotplug time. At hotplug time, where the physical information is available, which might differ from the ACPI table information, a check for duplicate processor ids is missing. Add it to the hotplug checks and rename the function so it better reflects its purpose. Hmm? > > -bool __init acpi_processor_validate_proc_id(int proc_id) > +bool duplicate_processor_id(int proc_id) Please keep the acpi_ prefix. acpi_duplicate_processor_id(). Thanks, tglx
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 4/4] acpi: Move the verification of duplicate proc_id from booting time to hot-plug time Dou Liyang <douly.fnst@cn.fujitsu.com> - 2017-02-20 09:50 +0100
Re: [PATCH v2 4/4] acpi: Move the verification of duplicate proc_id from booting time to hot-plug time Thomas Gleixner <tglx@linutronix.de> - 2017-03-01 12:30 +0100
Re: [PATCH v2 4/4] acpi: Move the verification of duplicate proc_id from booting time to hot-plug time Dou Liyang <douly.fnst@cn.fujitsu.com> - 2017-03-02 09:40 +0100
csiph-web