commit | bb1182bc3e5956a93ab3ef8a3cbfb7966c42a94a | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Aug 01 10:03:17 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 01 10:03:17 2017 -0700 |
tree | 434e1071679b5a6280155293de74fd5cd81c5dc5 | |
parent | 1f139ed9ec40521b4497aa34e107d38bb082b0e0 [diff] | |
parent | e6eeb287e3b534ce1bd6477894b9df8e394b4fbc [diff] |
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>