diff mbox

random32: assign to network folks in MAINTAINERS

Message ID 1395900095-15254-1-git-send-email-sasha.levin@oracle.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Sasha Levin March 27, 2014, 6:01 a.m. UTC
lib/random32.c was split out of the network code and is de-facto
still maintained by the almighty net/ gods.

Make it a bit more official so that people who aren't aware of
that know where to send their patches.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

David Miller March 28, 2014, 8:03 p.m. UTC | #1
From: Sasha Levin <sasha.levin@oracle.com>
Date: Thu, 27 Mar 2014 02:01:34 -0400

> lib/random32.c was split out of the network code and is de-facto
> still maintained by the almighty net/ gods.
> 
> Make it a bit more official so that people who aren't aware of
> that know where to send their patches.
> 
> Signed-off-by: Sasha Levin <sasha.levin@oracle.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index e1724d5..47fd188 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6091,6 +6091,7 @@  F:	include/uapi/linux/net.h
 F:	include/uapi/linux/netdevice.h
 F:	tools/net/
 F:	tools/testing/selftests/net/
+F:	lib/random32.c
 
 NETWORKING [IPv4/IPv6]
 M:	"David S. Miller" <davem@davemloft.net>