From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> This is on top of this series: https://lore.kernel.org/linux-trace-devel/20210409180423.72497-1-y.karadz@xxxxxxxxx/ Have the trace_options_get_*() functions return a constant pointer as the bitmask returned points to an internal structure, and should not be freed or modified by the caller. Fix the option documentation about how options are related between the top instance and the created instance. Move the tracefs_option_mask_is_set() documentation to the other tarce_option_*() man page and remove the old documentation file. Changes since v1: - Rebased on top of Yordan's v4 options series. Steven Rostedt (VMware) (2): libtracefs: Have the option mask function return a const pointer libtracefs: Document tracefs_option_mask_is_set() with the other option functions Documentation/libtracefs-option-bits.txt | 90 ------------------------ Documentation/libtracefs-option-get.txt | 28 ++++++-- include/tracefs.h | 4 +- src/tracefs-tools.c | 10 +-- 4 files changed, 29 insertions(+), 103 deletions(-) delete mode 100644 Documentation/libtracefs-option-bits.txt -- 2.29.2