> On 20 Feb 2017, at 5:20 PM, Sebastian Andrzej Siewior <bige...@linutronix.de> > 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