Hi all,This patch adds an optional support for sanitizing user-defined sections. Usually this is a bad idea because ASan changes relative position of variables in section thus breaking user assumptions. But this is a desired feature for kernel which (ab)uses sections for various reasons (cache optimizations, etc.).
Bootstrapped and reg-tested on x64. Ok for trunk? Best regards, Yury