On 22.11.2017. 15:48, Martin Pieuchot wrote:
> Hrvoje Popovski reported the following panic when testing my diff to
> unlock protocol inputs function:
> 
>  panic() at panic+0x128
>  __assert(ffffffff814d1114,ffff800022755d80,ffff8000009ce000,ffff800022755e20)
>  carp_ourether(ffffff0003c0c290,ffff8000009ce000) at carp_ourether
>  nd6_ns_input(20,0,ffff8000009c9800) at nd6_ns_input+0x4cf
>  icmp6_input(18,ffffffff81a95af0,1,3a) at icmp6_input+0x3d4
>  
> ip_deliver(ffff800022756020,ffff80002275602c,ffff800000019080,ffffffff817ee880)
>  ip6intr() at ip6intr+0x7b
> 
> The problem comes from carp_iamatch6() which is not yet MP-safe.  Since
> it is now identical to carp_iamatch(), let's use this one instead.


Hi,

with this diff i can't trigger panic as before.

Thank you ...

Reply via email to