The panic appears to be fixed upstream via: commit 9c3f3794926a997b1cab6c42480ff300efa2d162 Author: Liping Zhang <zlpnob...@gmail.com> Date: Sat Mar 25 16:35:29 2017 +0800
netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregister If one cpu is doing nf_ct_extend_unregister while another cpu is doing __nf_ct_ext_add_length, then we may hit BUG_ON(t == NULL). Moreover, there's no synchronize_rcu invocation after set nf_ct_ext_types[id] to NULL, so it's possible that we may access invalid pointer. [...] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1709032 Title: Creating conntrack entry failure with kernel 4.4.0-89 To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1709032/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs