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: <20231024175454.11b3305b@kernel.org>
Date: Tue, 24 Oct 2023 17:54:54 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Mat Martineau <martineau@...nel.org>
Cc: Matthieu Baerts <matttbe@...nel.org>, "David S. Miller"
 <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Paolo Abeni
 <pabeni@...hat.com>, netdev@...r.kernel.org, mptcp@...ts.linux.dev
Subject: Re: [PATCH net-next 1/9] mptcp: add a new sysctl for make after
 break timeout

On Mon, 23 Oct 2023 13:44:34 -0700 Mat Martineau wrote:
> +		.procname = "close_timeout",
> +		.maxlen = sizeof(unsigned int),
> +		.mode = 0644,
> +		.proc_handler = proc_dointvec_jiffies,

Silly question - proc_dointvec_jiffies() works fine for unsigned types?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ