On Sun, Aug 18, 2024 at 11:01:52PM +0200, Uros Bizjak wrote: > Use IS_ERR_PCPU() instead of IS_ERR() for pointers in the percpu address > space. The patch also fixes following sparse warnings: > > kmemleak.c:1063:39: warning: cast removes address space '__percpu' of expression > kmemleak.c:1138:37: warning: cast removes address space '__percpu' of expression > > Signed-off-by: Uros Bizjak <ubizjak@xxxxxxxxx> > Cc: Catalin Marinas <catalin.marinas@xxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>