Re: [PATCH v3 8/9] jump_table: move entries into ro_after_init region

2018-09-30 Thread Guenter Roeck
Hi, On Tue, Sep 18, 2018 at 11:51:43PM -0700, Ard Biesheuvel wrote: > The __jump_table sections emitted into the core kernel and into > each module consist of statically initialized references into > other parts of the code, and with the exception of entries that > point into init code, which are

[PATCH v3 8/9] jump_table: move entries into ro_after_init region

2018-09-18 Thread Ard Biesheuvel
The __jump_table sections emitted into the core kernel and into each module consist of statically initialized references into other parts of the code, and with the exception of entries that point into init code, which are defused at post-init time, these data structures are never modified. So let'