lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e13f417e-278a-4273-a5a6-f7a1197094cb@linux.alibaba.com>
Date: Fri, 13 Sep 2024 15:43:02 +0800
From: "D. Wythe" <alibuda@...ux.alibaba.com>
To: Zhengchao Shao <shaozhengchao@....com>, netdev@...r.kernel.org,
 linux-s390@...r.kernel.org, davem@...emloft.net, edumazet@...gle.com,
 kuba@...nel.org, pabeni@...hat.com
Cc: wenjia@...ux.ibm.com, jaka@...ux.ibm.com, tonylu@...ux.alibaba.com,
 guwen@...ux.alibaba.com
Subject: Re: [PATCH net-next] net/smc: remove useless macros in smc_close.h



On 9/12/24 10:42 PM, Zhengchao Shao wrote:
> After commit 51f1de79ad8e("net/smc: replace sock_put worker by
> socket refcounting") is merged, SMC-COSES_SOCK_PUT_DELAY is no
> longer used. So, remove it.

SMC_CLOSE_SOCK_PUT_DELAY

> 
> Signed-off-by: Zhengchao Shao <shaozhengchao@....com>
> ---
>   net/smc/smc_close.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/net/smc/smc_close.h b/net/smc/smc_close.h
> index 634fea2b7c95..9baee2eafc3b 100644
> --- a/net/smc/smc_close.h
> +++ b/net/smc/smc_close.h
> @@ -17,7 +17,6 @@
>   #include "smc.h"
>   
>   #define SMC_MAX_STREAM_WAIT_TIMEOUT		(2 * HZ)
> -#define SMC_CLOSE_SOCK_PUT_DELAY		HZ
>   
>   void smc_close_wake_tx_prepared(struct smc_sock *smc);
>   int smc_close_active(struct smc_sock *smc);


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ