From: Christian Brauner Date: Mon, 10 Feb 2025 11:25:19 +0000 (+0100) Subject: Merge patch series "CONFIG_DEBUG_VFS at last" X-Git-Tag: v6.15-rc1~244^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822c11592522dc00e1f447dbe95350071001d9f1;p=thirdparty%2Fkernel%2Flinux.git Merge patch series "CONFIG_DEBUG_VFS at last" Mateusz Guzik says: This adds a super basic version just to get the mechanism going, along with sample usage. The macro set is incomplete (e.g., lack of locking macros) and dump_inode routine fails to dump any state yet, to be implemented(tm). I think despite the primitive state this is complete enough to start sprinkling asserts as necessary. * patches from https://lore.kernel.org/r/20250209185523.745956-1-mjguzik@gmail.com: vfs: use the new debug macros in inode_set_cached_link() vfs: catch invalid modes in may_open() vfs: add initial support for CONFIG_DEBUG_VFS Link: https://lore.kernel.org/r/20250209185523.745956-1-mjguzik@gmail.com Signed-off-by: Christian Brauner --- 822c11592522dc00e1f447dbe95350071001d9f1