[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180603.103915.1786492119200211803.davem@davemloft.net>
Date: Sun, 03 Jun 2018 10:39:15 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: weiyongjun1@...wei.com
Cc: ubraun@...ux.ibm.com, linux-s390@...r.kernel.org,
netdev@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH net-next] net/smc: fix error return code in
smc_setsockopt()
From: Wei Yongjun <weiyongjun1@...wei.com>
Date: Thu, 31 May 2018 02:31:22 +0000
> Fix to return error code -EINVAL instead of 0 if optlen is invalid.
>
> Fixes: 01d2f7e2cdd3 ("net/smc: sockopts TCP_NODELAY and TCP_CORK")
> Signed-off-by: Wei Yongjun <weiyongjun1@...wei.com>
Although the TCP code should be checking this in the previous lines,
it's not good practice to depend so tightly upon that.
And it makes this code easier to audit if the check exists here
explicitly too.
So I'll apply this, thanks.
Powered by blists - more mailing lists