]> 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)
commit3d7323a9453b77a6df53e0b5f80e2d19fef87818
tree434e1071679b5a6280155293de74fd5cd81c5dc5
parentda93f9b2cce69c5887124a08df14bd0f6919ab10
parent06ccfb69935380d2c9c5b49a6d73dca8081da73d
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>