On Fri, Apr 25, 2025 at 05:23:38PM +0300, Dan Carpenter wrote: > Hello Christian Brauner, > > Commit 4268b86fe0c7 ("coredump: hand a pidfd to the usermode coredump > helper") from Apr 14, 2025 (linux-next), leads to the following > Smatch static checker warning: > > fs/coredump.c:556 umh_coredump_setup() > warn: re-assigning __cleanup__ ptr 'pidfs_file' It's only with CONFIG_DEBUG_VFS and I've already removed that assert in-tree and should've shown up in linux-next. Thanks!