From: Matt Mackall Date: Sat, 16 Apr 2005 22:25:56 +0000 (-0700) Subject: [PATCH] update maintainer for /dev/random X-Git-Tag: v2.6.12-rc3~102 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e95ce279fa611226a1ab0dff1c237c080b51b60;p=linux-2.6 [PATCH] update maintainer for /dev/random Ted has agreed to let me take over as maintainer of /dev/random and friends. I've gone ahead and added a line to his entry in CREDITS. Signed-off-by: Matt Mackall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/CREDITS b/CREDITS index 671e9c2d31..7ecc53bc40 100644 --- a/CREDITS +++ b/CREDITS @@ -3298,6 +3298,7 @@ D: Author of the new e2fsck D: Author of job control and system call restart code D: Author of ramdisk device driver D: Author of loopback device driver +D: Author of /dev/random driver S: MIT Room E40-343 S: 1 Amherst Street S: Cambridge, Massachusetts 02139 diff --git a/MAINTAINERS b/MAINTAINERS index df8f605703..1c9f4c2676 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1877,6 +1877,11 @@ M: corey@world.std.com L: linux-kernel@vger.kernel.org S: Maintained +RANDOM NUMBER DRIVER +P: Matt Mackall +M: mpm@selenic.com +S: Maintained + REAL TIME CLOCK DRIVER P: Paul Gortmaker M: p_gortmaker@yahoo.com diff --git a/drivers/char/random.c b/drivers/char/random.c index ad9b52c2ae..460b5d475e 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -1,7 +1,7 @@ /* * random.c -- A strong random number generator * - * Version 1.89, last modified 19-Sep-99 + * Copyright Matt Mackall , 2003, 2004, 2005 * * Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All * rights reserved.