An in-kernel file loading interface
An in-kernel file loading interface
Posted Feb 21, 2016 13:29 UTC (Sun) by PaXTeam (guest, #24616)In reply to: An in-kernel file loading interface by anselm
Parent article: An in-kernel file loading interface
yes, that's how it works for userland maps however note that kernel_read has other uses such as the module loader which does read in the entire module file (finit_module->copy_module_from_fd->kernel_read).
