Whamcloud - gitweb
LU-17053 libcfs: make a debugfs equivalent for markers 63/54363/7
authorJames Simmons <jsimmons@infradead.org>
Mon, 18 Mar 2024 14:53:53 +0000 (08:53 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 2 Apr 2024 21:05:50 +0000 (21:05 +0000)
commitbb6a2d2e80f04645b488ecca6ba14cb628e3eeb3
tree82f1fefe0029dc3109f1cd7fc2cfd5dbb0ca6b82
parent7c9a48086ce5b104596cb5b16f68469a6270f121
LU-17053 libcfs: make a debugfs equivalent for markers

Most of the ioctl handlding that was LNet related has been moved
from libcfs to LNet. One left over are markers which allow
injection of strings into the lustre debug buffer located in
libcfs_ioctl(). This is the only functionality which exist in
libcfs yet it is only available in lnet module. We can create
an debugfs equivalent that also allows injection of strings
into the Lustre debug buffers with scripts.

Change-Id: I22395b6b19f94de3c95ba8517a14d2ea251fe37a
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/54363
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/libcfs/module.c
lnet/lnet/module.c
lustre/utils/debug.c