On Tuesday 2009-11-10 22:15, Jozsef Kadlecsik wrote: >Hi, > >I'm happy to announce the new ipset release which fixes kernel version >compatibility and alignment issues: > >Kernel part changes: > - Do not use DECLARE_MUTEX (compatibility fix on 2.6.31-rt, Jan > Engelhardt) This is partially missing from ipset4 -- there is still a call to init_MUTEX(...) in __init, which is not possible in -rt; it should be sema_init(&lock, 1). -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html