From f4abb1af1bedafada8d7f814b85a7cf83d58f0b7 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 5 Mar 2026 20:19:15 -0800 Subject: [PATCH] MAINTAINERS: remove outdated entry for crypto/rng.c Lore shows no emails from Neil on linux-crypto since 2020. Without the listed person being active, this MAINTAINERS entry provides no value, and actually is a bit confusing because while it is called the "CRYPTOGRAPHIC RANDOM NUMBER GENERATOR", it is not the CRNG that is normally used (drivers/char/random.c) which has a separate entry. Remove this entry, so crypto/rng.c will just be covered by "CRYPTO API". Cc: Neil Horman Signed-off-by: Eric Biggers Signed-off-by: Herbert Xu --- MAINTAINERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a84e1e2af273..106f8264ea8d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6829,12 +6829,6 @@ L: linux-crypto@vger.kernel.org S: Maintained F: tools/crypto/tcrypt/tcrypt_speed_compare.py -CRYPTOGRAPHIC RANDOM NUMBER GENERATOR -M: Neil Horman -L: linux-crypto@vger.kernel.org -S: Maintained -F: crypto/rng.c - CS3308 MEDIA DRIVER M: Hans Verkuil L: linux-media@vger.kernel.org