[PATCH 0/2] Revert "ipv6: constify inet6_protocol structures"

From: Julia Lawall
Date: Tue Aug 01 2017 - 12:53:01 EST


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.