Address Space Layout Randomization (ASLR) is a computer security technique that involves randomly positioning the base address of an executable and the position of libraries, heap, and stack, in a process’s address space.
Linux has long had ASLR for user-space programs, researcher Kees Cook has applied to the kernel itself as well.
https://cybersecuritynews.com/linux-kernel-bug/