diff options
author | Sasha Levin <sasha.levin@oracle.com> | 2014-03-27 02:01:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-03-28 16:03:00 -0400 |
commit | 335a67d2ad481b03607bf30a38c28178fa1ad61a (patch) | |
tree | 42fc172eb17aa9adfacdb676ec1991579f4ed99f /MAINTAINERS | |
parent | 97a5221f56bad2e1c7e8ab55da4ac4748ef59c64 (diff) | |
download | blackbird-op-linux-335a67d2ad481b03607bf30a38c28178fa1ad61a.tar.gz blackbird-op-linux-335a67d2ad481b03607bf30a38c28178fa1ad61a.zip |
random32: assign to network folks in MAINTAINERS
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 82640e640f36..0b3c40f505c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6006,6 +6006,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> |