[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

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

2019-06-22 Thread Joan Lledó
Hi, I updated this patch, now it uses a new function I wrote for lwip which calls any callback inside a thread-safe context. Regards.

[PATCH] Update patches

2019-06-22 Thread Joan Lledó
* debian/patches/max_sockets: * Update required after making changes in debian/patches/port * debian/patches/patch9807: * New patch: Add new function tcpip_callback_wait() in tcpip.c * To call a function inside the tcpip thread and wait for it to return * debian/patches/port: * Fix

Lwip patches update

2019-06-22 Thread Joan Lledó
Hi, I updated some patches for the lwip debian package, mostly bug-fixing, but I also had to add a new patch to implement a new function required for the translator [1]. Regards. --- [1] https://lists.gnu.org/archive/html/bug-hurd/2019-05/msg1.html