All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding module support for __ro_after_init
@ 2016-06-03 18:46 Kees Cook
  2016-06-05  5:09 ` Rusty Russell
  0 siblings, 1 reply; 4+ messages in thread
From: Kees Cook @ 2016-06-03 18:46 UTC (permalink / raw)
  To: Rusty Russell; +Cc: LKML, Laura Abbott

Hi Rusty,

I'd love to get your thoughts on the best way to support
__ro_after_init markings for modules. Are the r/o markings done after
module __init runs? If so, this should make things easy, and then we
just need to move .data..ro_after_init into .rodata at link time. If
not, then we'd need to explicitly make this section read-only after
_init.

Thanks!

-Kees

-- 
Kees Cook
Chrome OS & Brillo Security

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-07 15:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-03 18:46 Adding module support for __ro_after_init Kees Cook
2016-06-05  5:09 ` Rusty Russell
2016-06-07  6:42   ` Jessica Yu
2016-06-07 15:53     ` Kees Cook

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.