Re: [PATCH net v2] ipv6: sr: fix several BUGs when preemption is enabled

2017-01-12 Thread David Lebrun
On 01/12/2017 09:26 PM, David Lebrun wrote: > From: Vivien Didelot No idea where does that come from, resending patch. Sorry about that Vivien. David signature.asc Description: OpenPGP digital signature

[PATCH net v2] ipv6: sr: fix several BUGs when preemption is enabled

2017-01-12 Thread David Lebrun
From: Vivien Didelot When CONFIG_PREEMPT=y, CONFIG_IPV6=m and CONFIG_SEG6_HMAC=y, seg6_hmac_init() is called during the initialization of the ipv6 module. This causes a subsequent call to smp_processor_id() with preemption enabled, resulting in the following