Re: [PATCH] Fix a missing doxygen section trailer in nlmsg.c

2019-10-02 Thread Duncan Roe
On Wed, Oct 02, 2019 at 04:48:48PM +1000, Duncan Roe wrote: > This corrects an oddity in the web doco (and presumably in the man pages as > well) whereby "Netlink message batch helpers" was showing up as a sub-topic of > "Netlink message helpers". > > This was included in my original (rejected) pat

Re: [PATCH] ipset: Add wildcard support to net,iface

2019-10-02 Thread Kadlecsik József
Hi Kristian, On Thu, 26 Sep 2019, Kristian Evensen wrote: > The net,iface equal functions currently compares the full interface > names. In several cases, wildcard (or prefix) matching is useful. For > example, when converting a large iptables rule-set to make use of ipset, > I was able to signif

[PATCH nf] ipvs: more robust refcounting when sync thread starts

2019-10-02 Thread Davide Caratti
if the IPVS module is removed while the sync daemon is starting, there is a small possibility for stop_sync_thread() to end successfully just after start_sync_thread() released sync_mutex, but before increasing the module refcount. When this race happens, the following warning is seen in dmesg: I