summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2024-07-15 05:37:18 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2024-07-19 21:23:12 +0300
commitad8070cb1b4bd40aa19a5e3f7c24d7f62c71b382 (patch)
treeaf3b349b1ea35696dd4ca650f239465db51e176a /MAINTAINERS
parent13f75d9ecf3d8efcf597dfcd8f7be7460cdaa11a (diff)
downloadlinux-ad8070cb1b4bd40aa19a5e3f7c24d7f62c71b382.tar.xz
MAINTAINERS: add random.h headers to RNG subsection
Before, patches to two RNG header files wouldn't be sent to the right recipients automatically. So add the two header files -- one for userspace and one for the kernel -- to the right part of the MAINTAINERS file. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4dc7bfcaf118..914f441199dd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18744,6 +18744,8 @@ S: Maintained
T: git https://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git
F: Documentation/devicetree/bindings/rng/microsoft,vmgenid.yaml
F: drivers/char/random.c
+F: include/linux/random.h
+F: include/uapi/linux/random.h
F: drivers/virt/vmgenid.c
F: include/vdso/getrandom.h
F: lib/vdso/getrandom.c