On Mon, Apr 22, 2019 at 12:34:49PM +0200, Ingo Molnar wrote:> When set_personality_ia32() is called then TIF_ADDR32 is set > unconditionally, without any Kconfig variations.Indeed. personality(PER_LINUX32) = 0 (PER_LINUX)I only wasted about half an evening ifdefing TIF_ flags.Thanks for saving a lot of time!