[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170211.020250.864578992818171198.davem@davemloft.net>
Date: Sat, 11 Feb 2017 02:02:50 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: cugyly@....com
Cc: netdev@...r.kernel.org, Linyu.Yuan@...atel-sbell.com.cn
Subject: Re: [PATH v3 net-next] net: remove member 'max' of struct
scm_fp_list
From: yuan linyu <cugyly@....com>
Date: Sat, 11 Feb 2017 11:41:17 +0800
> From: yuan linyu <Linyu.Yuan@...atel-sbell.com.cn>
>
> 'max' only used at three places in scm.c,
> 1. in scm_fp_copy(), fpl->max = SCM_MAX_FD;
> 2. in scm_fp_copy(), if (fpl->count + num > fpl->max)
> 3. in scm_fp_dup(), new_fpl->max = new_fpl->count;
> at place 3, the worst case is new_fpl->count = SCM_MAX_FD,
> so do a full size dup, then 'max' field will always
> SCM_MAX_FD and it can be removed.
>
> Signed-off-by: yuan linyu <Linyu.Yuan@...atel-sbell.com.cn>
Please don't take this the wrong way, but I am ignoring your
patches on this issue. This is even more broken than your
previous two submissions.
Sorry.
Powered by blists - more mailing lists