On Tue, 09 Jan 2024 00:46:50 -0300, Leonardo Bras wrote: > Currently some parts of the codebase will test for CONFIG_COMPAT before > testing is_compat_task(). > > is_compat_task() is a inlined function only present on CONFIG_COMPAT. > On the other hand, for !CONFIG_COMPAT, we have in linux/compat.h: > > #define is_compat_task() (0) > > [...] Applied to arm64 (for-next/misc), thanks! [1/1] arm64: remove unnecessary ifdefs around is_compat_task() https://git.kernel.org/arm64/c/1984c805461f -- Catalin