Re: [PATCH 0/2] Revert "ipv6: constify inet6_protocol structures"
From: David Miller
Date: Tue Aug 01 2017 - 13:04:26 EST
From: Julia Lawall <Julia.Lawall@xxxxxxx>
Date: Tue, 1 Aug 2017 18:27:27 +0200
> 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.
Series applied, thanks for following up on this.