]> git.ipfire.org Git - thirdparty/linux.git/commit
fsverity: add tracepoints
authorAndrey Albershteyn <aalbersh@kernel.org>
Mon, 26 Jan 2026 11:56:58 +0000 (12:56 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 29 Jan 2026 15:00:57 +0000 (16:00 +0100)
commitfa19d42cc7915226db416999866171a456dac657
tree53cb4822a71d2d74c7d452cf603989fc7b09959e
parent0e6b7eae1fded85f94a357d6132f07d64c614cfa
fsverity: add tracepoints

fs-verity previously had debug printk but it was removed. This patch
adds trace points to similar places, as a better alternative.

Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
[djwong: fix formatting]
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Link: https://patch.msgid.link/20260126115658.27656-3-aalbersh@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
MAINTAINERS
fs/verity/enable.c
fs/verity/fsverity_private.h
fs/verity/init.c
fs/verity/verify.c
include/trace/events/fsverity.h [new file with mode: 0644]