Merge branch 'revert-ipv6-const'
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Aug 2017 17:03:17 +0000 (10:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Aug 2017 17:03:17 +0000 (10:03 -0700)
commitbb1182bc3e5956a93ab3ef8a3cbfb7966c42a94a
tree434e1071679b5a6280155293de74fd5cd81c5dc5
parent1f139ed9ec40521b4497aa34e107d38bb082b0e0
parente6eeb287e3b534ce1bd6477894b9df8e394b4fbc
Merge branch 'revert-ipv6-const'

Julia Lawall says:

====================
Revert "ipv6: constify inet6_protocol structures"

inet6_add_protocol and inet6_del_protocol include casts that remove the
effect of the const annotation on their parameter, leading to possible
runtime crashes.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>