Re: [PATCH] lwip: Call if_change_flags() inside a thread-safe context

2019-08-11 Thread Samuel Thibault
Hello, Joan Lledó, le sam. 22 juin 2019 12:00:02 +0200, a ecrit: > * lwip/port/netif/ifcommon.c: > * Changing flags for a device (e.g. by inetutils-ifconfig) now > takes the big lock to ensure the stack is not doing anything else. Applied, thanks!

[PATCH] lwip: Call if_change_flags() inside a thread-safe context

2019-06-22 Thread Joan Lledó
* lwip/port/netif/ifcommon.c: * Changing flags for a device (e.g. by inetutils-ifconfig) now takes the big lock to ensure the stack is not doing anything else. --- lwip/port/netif/ifcommon.c | 60 ++ 1 file changed, 55 insertions(+), 5 deletion