diff options
author | Shung-Hsi Yu <shung-hsi.yu@suse.com> | 2022-08-31 05:40:39 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2022-08-31 20:40:06 +0200 |
commit | c829dba797360d9a266cabfaac16d1cd80abfc2b (patch) | |
tree | 6842c2feb26592753a305cbf53c53c5e44cb4a18 | |
parent | ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handler (diff) | |
download | linux-c829dba797360d9a266cabfaac16d1cd80abfc2b.tar.xz linux-c829dba797360d9a266cabfaac16d1cd80abfc2b.zip |
MAINTAINERS: Add include/linux/tnum.h to BPF CORE
Maintainers of the kerne/bpf/tnum.c are also the maintainers of the
corresponding header file include/linux/tnum.h.
Add the file entry for include/linux/tnum.h to the appropriate section
in MAINTAINERS.
Signed-off-by: Shung-Hsi Yu <shung-hsi.yu@suse.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220831034039.17998-1-shung-hsi.yu@suse.com
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index af4848466a08..1a9fe9736ddd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3824,6 +3824,7 @@ F: kernel/bpf/dispatcher.c F: kernel/bpf/trampoline.c F: include/linux/bpf* F: include/linux/filter.h +F: include/linux/tnum.h BPF [BTF] M: Martin KaFai Lau <martin.lau@linux.dev> |