Hans Schillstrom <hans@xxxxxxxxxxxxxxx> wrote: > > Since v3.10-rc1 I get kernel panics on two entirely different > > machines. They seem to be related to netfilter. I posted a bugreport > > [1], but have not seen any reply. > > a quick look says that both net_device *in and *out is NULL > Why is another question... Yes. Bug added in commit 69b34fb996b2eee3970548cf6eb516d3ecb5eeed (netfilter: xt_LOG: add net namespace support for xt_LOG) The oops trace shows we're being invoked from conntrack and not the ruleset. Both in and out are NULL in this case. -- 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