This allows for documentation relating to BPF Program Types to be matched by the glob pattern prog_* for inclusion in a sphinx toctree Signed-off-by: Dave Tucker <dave@xxxxxxxxxxxxx> --- Documentation/bpf/{bpf_lsm.rst => prog_lsm.rst} | 0 MAINTAINERS | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Documentation/bpf/{bpf_lsm.rst => prog_lsm.rst} (100%) diff --git a/Documentation/bpf/bpf_lsm.rst b/Documentation/bpf/prog_lsm.rst similarity index 100% rename from Documentation/bpf/bpf_lsm.rst rename to Documentation/bpf/prog_lsm.rst diff --git a/MAINTAINERS b/MAINTAINERS index f96aa662ee32..bd690d1ba272 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3529,7 +3529,7 @@ R: Florent Revest <revest@xxxxxxxxxxxx> R: Brendan Jackman <jackmanb@xxxxxxxxxxxx> L: bpf@xxxxxxxxxxxxxxx S: Maintained -F: Documentation/bpf/bpf_lsm.rst +F: Documentation/bpf/prog_lsm.rst F: include/linux/bpf_lsm.h F: kernel/bpf/bpf_lsm.c F: security/bpf/ -- 2.33.1