YAMAMOTO Takashi wrote:
Good, I think that the that pools that are used in interrupt contexts, should be using pool_cache_<foo> not pool_<foo> like the signal does. Is that right? Can you try to make this change? christosit's fine to use pool_foo in interrupt context, if the pool is set up properly. however, this particular pool is not expected to be used in interrupt context. it's possible to make packet filters interrupt-safe, but imo it's better to fix bridge_ipf. YAMAMOTO Takashi
A temporary solution would be to disable BRIDGE_IPF ? If any patches become available, let me know so I can test them. Frank de Bot