Re: [netfilter-core] [lkp] [netfilter] 68263ddb47: WARNING: CPU: 0 PID: 1225 at net/netfilter/nf_conntrack_seqadj.c:232 nf_ct_seq_offset+0x7a/0x9a

2016-09-17 Thread Florian Westphal
Gao Feng wrote: [ drop netdev & coreteam from cc list ] > On Sat, Sep 17, 2016 at 1:18 AM, Florian Westphal wrote: > > > Gao Feng wrote: > > > > [ 23.465616] [ cut here ] > > > > [ 23.466477] WARNING: CPU: 0 PID: 1225 at net/netfilter/nf_conntrack_ > > seqadj.c:232

[PATCH nf-next] netfilter: Enhance the codes used to get random once

2016-09-17 Thread fgao
From: Gao Feng There are some codes which are used to get one random once in netfilter. We could use net_get_random_once to simplify these codes. Signed-off-by: Gao Feng --- net/netfilter/xt_RATEEST.c | 6 +- net/netfilter/xt_connlimit.c | 8 +--- net/netfilter/xt_recent.c| 7 ++-