Re: [RFC 5/7] cpu: mark ro_mostly_after_init for cpuhp_ap/bp_states

From: Ho-Eun Ryu
Date: Tue Feb 21 2017 - 00:48:46 EST



> On 20 Feb 2017, at 5:20 PM, Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> wrote:
>
> On 2017-02-19 19:04:08 [+0900], Hoeun Ryu wrote:
>> It would be good that `__ro_mostly_after_init` is marked to cpuhp state
>> objects.
> why?
>

Iâm requesting for comments of a new feature called __ro_mostly_after_init section marker.
Itâs similar to __ro_after_init, but the section can be writable for some point of time.
Please see the cover letter [1] and the first patch [2].

[1] : https://lkml.org/lkml/2017/2/19/29
[2] : https://lkml.org/lkml/2017/2/19/32

> Sebastian