KAISER: hiding the kernel from user space
KAISER: hiding the kernel from user space
Posted Nov 16, 2017 20:40 UTC (Thu) by hansendc (subscriber, #7363)In reply to: KAISER: hiding the kernel from user space by Cyberax
Parent article: KAISER: hiding the kernel from user space
You would essentially need to keep a bit of per-cpu data that was consulted very early in assembly at kernel entry. It would have to be updated at every context switch, probably from some flag in the task_struct. Again, doable, but far from trivial.
Posted Nov 19, 2017 6:16 UTC (Sun)
by luto (guest, #39314)
[Link]
But this is definitely not a v1 feature.
KAISER: hiding the kernel from user space