(1) An implementation detail of userland shouldn't be leaked into the
kernel boot (!) process.
(2) There is no fundamental issue that makes the sanitizers incompatible
with ASLR. The only issue for asan and friends is the reservation of the
shadow buffer and that can and should be handled explicitly.