]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2b2ef45f9995ad010104df63b8b798c6aba09866
tree434e1071679b5a6280155293de74fd5cd81c5dc5
parent742354dfaa21ac77a1dca762730d4291aa6638ff
parent8d62f057458e7a8b1391014dfda6f85f3c802821
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>