Re: [PATCH v1 net-next 1/1] fs: gfs2: Check if the return value of rhashtable_walk_start is -EAGAIN

2016-08-25 Thread Feng Gao
On Tue, Aug 23, 2016 at 10:18 PM, wrote: > From: Gao Feng > > When rhashtable_walk_start returns -EAGAIN, it means the resize event > happened but the iterator still could be used. So it should not be > treated as an error in gfs2_glock_seq_start. > > Signed-off-by: Gao Feng > --- > fs/gfs2/gl

Re: [PATCH] netfilter: Fix wastful cleanup check for unconfirmed conn in get_next_corpse

2014-10-21 Thread Feng Gao
. So could my changes be as the enhancement ? Best Regards Feng On Tue, Oct 21, 2014 at 10:47 AM, Feng Gao wrote: > Paste my changes directly instead of the attachment. > > Subject: [PATCH 1/1] netfilter: Fix wastful cleanup check for unconfirmed > conn in get_next_corpse >

[PATCH] netfilter: Fix wastful cleanup check for unconfirmed conn in get_next_corpse

2014-10-20 Thread Feng Gao
Hi all, I am sorry to send the patch commit again because the last email is not plain text and is rejected by some servers. This is the patch to branch master of kernel. The function get_next_corpse is only invoked by nf_ct_iterate_cleanup in one while loop, and it will check the per cpu unconfi

Re: [ 82/89] netfilter: xt_hashlimit: fix race that results in duplicated entries

2013-02-01 Thread Feng Gao
this issue reporter. Best regards. Feng Gao On Sat, Feb 2, 2013 at 12:34 AM, Pablo Neira Ayuso wrote: > On Fri, Feb 01, 2013 at 11:04:36PM +0800, Feng Gao wrote: >>Hi Greg, >>I have a question. >>There are two duplicated lines now. >>